aws-cdk-lib.aws_quicksight.CfnTheme.SheetStyleProperty

interface SheetStyleProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTheme.SheetStyleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTheme_SheetStyleProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTheme.SheetStyleProperty
Pythonaws_cdk.aws_quicksight.CfnTheme.SheetStyleProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTheme » SheetStyleProperty

The theme display options for sheets.

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 sheetStyleProperty: quicksight.CfnTheme.SheetStyleProperty = {
  tile: {
    border: {
      show: false,
    },
  },
  tileLayout: {
    gutter: {
      show: false,
    },
    margin: {
      show: false,
    },
  },
};

Properties

NameTypeDescription
tile?IResolvable | TileStylePropertyThe display options for tiles.
tileLayout?IResolvable | TileLayoutStylePropertyThe layout options for tiles.

tile?

Type: IResolvable | TileStyleProperty (optional)

The display options for tiles.


tileLayout?

Type: IResolvable | TileLayoutStyleProperty (optional)

The layout options for tiles.