Class: Aws::Types::SnowflakeDestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeDestinationDescription
- 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.
-
#meta_data_column_name ⇒ ::String
Returns the value of attribute meta_data_column_name.
-
#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_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
-
#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.
987 988 989 |
# File 'sig/types.rbs', line 987 def account_url @account_url end |
#buffering_hints ⇒ Types::SnowflakeBufferingHints
Returns the value of attribute buffering_hints.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
997 998 999 |
# File 'sig/types.rbs', line 997 def @cloud_watch_logging_options end |
#content_column_name ⇒ ::String
Returns the value of attribute content_column_name.
995 996 997 |
# File 'sig/types.rbs', line 995 def content_column_name @content_column_name end |
#data_loading_option ⇒ "JSON_MAPPING", ...
Returns the value of attribute data_loading_option.
993 994 995 |
# File 'sig/types.rbs', line 993 def data_loading_option @data_loading_option end |
#database ⇒ ::String
Returns the value of attribute database.
989 990 991 |
# File 'sig/types.rbs', line 989 def database @database end |
#meta_data_column_name ⇒ ::String
Returns the value of attribute meta_data_column_name.
994 995 996 |
# File 'sig/types.rbs', line 994 def @meta_data_column_name end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
998 999 1000 |
# File 'sig/types.rbs', line 998 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::SnowflakeRetryOptions
Returns the value of attribute retry_options.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def @retry_options end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def s3_backup_mode @s3_backup_mode end |
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def s3_destination_description @s3_destination_description end |
#schema ⇒ ::String
Returns the value of attribute schema.
990 991 992 |
# File 'sig/types.rbs', line 990 def schema @schema end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def secrets_manager_configuration @secrets_manager_configuration end |
#snowflake_role_configuration ⇒ Types::SnowflakeRoleConfiguration
Returns the value of attribute snowflake_role_configuration.
992 993 994 |
# File 'sig/types.rbs', line 992 def snowflake_role_configuration @snowflake_role_configuration end |
#snowflake_vpc_configuration ⇒ Types::SnowflakeVpcConfiguration
Returns the value of attribute snowflake_vpc_configuration.
996 997 998 |
# File 'sig/types.rbs', line 996 def snowflake_vpc_configuration @snowflake_vpc_configuration end |
#table ⇒ ::String
Returns the value of attribute table.
991 992 993 |
# File 'sig/types.rbs', line 991 def table @table end |
#user ⇒ ::String
Returns the value of attribute user.
988 989 990 |
# File 'sig/types.rbs', line 988 def user @user end |