AWS::IoTFleetWise::Fleet - AWS CloudFormation

AWS::IoTFleetWise::Fleet

Creates a fleet that represents a group of vehicles.

Note

You must create both a signal catalog and vehicles before you can create a fleet.

For more information, see Fleets in the AWS IoT FleetWise Developer Guide.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::IoTFleetWise::Fleet", "Properties" : { "Description" : String, "Id" : String, "SignalCatalogArn" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::IoTFleetWise::Fleet Properties: Description: String Id: String SignalCatalogArn: String Tags: - Tag

Properties

Description

(Optional) A brief description of the fleet.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Pattern: [^\u0000-\u001F\u007F]+

Update requires: No interruption

Id

The unique ID of the fleet.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Pattern: [a-zA-Z0-9:_-]+

Update requires: Replacement

SignalCatalogArn

The ARN of the signal catalog associated with the fleet.

Required: Yes

Type: String

Update requires: Replacement

Tags

(Optional) Metadata that can be used to manage the fleet.

Required: No

Type: List of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the Id.

For more information about using the Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.

Arn

The Amazon Resource Name (ARN) of the created fleet.

CreationTime

The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).

LastModificationTime

The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).