interface TableStyleTargetProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.TableStyleTargetProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_TableStyleTargetProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableStyleTargetProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.TableStyleTargetProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » TableStyleTargetProperty |
The table style target.
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 tableStyleTargetProperty: quicksight.CfnDashboardPropsMixin.TableStyleTargetProperty = {
cellType: 'cellType',
};
Properties
| Name | Type | Description |
|---|---|---|
| cell | string | The cell type of the table style target. |
cellType?
Type:
string
(optional)
The cell type of the table style target.

.NET
Go
Java
Python
TypeScript