Transfer.Certificatesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {inactive_date : string option;usage : string;private_key : string option;description : string option;certificate_chain : string option;active_date : string option;certificate : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html;
val make_properties :
?inactive_date:string ->
usage:string ->
?private_key:string ->
?description:string ->
?certificate_chain:string ->
?active_date:string ->
?tags:tag list ->
certificate:string ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes