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