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::Project EnvironmentConfigurationUserParameter
The environment configuration user parameters.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EnvironmentConfigurationName" :String, "EnvironmentId" :String, "EnvironmentParameters" :[ EnvironmentParameter, ... ]}
YAML
EnvironmentConfigurationName:StringEnvironmentId:StringEnvironmentParameters:- EnvironmentParameter
Properties
EnvironmentConfigurationName-
The environment configuration name.
Required: No
Type: String
Pattern:
^[\w -]+$Minimum:
1Maximum:
64Update requires: No interruption
EnvironmentId-
The ID of the environment.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$Update requires: No interruption
EnvironmentParameters-
The environment parameters.
Required: No
Type: Array of EnvironmentParameter
Update requires: No interruption