Class: Aws::Types::SnowflakeDestinationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:account_url, :private_key, :key_passphrase, :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)


963
964
965
# File 'sig/types.rbs', line 963

def 
  @account_url
end

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

Returns the value of attribute cloud_watch_logging_options.



975
976
977
# File 'sig/types.rbs', line 975

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#content_column_name::String

Returns the value of attribute content_column_name.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def database
  @database
end

#key_passphrase::String

Returns the value of attribute key_passphrase.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def private_key
  @private_key
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



976
977
978
# File 'sig/types.rbs', line 976

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::SnowflakeRetryOptions

Returns the value of attribute retry_options.



978
979
980
# File 'sig/types.rbs', line 978

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • ("FailedDataOnly", "AllData")


979
980
981
# File 'sig/types.rbs', line 979

def s3_backup_mode
  @s3_backup_mode
end

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

Returns:

  • (::String)


968
969
970
# File 'sig/types.rbs', line 968

def schema
  @schema
end

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

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def table
  @table
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def user
  @user
end