interface BorderStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnThemePropsMixin.BorderStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnThemePropsMixin_BorderStyleProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnThemePropsMixin.BorderStyleProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnThemePropsMixin.BorderStyleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnThemePropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const borderStyleProperty: quicksight_mixins.CfnThemePropsMixin.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.

.NET
Go
Java
Python
TypeScript