interface FleetMetricReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoT.FleetMetricReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiot#FleetMetricReference |
Java | software.amazon.awscdk.interfaces.iot.FleetMetricReference |
Python | aws_cdk.interfaces.aws_iot.FleetMetricReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_iot } from 'aws-cdk-lib/interfaces';
const fleetMetricReference: interfaces_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