aws.iotwireless.get_destination
Example SQL Queries
SELECT * FROMaws.iotwireless.get_destinationWHERE"name" = 'VALUE';Description
Gets information about a destination.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the resource. | 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 |
| description The description of the resource. | VARCHAR |
| expression The rule name or topic rule to send messages to. | VARCHAR |
| expression_type The type of value in Expression. | VARCHAR |
| role_arn The ARN of the IAM Role that authorizes the destination. | VARCHAR |