Export Dataset Configuration Args
data class ExportDatasetConfigurationArgs(val columns: Output<List<String>>? = null) : ConvertibleToJava<ExportDatasetConfigurationArgs>
The export dataset configuration. Allows columns to be selected for the export. If not provided then the export will include all available columns.