DeliveryStreamSnowflakeDestinationConfiguration

data class DeliveryStreamSnowflakeDestinationConfiguration(val accountUrl: String, val cloudWatchLoggingOptions: DeliveryStreamCloudWatchLoggingOptions? = null, val contentColumnName: String? = null, val dataLoadingOption: DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOption? = null, val database: String, val keyPassphrase: String? = null, val metaDataColumnName: String? = null, val privateKey: String, val processingConfiguration: DeliveryStreamProcessingConfiguration? = null, val retryOptions: DeliveryStreamSnowflakeRetryOptions? = null, val roleArn: String, val s3BackupMode: DeliveryStreamSnowflakeDestinationConfigurationS3BackupMode? = null, val s3Configuration: DeliveryStreamS3DestinationConfiguration, val schema: String, val snowflakeRoleConfiguration: DeliveryStreamSnowflakeRoleConfiguration? = null, val snowflakeVpcConfiguration: DeliveryStreamSnowflakeVpcConfiguration? = null, val table: String, val user: String)

Constructors

constructor(accountUrl: String, cloudWatchLoggingOptions: DeliveryStreamCloudWatchLoggingOptions? = null, contentColumnName: String? = null, dataLoadingOption: DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOption? = null, database: String, keyPassphrase: String? = null, metaDataColumnName: String? = null, privateKey: String, processingConfiguration: DeliveryStreamProcessingConfiguration? = null, retryOptions: DeliveryStreamSnowflakeRetryOptions? = null, roleArn: String, s3BackupMode: DeliveryStreamSnowflakeDestinationConfigurationS3BackupMode? = null, s3Configuration: DeliveryStreamS3DestinationConfiguration, schema: String, snowflakeRoleConfiguration: DeliveryStreamSnowflakeRoleConfiguration? = null, snowflakeVpcConfiguration: DeliveryStreamSnowflakeVpcConfiguration? = null, table: String, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL for accessing your Snowflake account. This URL must include your account identifier . Note that the protocol (https://) and port number are optional.

Link copied to clipboard

The name of the record content column

Link copied to clipboard

All data in Snowflake is maintained in databases.

Link copied to clipboard

Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.

Link copied to clipboard
val keyPassphrase: String? = null

Passphrase to decrypt the private key when the key is encrypted. For information, see Using Key Pair Authentication & Key Rotation .

Link copied to clipboard

The name of the record metadata column

Link copied to clipboard

The private key used to encrypt your Snowflake client. For information, see Using Key Pair Authentication & Key Rotation .

Link copied to clipboard

The time period where Firehose will retry sending data to the chosen HTTP endpoint.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Snowflake role

Link copied to clipboard
Link copied to clipboard

Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views

Link copied to clipboard

Optionally configure a Snowflake role. Otherwise the default user role will be used.

Link copied to clipboard

The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.region.vpce-svc-. For more information, see Amazon PrivateLink & Snowflake

Link copied to clipboard

All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.

Link copied to clipboard

User login name for the Snowflake account.