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.
-
#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.
15284 15285 15286 15287 15288 15289 |
# File 'lib/aws-sdk-iot/types.rb', line 15284 class TopicRuleDestinationConfiguration < Struct.new( :http_url_configuration, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |
#vpc_configuration ⇒ Types::VpcDestinationConfiguration
Configuration of the virtual private cloud (VPC) connection.
15284 15285 15286 15287 15288 15289 |
# File 'lib/aws-sdk-iot/types.rb', line 15284 class TopicRuleDestinationConfiguration < Struct.new( :http_url_configuration, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |