Class: Aws::NeptuneGraph::Types::ImportTaskSummary

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

Overview

Details about an import task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

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

[1]: docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html [2]: docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html



1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1930

class ImportTaskSummary < Struct.new(
  :graph_id,
  :task_id,
  :source,
  :format,
  :parquet_type,
  :role_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#graph_idString

The unique identifier of the Neptune Analytics graph.



1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1930

class ImportTaskSummary < Struct.new(
  :graph_id,
  :task_id,
  :source,
  :format,
  :parquet_type,
  :role_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#parquet_typeString

The parquet type of the import task.



1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1930

class ImportTaskSummary < Struct.new(
  :graph_id,
  :task_id,
  :source,
  :format,
  :parquet_type,
  :role_arn,
  :status)
  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.



1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1930

class ImportTaskSummary < Struct.new(
  :graph_id,
  :task_id,
  :source,
  :format,
  :parquet_type,
  :role_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

A URL identifying to 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



1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1930

class ImportTaskSummary < Struct.new(
  :graph_id,
  :task_id,
  :source,
  :format,
  :parquet_type,
  :role_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the import task.



1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1930

class ImportTaskSummary < Struct.new(
  :graph_id,
  :task_id,
  :source,
  :format,
  :parquet_type,
  :role_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The unique identifier of the import task.



1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1930

class ImportTaskSummary < Struct.new(
  :graph_id,
  :task_id,
  :source,
  :format,
  :parquet_type,
  :role_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end