SelectionConfig - Application Signals
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

SelectionConfig

Defines how operations are selected for a service-level SLO.

Contents

Type

The strategy for selecting operations to include in a service-level SLO.

  • EXPLICIT — You provide a specific list of operations in the Components field of CompositeSliConfig.

  • PREFIX — You provide a prefix string in the Pattern field of SelectionConfig, and all operations whose names start with the prefix are included.

  • REGEX — You provide a regular expression in the Pattern field of SelectionConfig, and all operations whose names match the pattern are included.

Type: String

Valid Values: EXPLICIT | PREFIX | REGEX

Required: Yes

Pattern

A prefix string or regular expression that specifies which operations to include in a service-level SLO. When SelectionType is PREFIX, this value is a prefix string that matches the beginning of operation names. When SelectionType is REGEX, this value is a regular expression that matches operation names.

Type: String

Pattern: .+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: