Interface CfnDataSet.DataSetUsageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.DataSetUsageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.DataSetUsageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The usage configuration to apply to child datasets that reference this dataset as a source.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; DataSetUsageConfigurationProperty dataSetUsageConfigurationProperty = DataSetUsageConfigurationProperty.builder() .disableUseAsDirectQuerySource(false) .disableUseAsImportedSource(false) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSet.DataSetUsageConfigurationProperty
static final class
An implementation forCfnDataSet.DataSetUsageConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDisableUseAsDirectQuerySource
An option that controls whether a child dataset of a direct query can use this dataset as a source.Default: - false
- See Also:
-
getDisableUseAsImportedSource
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.Default: - false
- See Also:
-
builder
-