topic_rule_destination
Gets an individual topic_rule_destination
resource
Overview
Name | topic_rule_destination |
Type | Resource |
Description | topic_rule_destination |
Id | awscc.iot.topic_rule_destination |
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
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