interface PivotTableConditionalFormattingScopeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.PivotTableConditionalFormattingScopeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_PivotTableConditionalFormattingScopeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.PivotTableConditionalFormattingScopeProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.PivotTableConditionalFormattingScopeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » 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/cfn-property-mixins';
const pivotTableConditionalFormattingScopeProperty: quicksight.CfnDashboardPropsMixin.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.

.NET
Go
Java
Python
TypeScript