class Aws::IoT::Types::TopicRuleDestinationConfiguration


@return [Types::VpcDestinationConfiguration]
Configuration of the virtual private cloud (VPC) connection.
@!attribute [rw] vpc_configuration
@return [Types::HttpUrlDestinationConfiguration]
Configuration of the HTTP URL.
@!attribute [rw] http_url_configuration
}
},
role_arn: “AwsArn”, # required
vpc_id: “VpcId”, # required
security_groups: [“SecurityGroupId”],
subnet_ids: [“SubnetId”], # required
vpc_configuration: {
},
confirmation_url: “Url”, # required
http_url_configuration: {
{
data as a hash:
@note When making an API call, you may pass TopicRuleDestinationConfiguration
Configuration of the topic rule destination.