interface CfnFleetProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoTFleetWise.CfnFleetProps |
Java | software.amazon.awscdk.services.iotfleetwise.CfnFleetProps |
Python | aws_cdk.aws_iotfleetwise.CfnFleetProps |
TypeScript | @aws-cdk/aws-iotfleetwise » CfnFleetProps |
Properties for defining a CfnFleet
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotfleetwise from '@aws-cdk/aws-iotfleetwise';
const cfnFleetProps: iotfleetwise.CfnFleetProps = {
id: 'id',
signalCatalogArn: 'signalCatalogArn',
// the properties below are optional
description: 'description',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
id | string | The unique ID of the fleet. |
signal | string | The ARN of the signal catalog associated with the fleet. |
description? | string | (Optional) A brief description of the fleet. |
tags? | Cfn [] | (Optional) Metadata that can be used to manage the fleet. |
id
Type:
string
The unique ID of the fleet.
signalCatalogArn
Type:
string
The ARN of the signal catalog associated with the fleet.
description?
Type:
string
(optional)
(Optional) A brief description of the fleet.
tags?
Type:
Cfn
[]
(optional)
(Optional) Metadata that can be used to manage the fleet.