ConnectorProfileSnowflakeConnectorProfileProperties

data class ConnectorProfileSnowflakeConnectorProfileProperties(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

The name of the Amazon S3 bucket associated with Snowflake.

Link copied to clipboard
val bucketPrefix: String? = null

The bucket prefix that refers to the Amazon S3 bucket associated with Snowflake.

Link copied to clipboard

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

Link copied to clipboard
val region: String? = null

The region of the Snowflake account.

Link copied to clipboard

The 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>.

Link copied to clipboard

The name of the Snowflake warehouse.