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.
14932 14933 14934 14935 14936 14937 |
# File 'lib/aws-sdk-iot/types.rb', line 14932 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.
14932 14933 14934 14935 14936 14937 |
# File 'lib/aws-sdk-iot/types.rb', line 14932 class TopicRuleDestinationConfiguration < Struct.new( :http_url_configuration, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |