aws.iotfleetwise.list_fleets
Example SQL Queries
SELECT * FROMaws.iotfleetwise.list_fleets;Description
Retrieves information for each created fleet in an Amazon Web Services account.
This API operation uses pagination. Specify the nextToken parameter in the request to return more results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the fleet. | VARCHAR |
| creation_time The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| description A brief description of the fleet. | VARCHAR |
| id The unique ID of the fleet. | VARCHAR |
| last_modification_time The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| signal_catalog_arn The ARN of the signal catalog associated with the fleet. | VARCHAR |