This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::DataZone::ProjectProfile EnvironmentConfiguration
The configuration of an environment.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AwsAccount" :AwsAccount, "AwsRegion" :Region, "ConfigurationParameters" :EnvironmentConfigurationParametersDetails, "DeploymentMode" :String, "DeploymentOrder" :Number, "Description" :String, "EnvironmentBlueprintId" :String, "EnvironmentConfigurationId" :String, "Name" :String}
YAML
AwsAccount:AwsAccountAwsRegion:RegionConfigurationParameters:EnvironmentConfigurationParametersDetailsDeploymentMode:StringDeploymentOrder:NumberDescription:StringEnvironmentBlueprintId:StringEnvironmentConfigurationId:StringName:String
Properties
AwsAccount-
The Amazon account of the environment.
Required: No
Type: AwsAccount
Update requires: No interruption
AwsRegion-
The Amazon Region of the environment.
Required: Yes
Type: Region
Update requires: No interruption
ConfigurationParameters-
The configuration parameters of the environment.
Required: No
Type: EnvironmentConfigurationParametersDetails
Update requires: No interruption
DeploymentMode-
The deployment mode of the environment.
Required: No
Type: String
Allowed values:
ON_CREATE | ON_DEMANDUpdate requires: No interruption
DeploymentOrder-
The deployment order of the environment.
Required: No
Type: Number
Minimum:
0Maximum:
16Update requires: No interruption
Description-
The environment description.
Required: No
Type: String
Maximum:
2048Update requires: No interruption
EnvironmentBlueprintId-
The environment blueprint ID.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$Update requires: No interruption
EnvironmentConfigurationIdProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$Update requires: No interruption
Name-
The environment name.
Required: Yes
Type: String
Pattern:
^[\w -]+$Minimum:
1Maximum:
64Update requires: No interruption