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 theComponentsfield ofCompositeSliConfig. -
PREFIX— You provide a prefix string in thePatternfield ofSelectionConfig, and all operations whose names start with the prefix are included. -
REGEX— You provide a regular expression in thePatternfield ofSelectionConfig, and all operations whose names match the pattern are included.
Type: String
Valid Values:
EXPLICIT | PREFIX | REGEXRequired: Yes
-
- Pattern
-
A prefix string or regular expression that specifies which operations to include in a service-level SLO. When
SelectionTypeisPREFIX, this value is a prefix string that matches the beginning of operation names. WhenSelectionTypeisREGEX, 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: