interface TileStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnThemePropsMixin.TileStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnThemePropsMixin_TileStyleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.TileStyleProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnThemePropsMixin.TileStyleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const tileStyleProperty: quicksight.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