DMS.Certificatesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html
type properties = {certificate_identifier : string option;certificate_pem : string option;certificate_wallet : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html;
val make_properties :
?certificate_identifier:string ->
?certificate_pem:string ->
?certificate_wallet:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes