Class: Aws::Types::ExtendedS3DestinationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn::String

Returns the value of attribute bucket_arn.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def bucket_arn
  @bucket_arn
end

#buffering_hintsTypes::BufferingHints

Returns the value of attribute buffering_hints.



442
443
444
# File 'sig/types.rbs', line 442

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



445
446
447
# File 'sig/types.rbs', line 445

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#compression_format"UNCOMPRESSED", ...

Returns the value of attribute compression_format.

Returns:

  • ("UNCOMPRESSED", "GZIP", "ZIP", "Snappy", "HADOOP_SNAPPY")


443
444
445
# File 'sig/types.rbs', line 443

def compression_format
  @compression_format
end

#custom_time_zone::String

Returns the value of attribute custom_time_zone.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def custom_time_zone
  @custom_time_zone
end

#data_format_conversion_configurationTypes::DataFormatConversionConfiguration

Returns the value of attribute data_format_conversion_configuration.



449
450
451
# File 'sig/types.rbs', line 449

def data_format_conversion_configuration
  @data_format_conversion_configuration
end

#dynamic_partitioning_configurationTypes::DynamicPartitioningConfiguration

Returns the value of attribute dynamic_partitioning_configuration.



450
451
452
# File 'sig/types.rbs', line 450

def dynamic_partitioning_configuration
  @dynamic_partitioning_configuration
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



444
445
446
# File 'sig/types.rbs', line 444

def encryption_configuration
  @encryption_configuration
end

#error_output_prefix::String

Returns the value of attribute error_output_prefix.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def error_output_prefix
  @error_output_prefix
end

#file_extension::String

Returns the value of attribute file_extension.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def file_extension
  @file_extension
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def prefix
  @prefix
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



446
447
448
# File 'sig/types.rbs', line 446

def processing_configuration
  @processing_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def role_arn
  @role_arn
end

#s3_backup_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_backup_configuration.



448
449
450
# File 'sig/types.rbs', line 448

def s3_backup_configuration
  @s3_backup_configuration
end

#s3_backup_mode"Disabled", "Enabled"

Returns the value of attribute s3_backup_mode.

Returns:

  • ("Disabled", "Enabled")


447
448
449
# File 'sig/types.rbs', line 447

def s3_backup_mode
  @s3_backup_mode
end