We recommend new projects start with resources from the AWS provider.
published on Monday, May 4, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, May 4, 2026 by Pulumi
Resource Type definition for AWS::NeptuneGraph::GraphSnapshot
Create GraphSnapshot Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GraphSnapshot(name: string, args?: GraphSnapshotArgs, opts?: CustomResourceOptions);@overload
def GraphSnapshot(resource_name: str,
args: Optional[GraphSnapshotArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GraphSnapshot(resource_name: str,
opts: Optional[ResourceOptions] = None,
graph_identifier: Optional[str] = None,
snapshot_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewGraphSnapshot(ctx *Context, name string, args *GraphSnapshotArgs, opts ...ResourceOption) (*GraphSnapshot, error)public GraphSnapshot(string name, GraphSnapshotArgs? args = null, CustomResourceOptions? opts = null)
public GraphSnapshot(String name, GraphSnapshotArgs args)
public GraphSnapshot(String name, GraphSnapshotArgs args, CustomResourceOptions options)
type: aws-native:neptunegraph:GraphSnapshot
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GraphSnapshotArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GraphSnapshotArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GraphSnapshotArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GraphSnapshotArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GraphSnapshotArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
GraphSnapshot Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The GraphSnapshot resource accepts the following input properties:
- Graph
Identifier string - The unique identifier of the Neptune Analytics graph to create the snapshot from.
- Snapshot
Name string - The snapshot name.
-
List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Graph
Identifier string - The unique identifier of the Neptune Analytics graph to create the snapshot from.
- Snapshot
Name string - The snapshot name.
-
Tag
Args - An array of key-value pairs to apply to this resource.
- graph
Identifier String - The unique identifier of the Neptune Analytics graph to create the snapshot from.
- snapshot
Name String - The snapshot name.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- graph
Identifier string - The unique identifier of the Neptune Analytics graph to create the snapshot from.
- snapshot
Name string - The snapshot name.
- Tag[]
- An array of key-value pairs to apply to this resource.
- graph_
identifier str - The unique identifier of the Neptune Analytics graph to create the snapshot from.
- snapshot_
name str - The snapshot name.
-
Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- graph
Identifier String - The unique identifier of the Neptune Analytics graph to create the snapshot from.
- snapshot
Name String - The snapshot name.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the GraphSnapshot resource produces the following output properties:
- Arn string
- The ARN of the graph snapshot.
- Aws
Id string - The unique identifier of the graph snapshot.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Arn string
- The ARN of the graph snapshot.
- Aws
Id string - The unique identifier of the graph snapshot.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- arn String
- The ARN of the graph snapshot.
- aws
Id String - The unique identifier of the graph snapshot.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- arn string
- The ARN of the graph snapshot.
- aws
Id string - The unique identifier of the graph snapshot.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- arn str
- The ARN of the graph snapshot.
- aws_
id str - The unique identifier of the graph snapshot.
- id str
- The provider-assigned unique ID for this managed resource.
- 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.
- arn String
- The ARN of the graph snapshot.
- aws
Id String - The unique identifier of the graph snapshot.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
Supporting Types
GraphSnapshotStatus, GraphSnapshotStatusArgs
- Creating
CREATING- Available
AVAILABLE- Deleting
DELETING- Failed
FAILED
- Graph
Snapshot Status Creating CREATING- Graph
Snapshot Status Available AVAILABLE- Graph
Snapshot Status Deleting DELETING- Graph
Snapshot Status Failed FAILED
- Creating
CREATING- Available
AVAILABLE- Deleting
DELETING- Failed
FAILED
- Creating
CREATING- Available
AVAILABLE- Deleting
DELETING- Failed
FAILED
- CREATING
CREATING- AVAILABLE
AVAILABLE- DELETING
DELETING- FAILED
FAILED
- "CREATING"
CREATING- "AVAILABLE"
AVAILABLE- "DELETING"
DELETING- "FAILED"
FAILED
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, May 4, 2026 by Pulumi
