AWS::AppConfig::Deployment DynamicExtensionParameters
A map of dynamic extension parameter names to values to pass to associated extensions
with PRE_START_DEPLOYMENT
actions.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExtensionReference" :
String
, "ParameterName" :String
, "ParameterValue" :String
}
YAML
ExtensionReference:
String
ParameterName:String
ParameterValue:String
Properties
ExtensionReference
-
The ARN or ID of the extension for which you are inserting a dynamic parameter.
Required: No
Type: String
Update requires: Replacement
ParameterName
-
The parameter name.
Required: No
Type: String
Update requires: Replacement
ParameterValue
-
The parameter value.
Required: No
Type: String
Update requires: Replacement