TopicRuleDestination

class TopicRuleDestination : KotlinCustomResource

Import

IoT topic rule destinations can be imported using the arn, e.g.,

$ pulumi import aws:iot/topicRuleDestination:TopicRuleDestination example arn:aws:iot:us-west-2:123456789012:ruledestination/vpc/2ce781c8-68a6-4c52-9c62-63fe489ecc60

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the topic rule destination

Link copied to clipboard
val enabled: Output<Boolean>?

Whether or not to enable the destination. Default: true.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Configuration of the virtual private cloud (VPC) connection. For more info, see the AWS documentation.