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])


6687
6688
6689
# File 'sig/types.rbs', line 6687

def additional_options
  @additional_options
end

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



6689
6690
6691
# File 'sig/types.rbs', line 6689

def auto_data_quality
  @auto_data_quality
end

#compression"gzip", ...

Returns the value of attribute compression.

Returns:

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


6690
6691
6692
# File 'sig/types.rbs', line 6690

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

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


6686
6687
6688
# File 'sig/types.rbs', line 6686

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6683
6684
6685
# File 'sig/types.rbs', line 6683

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6682
6683
6684
# File 'sig/types.rbs', line 6682

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6691
6692
6693
# File 'sig/types.rbs', line 6691

def number_target_partitions
  @number_target_partitions
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6692
6693
6694
# File 'sig/types.rbs', line 6692

def output_schemas
  @output_schemas
end

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

Returns the value of attribute partition_keys.

Returns:

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


6684
6685
6686
# File 'sig/types.rbs', line 6684

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6685
6686
6687
# File 'sig/types.rbs', line 6685

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6688
6689
6690
# File 'sig/types.rbs', line 6688

def schema_change_policy
  @schema_change_policy
end