interface FleetMetricReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.FleetMetricReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#FleetMetricReference |
Java | software.amazon.awscdk.services.iot.FleetMetricReference |
Python | aws_cdk.aws_iot.FleetMetricReference |
TypeScript | aws-cdk-lib » aws_iot » FleetMetricReference |
A reference to a FleetMetric resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const fleetMetricReference: iot.FleetMetricReference = {
metricName: 'metricName',
};
Properties
| Name | Type | Description |
|---|---|---|
| metric | string | The MetricName of the FleetMetric resource. |
metricName
Type:
string
The MetricName of the FleetMetric resource.

.NET
Go
Java
Python
TypeScript