interface PivotTableConditionalFormattingScopeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.PivotTableConditionalFormattingScopeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_PivotTableConditionalFormattingScopeProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.PivotTableConditionalFormattingScopeProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.PivotTableConditionalFormattingScopeProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » PivotTableConditionalFormattingScopeProperty |
The scope of the cell for conditional formatting.
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 pivotTableConditionalFormattingScopeProperty: quicksight.CfnTemplate.PivotTableConditionalFormattingScopeProperty = {
role: 'role',
};
Properties
Name | Type | Description |
---|---|---|
role? | string | The role (field, field total, grand total) of the cell for conditional formatting. |
role?
Type:
string
(optional)
The role (field, field total, grand total) of the cell for conditional formatting.