AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::Environment

CfnEnvironment

The `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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnEnvironmentProps.

domainIdentifierRequired
string

The identifier of the Amazon DataZone domain in which the environment is created.

nameRequired
string

The name of the Amazon DataZone environment.

projectIdentifierRequired
string

The identifier of the Amazon DataZone project in which this environment is created.

deploymentOrderOptional
number

The deployment order for the environment.

descriptionOptional
string

The description of the environment.

environmentAccountIdentifierOptional
string

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

environmentAccountRegionOptional
string

The AWS Region in which an environment exists.

environmentBlueprintIdentifierOptional
string

The identifier of the environment blueprint.

environmentConfigurationIdOptional
string

The identifier of the environment configuration.

environmentProfileIdentifierOptional
string

The identifier of the environment profile that is used to create this Amazon DataZone environment.

environmentRoleArnOptional
string

The ARN of the environment role.

glossaryTermsOptional
string[]

The glossary terms that can be used in this Amazon DataZone environment.

userParametersOptional
IResolvable | IResolvable | EnvironmentParameterProperty[]

The user parameters of this Amazon DataZone environment.

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