interface TableStyleTargetProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.TableStyleTargetProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TableStyleTargetProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.TableStyleTargetProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.TableStyleTargetProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » 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-lib';
const tableStyleTargetProperty: quicksight.CfnTemplate.TableStyleTargetProperty = {
cellType: 'cellType',
};
Properties
Name | Type | Description |
---|---|---|
cell | string | The cell type of the table style target. |
cellType
Type:
string
The cell type of the table style target.