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

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>

A name for the associated Amazon S3 bucket.

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

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

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

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

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

AWS Region of the Snowflake account.

Link copied to clipboard
val stage: Output<String>

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

The name of the Snowflake warehouse.

Functions

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