Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SubnetMapping

import type { SubnetMapping } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";

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.

interface SubnetMapping {
IPAddressType?: IPAddressType | null;
SubnetId: string;
}

§Properties

§
IPAddressType?: IPAddressType | null
[src]

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

§
SubnetId: string
[src]

The unique identifier for the subnet.