View a markdown version of this page

AWS::NeptuneGraph::Graph NeptuneImportOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::NeptuneGraph::Graph NeptuneImportOptions

Options for how to import Neptune data.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "PreserveDefaultVertexLabels" : Boolean, "PreserveEdgeIds" : Boolean, "S3ExportKmsKeyId" : String, "S3ExportPath" : 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 preserveDefaultVertexLabels to 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 when preserveDefaultVertexLabels is 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 preserveEdgeIds is set to true, and IDs are stored as properties on the relationships with the property name neptuneEdgeId.

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: 1

Maximum: 1024

Update requires: Replacement

S3ExportPath

The path to an S3 bucket from which to import data.

Required: Yes

Type: String

Minimum: 1

Maximum: 1024

Update requires: Replacement