| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.clone() |
SnowflakeDestinationConfiguration |
CreateDeliveryStreamRequest.getSnowflakeDestinationConfiguration()
Configure Snowflake destination
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withAccountUrl(String accountUrl)
URL for accessing your Snowflake account.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withContentColumnName(String contentColumnName)
The name of the record content column
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withDatabase(String database)
All data in Snowflake is maintained in databases.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withDataLoadingOption(SnowflakeDataLoadingOption dataLoadingOption)
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.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withDataLoadingOption(String dataLoadingOption)
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.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withKeyPassphrase(String keyPassphrase)
Passphrase to decrypt the private key when the key is encrypted.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withMetaDataColumnName(String metaDataColumnName)
The name of the record metadata column
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withPrivateKey(String privateKey)
The private key used to encrypt your Snowflake client.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withProcessingConfiguration(ProcessingConfiguration processingConfiguration) |
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withRetryOptions(SnowflakeRetryOptions retryOptions)
The time period where Kinesis Data Firehose will retry sending data to the chosen HTTP endpoint.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the Snowflake role
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withS3BackupMode(SnowflakeS3BackupMode s3BackupMode)
Choose an S3 backup mode
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withS3BackupMode(String s3BackupMode)
Choose an S3 backup mode
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withS3Configuration(S3DestinationConfiguration s3Configuration) |
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withSchema(String schema)
Each database consists of one or more schemas, which are logical groupings of database objects, such as tables
and views
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withSnowflakeRoleConfiguration(SnowflakeRoleConfiguration snowflakeRoleConfiguration)
Optionally configure a Snowflake role.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withSnowflakeVpcConfiguration(SnowflakeVpcConfiguration snowflakeVpcConfiguration)
The VPCE ID for Firehose to privately connect with Snowflake.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withTable(String table)
All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withUser(String user)
User login name for the Snowflake account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDeliveryStreamRequest.setSnowflakeDestinationConfiguration(SnowflakeDestinationConfiguration snowflakeDestinationConfiguration)
Configure Snowflake destination
|
CreateDeliveryStreamRequest |
CreateDeliveryStreamRequest.withSnowflakeDestinationConfiguration(SnowflakeDestinationConfiguration snowflakeDestinationConfiguration)
Configure Snowflake destination
|
Copyright © 2024. All rights reserved.