interface GraphSnapshotReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.NeptuneGraph.GraphSnapshotReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsneptunegraph#GraphSnapshotReference |
Java | software.amazon.awscdk.interfaces.neptunegraph.GraphSnapshotReference |
Python | aws_cdk.interfaces.aws_neptunegraph.GraphSnapshotReference |
TypeScript | aws-cdk-lib » interfaces » aws_neptunegraph » GraphSnapshotReference |
A reference to a GraphSnapshot resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_neptunegraph as interfaces_neptunegraph } from 'aws-cdk-lib/interfaces';
const graphSnapshotReference: interfaces_neptunegraph.GraphSnapshotReference = {
graphSnapshotArn: 'graphSnapshotArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| graph | string | The Arn of the GraphSnapshot resource. |
graphSnapshotArn
Type:
string
The Arn of the GraphSnapshot resource.

.NET
Go
Java
Python
TypeScript