Module RDS.GlobalCluster

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html

type properties = {
  1. storage_encrypted : bool option;
  2. engine_version : string option;
  3. source_db_cluster_identifier : string option;
  4. deletion_protection : bool option;
  5. global_cluster_identifier : string option;
  6. 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string