Module EC2.NetworkInterfaceAttachment

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

type properties = {
  1. instance_id : string;
  2. device_index : string;
  3. network_interface_id : string;
  4. delete_on_termination : bool option;
}

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

val make_properties : instance_id:string -> device_index:string -> network_interface_id:string -> ?delete_on_termination:bool -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. attachment_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string