Neptune

data class Neptune(val value: NeptuneImportOptions) : ImportOptions

Options for importing data from a Neptune database.

Constructors

Link copied to clipboard
constructor(value: NeptuneImportOptions)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ImportOptions as a Neptune and retrieves its aws.sdk.kotlin.services.neptunegraph.model.NeptuneImportOptions value. Throws an exception if the ImportOptions is not a Neptune.

Link copied to clipboard