AWS::ApplicationSignals::ServiceLevelObjective Metric - 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 Metric

This structure defines the metric used for a service level indicator, including the metric name, namespace, and dimensions

Syntax

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

JSON

{ "Dimensions" : [ Dimension, ... ], "MetricName" : String, "Namespace" : String }

YAML

Dimensions: - Dimension MetricName: String Namespace: String

Properties

Dimensions

An array of one or more dimensions to use to define the metric that you want to use. For more information, see Dimensions.

Required: No

Type: Array of Dimension

Minimum: 0

Maximum: 30

Update requires: No interruption

MetricName

The name of the metric to use.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

Namespace

The namespace of the metric. For more information, see Namespaces.

Required: No

Type: String

Pattern: .*[^:].*

Minimum: 1

Maximum: 255

Update requires: No interruption