aws-cdk-lib.aws_quicksight.CfnDashboard.TableBorderOptionsProperty

interface TableBorderOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.TableBorderOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableBorderOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.TableBorderOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.TableBorderOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » TableBorderOptionsProperty

The border options for a table border.

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 tableBorderOptionsProperty: quicksight.CfnDashboard.TableBorderOptionsProperty = {
  color: 'color',
  style: 'style',
  thickness: 123,
};

Properties

NameTypeDescription
color?stringThe color of a table border.
style?stringThe style (none, solid) of a table border.
thickness?numberThe thickness of a table border.

color?

Type: string (optional)

The color of a table border.


style?

Type: string (optional)

The style (none, solid) of a table border.


thickness?

Type: number (optional)

The thickness of a table border.