Class: Aws::NetworkFirewall::Types::ProxySettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxySettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
The listener configuration for a proxy mode firewall. This specifies the ports and protocols on which the firewall's proxy listens for traffic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_properties ⇒ Array<Types::ListenerProperty>
Listener properties for HTTP and HTTPS traffic.
Instance Attribute Details
#listener_properties ⇒ Array<Types::ListenerProperty>
Listener properties for HTTP and HTTPS traffic.
6756 6757 6758 6759 6760 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 6756 class ProxySettings < Struct.new( :listener_properties) SENSITIVE = [] include Aws::Structure end |