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 EnvironmentConfigurationParametersDetails
The details of the environment configuration parameter.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ParameterOverrides" :
[ EnvironmentConfigurationParameter, ... ]
, "ResolvedParameters" :[ EnvironmentConfigurationParameter, ... ]
, "SsmPath" :String
}
YAML
ParameterOverrides:
- EnvironmentConfigurationParameter
ResolvedParameters:- EnvironmentConfigurationParameter
SsmPath: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:
1
Maximum:
2048
Update requires: No interruption