Show / Hide Table of Contents

Class CfnAnalysis.PivotTableConditionalFormattingOptionProperty

Conditional formatting options for a PivotTableVisual .

Inheritance
object
CfnAnalysis.PivotTableConditionalFormattingOptionProperty
Implements
CfnAnalysis.IPivotTableConditionalFormattingOptionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.PivotTableConditionalFormattingOptionProperty : CfnAnalysis.IPivotTableConditionalFormattingOptionProperty
Syntax (vb)
Public Class CfnAnalysis.PivotTableConditionalFormattingOptionProperty Implements CfnAnalysis.IPivotTableConditionalFormattingOptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottableconditionalformattingoption.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 pivotTableConditionalFormattingOptionProperty = new PivotTableConditionalFormattingOptionProperty {
                 Cell = new PivotTableCellConditionalFormattingProperty {
                     FieldId = "fieldId",

                     // the properties below are optional
                     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 {
                                         GradientOffset = 123,

                                         // the properties below are optional
                                         Color = "color",
                                         DataValue = 123
                                     } }
                                 },
                                 Expression = "expression"
                             },
                             Solid = new ConditionalFormattingSolidColorProperty {
                                 Expression = "expression",

                                 // the properties below are optional
                                 Color = "color"
                             }
                         },
                         Icon = new ConditionalFormattingIconProperty {
                             CustomCondition = new ConditionalFormattingCustomIconConditionProperty {
                                 Expression = "expression",
                                 IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                                     Icon = "icon",
                                     UnicodeIcon = "unicodeIcon"
                                 },

                                 // the properties below are optional
                                 Color = "color",
                                 DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                                     IconDisplayOption = "iconDisplayOption"
                                 }
                             },
                             IconSet = new ConditionalFormattingIconSetProperty {
                                 Expression = "expression",

                                 // the properties below are optional
                                 IconSetType = "iconSetType"
                             }
                         },
                         TextColor = new ConditionalFormattingColorProperty {
                             Gradient = new ConditionalFormattingGradientColorProperty {
                                 Color = new GradientColorProperty {
                                     Stops = new [] { new GradientStopProperty {
                                         GradientOffset = 123,

                                         // the properties below are optional
                                         Color = "color",
                                         DataValue = 123
                                     } }
                                 },
                                 Expression = "expression"
                             },
                             Solid = new ConditionalFormattingSolidColorProperty {
                                 Expression = "expression",

                                 // the properties below are optional
                                 Color = "color"
                             }
                         }
                     }
                 }
             };

Synopsis

Constructors

PivotTableConditionalFormattingOptionProperty()

Conditional formatting options for a PivotTableVisual .

Properties

Cell

The cell conditional formatting option for a pivot table.

Constructors

PivotTableConditionalFormattingOptionProperty()

Conditional formatting options for a PivotTableVisual .

public PivotTableConditionalFormattingOptionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottableconditionalformattingoption.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 pivotTableConditionalFormattingOptionProperty = new PivotTableConditionalFormattingOptionProperty {
                 Cell = new PivotTableCellConditionalFormattingProperty {
                     FieldId = "fieldId",

                     // the properties below are optional
                     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 {
                                         GradientOffset = 123,

                                         // the properties below are optional
                                         Color = "color",
                                         DataValue = 123
                                     } }
                                 },
                                 Expression = "expression"
                             },
                             Solid = new ConditionalFormattingSolidColorProperty {
                                 Expression = "expression",

                                 // the properties below are optional
                                 Color = "color"
                             }
                         },
                         Icon = new ConditionalFormattingIconProperty {
                             CustomCondition = new ConditionalFormattingCustomIconConditionProperty {
                                 Expression = "expression",
                                 IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                                     Icon = "icon",
                                     UnicodeIcon = "unicodeIcon"
                                 },

                                 // the properties below are optional
                                 Color = "color",
                                 DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                                     IconDisplayOption = "iconDisplayOption"
                                 }
                             },
                             IconSet = new ConditionalFormattingIconSetProperty {
                                 Expression = "expression",

                                 // the properties below are optional
                                 IconSetType = "iconSetType"
                             }
                         },
                         TextColor = new ConditionalFormattingColorProperty {
                             Gradient = new ConditionalFormattingGradientColorProperty {
                                 Color = new GradientColorProperty {
                                     Stops = new [] { new GradientStopProperty {
                                         GradientOffset = 123,

                                         // the properties below are optional
                                         Color = "color",
                                         DataValue = 123
                                     } }
                                 },
                                 Expression = "expression"
                             },
                             Solid = new ConditionalFormattingSolidColorProperty {
                                 Expression = "expression",

                                 // the properties below are optional
                                 Color = "color"
                             }
                         }
                     }
                 }
             };

Properties

Cell

The cell conditional formatting option for a pivot table.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottableconditionalformattingoption.html#cfn-quicksight-analysis-pivottableconditionalformattingoption-cell

Implements

CfnAnalysis.IPivotTableConditionalFormattingOptionProperty
Back to top Generated by DocFX