MemoryDB.Cluster
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-cluster.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-memorydb-cluster-endpoint.html
type properties = {
num_replicas_per_shard : int option;
description : string option;
final_snapshot_name : string option;
parameter_group_name : string option;
snapshot_arns : string list option;
port : int option;
acl_name : string;
snapshot_name : string option;
num_shards : int option;
tls_enabled : bool option;
cluster_name : string;
sns_topic_arn : string option;
engine_version : string option;
kms_key_id : string option;
sns_topic_status : string option;
subnet_group_name : string option;
auto_minor_version_upgrade : bool option;
security_group_ids : string list option;
cluster_endpoint : endpoint option;
snapshot_window : string option;
snapshot_retention_limit : int option;
data_tiering : string option;
node_type : string;
maintenance_window : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-cluster.html;
val make_properties :
?num_replicas_per_shard:int ->
?description:string ->
?final_snapshot_name:string ->
?parameter_group_name:string ->
?snapshot_arns:string list ->
?port:int ->
acl_name:string ->
?snapshot_name:string ->
?num_shards:int ->
?tls_enabled:bool ->
cluster_name:string ->
?sns_topic_arn:string ->
?tags:tag list ->
?engine_version:string ->
?kms_key_id:string ->
?sns_topic_status:string ->
?subnet_group_name:string ->
?auto_minor_version_upgrade:bool ->
?security_group_ids:string list ->
?cluster_endpoint:endpoint ->
?snapshot_window:string ->
?snapshot_retention_limit:int ->
?data_tiering:string ->
node_type:string ->
?maintenance_window:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_endpoint : ?address:string -> ?port:int -> unit -> endpoint
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_endpoint :
endpoint ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes