Module EFS.MountTarget

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html

type properties = {
  1. security_groups : string list;
  2. file_system_id : string;
  3. ip_address : string option;
  4. subnet_id : string;
}

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

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