Show / Hide Table of Contents

Class CfnAnalysis.PivotTableConditionalFormattingScopeProperty

The scope of the cell for conditional formatting.

Inheritance
System.Object
CfnAnalysis.PivotTableConditionalFormattingScopeProperty
Implements
CfnAnalysis.IPivotTableConditionalFormattingScopeProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class PivotTableConditionalFormattingScopeProperty : Object, CfnAnalysis.IPivotTableConditionalFormattingScopeProperty
Syntax (vb)
Public Class PivotTableConditionalFormattingScopeProperty
    Inherits Object
    Implements CfnAnalysis.IPivotTableConditionalFormattingScopeProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.AWS.QuickSight;

var pivotTableConditionalFormattingScopeProperty = new PivotTableConditionalFormattingScopeProperty {
    Role = "role"
};

Synopsis

Constructors

PivotTableConditionalFormattingScopeProperty()

Properties

Role

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

Constructors

PivotTableConditionalFormattingScopeProperty()

public PivotTableConditionalFormattingScopeProperty()

Properties

Role

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

public string Role { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnAnalysis.IPivotTableConditionalFormattingScopeProperty
Back to top Generated by DocFX