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