Class: Aws::Glue::Types::S3IcebergCatalogTarget

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

Overview

Specifies an Apache Iceberg catalog target that writes data to Amazon S3 and registers the table in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsHash<String,String>

Specifies additional connection options for the Iceberg catalog target.

Returns:

  • (Hash<String,String>)


23771
23772
23773
23774
23775
23776
23777
23778
23779
23780
23781
23782
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23771

class S3IcebergCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality)
  SENSITIVE = []
  include Aws::Structure
end

#auto_data_qualityTypes::AutoDataQuality

Specifies whether to automatically enable data quality evaluation for the S3 Iceberg catalog target. When set to true, data quality checks are performed automatically during the write operation.



23771
23772
23773
23774
23775
23776
23777
23778
23779
23780
23781
23782
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23771

class S3IcebergCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The name of the database to write to.

Returns:

  • (String)


23771
23772
23773
23774
23775
23776
23777
23778
23779
23780
23781
23782
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23771

class S3IcebergCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The input connection for the Iceberg catalog target.

Returns:

  • (Array<String>)


23771
23772
23773
23774
23775
23776
23777
23778
23779
23780
23781
23782
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23771

class S3IcebergCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Iceberg catalog target.

Returns:

  • (String)


23771
23772
23773
23774
23775
23776
23777
23778
23779
23780
23781
23782
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23771

class S3IcebergCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality)
  SENSITIVE = []
  include Aws::Structure
end

#partition_keysArray<Array<String>>

A list of partition keys for the Iceberg table.

Returns:

  • (Array<Array<String>>)


23771
23772
23773
23774
23775
23776
23777
23778
23779
23780
23781
23782
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23771

class S3IcebergCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality)
  SENSITIVE = []
  include Aws::Structure
end

#schema_change_policyTypes::CatalogSchemaChangePolicy

The policy for handling schema changes in the catalog target.



23771
23772
23773
23774
23775
23776
23777
23778
23779
23780
23781
23782
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23771

class S3IcebergCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table to write to in the catalog.

Returns:

  • (String)


23771
23772
23773
23774
23775
23776
23777
23778
23779
23780
23781
23782
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23771

class S3IcebergCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality)
  SENSITIVE = []
  include Aws::Structure
end