Class CfnTemplatePropsMixin.PivotTableConditionalFormattingScopeProperty
The scope of the cell for conditional formatting.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.PivotTableConditionalFormattingScopeProperty : CfnTemplatePropsMixin.IPivotTableConditionalFormattingScopeProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.PivotTableConditionalFormattingScopeProperty Implements CfnTemplatePropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;
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.Mixins.Preview.AWS.QuickSight.Mixins;
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; }