CustomMetricReference
- class aws_cdk.aws_iot.CustomMetricReference(*, metric_name)
Bases:
objectA reference to a CustomMetric resource.
- Parameters:
metric_name (
str) – The MetricName of the CustomMetric resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_iot as iot custom_metric_reference = iot.CustomMetricReference( metric_name="metricName" )
Attributes
- metric_name
The MetricName of the CustomMetric resource.