Values.AwsEc2NetworkAclAssociationSourceAn association between the network ACL and a subnet.
type nonrec t = {networkAclAssociationId : NonEmptyString.t option;The identifier of the association between the network ACL and the subnet.
*)networkAclId : NonEmptyString.t option;The identifier of the network ACL.
*)subnetId : NonEmptyString.t option;The identifier of the subnet that is associated with the network ACL.
*)}