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 EnvironmentConfigurationParametersDetails
The details of the environment configuration parameter.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ParameterOverrides" :[ EnvironmentConfigurationParameter, ... ], "ResolvedParameters" :[ EnvironmentConfigurationParameter, ... ], "SsmPath" :String}
YAML
ParameterOverrides:- EnvironmentConfigurationParameterResolvedParameters:- EnvironmentConfigurationParameterSsmPath:String
Properties
ParameterOverrides-
The parameter overrides.
Required: No
Type: Array of EnvironmentConfigurationParameter
Update requires: No interruption
ResolvedParameters-
The resolved environment configuration parameters.
Required: No
Type: Array of EnvironmentConfigurationParameter
Update requires: No interruption
SsmPath-
Ssm path environment configuration parameters.
Required: No
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption