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:
Properties
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.Required: No
Type: String
Pattern:
^.+$Update requires: No interruption
TypeProperty description not available.
Required: Yes
Type: String
Allowed values:
EXPLICIT | PREFIX | REGEXUpdate requires: No interruption