Class: Aws::Glue::Types::GovernedCatalogTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GovernedCatalogTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
The name of the database to write to.
-
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
-
#name ⇒ String
The name of the data target.
-
#partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
-
#schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
A policy that specifies update behavior for the governed catalog.
-
#table ⇒ String
The name of the table in the database to write to.
Instance Attribute Details
#database ⇒ String
The name of the database to write to.
13438 13439 13440 13441 13442 13443 13444 13445 13446 13447 |
# File 'lib/aws-sdk-glue/types.rb', line 13438 class GovernedCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
13438 13439 13440 13441 13442 13443 13444 13445 13446 13447 |
# File 'lib/aws-sdk-glue/types.rb', line 13438 class GovernedCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data target.
13438 13439 13440 13441 13442 13443 13444 13445 13446 13447 |
# File 'lib/aws-sdk-glue/types.rb', line 13438 class GovernedCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
13438 13439 13440 13441 13442 13443 13444 13445 13446 13447 |
# File 'lib/aws-sdk-glue/types.rb', line 13438 class GovernedCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
A policy that specifies update behavior for the governed catalog.
13438 13439 13440 13441 13442 13443 13444 13445 13446 13447 |
# File 'lib/aws-sdk-glue/types.rb', line 13438 class GovernedCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to write to.
13438 13439 13440 13441 13442 13443 13444 13445 13446 13447 |
# File 'lib/aws-sdk-glue/types.rb', line 13438 class GovernedCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |