aws.neptune_graph.list_graph_snapshots
Example SQL Queries
SELECT * FROMaws.neptune_graph.list_graph_snapshots;Description
Lists available snapshots of a specified Neptune Analytics graph.
Table Definition
| Column Name | Column Data Type |
|---|---|
| graph_identifier Input Column The unique identifier of the Neptune Analytics graph. | VARCHAR |
| _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 of the graph snapshot. | VARCHAR |
| id The unique identifier of the graph snapshot. | VARCHAR |
| kms_key_identifier The ID of the KMS key used to encrypt and decrypt the snapshot. | VARCHAR |
| name The snapshot name. For example: my-snapshot-1. The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens. | VARCHAR |
| snapshot_create_time The time when the snapshot was created. | TIMESTAMP_S |
| source_graph_id The graph identifier for the graph for which a snapshot is to be created. | VARCHAR |
| status The status of the graph snapshot. | VARCHAR |