awscc_neptunegraph_graph (Resource)

The AWS::NeptuneGraph::Graph resource creates an Amazon NeptuneGraph Graph.

Schema

Required

Optional

_Default_: If not specified, the default value is true.

If you don't specify a name, we generate a unique Graph Name using a combination of Stack Name and a UUID comprising of 4 characters.

_Important_: If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.

When the Graph is publicly reachable, its Domain Name System (DNS) endpoint resolves to the public IP address from the internet.

When the Graph isn't publicly reachable, you need to create a PrivateGraphEndpoint in a given VPC to ensure the DNS name resolves to a private IP address that is reachable from the VPC.

_Default_: If not specified, the default value is false.

Replica Count should always be less than or equal to 2.

_Default_: If not specified, the default value is 1.

Read-Only

Nested Schema for tags

Required:

Optional:

Nested Schema for vector_search_configuration

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_neptunegraph_graph.example <resource ID>