ServiceGroup
A structure that represents a logical grouping of services based on shared attributes such as business unit, environment, or entry point.
Contents
- GroupIdentifier
-
A unique identifier for this grouping attribute value, used for filtering and API operations.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: Yes
- GroupName
-
The name of the grouping attribute, such as
BusinessUnit
orEnvironment
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
- GroupSource
-
The source of the grouping attribute, such as
TAG
,OTEL
, orDEFAULT
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
- GroupValue
-
The value of the grouping attribute for this service, such as
Payments
orProduction
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: