Skip to main content

topic_rule_destinations_list_only

Lists topic_rule_destinations in a region or regions, for all properties use topic_rule_destinations

Overview

Nametopic_rule_destinations_list_only
TypeResource
DescriptionResource Type definition for AWS::IoT::TopicRuleDestination
Idaws.iot.topic_rule_destinations_list_only

Fields

NameDatatypeDescription
arnstringAmazon Resource Name (ARN).
statusstringThe status of the TopicRuleDestination.
http_url_propertiesobjectHTTP URL destination properties.
status_reasonstringThe reasoning for the current status of the TopicRuleDestination.
vpc_propertiesobjectVPC destination properties.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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