Module DMS.Certificate

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html

type properties = {
  1. certificate_identifier : string option;
  2. certificate_pem : string option;
  3. 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 -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string