Class: Aws::Glue::Types::S3DeltaSource

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

Overview

Specifies a Delta Lake data source stored in Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_delta_optionsHash<String,String>

Specifies additional connection options.

Returns:

  • (Hash<String,String>)


21949
21950
21951
21952
21953
21954
21955
21956
21957
# File 'lib/aws-sdk-glue/types.rb', line 21949

class S3DeltaSource < Struct.new(
  :name,
  :paths,
  :additional_delta_options,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#additional_optionsTypes::S3DirectSourceAdditionalOptions

Specifies additional options for the connector.



21949
21950
21951
21952
21953
21954
21955
21956
21957
# File 'lib/aws-sdk-glue/types.rb', line 21949

class S3DeltaSource < Struct.new(
  :name,
  :paths,
  :additional_delta_options,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Delta Lake source.

Returns:

  • (String)


21949
21950
21951
21952
21953
21954
21955
21956
21957
# File 'lib/aws-sdk-glue/types.rb', line 21949

class S3DeltaSource < Struct.new(
  :name,
  :paths,
  :additional_delta_options,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the Delta Lake source.

Returns:



21949
21950
21951
21952
21953
21954
21955
21956
21957
# File 'lib/aws-sdk-glue/types.rb', line 21949

class S3DeltaSource < Struct.new(
  :name,
  :paths,
  :additional_delta_options,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#pathsArray<String>

A list of the Amazon S3 paths to read from.

Returns:

  • (Array<String>)


21949
21950
21951
21952
21953
21954
21955
21956
21957
# File 'lib/aws-sdk-glue/types.rb', line 21949

class S3DeltaSource < Struct.new(
  :name,
  :paths,
  :additional_delta_options,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end