DataSync.LocationEFS
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationefs-ec2config.html
type properties = {
efs_filesystem_arn : string option;
ec2_config : ec2_config;
access_point_arn : string option;
subdirectory : string option;
in_transit_encryption : string option;
file_system_access_role_arn : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html;
val make_properties :
?efs_filesystem_arn:string ->
ec2_config:ec2_config ->
?access_point_arn:string ->
?subdirectory:string ->
?in_transit_encryption:string ->
?file_system_access_role_arn:string ->
?tags:tag list ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_ec2_config :
subnet_arn:string ->
security_group_arns:string list ->
unit ->
ec2_config
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_ec2_config :
ec2_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes