interface FleetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.FleetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#FleetReference |
![]() | software.amazon.awscdk.services.iotfleetwise.FleetReference |
![]() | aws_cdk.aws_iotfleetwise.FleetReference |
![]() | aws-cdk-lib » aws_iotfleetwise » FleetReference |
A reference to a Fleet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotfleetwise as iotfleetwise } from 'aws-cdk-lib';
const fleetReference: iotfleetwise.FleetReference = {
fleetArn: 'fleetArn',
fleetId: 'fleetId',
};
Properties
Name | Type | Description |
---|---|---|
fleet | string | The ARN of the Fleet resource. |
fleet | string | The Id of the Fleet resource. |
fleetArn
Type:
string
The ARN of the Fleet resource.
fleetId
Type:
string
The Id of the Fleet resource.