ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflakeArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflakeArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflakeArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val password: Output<String>
Link copied to clipboard
val username: Output<String>