aws.iotfleethub.list_applications
Example SQL Queries
SELECT * FROMaws.iotfleethub.list_applications;Description
Gets a list of Fleet Hub for IoT Device Management web applications for the current account.
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
| |
| application_creation_date The date (in Unix epoch time) when the web application was created. | BIGINT |
| application_description An optional description of the web application. | VARCHAR |
| application_id The unique Id of the web application. | VARCHAR |
| application_last_update_date The date (in Unix epoch time) when the web application was last updated. | BIGINT |
| application_name The name of the web application. | VARCHAR |
| application_state The current state of the web application. | VARCHAR |
| application_url The URL of the web application. | VARCHAR |