Class: Aws::NetworkFirewall::Types::SubnetMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::SubnetMapping
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
The ID for a subnet that's used in an association with a firewall. This is used in CreateFirewall, AssociateSubnets, and CreateVpcEndpointAssociation. 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
-
#ip_address_type ⇒ String
The subnet's IP address type.
-
#subnet_id ⇒ String
The unique identifier for the subnet.
Instance Attribute Details
#ip_address_type ⇒ String
The subnet's IP address type. You can't change the IP address type after you create the subnet.
5941 5942 5943 5944 5945 5946 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5941 class SubnetMapping < Struct.new( :subnet_id, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The unique identifier for the subnet.
5941 5942 5943 5944 5945 5946 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5941 class SubnetMapping < Struct.new( :subnet_id, :ip_address_type) SENSITIVE = [] include Aws::Structure end |