interface PivotTableConditionalFormattingScopeProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.PivotTableConditionalFormattingScopeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_PivotTableConditionalFormattingScopeProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.PivotTableConditionalFormattingScopeProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.PivotTableConditionalFormattingScopeProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » 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.CfnDashboard.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.