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