AWS::ApplicationSignals::GroupingConfiguration GroupingAttributeDefinition - AWS CloudFormation

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 GroupingAttributeDefinition

A structure that defines how services should be grouped based on specific attributes. This includes the friendly name for the grouping, the source keys to derive values from, and an optional default value.

Syntax

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

JSON

{ "DefaultGroupingValue" : String, "GroupingName" : String, "GroupingSourceKeys" : [ String, ... ] }

YAML

DefaultGroupingValue: String GroupingName: String GroupingSourceKeys: - String

Properties

DefaultGroupingValue

The default value to use for this grouping attribute when no value can be derived from the source keys. This ensures all services have a grouping value even if the source data is missing.

Required: No

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

GroupingName

The friendly name for this grouping attribute, such as BusinessUnit or Environment. This name is used to identify the grouping in the console and APIs.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

GroupingSourceKeys

An array of source keys used to derive the grouping attribute value from telemetry data, AWS tags, or other sources. For example, ["business_unit", "team"] would look for values in those fields.

Required: Yes

Type: Array of String

Minimum: 1

Update requires: No interruption