Class: Aws::NetworkFirewall::Types::SubnetMapping

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

The ID for a subnet that you want to associate with the firewall. This is used with CreateFirewall and AssociateSubnets. Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_typeString

The subnet's IP address type. You can't change the IP address type after you create the subnet.

Returns:

  • (String)


3916
3917
3918
3919
3920
3921
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3916

class SubnetMapping < Struct.new(
  :subnet_id,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The unique identifier for the subnet.

Returns:

  • (String)


3916
3917
3918
3919
3920
3921
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3916

class SubnetMapping < Struct.new(
  :subnet_id,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end