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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



17471
17472
17473
17474
17475
17476
17477
# File 'lib/aws-sdk-iot/types.rb', line 17471

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

#influx_db_configurationTypes::InfluxDBDestinationConfiguration

The configuration of an InfluxDB topic rule destination, which you specify when you call CreateTopicRuleDestination.



17471
17472
17473
17474
17475
17476
17477
# File 'lib/aws-sdk-iot/types.rb', line 17471

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

#vpc_configurationTypes::VpcDestinationConfiguration

Configuration of the virtual private cloud (VPC) connection.



17471
17472
17473
17474
17475
17476
17477
# File 'lib/aws-sdk-iot/types.rb', line 17471

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