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

One of the items in the service configuration assigned to a resource group. A service configuration can consist of one or more items. For details 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

{ "Parameters" : [ ConfigurationParameter, ... ], "Type" : String }

Properties

Parameters

A collection of parameters for this configuration item. 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: Array of ConfigurationParameter

Update requires: No interruption

Type

Specifies the type of configuration item. Each item must have a unique value for type. For the list of the types that you can specify for a configuration item, see Supported resource types and parameters in the Amazon Resource Groups User Guide.

Required: No

Type: String

Pattern: AWS::[a-zA-Z0-9]+::[a-zA-Z0-9]+

Maximum: 40

Update requires: No interruption