aws-cdk-lib.aws_quicksight.CfnDataSet.DataSetUsageConfigurationProperty

interface DataSetUsageConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.DataSetUsageConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_DataSetUsageConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.DataSetUsageConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.DataSetUsageConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSet » DataSetUsageConfigurationProperty

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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dataSetUsageConfigurationProperty: quicksight.CfnDataSet.DataSetUsageConfigurationProperty = {
  disableUseAsDirectQuerySource: false,
  disableUseAsImportedSource: false,
};

Properties

NameTypeDescription
disableUseAsDirectQuerySource?boolean | IResolvableAn option that controls whether a child dataset of a direct query can use this dataset as a source.
disableUseAsImportedSource?boolean | IResolvableAn option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.

disableUseAsDirectQuerySource?

Type: boolean | IResolvable (optional)

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


disableUseAsImportedSource?

Type: boolean | IResolvable (optional)

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