aws.iotwireless.get_wireless_gateway_task
Example SQL Queries
SELECT * FROMaws.iotwireless.get_wireless_gateway_taskWHERE"id" = 'VALUE';Description
Gets information about a wireless gateway task.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the resource to get. | 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 |
| last_uplink_received_at The date and time when the most recent uplink was received. This value is only valid for 3 months. | VARCHAR |
| status The status of the request. | VARCHAR |
| task_created_at The date and time when the task was created. | VARCHAR |
| wireless_gateway_id The ID of the wireless gateway. | VARCHAR |
| wireless_gateway_task_definition_id The ID of the WirelessGatewayTask. | VARCHAR |