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

AwsEc2NetworkAclAssociation

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

An association between the network ACL and a subnet.

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

§Properties

§
NetworkAclAssociationId?: string | null
[src]

The identifier of the association between the network ACL and the subnet.

§
NetworkAclId?: string | null
[src]

The identifier of the network ACL.

§
SubnetId?: string | null
[src]

The identifier of the subnet that is associated with the network ACL.