Show / Hide Table of Contents

Class CfnDashboardPropsMixin.PivotTableCellConditionalFormattingProperty

The cell conditional formatting option for a pivot table.

Inheritance
object
CfnDashboardPropsMixin.PivotTableCellConditionalFormattingProperty
Implements
CfnDashboardPropsMixin.IPivotTableCellConditionalFormattingProperty
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.PivotTableCellConditionalFormattingProperty : CfnDashboardPropsMixin.IPivotTableCellConditionalFormattingProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.PivotTableCellConditionalFormattingProperty Implements CfnDashboardPropsMixin.IPivotTableCellConditionalFormattingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablecellconditionalformatting.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 pivotTableCellConditionalFormattingProperty = new PivotTableCellConditionalFormattingProperty {
                 FieldId = "fieldId",
                 Scope = new PivotTableConditionalFormattingScopeProperty {
                     Role = "role"
                 },
                 Scopes = new [] { new PivotTableConditionalFormattingScopeProperty {
                     Role = "role"
                 } },
                 TextFormat = new TextConditionalFormatProperty {
                     BackgroundColor = new ConditionalFormattingColorProperty {
                         Gradient = new ConditionalFormattingGradientColorProperty {
                             Color = new GradientColorProperty {
                                 Stops = new [] { new GradientStopProperty {
                                     Color = "color",
                                     DataValue = 123,
                                     GradientOffset = 123
                                 } }
                             },
                             Expression = "expression"
                         },
                         Solid = new ConditionalFormattingSolidColorProperty {
                             Color = "color",
                             Expression = "expression"
                         }
                     },
                     Icon = new ConditionalFormattingIconProperty {
                         CustomCondition = new ConditionalFormattingCustomIconConditionProperty {
                             Color = "color",
                             DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                                 IconDisplayOption = "iconDisplayOption"
                             },
                             Expression = "expression",
                             IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                                 Icon = "icon",
                                 UnicodeIcon = "unicodeIcon"
                             }
                         },
                         IconSet = new ConditionalFormattingIconSetProperty {
                             Expression = "expression",
                             IconSetType = "iconSetType"
                         }
                     },
                     TextColor = new ConditionalFormattingColorProperty {
                         Gradient = new ConditionalFormattingGradientColorProperty {
                             Color = new GradientColorProperty {
                                 Stops = new [] { new GradientStopProperty {
                                     Color = "color",
                                     DataValue = 123,
                                     GradientOffset = 123
                                 } }
                             },
                             Expression = "expression"
                         },
                         Solid = new ConditionalFormattingSolidColorProperty {
                             Color = "color",
                             Expression = "expression"
                         }
                     }
                 }
             };

Synopsis

Constructors

PivotTableCellConditionalFormattingProperty()

The cell conditional formatting option for a pivot table.

Properties

FieldId

The field ID of the cell for conditional formatting.

Scope

The scope of the cell for conditional formatting.

Scopes

A list of cell scopes for conditional formatting.

TextFormat

The text format of the cell for conditional formatting.

Constructors

PivotTableCellConditionalFormattingProperty()

The cell conditional formatting option for a pivot table.

public PivotTableCellConditionalFormattingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablecellconditionalformatting.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 pivotTableCellConditionalFormattingProperty = new PivotTableCellConditionalFormattingProperty {
                 FieldId = "fieldId",
                 Scope = new PivotTableConditionalFormattingScopeProperty {
                     Role = "role"
                 },
                 Scopes = new [] { new PivotTableConditionalFormattingScopeProperty {
                     Role = "role"
                 } },
                 TextFormat = new TextConditionalFormatProperty {
                     BackgroundColor = new ConditionalFormattingColorProperty {
                         Gradient = new ConditionalFormattingGradientColorProperty {
                             Color = new GradientColorProperty {
                                 Stops = new [] { new GradientStopProperty {
                                     Color = "color",
                                     DataValue = 123,
                                     GradientOffset = 123
                                 } }
                             },
                             Expression = "expression"
                         },
                         Solid = new ConditionalFormattingSolidColorProperty {
                             Color = "color",
                             Expression = "expression"
                         }
                     },
                     Icon = new ConditionalFormattingIconProperty {
                         CustomCondition = new ConditionalFormattingCustomIconConditionProperty {
                             Color = "color",
                             DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                                 IconDisplayOption = "iconDisplayOption"
                             },
                             Expression = "expression",
                             IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                                 Icon = "icon",
                                 UnicodeIcon = "unicodeIcon"
                             }
                         },
                         IconSet = new ConditionalFormattingIconSetProperty {
                             Expression = "expression",
                             IconSetType = "iconSetType"
                         }
                     },
                     TextColor = new ConditionalFormattingColorProperty {
                         Gradient = new ConditionalFormattingGradientColorProperty {
                             Color = new GradientColorProperty {
                                 Stops = new [] { new GradientStopProperty {
                                     Color = "color",
                                     DataValue = 123,
                                     GradientOffset = 123
                                 } }
                             },
                             Expression = "expression"
                         },
                         Solid = new ConditionalFormattingSolidColorProperty {
                             Color = "color",
                             Expression = "expression"
                         }
                     }
                 }
             };

Properties

FieldId

The field ID of the cell for conditional formatting.

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

string

Remarks

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

Scope

The scope of the cell for conditional formatting.

public object? Scope { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IPivotTableConditionalFormattingScopeProperty

Scopes

A list of cell scopes for conditional formatting.

public object? Scopes { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IPivotTableConditionalFormattingScopeProperty)[]

TextFormat

The text format of the cell for conditional formatting.

public object? TextFormat { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ITextConditionalFormatProperty

Implements

CfnDashboardPropsMixin.IPivotTableCellConditionalFormattingProperty
Back to top Generated by DocFX