Class: Aws::Types::S3IcebergDirectTarget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_options::Hash[::String, ::String]

Returns the value of attribute additional_options.

Returns:

  • (::Hash[::String, ::String])


6645
6646
6647
# File 'sig/types.rbs', line 6645

def additional_options
  @additional_options
end

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



6647
6648
6649
# File 'sig/types.rbs', line 6647

def auto_data_quality
  @auto_data_quality
end

#compression"gzip", ...

Returns the value of attribute compression.

Returns:

  • ("gzip", "lzo", "uncompressed", "snappy")


6648
6649
6650
# File 'sig/types.rbs', line 6648

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

  • ("json", "csv", "avro", "orc", "parquet", "hudi", "delta", "iceberg", "hyper", "xml")


6644
6645
6646
# File 'sig/types.rbs', line 6644

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6641
6642
6643
# File 'sig/types.rbs', line 6641

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6640
6641
6642
# File 'sig/types.rbs', line 6640

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6649
6650
6651
# File 'sig/types.rbs', line 6649

def number_target_partitions
  @number_target_partitions
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6650
6651
6652
# File 'sig/types.rbs', line 6650

def output_schemas
  @output_schemas
end

#partition_keys::Array[::Array[::String]]

Returns the value of attribute partition_keys.

Returns:

  • (::Array[::Array[::String]])


6642
6643
6644
# File 'sig/types.rbs', line 6642

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6643
6644
6645
# File 'sig/types.rbs', line 6643

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6646
6647
6648
# File 'sig/types.rbs', line 6646

def schema_change_policy
  @schema_change_policy
end