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.
16013 16014 16015 16016 16017 16018 |
# File 'lib/aws-sdk-iot/types.rb', line 16013 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.
16013 16014 16015 16016 16017 16018 |
# File 'lib/aws-sdk-iot/types.rb', line 16013 class TopicRuleDestinationConfiguration < Struct.new( :http_url_configuration, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |