Class: Aws::Glue::Types::S3HudiCatalogTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::S3HudiCatalogTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a target that writes to a Hudi 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
permalink #additional_options ⇒ Hash<String,String>
Specifies additional connection options for the connector.
22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-glue/types.rb', line 22079 class S3HudiCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
permalink #database ⇒ String
The name of the database to write to.
22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-glue/types.rb', line 22079 class S3HudiCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
permalink #inputs ⇒ Array<String>
The nodes that are inputs to the data target.
22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-glue/types.rb', line 22079 class S3HudiCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
permalink #name ⇒ String
The name of the data target.
22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-glue/types.rb', line 22079 class S3HudiCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
permalink #partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-glue/types.rb', line 22079 class S3HudiCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
permalink #schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
A policy that specifies update behavior for the crawler.
22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-glue/types.rb', line 22079 class S3HudiCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |
permalink #table ⇒ String
The name of the table in the database to write to.
22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-glue/types.rb', line 22079 class S3HudiCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |