Class: Aws::NeptuneGraph::Types::StartExportTaskInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The Amazon S3 URI where data will be exported to.

Returns:

  • (String)


2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722

class StartExportTaskInput < Struct.new(
  :graph_identifier,
  :role_arn,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :export_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#export_filterTypes::ExportFilter

The export filter of the export task.

Returns:



2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722

class StartExportTaskInput < Struct.new(
  :graph_identifier,
  :role_arn,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :export_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the export task.

Returns:

  • (String)


2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722

class StartExportTaskInput < Struct.new(
  :graph_identifier,
  :role_arn,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :export_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#graph_identifierString

The source graph identifier of the export task.

Returns:

  • (String)


2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722

class StartExportTaskInput < Struct.new(
  :graph_identifier,
  :role_arn,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :export_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_identifierString

The KMS key identifier of the export task.

Returns:

  • (String)


2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722

class StartExportTaskInput < Struct.new(
  :graph_identifier,
  :role_arn,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :export_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#parquet_typeString

The parquet type of the export task.

Returns:

  • (String)


2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722

class StartExportTaskInput < Struct.new(
  :graph_identifier,
  :role_arn,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :export_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that will allow data to be exported to the destination.

Returns:

  • (String)


2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722

class StartExportTaskInput < Struct.new(
  :graph_identifier,
  :role_arn,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :export_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags to be applied to the export task.

Returns:

  • (Hash<String,String>)


2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722

class StartExportTaskInput < Struct.new(
  :graph_identifier,
  :role_arn,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :export_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end