Class: Aws::IoT::Types::TopicRuleDestinationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Configuration of the topic rule destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_url_configurationTypes::HttpUrlDestinationConfiguration

Configuration of the HTTP URL.



15333
15334
15335
15336
15337
15338
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15333

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

#vpc_configurationTypes::VpcDestinationConfiguration

Configuration of the virtual private cloud (VPC) connection.



15333
15334
15335
15336
15337
15338
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15333

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