Class CfnDashboardPropsMixin.PivotTableConditionalFormattingScopeProperty
The scope of the cell for conditional formatting.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.PivotTableConditionalFormattingScopeProperty : CfnDashboardPropsMixin.IPivotTableConditionalFormattingScopeProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.PivotTableConditionalFormattingScopeProperty Implements CfnDashboardPropsMixin.IPivotTableConditionalFormattingScopeProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var pivotTableConditionalFormattingScopeProperty = new PivotTableConditionalFormattingScopeProperty {
Role = "role"
};
Synopsis
Constructors
| PivotTableConditionalFormattingScopeProperty() | The scope of the cell for conditional formatting. |
Properties
| Role | The role (field, field total, grand total) of the cell for conditional formatting. |
Constructors
PivotTableConditionalFormattingScopeProperty()
The scope of the cell for conditional formatting.
public PivotTableConditionalFormattingScopeProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var pivotTableConditionalFormattingScopeProperty = new PivotTableConditionalFormattingScopeProperty {
Role = "role"
};
Properties
Role
The role (field, field total, grand total) of the cell for conditional formatting.
public string? Role { get; set; }