interface SheetElementConfigurationOverridesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.SheetElementConfigurationOverridesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_SheetElementConfigurationOverridesProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.SheetElementConfigurationOverridesProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.SheetElementConfigurationOverridesProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const sheetElementConfigurationOverridesProperty: quicksight.CfnAnalysis.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