Skip to main content

topic_rule_destinations

Retrieves a list of topic_rule_destinations in a region

Overview

Nametopic_rule_destinations
TypeResource
Descriptiontopic_rule_destinations
Idawscc.iot.topic_rule_destinations

Fields

NameDatatypeDescription
arnstringAmazon Resource Name (ARN).
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.iot.topic_rule_destinations
WHERE region = 'us-east-1'

Permissions

To operate on the topic_rule_destinations resource, the following permissions are required:

Create

iam:PassRole,
iot:CreateTopicRuleDestination,
iot:GetTopicRuleDestination,
iot:UpdateTopicRuleDestination

List

iot:ListTopicRuleDestinations