aws-cdk-lib.aws_quicksight.CfnTemplate.PivotTableConditionalFormattingScopeProperty

interface PivotTableConditionalFormattingScopeProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.PivotTableConditionalFormattingScopeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_PivotTableConditionalFormattingScopeProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.PivotTableConditionalFormattingScopeProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.PivotTableConditionalFormattingScopeProperty
TypeScript 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

NameTypeDescription
role?stringThe 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.