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: