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). |
status | string | The status of the TopicRuleDestination. |
http_url_properties | object | HTTP URL destination properties. |
status_reason | string | The reasoning for the current status of the TopicRuleDestination. |
vpc_properties | object | VPC destination properties. |
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