aws.neptune_graph.get_graph_snapshot
Example SQL Queries
SELECT * FROMaws.neptune_graph.get_graph_snapshotWHERE"snapshot_identifier" = 'VALUE';Description
Retrieves a specified graph snapshot.
Table Definition
| Column Name | Column Data Type |
|---|---|
| snapshot_identifier Required Input Column The ID of the snapshot to retrieve. | 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 |