Class: Aws::Glue::Types::S3CatalogSource

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

Overview

Specifies an Amazon S3 data store in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsTypes::S3SourceAdditionalOptions

Specifies additional connection options.



17832
17833
17834
17835
17836
17837
17838
17839
17840
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17832

class S3CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The database to read from.

Returns:

  • (String)


17832
17833
17834
17835
17836
17837
17838
17839
17840
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17832

class S3CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data store.

Returns:

  • (String)


17832
17833
17834
17835
17836
17837
17838
17839
17840
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17832

class S3CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#partition_predicateString

Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.

Returns:

  • (String)


17832
17833
17834
17835
17836
17837
17838
17839
17840
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17832

class S3CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The database table to read from.

Returns:

  • (String)


17832
17833
17834
17835
17836
17837
17838
17839
17840
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17832

class S3CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end