AWS::Config::ConformancePack ConformancePackInputParameter - 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::Config::ConformancePack ConformancePackInputParameter

Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ParameterName" : String, "ParameterValue" : String }

YAML

ParameterName: String ParameterValue: String

Properties

ParameterName

One part of a key-value pair.

Required: Yes

Type: String

Minimum: 0

Maximum: 255

Update requires: No interruption

ParameterValue

Another part of the key-value pair.

Required: Yes

Type: String

Minimum: 0

Maximum: 4096

Update requires: No interruption