Interface CfnWorkspace.LimitsPerLabelSetEntryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspace.LimitsPerLabelSetEntryProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspace
@Stability(Stable)
public static interface CfnWorkspace.LimitsPerLabelSetEntryProperty
extends software.amazon.jsii.JsiiSerializable
This structure contains the limits that apply to time series that match one label set.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.aps.*;
LimitsPerLabelSetEntryProperty limitsPerLabelSetEntryProperty = LimitsPerLabelSetEntryProperty.builder()
.maxSeries(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspace.LimitsPerLabelSetEntryPropertystatic final classAn implementation forCfnWorkspace.LimitsPerLabelSetEntryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxSeries
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
- See Also:
-
builder
-