Module EC2.SubnetNetworkAclAssociation

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetnetworkaclassociation.html

type properties = {
  1. network_acl_id : string;
  2. subnet_id : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetnetworkaclassociation.html;

val make_properties : network_acl_id:string -> subnet_id:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. association_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string