AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::EnvironmentProfile

CfnEnvironmentProfile

The details of an environment profile.

Import

import { CfnEnvironmentProfile } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnEnvironmentProfile

Properties

Configuration passed to the constructor as CfnEnvironmentProfileProps.

awsAccountIdRequired
string

The identifier of an AWS account in which an environment profile exists.

awsAccountRegionRequired
string

The AWS Region in which an environment profile exists.

domainIdentifierRequired
string

The identifier of the Amazon DataZone domain in which the environment profile exists.

environmentBlueprintIdentifierRequired
string

The identifier of a blueprint with which an environment profile is created.

nameRequired
string

The name of the environment profile.

projectIdentifierRequired
string

The identifier of a project in which an environment profile exists.

descriptionOptional
string

The description of the environment profile.

userParametersOptional
IResolvable | IResolvable | EnvironmentParameterProperty[]

The user parameters of this Amazon DataZone environment profile.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter