Class: Aws::Glue::Types::S3DeltaSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::S3DeltaSource
- Defined in:
- gems/aws-sdk-glue/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
-
#additional_delta_options ⇒ Hash<String,String>
Specifies additional connection options.
-
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Specifies additional options for the connector.
-
#name ⇒ String
The name of the Delta Lake source.
-
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Delta Lake source.
-
#paths ⇒ Array<String>
A list of the Amazon S3 paths to read from.
Instance Attribute Details
#additional_delta_options ⇒ Hash<String,String>
Specifies additional connection options.
21896 21897 21898 21899 21900 21901 21902 21903 21904 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21896 class S3DeltaSource < Struct.new( :name, :paths, :additional_delta_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Specifies additional options for the connector.
21896 21897 21898 21899 21900 21901 21902 21903 21904 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21896 class S3DeltaSource < Struct.new( :name, :paths, :additional_delta_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Delta Lake source.
21896 21897 21898 21899 21900 21901 21902 21903 21904 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21896 class S3DeltaSource < Struct.new( :name, :paths, :additional_delta_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Delta Lake source.
21896 21897 21898 21899 21900 21901 21902 21903 21904 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21896 class S3DeltaSource < Struct.new( :name, :paths, :additional_delta_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#paths ⇒ Array<String>
A list of the Amazon S3 paths to read from.
21896 21897 21898 21899 21900 21901 21902 21903 21904 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21896 class S3DeltaSource < Struct.new( :name, :paths, :additional_delta_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |