This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ApplicationSignals::GroupingConfiguration
A structure that contains the complete grouping configuration for an account, including all defined grouping attributes and metadata about when it was last updated.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ApplicationSignals::GroupingConfiguration", "Properties" : { "GroupingAttributeDefinitions" :
[ GroupingAttributeDefinition, ... ]
} }
YAML
Type: AWS::ApplicationSignals::GroupingConfiguration Properties: GroupingAttributeDefinitions:
- GroupingAttributeDefinition
Properties
GroupingAttributeDefinitions
-
An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
Required: Yes
Type: Array of GroupingAttributeDefinition
Update requires: No interruption
Return values
Ref
Fn::GetAtt
AccountId
Property description not available.
UpdatedAt
-
The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.