View a markdown version of this page

AWS::ApplicationSignals::ServiceLevelObjective SelectionConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::ApplicationSignals::ServiceLevelObjective SelectionConfig

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

Syntax

To declare this entity in your Amazon 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