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

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 Amazon 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