1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. neptunegraph
  6. getGraphSnapshot

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi

    Resource Type definition for AWS::NeptuneGraph::GraphSnapshot

    Using getGraphSnapshot

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGraphSnapshot(args: GetGraphSnapshotArgs, opts?: InvokeOptions): Promise<GetGraphSnapshotResult>
    function getGraphSnapshotOutput(args: GetGraphSnapshotOutputArgs, opts?: InvokeOptions): Output<GetGraphSnapshotResult>
    def get_graph_snapshot(arn: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetGraphSnapshotResult
    def get_graph_snapshot_output(arn: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetGraphSnapshotResult]
    func LookupGraphSnapshot(ctx *Context, args *LookupGraphSnapshotArgs, opts ...InvokeOption) (*LookupGraphSnapshotResult, error)
    func LookupGraphSnapshotOutput(ctx *Context, args *LookupGraphSnapshotOutputArgs, opts ...InvokeOption) LookupGraphSnapshotResultOutput

    > Note: This function is named LookupGraphSnapshot in the Go SDK.

    public static class GetGraphSnapshot 
    {
        public static Task<GetGraphSnapshotResult> InvokeAsync(GetGraphSnapshotArgs args, InvokeOptions? opts = null)
        public static Output<GetGraphSnapshotResult> Invoke(GetGraphSnapshotInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGraphSnapshotResult> getGraphSnapshot(GetGraphSnapshotArgs args, InvokeOptions options)
    public static Output<GetGraphSnapshotResult> getGraphSnapshot(GetGraphSnapshotArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:neptunegraph:getGraphSnapshot
      arguments:
        # arguments dictionary
    data "aws-native_neptunegraph_getgraphsnapshot" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The ARN of the graph snapshot.
    Arn string
    The ARN of the graph snapshot.
    arn string
    The ARN of the graph snapshot.
    arn String
    The ARN of the graph snapshot.
    arn string
    The ARN of the graph snapshot.
    arn str
    The ARN of the graph snapshot.
    arn String
    The ARN of the graph snapshot.

    getGraphSnapshot Result

    The following output properties are available:

    Arn string
    The ARN of the graph snapshot.
    Id string
    The unique identifier of the graph snapshot.
    KmsKeyIdentifier string
    The ID of the KMS key used to encrypt and decrypt the snapshot.
    SnapshotCreateTime string
    The time when the snapshot was created.
    Status Pulumi.AwsNative.NeptuneGraph.GraphSnapshotStatus
    The current status of the graph snapshot.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    Arn string
    The ARN of the graph snapshot.
    Id string
    The unique identifier of the graph snapshot.
    KmsKeyIdentifier string
    The ID of the KMS key used to encrypt and decrypt the snapshot.
    SnapshotCreateTime string
    The time when the snapshot was created.
    Status GraphSnapshotStatus
    The current status of the graph snapshot.
    Tags Tag
    An array of key-value pairs to apply to this resource.
    arn string
    The ARN of the graph snapshot.
    id string
    The unique identifier of the graph snapshot.
    kms_key_identifier string
    The ID of the KMS key used to encrypt and decrypt the snapshot.
    snapshot_create_time string
    The time when the snapshot was created.
    status "CREATING" | "AVAILABLE" | "DELETING" | "FAILED"
    The current status of the graph snapshot.
    tags list(object)
    An array of key-value pairs to apply to this resource.
    arn String
    The ARN of the graph snapshot.
    id String
    The unique identifier of the graph snapshot.
    kmsKeyIdentifier String
    The ID of the KMS key used to encrypt and decrypt the snapshot.
    snapshotCreateTime String
    The time when the snapshot was created.
    status GraphSnapshotStatus
    The current status of the graph snapshot.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    arn string
    The ARN of the graph snapshot.
    id string
    The unique identifier of the graph snapshot.
    kmsKeyIdentifier string
    The ID of the KMS key used to encrypt and decrypt the snapshot.
    snapshotCreateTime string
    The time when the snapshot was created.
    status GraphSnapshotStatus
    The current status of the graph snapshot.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    arn str
    The ARN of the graph snapshot.
    id str
    The unique identifier of the graph snapshot.
    kms_key_identifier str
    The ID of the KMS key used to encrypt and decrypt the snapshot.
    snapshot_create_time str
    The time when the snapshot was created.
    status GraphSnapshotStatus
    The current status of the graph snapshot.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    arn String
    The ARN of the graph snapshot.
    id String
    The unique identifier of the graph snapshot.
    kmsKeyIdentifier String
    The ID of the KMS key used to encrypt and decrypt the snapshot.
    snapshotCreateTime String
    The time when the snapshot was created.
    status "CREATING" | "AVAILABLE" | "DELETING" | "FAILED"
    The current status of the graph snapshot.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    GraphSnapshotStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.66.0
    published on Monday, May 18, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.