TopicRuleDestinationReference

class aws_cdk.aws_iot.TopicRuleDestinationReference(*, topic_rule_destination_arn)

Bases: object

A reference to a TopicRuleDestination resource.

Parameters:

topic_rule_destination_arn (str) – The Arn of the TopicRuleDestination resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_iot as iot

topic_rule_destination_reference = iot.TopicRuleDestinationReference(
    topic_rule_destination_arn="topicRuleDestinationArn"
)

Attributes

topic_rule_destination_arn

The Arn of the TopicRuleDestination resource.