Snowflake Import Copy Command Args
data class SnowflakeImportCopyCommandArgs(val additionalCopyOptions: Output<Map<String, Any>>? = null, val additionalFormatOptions: Output<Map<String, Any>>? = null, val type: Output<String>) : ConvertibleToJava<SnowflakeImportCopyCommandArgs>
Snowflake import command settings.