AWS::IoTFleetWise::Fleet - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon IoT FleetWise Developer Guide.

Syntax

To declare this entity in your Amazon 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

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

Minimum: 1

Maximum: 2048

Update requires: No interruption

Id

The unique ID of the fleet.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 100

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: Array of Tag

Minimum: 0

Maximum: 50

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the Id.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic 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::GetAtt intrinsic 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).