Class: Aws::Types::S3Settings
- Inherits:
-
Object
- Object
- Aws::Types::S3Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_column_name ⇒ Boolean
Returns the value of attribute add_column_name.
-
#add_trailing_padding_character ⇒ Boolean
Returns the value of attribute add_trailing_padding_character.
-
#bucket_folder ⇒ ::String
Returns the value of attribute bucket_folder.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#canned_acl_for_objects ⇒ "none", ...
Returns the value of attribute canned_acl_for_objects.
-
#cdc_inserts_and_updates ⇒ Boolean
Returns the value of attribute cdc_inserts_and_updates.
-
#cdc_inserts_only ⇒ Boolean
Returns the value of attribute cdc_inserts_only.
-
#cdc_max_batch_interval ⇒ ::Integer
Returns the value of attribute cdc_max_batch_interval.
-
#cdc_min_file_size ⇒ ::Integer
Returns the value of attribute cdc_min_file_size.
-
#cdc_path ⇒ ::String
Returns the value of attribute cdc_path.
-
#compression_type ⇒ "none", "gzip"
Returns the value of attribute compression_type.
-
#csv_delimiter ⇒ ::String
Returns the value of attribute csv_delimiter.
-
#csv_no_sup_value ⇒ ::String
Returns the value of attribute csv_no_sup_value.
-
#csv_null_value ⇒ ::String
Returns the value of attribute csv_null_value.
-
#csv_row_delimiter ⇒ ::String
Returns the value of attribute csv_row_delimiter.
-
#data_format ⇒ "csv", "parquet"
Returns the value of attribute data_format.
-
#data_page_size ⇒ ::Integer
Returns the value of attribute data_page_size.
-
#date_partition_delimiter ⇒ "SLASH", ...
Returns the value of attribute date_partition_delimiter.
-
#date_partition_enabled ⇒ Boolean
Returns the value of attribute date_partition_enabled.
-
#date_partition_sequence ⇒ "YYYYMMDD", ...
Returns the value of attribute date_partition_sequence.
-
#date_partition_timezone ⇒ ::String
Returns the value of attribute date_partition_timezone.
-
#dict_page_size_limit ⇒ ::Integer
Returns the value of attribute dict_page_size_limit.
-
#enable_statistics ⇒ Boolean
Returns the value of attribute enable_statistics.
-
#encoding_type ⇒ "plain", ...
Returns the value of attribute encoding_type.
-
#encryption_mode ⇒ "sse-s3", "sse-kms"
Returns the value of attribute encryption_mode.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#external_table_definition ⇒ ::String
Returns the value of attribute external_table_definition.
-
#glue_catalog_generation ⇒ Boolean
Returns the value of attribute glue_catalog_generation.
-
#ignore_header_rows ⇒ ::Integer
Returns the value of attribute ignore_header_rows.
-
#include_op_for_full_load ⇒ Boolean
Returns the value of attribute include_op_for_full_load.
-
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
-
#parquet_timestamp_in_millisecond ⇒ Boolean
Returns the value of attribute parquet_timestamp_in_millisecond.
-
#parquet_version ⇒ "parquet-1-0", "parquet-2-0"
Returns the value of attribute parquet_version.
-
#preserve_transactions ⇒ Boolean
Returns the value of attribute preserve_transactions.
-
#rfc_4180 ⇒ Boolean
Returns the value of attribute rfc_4180.
-
#row_group_length ⇒ ::Integer
Returns the value of attribute row_group_length.
-
#server_side_encryption_kms_key_id ⇒ ::String
Returns the value of attribute server_side_encryption_kms_key_id.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#timestamp_column_name ⇒ ::String
Returns the value of attribute timestamp_column_name.
-
#use_csv_no_sup_value ⇒ Boolean
Returns the value of attribute use_csv_no_sup_value.
-
#use_task_start_time_for_full_load_timestamp ⇒ Boolean
Returns the value of attribute use_task_start_time_for_full_load_timestamp.
Instance Attribute Details
#add_column_name ⇒ Boolean
Returns the value of attribute add_column_name.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def add_column_name @add_column_name end |
#add_trailing_padding_character ⇒ Boolean
Returns the value of attribute add_trailing_padding_character.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def add_trailing_padding_character @add_trailing_padding_character end |
#bucket_folder ⇒ ::String
Returns the value of attribute bucket_folder.
2717 2718 2719 |
# File 'sig/types.rbs', line 2717 def bucket_folder @bucket_folder end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
2718 2719 2720 |
# File 'sig/types.rbs', line 2718 def bucket_name @bucket_name end |
#canned_acl_for_objects ⇒ "none", ...
Returns the value of attribute canned_acl_for_objects.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def canned_acl_for_objects @canned_acl_for_objects end |
#cdc_inserts_and_updates ⇒ Boolean
Returns the value of attribute cdc_inserts_and_updates.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def cdc_inserts_and_updates @cdc_inserts_and_updates end |
#cdc_inserts_only ⇒ Boolean
Returns the value of attribute cdc_inserts_only.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def cdc_inserts_only @cdc_inserts_only end |
#cdc_max_batch_interval ⇒ ::Integer
Returns the value of attribute cdc_max_batch_interval.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def cdc_max_batch_interval @cdc_max_batch_interval end |
#cdc_min_file_size ⇒ ::Integer
Returns the value of attribute cdc_min_file_size.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def cdc_min_file_size @cdc_min_file_size end |
#cdc_path ⇒ ::String
Returns the value of attribute cdc_path.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def cdc_path @cdc_path end |
#compression_type ⇒ "none", "gzip"
Returns the value of attribute compression_type.
2719 2720 2721 |
# File 'sig/types.rbs', line 2719 def compression_type @compression_type end |
#csv_delimiter ⇒ ::String
Returns the value of attribute csv_delimiter.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def csv_delimiter @csv_delimiter end |
#csv_no_sup_value ⇒ ::String
Returns the value of attribute csv_no_sup_value.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def csv_no_sup_value @csv_no_sup_value end |
#csv_null_value ⇒ ::String
Returns the value of attribute csv_null_value.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def csv_null_value @csv_null_value end |
#csv_row_delimiter ⇒ ::String
Returns the value of attribute csv_row_delimiter.
2715 2716 2717 |
# File 'sig/types.rbs', line 2715 def csv_row_delimiter @csv_row_delimiter end |
#data_format ⇒ "csv", "parquet"
Returns the value of attribute data_format.
2722 2723 2724 |
# File 'sig/types.rbs', line 2722 def data_format @data_format end |
#data_page_size ⇒ ::Integer
Returns the value of attribute data_page_size.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def data_page_size @data_page_size end |
#date_partition_delimiter ⇒ "SLASH", ...
Returns the value of attribute date_partition_delimiter.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def date_partition_delimiter @date_partition_delimiter end |
#date_partition_enabled ⇒ Boolean
Returns the value of attribute date_partition_enabled.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def date_partition_enabled @date_partition_enabled end |
#date_partition_sequence ⇒ "YYYYMMDD", ...
Returns the value of attribute date_partition_sequence.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def date_partition_sequence @date_partition_sequence end |
#date_partition_timezone ⇒ ::String
Returns the value of attribute date_partition_timezone.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def date_partition_timezone @date_partition_timezone end |
#dict_page_size_limit ⇒ ::Integer
Returns the value of attribute dict_page_size_limit.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def dict_page_size_limit @dict_page_size_limit end |
#enable_statistics ⇒ Boolean
Returns the value of attribute enable_statistics.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def enable_statistics @enable_statistics end |
#encoding_type ⇒ "plain", ...
Returns the value of attribute encoding_type.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def encoding_type @encoding_type end |
#encryption_mode ⇒ "sse-s3", "sse-kms"
Returns the value of attribute encryption_mode.
2720 2721 2722 |
# File 'sig/types.rbs', line 2720 def encryption_mode @encryption_mode end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def expected_bucket_owner @expected_bucket_owner end |
#external_table_definition ⇒ ::String
Returns the value of attribute external_table_definition.
2714 2715 2716 |
# File 'sig/types.rbs', line 2714 def external_table_definition @external_table_definition end |
#glue_catalog_generation ⇒ Boolean
Returns the value of attribute glue_catalog_generation.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def glue_catalog_generation @glue_catalog_generation end |
#ignore_header_rows ⇒ ::Integer
Returns the value of attribute ignore_header_rows.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 def ignore_header_rows @ignore_header_rows end |
#include_op_for_full_load ⇒ Boolean
Returns the value of attribute include_op_for_full_load.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def include_op_for_full_load @include_op_for_full_load end |
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def max_file_size @max_file_size end |
#parquet_timestamp_in_millisecond ⇒ Boolean
Returns the value of attribute parquet_timestamp_in_millisecond.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def @parquet_timestamp_in_millisecond end |
#parquet_version ⇒ "parquet-1-0", "parquet-2-0"
Returns the value of attribute parquet_version.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def parquet_version @parquet_version end |
#preserve_transactions ⇒ Boolean
Returns the value of attribute preserve_transactions.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def preserve_transactions @preserve_transactions end |
#rfc_4180 ⇒ Boolean
Returns the value of attribute rfc_4180.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def rfc_4180 @rfc_4180 end |
#row_group_length ⇒ ::Integer
Returns the value of attribute row_group_length.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def row_group_length @row_group_length end |
#server_side_encryption_kms_key_id ⇒ ::String
Returns the value of attribute server_side_encryption_kms_key_id.
2721 2722 2723 |
# File 'sig/types.rbs', line 2721 def server_side_encryption_kms_key_id @server_side_encryption_kms_key_id end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
2713 2714 2715 |
# File 'sig/types.rbs', line 2713 def service_access_role_arn @service_access_role_arn end |
#timestamp_column_name ⇒ ::String
Returns the value of attribute timestamp_column_name.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def @timestamp_column_name end |
#use_csv_no_sup_value ⇒ Boolean
Returns the value of attribute use_csv_no_sup_value.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def use_csv_no_sup_value @use_csv_no_sup_value end |
#use_task_start_time_for_full_load_timestamp ⇒ Boolean
Returns the value of attribute use_task_start_time_for_full_load_timestamp.
2741 2742 2743 |
# File 'sig/types.rbs', line 2741 def @use_task_start_time_for_full_load_timestamp end |