AWS::DataZone::EnvironmentThe `AWS::DataZone::Environment` resource specifies an Amazon DataZone environment, which is a collection of zero or more configured resources with a given set of IAM principals who can operate on those resources.
import { CfnEnvironment } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnEnvironmentConfiguration passed to the constructor as CfnEnvironmentProps.
domainIdentifierRequiredstringThe identifier of the Amazon DataZone domain in which the environment is created.
nameRequiredstringThe name of the Amazon DataZone environment.
projectIdentifierRequiredstringThe identifier of the Amazon DataZone project in which this environment is created.
deploymentOrderOptionalnumberThe deployment order for the environment.
descriptionOptionalstringThe description of the environment.
environmentAccountIdentifierOptionalstringThe identifier of the AWS account in which an environment exists.
environmentAccountRegionOptionalstringThe AWS Region in which an environment exists.
environmentBlueprintIdentifierOptionalstringThe identifier of the environment blueprint.
environmentConfigurationIdOptionalstringThe identifier of the environment configuration.
environmentProfileIdentifierOptionalstringThe identifier of the environment profile that is used to create this Amazon DataZone environment.
environmentRoleArnOptionalstringThe ARN of the environment role.
glossaryTermsOptionalstring[]The glossary terms that can be used in this Amazon DataZone environment.
userParametersOptionalIResolvable | IResolvable | EnvironmentParameterProperty[]The user parameters of this Amazon DataZone environment.
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::Environment