Class: Aws::NeptuneGraph::Types::StartImportTaskInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fail_on_errorBoolean

If set to true, the task halts when an import error is encountered. If set to false, the task skips the data that caused the error and continues if possible.

Returns:

  • (Boolean)


2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2329

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

Returns:

  • (String)


2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2329

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#graph_identifierString

The unique identifier of the Neptune Analytics graph.

Returns:

  • (String)


2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2329

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#import_optionsTypes::ImportOptions

Options for how to perform an import.



2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2329

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that will allow access to the data that is to be imported.

Returns:

  • (String)


2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2329

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

A URL identifying the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

Returns:

  • (String)


2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2329

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end