This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DataZone::ProjectProfile EnvironmentConfiguration
The configuration of an environment.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AwsAccount" :
AwsAccount
, "AwsRegion" :Region
, "ConfigurationParameters" :EnvironmentConfigurationParametersDetails
, "DeploymentMode" :String
, "DeploymentOrder" :Number
, "Description" :String
, "EnvironmentBlueprintId" :String
, "Id" :String
, "Name" :String
}
YAML
AwsAccount:
AwsAccount
AwsRegion:Region
ConfigurationParameters:EnvironmentConfigurationParametersDetails
DeploymentMode:String
DeploymentOrder:Number
Description:String
EnvironmentBlueprintId:String
Id:String
Name:String
Properties
AwsAccount
-
The AWS account of the environment.
Required: No
Type: AwsAccount
Update requires: No interruption
AwsRegion
-
The AWS 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_DEMAND
Update requires: No interruption
DeploymentOrder
-
The deployment order of the environment.
Required: No
Type: Number
Minimum:
0
Maximum:
16
Update requires: No interruption
Description
-
The environment description.
Required: No
Type: String
Maximum:
2048
Update requires: No interruption
EnvironmentBlueprintId
-
The environment blueprint ID.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Update requires: No interruption
Id
-
The environment ID.
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:
1
Maximum:
64
Update requires: No interruption