Class: Aws::Types::SnowflakeDestinationUpdate

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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
end

#buffering_hintsTypes::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_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



1020
1021
1022
# File 'sig/types.rbs', line 1020

def cloud_watch_logging_options
  @cloud_watch_logging_options
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_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



1021
1022
1023
# File 'sig/types.rbs', line 1021

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::SnowflakeRetryOptions

Returns the value of attribute retry_options.



1023
1024
1025
# File 'sig/types.rbs', line 1023

def retry_options
  @retry_options
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_updateTypes::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_configurationTypes::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_configurationTypes::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