TopicRuleDestinationArgs

data class TopicRuleDestinationArgs(val enabled: Output<Boolean>? = null, val vpcConfiguration: Output<TopicRuleDestinationVpcConfigurationArgs>? = null) : ConvertibleToJava<TopicRuleDestinationArgs>

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

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, vpcConfiguration: Output<TopicRuleDestinationVpcConfigurationArgs>? = null)

Properties

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

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): TopicRuleDestinationArgs