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 AWS Resource Groups User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Parameters" :
[ ConfigurationParameter, ... ]
, "Type" :String
}
YAML
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 AWS 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 AWS Resource Groups User Guide.
Required: No
Type: String
Pattern:
AWS::[a-zA-Z0-9]+::[a-zA-Z0-9]+
Maximum:
40
Update requires: No interruption