Class: Aws::Types::SnowflakeDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeDestinationConfiguration
- 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_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
-
#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.
-
#snowflake_vpc_configuration ⇒ Types::SnowflakeVpcConfiguration
Returns the value of attribute snowflake_vpc_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.
963 964 965 |
# File 'sig/types.rbs', line 963 def account_url @account_url end |
#buffering_hints ⇒ Types::SnowflakeBufferingHints
Returns the value of attribute buffering_hints.
982 983 984 |
# File 'sig/types.rbs', line 982 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
975 976 977 |
# File 'sig/types.rbs', line 975 def @cloud_watch_logging_options end |
#content_column_name ⇒ ::String
Returns the value of attribute content_column_name.
973 974 975 |
# File 'sig/types.rbs', line 973 def content_column_name @content_column_name end |
#data_loading_option ⇒ "JSON_MAPPING", ...
Returns the value of attribute data_loading_option.
971 972 973 |
# File 'sig/types.rbs', line 971 def data_loading_option @data_loading_option end |
#database ⇒ ::String
Returns the value of attribute database.
967 968 969 |
# File 'sig/types.rbs', line 967 def database @database end |
#key_passphrase ⇒ ::String
Returns the value of attribute key_passphrase.
965 966 967 |
# File 'sig/types.rbs', line 965 def key_passphrase @key_passphrase end |
#meta_data_column_name ⇒ ::String
Returns the value of attribute meta_data_column_name.
972 973 974 |
# File 'sig/types.rbs', line 972 def @meta_data_column_name end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
964 965 966 |
# File 'sig/types.rbs', line 964 def private_key @private_key end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
976 977 978 |
# File 'sig/types.rbs', line 976 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::SnowflakeRetryOptions
Returns the value of attribute retry_options.
978 979 980 |
# File 'sig/types.rbs', line 978 def @retry_options end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
977 978 979 |
# File 'sig/types.rbs', line 977 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
979 980 981 |
# File 'sig/types.rbs', line 979 def s3_backup_mode @s3_backup_mode end |
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
980 981 982 |
# File 'sig/types.rbs', line 980 def s3_configuration @s3_configuration end |
#schema ⇒ ::String
Returns the value of attribute schema.
968 969 970 |
# File 'sig/types.rbs', line 968 def schema @schema end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
981 982 983 |
# File 'sig/types.rbs', line 981 def secrets_manager_configuration @secrets_manager_configuration end |
#snowflake_role_configuration ⇒ Types::SnowflakeRoleConfiguration
Returns the value of attribute snowflake_role_configuration.
970 971 972 |
# File 'sig/types.rbs', line 970 def snowflake_role_configuration @snowflake_role_configuration end |
#snowflake_vpc_configuration ⇒ Types::SnowflakeVpcConfiguration
Returns the value of attribute snowflake_vpc_configuration.
974 975 976 |
# File 'sig/types.rbs', line 974 def snowflake_vpc_configuration @snowflake_vpc_configuration end |
#table ⇒ ::String
Returns the value of attribute table.
969 970 971 |
# File 'sig/types.rbs', line 969 def table @table end |
#user ⇒ ::String
Returns the value of attribute user.
966 967 968 |
# File 'sig/types.rbs', line 966 def user @user end |