AWS::QuickSight::DataSet DataSetUsageConfiguration
The usage configuration to apply to child datasets that reference this dataset as a source.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DisableUseAsDirectQuerySource" :
Boolean
, "DisableUseAsImportedSource" :Boolean
}
YAML
DisableUseAsDirectQuerySource:
Boolean
DisableUseAsImportedSource:Boolean
Properties
DisableUseAsDirectQuerySource
-
An option that controls whether a child dataset of a direct query can use this dataset as a source.
Required: No
Type: Boolean
Update requires: No interruption
DisableUseAsImportedSource
-
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
Required: No
Type: Boolean
Update requires: No interruption