aws.iotfleetwise.get_fleet
Example SQL Queries
SELECT * FROMaws.iotfleetwise.get_fleetWHERE"fleet_id" = 'VALUE';Description
Retrieves information about a fleet.
Table Definition
| Column Name | Column Data Type |
|---|---|
| fleet_id Required Input Column The ID of the fleet to retrieve information about. | VARCHAR |
| _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 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 a signal catalog associated with the fleet. | VARCHAR |