Show / Hide Table of Contents

Class CfnDashboardPropsMixin.PivotTableConditionalFormattingScopeProperty

The scope of the cell for conditional formatting.

Inheritance
object
CfnDashboardPropsMixin.PivotTableConditionalFormattingScopeProperty
Implements
CfnDashboardPropsMixin.IPivotTableConditionalFormattingScopeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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"
             };

Properties

Role

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

public string? Role { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboardPropsMixin.IPivotTableConditionalFormattingScopeProperty
Back to top Generated by DocFX