AWS::ApplicationSignals::ServiceLevelObjective SelectionConfig - AWS CloudFormation
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.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ApplicationSignals::ServiceLevelObjective SelectionConfig

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

Syntax

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

JSON

{ "Pattern" : String, "Type" : String }

YAML

Pattern: String Type: String

Properties

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.

Required: No

Type: String

Pattern: ^.+$

Update requires: No interruption

Type

Property description not available.

Required: Yes

Type: String

Allowed values: EXPLICIT | PREFIX | REGEX

Update requires: No interruption