Class: Aws::NetworkFirewall::Types::ListenerPropertyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ListenerPropertyRequest
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
This data type is used specifically for the CreateProxy and UpdateProxy APIs.
Open port for taking HTTP or HTTPS traffic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#port ⇒ Integer
Port for processing traffic.
-
#type ⇒ String
Selection of HTTP or HTTPS traffic.
Instance Attribute Details
#port ⇒ Integer
Port for processing traffic.
5508 5509 5510 5511 5512 5513 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5508 class ListenerPropertyRequest < Struct.new( :port, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Selection of HTTP or HTTPS traffic.
5508 5509 5510 5511 5512 5513 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5508 class ListenerPropertyRequest < Struct.new( :port, :type) SENSITIVE = [] include Aws::Structure end |