Class: Aws::Glue::Types::GovernedCatalogSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GovernedCatalogSource
- Defined in:
- gems/aws-sdk-glue/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
-
#additional_options ⇒ Types::S3SourceAdditionalOptions
Specifies additional connection options.
-
#database ⇒ String
The database to read from.
-
#name ⇒ String
The name of the data store.
-
#partition_predicate ⇒ String
Partitions satisfying this predicate are deleted.
-
#table ⇒ String
The database table to read from.
Instance Attribute Details
#additional_options ⇒ Types::S3SourceAdditionalOptions
Specifies additional connection options.
13400 13401 13402 13403 13404 13405 13406 13407 13408 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13400 class GovernedCatalogSource < Struct.new( :name, :database, :table, :partition_predicate, :additional_options) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The database to read from.
13400 13401 13402 13403 13404 13405 13406 13407 13408 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13400 class GovernedCatalogSource < Struct.new( :name, :database, :table, :partition_predicate, :additional_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data store.
13400 13401 13402 13403 13404 13405 13406 13407 13408 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13400 class GovernedCatalogSource < Struct.new( :name, :database, :table, :partition_predicate, :additional_options) SENSITIVE = [] include Aws::Structure end |
#partition_predicate ⇒ String
Partitions satisfying this predicate are deleted. Files within the
retention period in these partitions are not deleted. Set to ""
–
empty by default.
13400 13401 13402 13403 13404 13405 13406 13407 13408 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13400 class GovernedCatalogSource < Struct.new( :name, :database, :table, :partition_predicate, :additional_options) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The database table to read from.
13400 13401 13402 13403 13404 13405 13406 13407 13408 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13400 class GovernedCatalogSource < Struct.new( :name, :database, :table, :partition_predicate, :additional_options) SENSITIVE = [] include Aws::Structure end |