AWS::NeptuneGraph::GraphSnapshotResource Type definition for AWS::NeptuneGraph::GraphSnapshot
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SnapshotName | string | RequiredCreate-only |
GraphIdentifier | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
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 | string | The current status of the graph snapshot. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NeptuneGraph::GraphSnapshot
Resources:
MyResource:
Type: AWS::NeptuneGraph::GraphSnapshot
Properties:
SnapshotName: "my-snapshotname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
neptune-graph:CreateGraphSnapshotneptune-graph:GetGraphSnapshotneptune-graph:TagResourceneptune-graph:ListTagsForResourceneptune-graph:GetGraphSnapshotneptune-graph:ListTagsForResourceneptune-graph:GetGraphSnapshotneptune-graph:TagResourceneptune-graph:UntagResourceneptune-graph:ListTagsForResourceneptune-graph:DeleteGraphSnapshotneptune-graph:GetGraphSnapshotneptune-graph:ListGraphSnapshotsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SnapshotNameGraphIdentifier