SnowflakeExportCopyCommandArgs

data class SnowflakeExportCopyCommandArgs(val additionalCopyOptions: Output<Map<String, Any>>? = null, val additionalFormatOptions: Output<Map<String, Any>>? = null, val storageIntegration: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SnowflakeExportCopyCommandArgs>

Snowflake export command settings.

Constructors

Link copied to clipboard
constructor(additionalCopyOptions: Output<Map<String, Any>>? = null, additionalFormatOptions: Output<Map<String, Any>>? = null, storageIntegration: Output<Any>? = null, type: Output<String>)

Properties

Link copied to clipboard
val additionalCopyOptions: Output<Map<String, Any>>? = null

Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }

Link copied to clipboard
val additionalFormatOptions: Output<Map<String, Any>>? = null

Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }

Link copied to clipboard
val storageIntegration: Output<Any>? = null

The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).

Link copied to clipboard
val type: Output<String>

The export setting type. Expected value is 'SnowflakeExportCopyCommand'.

Functions

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