Class: Aws::Glue::Types::GovernedCatalogSource

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

Overview

Specifies the data store in the governed Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsTypes::S3SourceAdditionalOptions

Specifies additional connection options.



12628
12629
12630
12631
12632
12633
12634
12635
12636
# File 'lib/aws-sdk-glue/types.rb', line 12628

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

#databaseString

The database to read from.

Returns:

  • (String)


12628
12629
12630
12631
12632
12633
12634
12635
12636
# File 'lib/aws-sdk-glue/types.rb', line 12628

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

#nameString

The name of the data store.

Returns:

  • (String)


12628
12629
12630
12631
12632
12633
12634
12635
12636
# File 'lib/aws-sdk-glue/types.rb', line 12628

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


12628
12629
12630
12631
12632
12633
12634
12635
12636
# File 'lib/aws-sdk-glue/types.rb', line 12628

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

#tableString

The database table to read from.

Returns:

  • (String)


12628
12629
12630
12631
12632
12633
12634
12635
12636
# File 'lib/aws-sdk-glue/types.rb', line 12628

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