Module DataSync.LocationFSxWindows

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxwindows.html

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. user : string;
  2. subdirectory : string option;
  3. fsx_filesystem_arn : string option;
  4. domain : string option;
  5. security_group_arns : string list;
  6. tags : tag list option;
  7. password : string option;
}

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

val make_properties : user:string -> ?subdirectory:string -> ?fsx_filesystem_arn:string -> ?domain:string -> security_group_arns:string list -> ?tags:tag list -> ?password:string -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. location_uri : string;
  3. location_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string