Connector Profile Snowflake Connector Profile Properties Args
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>