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
Link copied to clipboard
val bucketPrefix: String? = null
Link copied to clipboard
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.