This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the 12 digit Amazon Account ID for the account.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt
.
AccountId
-
The 12 digit Amazon Account ID for the account.
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.