aws.iot.get_topic_rule_destination
Example SQL Queries
SELECT * FROMaws.iot.get_topic_rule_destinationWHERE"arn" = 'VALUE';Description
Gets information about a topic rule destination.
Requires permission to access the GetTopicRuleDestination action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The ARN of the topic rule destination. | 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 |
| topic_rule_destination The topic rule destination. | STRUCT( |
Show child fields
| |