topic_rule_destinations_list_only
Lists topic_rule_destinations in a region or regions, for all properties use topic_rule_destinations
Overview
| Name | topic_rule_destinations_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::IoT::TopicRuleDestination |
| Id | aws.iot.topic_rule_destinations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | Amazon Resource Name (ARN). |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all topic_rule_destinations in a region.
SELECT
region,
arn
FROM aws.iot.topic_rule_destinations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the topic_rule_destinations_list_only resource, see topic_rule_destinations