Class: Aws::Types::SnowflakeDestinationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeDestinationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_url ⇒ ::String
Returns the value of attribute account_url.
-
#buffering_hints ⇒ Types::SnowflakeBufferingHints
Returns the value of attribute buffering_hints.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#content_column_name ⇒ ::String
Returns the value of attribute content_column_name.
-
#data_loading_option ⇒ "JSON_MAPPING", ...
Returns the value of attribute data_loading_option.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#key_passphrase ⇒ ::String
Returns the value of attribute key_passphrase.
-
#meta_data_column_name ⇒ ::String
Returns the value of attribute meta_data_column_name.
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#retry_options ⇒ Types::SnowflakeRetryOptions
Returns the value of attribute retry_options.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
-
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
-
#snowflake_role_configuration ⇒ Types::SnowflakeRoleConfiguration
Returns the value of attribute snowflake_role_configuration.
-
#table ⇒ ::String
Returns the value of attribute table.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#account_url ⇒ ::String
Returns the value of attribute account_url.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def account_url @account_url end |
#buffering_hints ⇒ Types::SnowflakeBufferingHints
Returns the value of attribute buffering_hints.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def end |
#content_column_name ⇒ ::String
Returns the value of attribute content_column_name.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def content_column_name @content_column_name end |
#data_loading_option ⇒ "JSON_MAPPING", ...
Returns the value of attribute data_loading_option.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def data_loading_option @data_loading_option end |
#database ⇒ ::String
Returns the value of attribute database.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def database @database end |
#key_passphrase ⇒ ::String
Returns the value of attribute key_passphrase.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def key_passphrase @key_passphrase end |
#meta_data_column_name ⇒ ::String
Returns the value of attribute meta_data_column_name.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def private_key @private_key end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::SnowflakeRetryOptions
Returns the value of attribute retry_options.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def s3_backup_mode @s3_backup_mode end |
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def s3_update @s3_update end |
#schema ⇒ ::String
Returns the value of attribute schema.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def schema @schema end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def secrets_manager_configuration @secrets_manager_configuration end |
#snowflake_role_configuration ⇒ Types::SnowflakeRoleConfiguration
Returns the value of attribute snowflake_role_configuration.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def snowflake_role_configuration @snowflake_role_configuration end |
#table ⇒ ::String
Returns the value of attribute table.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def table @table end |
#user ⇒ ::String
Returns the value of attribute user.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def user @user end |