interface TileStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnThemePropsMixin.TileStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnThemePropsMixin_TileStyleProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnThemePropsMixin.TileStyleProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnThemePropsMixin.TileStyleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnThemePropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const tileStyleProperty: quicksight_mixins.CfnThemePropsMixin.TileStyleProperty = {
border: {
show: false,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| border? | IResolvable | Border | The border around a tile. |
border?
Type:
IResolvable | Border
(optional)
The border around a tile.

.NET
Go
Java
Python
TypeScript