FleetMetricReference
- class aws_cdk.aws_iot.FleetMetricReference(*, metric_name)
- Bases: - object- A reference to a FleetMetric resource. - Parameters:
- metric_name ( - str) – The MetricName of the FleetMetric 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 fleet_metric_reference = iot.FleetMetricReference( metric_name="metricName" ) - Attributes - metric_name
- The MetricName of the FleetMetric resource.