AWS::ApplicationSignals::ServiceLevelObjective Sli - AWS CloudFormation

AWS::ApplicationSignals::ServiceLevelObjective Sli

This structure specifies the information about the service and the performance metric that an SLO is to monitor.

Syntax

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

JSON

{ "ComparisonOperator" : String, "MetricThreshold" : Number, "SliMetric" : SliMetric }

Properties

ComparisonOperator

The arithmetic operation to use when comparing the specified metric to the threshold.

Required: Yes

Type: String

Allowed values: GreaterThanOrEqualTo | LessThanOrEqualTo | LessThan | GreaterThan

Update requires: No interruption

MetricThreshold

The value that the SLI metric is compared to.

Required: Yes

Type: Number

Update requires: No interruption

SliMetric

Use this structure to specify the metric to be used for the SLO.

Required: Yes

Type: SliMetric

Update requires: No interruption