Skip to content

/AWS1/CL_CWSSELECTIONCONFIG

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

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/CWSSELECTIONTYPE /AWS1/CWSSELECTIONTYPE

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.

Optional arguments:

iv_pattern TYPE /AWS1/CWSSELECTIONPATTERN /AWS1/CWSSELECTIONPATTERN

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.


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

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.

Accessible with the following methods

Method Description
GET_PATTERN() Getter for PATTERN, with configurable default
ASK_PATTERN() Getter for PATTERN w/ exceptions if field has no value
HAS_PATTERN() Determine if PATTERN has a value