interface BorderStyleProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTheme.BorderStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTheme_BorderStyleProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTheme.BorderStyleProperty |
Python | aws_cdk.aws_quicksight.CfnTheme.BorderStyleProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTheme » BorderStyleProperty |
The display options for tile borders for visuals.
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 borderStyleProperty: quicksight.CfnTheme.BorderStyleProperty = {
show: false,
};
Properties
Name | Type | Description |
---|---|---|
show? | boolean | IResolvable | The option to enable display of borders for visuals. |
show?
Type:
boolean |
IResolvable
(optional)
The option to enable display of borders for visuals.