interface TileStyleProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTheme.TileStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTheme_TileStyleProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTheme.TileStyleProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
border? | IResolvable | Border | The border around a tile. |
border?
Type:
IResolvable
|
Border
(optional)
The border around a tile.