Class: Aws::NetworkFirewall::Types::NatGatewayMapping

Inherits:
Struct
  • Object
show all
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

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