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::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:StringParameterName:StringParameterValue:String
Properties
ExtensionReference-
The ARN or ID of the extension for which you are inserting a dynamic parameter.
Required: No
Type: String
Pattern:
arn:(aws[a-zA-Z-]*)?:[a-z]+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:[a-zA-Z0-9-_/:.]+Minimum:
20Maximum:
2048Update requires: Replacement
ParameterName-
The parameter name.
Required: No
Type: String
Minimum:
1Maximum:
64Update requires: Replacement
ParameterValue-
The parameter value.
Required: No
Type: String
Update requires: Replacement