interface SheetStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnThemePropsMixin.SheetStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnThemePropsMixin_SheetStyleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.SheetStyleProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnThemePropsMixin.SheetStyleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnThemePropsMixin » 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/cfn-property-mixins';
const sheetStyleProperty: quicksight.CfnThemePropsMixin.SheetStyleProperty = {
tile: {
border: {
show: false,
},
},
tileLayout: {
gutter: {
show: false,
},
margin: {
show: false,
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| tile? | IResolvable | Tile | The display options for tiles. |
| tile | IResolvable | Tile | The layout options for tiles. |
tile?
Type:
IResolvable | Tile
(optional)
The display options for tiles.
tileLayout?
Type:
IResolvable | Tile
(optional)
The layout options for tiles.

.NET
Go
Java
Python
TypeScript