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

This structure contains the limits that apply to time series that match one label set.

Syntax

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

JSON

{ "MaxSeries" : Integer }

YAML

MaxSeries: Integer

Properties

MaxSeries

The maximum number of active series that can be ingested that match this label set.

Setting this to 0 causes no label set limit to be enforced, but it does cause Amazon Managed Service for Prometheus to vend label set metrics to CloudWatch

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption