Topic Rule Destination Args
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
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, vpcConfiguration: Output<TopicRuleDestinationVpcConfigurationArgs>? = null)
Properties
Link copied to clipboard
Configuration of the virtual private cloud (VPC) connection. For more info, see the AWS documentation.