This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::NeptuneGraph::GraphSnapshot
The AWS::NeptuneGraph::GraphSnapshot resource Property description not available. for NeptuneGraph.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::NeptuneGraph::GraphSnapshot", "Properties" : { "GraphIdentifier" :String, "SnapshotName" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::NeptuneGraph::GraphSnapshot Properties: GraphIdentifier:StringSnapshotName:StringTags:- Tag
Properties
GraphIdentifierProperty description not available.
Required: No
Type: String
Pattern:
^g-[a-z0-9]{10}$Update requires: Replacement
SnapshotNameProperty description not available.
Required: Yes
Type: String
Pattern:
^(?!gs-)[a-z][a-z0-9]*(-[a-z0-9]+)*$Minimum:
1Maximum:
63Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn-
The ARN of the graph snapshot.
Id-
The unique identifier of the graph snapshot.
KmsKeyIdentifier-
The ID of the KMS key used to encrypt and decrypt the snapshot.
SnapshotCreateTime-
The time when the snapshot was created.
Status-
The status of the graph snapshot.