RDS.CustomDBEngineVersionsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-customdbengineversion.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {status : string option;database_installation_files_s3_bucket_name : string;description : string option;engine_version : string;kms_key_id : string option;database_installation_files_s3_prefix : string option;manifest : string option;engine : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-customdbengineversion.html;
val make_properties :
?status:string ->
database_installation_files_s3_bucket_name:string ->
?description:string ->
engine_version:string ->
?kms_key_id:string ->
?database_installation_files_s3_prefix:string ->
?manifest:string ->
engine:string ->
?tags:tag list ->
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