graphs_list_only
Lists graphs
in a region or regions, for all properties use graphs
Overview
Name | graphs_list_only |
Type | Resource |
Description | The AWS::NeptuneGraph::Graph resource creates an Amazon NeptuneGraph Graph. |
Id | aws.neptunegraph.graphs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
deletion_protection | boolean | Value that indicates whether the Graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled. _Default_: If not specified, the default value is true. |
graph_name | string | Contains a user-supplied name for the Graph. 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. |
provisioned_memory | integer | Memory for the Graph. |
public_connectivity | boolean | Specifies whether the Graph can be reached over the internet. Access to all graphs requires IAM authentication. 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 | integer | Specifies the number of replicas you want when finished. All replicas will be provisioned in different availability zones. Replica Count should always be less than or equal to 2. _Default_: If not specified, the default value is 1. |
tags | array | The tags associated with this graph. |
vector_search_configuration | object | Vector Search Configuration |
endpoint | string | The connection endpoint for the graph. For example: `g-12a3bcdef4.us-east-1.neptune-graph.amazonaws.com` |
graph_arn | string | Graph resource ARN |
graph_id | string | The auto-generated id assigned by the service. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all graphs
in a region.
SELECT
region,
graph_id
FROM aws.neptunegraph.graphs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the graphs_list_only
resource, see graphs