Class: Aws::Glue::Types::S3IcebergDirectTarget

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

Overview

Specifies a target that writes to an Iceberg data source in Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsHash<String,String>

Provides additional configuration options for customizing the Iceberg table behavior.

Returns:

  • (Hash<String,String>)


23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23055

class S3IcebergDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :format,
  :additional_options,
  :schema_change_policy,
  :compression,
  :number_target_partitions)
  SENSITIVE = []
  include Aws::Structure
end

#compressionString

Specifies the compression codec used for Iceberg table files in S3.

Returns:

  • (String)


23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23055

class S3IcebergDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :format,
  :additional_options,
  :schema_change_policy,
  :compression,
  :number_target_partitions)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

Specifies the file format used for storing Iceberg table data (e.g., Parquet, ORC).

Returns:

  • (String)


23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23055

class S3IcebergDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :format,
  :additional_options,
  :schema_change_policy,
  :compression,
  :number_target_partitions)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

Defines the single input source that provides data to this Iceberg target.

Returns:

  • (Array<String>)


23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23055

class S3IcebergDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :format,
  :additional_options,
  :schema_change_policy,
  :compression,
  :number_target_partitions)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specifies the unique identifier for the Iceberg target node in your data pipeline.

Returns:

  • (String)


23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23055

class S3IcebergDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :format,
  :additional_options,
  :schema_change_policy,
  :compression,
  :number_target_partitions)
  SENSITIVE = []
  include Aws::Structure
end

#number_target_partitionsString

Sets the number of target partitions for distributing Iceberg table files across S3.

Returns:

  • (String)


23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23055

class S3IcebergDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :format,
  :additional_options,
  :schema_change_policy,
  :compression,
  :number_target_partitions)
  SENSITIVE = []
  include Aws::Structure
end

#partition_keysArray<Array<String>>

Specifies the columns used to partition the Iceberg table data in S3.

Returns:

  • (Array<Array<String>>)


23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23055

class S3IcebergDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :format,
  :additional_options,
  :schema_change_policy,
  :compression,
  :number_target_partitions)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

Defines the S3 location where the Iceberg table data will be stored.

Returns:

  • (String)


23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23055

class S3IcebergDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :format,
  :additional_options,
  :schema_change_policy,
  :compression,
  :number_target_partitions)
  SENSITIVE = []
  include Aws::Structure
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Defines how schema changes are handled when writing data to the Iceberg table.



23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23055

class S3IcebergDirectTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :path,
  :format,
  :additional_options,
  :schema_change_policy,
  :compression,
  :number_target_partitions)
  SENSITIVE = []
  include Aws::Structure
end