NeptuneGraph.Graph
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-neptunegraph-graph-vectorsearchconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
public_connectivity : bool option;
graph_name : string option;
replica_count : int option;
provisioned_memory : int;
deletion_protection : bool option;
vector_search_configuration : vector_search_configuration option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html;
val make_properties :
?public_connectivity:bool ->
?graph_name:string ->
?replica_count:int ->
provisioned_memory:int ->
?deletion_protection:bool ->
?vector_search_configuration:vector_search_configuration ->
?tags:tag list ->
unit ->
properties
val make_vector_search_configuration :
vector_search_dimension:int ->
unit ->
vector_search_configuration
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_vector_search_configuration :
vector_search_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val 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