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