Class: Aws::Glue::Types::S3DeltaCatalogTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::S3DeltaCatalogTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_options ⇒ Hash<String,String>
Specifies additional connection options for the connector.
-
#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 crawler.
-
#table ⇒ String
The name of the table in the database to write to.
Instance Attribute Details
#additional_options ⇒ Hash<String,String>
Specifies additional connection options for the connector.
19532 19533 19534 19535 19536 19537 19538 19539 19540 19541 19542 |
# File 'lib/aws-sdk-glue/types.rb', line 19532 class S3DeltaCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the database to write to.
19532 19533 19534 19535 19536 19537 19538 19539 19540 19541 19542 |
# File 'lib/aws-sdk-glue/types.rb', line 19532 class S3DeltaCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
19532 19533 19534 19535 19536 19537 19538 19539 19540 19541 19542 |
# File 'lib/aws-sdk-glue/types.rb', line 19532 class S3DeltaCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data target.
19532 19533 19534 19535 19536 19537 19538 19539 19540 19541 19542 |
# File 'lib/aws-sdk-glue/types.rb', line 19532 class S3DeltaCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
19532 19533 19534 19535 19536 19537 19538 19539 19540 19541 19542 |
# File 'lib/aws-sdk-glue/types.rb', line 19532 class S3DeltaCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
A policy that specifies update behavior for the crawler.
19532 19533 19534 19535 19536 19537 19538 19539 19540 19541 19542 |
# File 'lib/aws-sdk-glue/types.rb', line 19532 class S3DeltaCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to write to.
19532 19533 19534 19535 19536 19537 19538 19539 19540 19541 19542 |
# File 'lib/aws-sdk-glue/types.rb', line 19532 class S3DeltaCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |