SnowflakeImportCopyCommandArgs

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

Snowflake import 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": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'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 import setting type. Expected value is 'SnowflakeImportCopyCommand'.

Functions

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