AWS::NeptuneGraph::Graph NeptuneImportOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 }

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