Class: Aws::IoT::Types::TopicRuleDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TopicRuleDestinationConfiguration
- 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
-
#http_url_configuration ⇒ Types::HttpUrlDestinationConfiguration
Configuration of the HTTP URL.
-
#influx_db_configuration ⇒ Types::InfluxDBDestinationConfiguration
The configuration of an InfluxDB topic rule destination, which you specify when you call
CreateTopicRuleDestination. -
#vpc_configuration ⇒ Types::VpcDestinationConfiguration
Configuration of the virtual private cloud (VPC) connection.
Instance Attribute Details
#http_url_configuration ⇒ Types::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_configuration ⇒ Types::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_configuration ⇒ Types::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 |