Show / Hide Table of Contents

Class CfnTemplatePropsMixin.PivotTableConditionalFormattingScopeProperty

The scope of the cell for conditional formatting.

Inheritance
object
CfnTemplatePropsMixin.PivotTableConditionalFormattingScopeProperty
Implements
CfnTemplatePropsMixin.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.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

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.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

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.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; }
Property Value

string

Remarks

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

Implements

CfnTemplatePropsMixin.IPivotTableConditionalFormattingScopeProperty
Back to top Generated by DocFX