GraphSnapshotReference

class aws_cdk.interfaces.aws_neptunegraph.GraphSnapshotReference(*, graph_snapshot_arn)

Bases: object

A reference to a GraphSnapshot resource.

Parameters:

graph_snapshot_arn (str) – The Arn of the GraphSnapshot resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_neptunegraph as interfaces_neptunegraph

graph_snapshot_reference = interfaces_neptunegraph.GraphSnapshotReference(
    graph_snapshot_arn="graphSnapshotArn"
)

Attributes

graph_snapshot_arn

The Arn of the GraphSnapshot resource.