Module NeptuneGraph.PrivateGraphEndpoint

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html

type properties = {
  1. vpc_id : string;
  2. graph_identifier : string;
  3. security_group_ids : string list option;
  4. subnet_ids : string list option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html;

val make_properties : vpc_id:string -> graph_identifier:string -> ?security_group_ids:string list -> ?subnet_ids:string list -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. vpc_endpoint_id : string;
  3. private_graph_endpoint_identifier : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string