ConnectorProfileSnowflakeConnectorProfilePropertiesArgs

data class ConnectorProfileSnowflakeConnectorProfilePropertiesArgs(val accountName: Output<String>? = null, val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val privateLinkServiceName: Output<String>? = null, val region: Output<String>? = null, val stage: Output<String>, val warehouse: Output<String>) : ConvertibleToJava<ConnectorProfileSnowflakeConnectorProfilePropertiesArgs>

Constructors

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

Properties

Link copied to clipboard
val accountName: Output<String>? = null

The name of the account.

Link copied to clipboard
val bucketName: Output<String>

The name of the Amazon S3 bucket associated with Snowflake.

Link copied to clipboard
val bucketPrefix: Output<String>? = null

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

Link copied to clipboard
val privateLinkServiceName: Output<String>? = null

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

Link copied to clipboard
val region: Output<String>? = null

The region of the Snowflake account.

Link copied to clipboard
val stage: Output<String>

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
val warehouse: Output<String>

The name of the Snowflake warehouse.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileSnowflakeConnectorProfilePropertiesArgs