Class: Aws::Types::SnowflakeDestinationDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:account_url, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name])

Instance Attribute Summary collapse

Instance Attribute Details

#account_url::String

Returns the value of attribute account_url.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def 
  @account_url
end

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

Returns the value of attribute cloud_watch_logging_options.



997
998
999
# File 'sig/types.rbs', line 997

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#content_column_name::String

Returns the value of attribute content_column_name.

Returns:

  • (::String)


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.

Returns:

  • ("JSON_MAPPING", "VARIANT_CONTENT_MAPPING", "VARIANT_CONTENT_AND_METADATA_MAPPING")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def 
  @meta_data_column_name
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



998
999
1000
# File 'sig/types.rbs', line 998

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::SnowflakeRetryOptions

Returns the value of attribute retry_options.



1000
1001
1002
# File 'sig/types.rbs', line 1000

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • ("FailedDataOnly", "AllData")


1001
1002
1003
# File 'sig/types.rbs', line 1001

def s3_backup_mode
  @s3_backup_mode
end

#s3_destination_descriptionTypes::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.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def schema
  @schema
end

#secrets_manager_configurationTypes::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_configurationTypes::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_configurationTypes::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.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def table
  @table
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def user
  @user
end