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

NetworkAclAssociation

import type { NetworkAclAssociation } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes an association between a network ACL and a subnet.

interface NetworkAclAssociation {
NetworkAclAssociationId?: string | null;
NetworkAclId?: string | null;
SubnetId?: string | null;
}

§Properties

§
NetworkAclAssociationId?: string | null
[src]

The ID of the association between a network ACL and a subnet.

§
NetworkAclId?: string | null
[src]

The ID of the network ACL.

§
SubnetId?: string | null
[src]

The ID of the subnet.