AWS::ApplicationSignals::ServiceLevelObjective Metric - AWS CloudFormation

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