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 CompositeSliConfig
This structure contains the configuration for a composite service level indicator (SLI) that aggregates metrics across multiple operations of a service for service-level SLOs.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CompositeSliComponents" :[ CompositeSliComponent, ... ], "SelectionConfig" :SelectionConfig}
Properties
CompositeSliComponentsProperty description not available.
Required: No
Type: Array of CompositeSliComponent
Minimum:
2Maximum:
20Update requires: No interruption
SelectionConfig-
Specifies how operations are selected for this service-level SLO. Operations can be selected explicitly by listing them, by specifying a prefix to match operation names, or by providing a regular expression pattern.
Required: Yes
Type: SelectionConfig
Update requires: No interruption