public static interface CfnDataSet.DataSetUsageConfigurationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataSet.DataSetUsageConfigurationProperty.Builder
A builder for
CfnDataSet.DataSetUsageConfigurationProperty |
static class |
CfnDataSet.DataSetUsageConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSet.DataSetUsageConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataSet.DataSetUsageConfigurationProperty.Builder |
builder() |
default java.lang.Object |
getDisableUseAsDirectQuerySource()
An option that controls whether a child dataset of a direct query can use this dataset as a source.
|
default java.lang.Object |
getDisableUseAsImportedSource()
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
|
default java.lang.Object getDisableUseAsDirectQuerySource()
default java.lang.Object getDisableUseAsImportedSource()
static CfnDataSet.DataSetUsageConfigurationProperty.Builder builder()