ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs

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

Constructors

fun ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs(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>)

Functions

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

Properties

Link copied to clipboard
val accountName: Output<String>? = null
Link copied to clipboard
val bucketName: Output<String>
Link copied to clipboard
val bucketPrefix: Output<String>? = null
Link copied to clipboard
val privateLinkServiceName: Output<String>? = null
Link copied to clipboard
val region: Output<String>? = null
Link copied to clipboard
val stage: Output<String>
Link copied to clipboard
val warehouse: Output<String>