AWS::APS::Workspace LimitsPerLabelSet - 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::APS::Workspace LimitsPerLabelSet

This defines a label set for the workspace, and defines the ingestion limit for active time series that match that label set. Each label name in a label set must be unique.

Syntax

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

JSON

{ "LabelSet" : [ Label, ... ], "Limits" : LimitsPerLabelSetEntry }

Properties

LabelSet

This defines one label set that will have an enforced ingestion limit. You can set ingestion limits on time series that match defined label sets, to help prevent a workspace from being overwhelmed with unexpected spikes in time series ingestion.

Label values accept all UTF-8 characters with one exception. If the label name is metric name label __name__, then the metric part of the name must conform to the following pattern: [a-zA-Z_:][a-zA-Z0-9_:]*

Required: Yes

Type: Array of Label

Minimum: 0

Update requires: No interruption

Limits

This structure contains the information about the limits that apply to time series that match this label set.

Required: Yes

Type: LimitsPerLabelSetEntry

Update requires: No interruption