topic_rule_destinations
Retrieves a list of topic_rule_destinations
in a region
Overview
Name | topic_rule_destinations |
Type | Resource |
Description | topic_rule_destinations |
Id | awscc.iot.topic_rule_destinations |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Amazon Resource Name (ARN). |
region | string | AWS 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