ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake(val accountName: String? = null, val bucketName: String, val bucketPrefix: String? = null, val privateLinkServiceName: String? = null, val region: String? = null, val stage: String, val warehouse: String)

Constructors

constructor(accountName: String? = null, bucketName: String, bucketPrefix: String? = null, privateLinkServiceName: String? = null, region: String? = null, stage: String, warehouse: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountName: String? = null

The name of the account.

Link copied to clipboard

A name for the associated Amazon S3 bucket.

Link copied to clipboard
val bucketPrefix: String? = null

The object key for the destination bucket in which Amazon AppFlow places the files.

Link copied to clipboard

The SAPOData Private Link service name to be used for private data transfers.

Link copied to clipboard
val region: String? = null

AWS Region of the Snowflake account.

Link copied to clipboard

Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: <Database>.<Schema>.<Stage Name>.

Link copied to clipboard

The name of the Snowflake warehouse.