| Package | Description |
|---|---|
| software.amazon.awscdk.services.iot |
AWS IoT Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomMetric.Builder |
CfnCustomMetric.Builder.create(software.constructs.Construct scope,
String id) |
CfnCustomMetric.Builder |
CfnCustomMetric.Builder.displayName(String displayName)
The friendly name in the console for the custom metric.
|
CfnCustomMetric.Builder |
CfnCustomMetric.Builder.metricName(String metricName)
The name of the custom metric.
|
CfnCustomMetric.Builder |
CfnCustomMetric.Builder.metricType(String metricType)
The type of the custom metric.
|
CfnCustomMetric.Builder |
CfnCustomMetric.Builder.tags(List<? extends CfnTag> tags)
Metadata that can be used to manage the custom metric.
|
Copyright © 2022. All rights reserved.