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 EnvironmentConfiguration
property type specifies Property description not available. for an AWS::DataZone::ProjectProfile.
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
Property description not available.
Required: No
Type: AwsAccount
Update requires: No interruption
AwsRegion
Property description not available.
Required: Yes
Type: Region
Update requires: No interruption
ConfigurationParameters
Property description not available.
Required: No
Type: EnvironmentConfigurationParametersDetails
Update requires: No interruption
DeploymentMode
Property description not available.
Required: No
Type: String
Allowed values:
ON_CREATE | ON_DEMAND
Update requires: No interruption
DeploymentOrder
Property description not available.
Required: No
Type: Number
Minimum:
0
Maximum:
16
Update requires: No interruption
Description
Property description not available.
Required: No
Type: String
Maximum:
2048
Update requires: No interruption
EnvironmentBlueprintId
Property description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Update requires: No interruption
Id
Property description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Update requires: No interruption
Name
Property description not available.
Required: Yes
Type: String
Pattern:
^[\w -]+$
Minimum:
1
Maximum:
64
Update requires: No interruption