Class: Aws::NetworkFirewall::Types::NatGatewayMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::NatGatewayMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
A NAT gateway that a proxy mode firewall uses to proxy traffic. This
is used in CreateFirewall when NoSourcePreservation is TRUE.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nat_gateway_id ⇒ String
A unique identifier for the NAT gateway to use with proxy resources.
Instance Attribute Details
#nat_gateway_id ⇒ String
A unique identifier for the NAT gateway to use with proxy resources.
6170 6171 6172 6173 6174 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 6170 class NatGatewayMapping < Struct.new( :nat_gateway_id) SENSITIVE = [] include Aws::Structure end |