aws.neptune_graph.list_graphs
Example SQL Queries
SELECT * FROMaws.neptune_graph.list_graphs;Description
Lists available Neptune Analytics graphs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The ARN associated with the graph. | VARCHAR |
| deletion_protection If true, deletion protection is enabled for the graph. | BOOLEAN |
| endpoint The graph endpoint. | VARCHAR |
| id The unique identifier of the graph. | VARCHAR |
| kms_key_identifier The ID of the KMS key used to encrypt and decrypt graph data. | VARCHAR |
| name The name of the graph. | VARCHAR |
| provisioned_memory The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph. | BIGINT |
| public_connectivity If true, the graph has a public endpoint, otherwise not. | BOOLEAN |
| replica_count The number of replicas for the graph. | BIGINT |
| status The status of the graph. | VARCHAR |