We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 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 dictionaryThe 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 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.
- Kms
Key stringIdentifier - The ID of the KMS key used to encrypt and decrypt the snapshot.
- Snapshot
Create stringTime - The time when the snapshot was created.
- Status
Pulumi.
Aws Native. Neptune Graph. Graph Snapshot Status - The current status of the graph snapshot.
-
List<Pulumi.
Aws Native. 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.
- Kms
Key stringIdentifier - The ID of the KMS key used to encrypt and decrypt the snapshot.
- Snapshot
Create stringTime - The time when the snapshot was created.
- Status
Graph
Snapshot Status - The current status of the graph snapshot.
- 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 StringIdentifier - The ID of the KMS key used to encrypt and decrypt the snapshot.
- snapshot
Create StringTime - The time when the snapshot was created.
- status
Graph
Snapshot Status - The current status of the graph snapshot.
- 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.
- kms
Key stringIdentifier - The ID of the KMS key used to encrypt and decrypt the snapshot.
- snapshot
Create stringTime - The time when the snapshot was created.
- status
Graph
Snapshot Status - The current status of the graph snapshot.
- 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_ stridentifier - The ID of the KMS key used to encrypt and decrypt the snapshot.
- snapshot_
create_ strtime - The time when the snapshot was created.
- status
Graph
Snapshot Status - The current status of the graph snapshot.
- 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.
- kms
Key StringIdentifier - The ID of the KMS key used to encrypt and decrypt the snapshot.
- snapshot
Create StringTime - The time when the snapshot was created.
- status "CREATING" | "AVAILABLE" | "DELETING" | "FAILED"
- The current status of the graph snapshot.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
GraphSnapshotStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
