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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.DataSetUsageConfigurationPropertystatic final classAn 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.Returns union: either
BooleanorIResolvableDefault: - false
- See Also:
-
getDisableUseAsImportedSource
An option that controls whether a child dataset that's stored in Quick Sight can use this dataset as a source.Returns union: either
BooleanorIResolvableDefault: - false
- See Also:
-
builder
-