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>)


18140
18141
18142
18143
18144
18145
18146
18147
18148
# File 'lib/aws-sdk-glue/types.rb', line 18140

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.



18140
18141
18142
18143
18144
18145
18146
18147
18148
# File 'lib/aws-sdk-glue/types.rb', line 18140

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)


18140
18141
18142
18143
18144
18145
18146
18147
18148
# File 'lib/aws-sdk-glue/types.rb', line 18140

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:



18140
18141
18142
18143
18144
18145
18146
18147
18148
# File 'lib/aws-sdk-glue/types.rb', line 18140

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>)


18140
18141
18142
18143
18144
18145
18146
18147
18148
# File 'lib/aws-sdk-glue/types.rb', line 18140

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