DataSync.LocationHDFS
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationhdfs.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationhdfs-namenode.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-locationhdfs-qopconfiguration.html
type properties = {
kms_key_provider_uri : string option;
qop_configuration : qop_configuration option;
kerberos_principal : string option;
simple_user : string option;
replication_factor : int option;
kerberos_keytab : string option;
name_nodes : name_node list;
subdirectory : string option;
kerberos_krb5_conf : string option;
block_size : int option;
agent_arns : string list;
authentication_type : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationhdfs.html;
val make_properties :
?kms_key_provider_uri:string ->
?qop_configuration:qop_configuration ->
?kerberos_principal:string ->
?simple_user:string ->
?replication_factor:int ->
?kerberos_keytab:string ->
name_nodes:name_node list ->
?subdirectory:string ->
?kerberos_krb5_conf:string ->
?block_size:int ->
?tags:tag list ->
agent_arns:string list ->
authentication_type:string ->
unit ->
properties
val make_name_node : port:int -> hostname:string -> unit -> name_node
val make_tag : value:string -> key:string -> unit -> tag
val make_qop_configuration :
?rpc_protection:string ->
?data_transfer_protection:string ->
unit ->
qop_configuration
val yojson_of_name_node :
name_node ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_qop_configuration :
qop_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes