DataSync.StorageSystem
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-storagesystem.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-storagesystem-serverconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-storagesystem-servercredentials.html
type properties = {
server_credentials : server_credentials option;
server_configuration : server_configuration;
cloud_watch_log_group_arn : string option;
system_type : string;
agent_arns : string list;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-storagesystem.html;
val make_properties :
?server_credentials:server_credentials ->
server_configuration:server_configuration ->
?cloud_watch_log_group_arn:string ->
system_type:string ->
agent_arns:string list ->
?tags:tag list ->
?name:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_server_configuration :
server_hostname:string ->
?server_port:int ->
unit ->
server_configuration
val make_server_credentials :
username:string ->
password:string ->
unit ->
server_credentials
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_server_configuration :
server_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_server_credentials :
server_credentials ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes