AWS Fundamentals Logo
AWS Fundamentals
AWS::NeptuneGraph::GraphSnapshot

NeptuneGraph GraphSnapshot

Resource Type definition for AWS::NeptuneGraph::GraphSnapshot

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
SnapshotName
string
RequiredCreate-only
GraphIdentifier
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the graph snapshot.
IdstringThe unique identifier of the graph snapshot.
KmsKeyIdentifierstringThe ID of the KMS key used to encrypt and decrypt the snapshot.
SnapshotCreateTimestringThe time when the snapshot was created.
StatusstringThe current status of the graph snapshot.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

neptune-graph:CreateGraphSnapshotneptune-graph:GetGraphSnapshotneptune-graph:TagResourceneptune-graph:ListTagsForResource

read

neptune-graph:GetGraphSnapshotneptune-graph:ListTagsForResource

update

neptune-graph:GetGraphSnapshotneptune-graph:TagResourceneptune-graph:UntagResourceneptune-graph:ListTagsForResource

delete

neptune-graph:DeleteGraphSnapshotneptune-graph:GetGraphSnapshot

list

neptune-graph:ListGraphSnapshots

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNeptuneGraph
Properties8
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SnapshotNameGraphIdentifier

Related Resources

External Links