Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IPivotTableConditionalFormattingScopeProperty

The scope of the cell for conditional formatting.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IPivotTableConditionalFormattingScopeProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IPivotTableConditionalFormattingScopeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottableconditionalformattingscope.html

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

Properties

Role

The role (field, field total, grand total) of the cell for conditional formatting.

Properties

Role

The role (field, field total, grand total) of the cell for conditional formatting.

string? Role { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottableconditionalformattingscope.html#cfn-quicksight-template-pivottableconditionalformattingscope-role

Back to top Generated by DocFX