interface SheetElementConfigurationOverridesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.SheetElementConfigurationOverridesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_SheetElementConfigurationOverridesProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.SheetElementConfigurationOverridesProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.SheetElementConfigurationOverridesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const sheetElementConfigurationOverridesProperty: quicksight_mixins.CfnAnalysisPropsMixin.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:.
VISIBLEHIDDEN

.NET
Go
Java
Python
TypeScript