EC2.NetworkInterfaceAttachment
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html
type properties = {
instance_id : string;
device_index : string;
network_interface_id : string;
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 ]
val create_attributes : string -> attributes