AWS::AppConfig::Deployment DynamicExtensionParameters - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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