Method: Aws::IoT::Types::TopicRuleDestinationConfiguration#http_url_configuration
- Defined in:
- lib/aws-sdk-iot/types.rb
#http_url_configuration ⇒ Types::HttpUrlDestinationConfiguration
Configuration of the HTTP URL.
17095 17096 17097 17098 17099 17100 |
# File 'lib/aws-sdk-iot/types.rb', line 17095 class TopicRuleDestinationConfiguration < Struct.new( :http_url_configuration, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |