AWS::ResourceGroups::Group ConfigurationParameter - 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::ResourceGroups::Group ConfigurationParameter

One parameter for a group configuration item. For details about service configurations and how to construct them, see Service configurations for resource groups in the Amazon Resource Groups User Guide.

Syntax

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

JSON

{ "Name" : String, "Values" : [ String, ... ] }

YAML

Name: String Values: - String

Properties

Name

The name of the group configuration parameter. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters in the Amazon Resource Groups User Guide.

Required: No

Type: String

Pattern: [a-z-]+

Minimum: 1

Maximum: 80

Update requires: No interruption

Values

The value or values to be used for the specified parameter. For the list of values you can use with each parameter, see Supported resource types and parameters.

Required: No

Type: Array of String

Update requires: No interruption