DataSetUsageConfiguration

data class DataSetUsageConfiguration(val disableUseAsDirectQuerySource: Boolean? = null, val disableUseAsImportedSource: Boolean? = null)

The usage configuration to apply to child datasets that reference this dataset as a source.

Constructors

Link copied to clipboard
constructor(disableUseAsDirectQuerySource: Boolean? = null, disableUseAsImportedSource: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An option that controls whether a child dataset of a direct query can use this dataset as a source.

Link copied to clipboard

An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.