aws-cdk-lib.aws_quicksight.CfnDashboard.SheetElementConfigurationOverridesProperty

interface SheetElementConfigurationOverridesProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.SheetElementConfigurationOverridesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_SheetElementConfigurationOverridesProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.SheetElementConfigurationOverridesProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.SheetElementConfigurationOverridesProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const sheetElementConfigurationOverridesProperty: quicksight.CfnDashboard.SheetElementConfigurationOverridesProperty = {
  visibility: 'visibility',
};

Properties

NameTypeDescription
visibility?stringDetermines 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