Method: Aws::IoT::Types::TopicRuleDestinationConfiguration#vpc_configuration

Defined in:
lib/aws-sdk-iot/types.rb

#vpc_configurationTypes::VpcDestinationConfiguration

Configuration of the virtual private cloud (VPC) connection.



17095
17096
17097
17098
17099
17100
# File 'lib/aws-sdk-iot/types.rb', line 17095

class TopicRuleDestinationConfiguration < Struct.new(
  :http_url_configuration,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end