Transfer.Connectorsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html
type as2_config = {compression : string option;message_subject : string option;basic_auth_secret_id : string option;partner_profile_id : string option;encryption_algorithm : string option;signing_algorithm : string option;local_profile_id : string option;mdn_response : string option;mdn_signing_algorithm : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.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-transfer-connector-sftpconfig.html
type properties = {as2_config : as2_config option;logging_role : string option;access_role : string;sftp_config : sftp_config option;url : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html;
val make_properties :
?as2_config:as2_config ->
?logging_role:string ->
access_role:string ->
?sftp_config:sftp_config ->
?tags:tag list ->
url:string ->
unit ->
propertiesval make_as2_config :
?compression:string ->
?message_subject:string ->
?basic_auth_secret_id:string ->
?partner_profile_id:string ->
?encryption_algorithm:string ->
?signing_algorithm:string ->
?local_profile_id:string ->
?mdn_response:string ->
?mdn_signing_algorithm:string ->
unit ->
as2_configval make_tag : value:string -> key:string -> unit -> tagval make_sftp_config :
?trusted_host_keys:string list ->
?user_secret_id:string ->
unit ->
sftp_configval yojson_of_as2_config :
as2_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_sftp_config :
sftp_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