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::Graph NeptuneImportOptions
Options for how to import Neptune data.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "PreserveDefaultVertexLabels" :Boolean, "PreserveEdgeIds" :Boolean, "S3ExportKmsKeyId" :String, "S3ExportPath" :String}
YAML
PreserveDefaultVertexLabels:BooleanPreserveEdgeIds:BooleanS3ExportKmsKeyId:StringS3ExportPath:String
Properties
PreserveDefaultVertexLabels-
Neptune Analytics supports label-less vertices and no labels are assigned unless one is explicitly provided. Neptune assigns default labels when none is explicitly provided. When importing the data into Neptune Analytics, the default vertex labels can be omitted by setting
preserveDefaultVertexLabelsto false. Note that if the vertex only has default labels, and has no other properties or edges, then the vertex will effectively not get imported into Neptune Analytics whenpreserveDefaultVertexLabelsis set to false.Required: No
Type: Boolean
Update requires: Replacement
PreserveEdgeIds-
Neptune Analytics currently does not support user-defined edge IDs. The edge IDs are not imported by default. They are imported if
preserveEdgeIdsis set to true, and IDs are stored as properties on the relationships with the property nameneptuneEdgeId.Required: No
Type: Boolean
Update requires: Replacement
S3ExportKmsKeyId-
The KMS key used to encrypt data in the S3 bucket where the graph data is exported.
Required: Yes
Type: String
Minimum:
1Maximum:
1024Update requires: Replacement
S3ExportPath-
The path to an S3 bucket from which to import data.
Required: Yes
Type: String
Minimum:
1Maximum:
1024Update requires: Replacement