aws-cdk-lib.aws_quicksight.CfnTheme.BorderStyleProperty

interface BorderStyleProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTheme.BorderStyleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTheme_BorderStyleProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTheme.BorderStyleProperty
Pythonaws_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

NameTypeDescription
show?boolean | IResolvableThe option to enable display of borders for visuals.

show?

Type: boolean | IResolvable (optional)

The option to enable display of borders for visuals.