interface SheetElementConfigurationOverridesProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.SheetElementConfigurationOverridesProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.SheetElementConfigurationOverridesProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.SheetElementConfigurationOverridesProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » SheetElementConfigurationOverridesProperty |
The override configuration of the rendering rules of a sheet.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const sheetElementConfigurationOverridesProperty: quicksight.CfnDashboard.SheetElementConfigurationOverridesProperty = {
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
visibility? | string | Determines whether or not the overrides are visible. Choose one of the following options:. |
visibility?
Type:
string
(optional)
Determines whether or not the overrides are visible. Choose one of the following options:.
VISIBLE
HIDDEN