AWS::DataZone::EnvironmentProfileThe details of an environment profile.
import { CfnEnvironmentProfile } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnEnvironmentProfileConfiguration passed to the constructor as CfnEnvironmentProfileProps.
awsAccountIdRequiredstringThe identifier of an AWS account in which an environment profile exists.
awsAccountRegionRequiredstringThe AWS Region in which an environment profile exists.
domainIdentifierRequiredstringThe identifier of the Amazon DataZone domain in which the environment profile exists.
environmentBlueprintIdentifierRequiredstringThe identifier of a blueprint with which an environment profile is created.
nameRequiredstringThe name of the environment profile.
projectIdentifierRequiredstringThe identifier of a project in which an environment profile exists.
descriptionOptionalstringThe description of the environment profile.
userParametersOptionalIResolvable | IResolvable | EnvironmentParameterProperty[]The user parameters of this Amazon DataZone environment profile.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-datazoneAWS::DataZone::EnvironmentProfile