RDS.GlobalCluster
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html
type properties = {
storage_encrypted : bool option;
engine_version : string option;
source_db_cluster_identifier : string option;
deletion_protection : bool option;
global_cluster_identifier : string option;
engine : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html;
val make_properties :
?storage_encrypted:bool ->
?engine_version:string ->
?source_db_cluster_identifier:string ->
?deletion_protection:bool ->
?global_cluster_identifier:string ->
?engine:string ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes