aws.iotwireless.get_wireless_gateway_task_definition
Example SQL Queries
SELECT * FROMaws.iotwireless.get_wireless_gateway_task_definitionWHERE"id" = 'VALUE';Description
Gets information about a wireless gateway task definition.
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 |
| arn The Amazon Resource Name of the resource. | VARCHAR |
| auto_create_tasks Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask. | BOOLEAN |
| name The name of the resource. | VARCHAR |
| update Information about the gateways to update. | STRUCT( |
Show child fields
| |