Skip to main content

topic_rule_destination

Gets an individual topic_rule_destination resource

Overview

Nametopic_rule_destination
TypeResource
Descriptiontopic_rule_destination
Idawscc.iot.topic_rule_destination

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
status,
http_url_properties,
status_reason,
vpc_properties
FROM awscc.iot.topic_rule_destination
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

iot:GetTopicRuleDestination

Update

iam:PassRole,
iot:GetTopicRuleDestination,
iot:UpdateTopicRuleDestination

Delete

iot:GetTopicRuleDestination,
iot:DeleteTopicRuleDestination