aws-cdk-lib.aws_quicksight.CfnTheme.TileStyleProperty

interface TileStyleProperty

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

Display options related to tiles on 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 tileStyleProperty: quicksight.CfnTheme.TileStyleProperty = {
  border: {
    show: false,
  },
};

Properties

NameTypeDescription
border?IResolvable | BorderStylePropertyThe border around a tile.

border?

Type: IResolvable | BorderStyleProperty (optional)

The border around a tile.