Show / Hide Table of Contents

Class CfnAnalysis.TableConditionalFormattingProperty

The conditional formatting for a PivotTableVisual .

Inheritance
object
CfnAnalysis.TableConditionalFormattingProperty
Implements
CfnAnalysis.ITableConditionalFormattingProperty
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.TableConditionalFormattingProperty : CfnAnalysis.ITableConditionalFormattingProperty
Syntax (vb)
Public Class CfnAnalysis.TableConditionalFormattingProperty Implements CfnAnalysis.ITableConditionalFormattingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tableconditionalformatting.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 tableConditionalFormattingProperty = new TableConditionalFormattingProperty {
                 ConditionalFormattingOptions = new [] { new TableConditionalFormattingOptionProperty {
                     Cell = new TableCellConditionalFormattingProperty {
                         FieldId = "fieldId",

                         // the properties below are optional
                         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"
                                 }
                             }
                         }
                     },
                     Row = new TableRowConditionalFormattingProperty {
                         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"
                             }
                         },
                         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

TableConditionalFormattingProperty()

The conditional formatting for a PivotTableVisual .

Properties

ConditionalFormattingOptions

Conditional formatting options for a PivotTableVisual .

Constructors

TableConditionalFormattingProperty()

The conditional formatting for a PivotTableVisual .

public TableConditionalFormattingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tableconditionalformatting.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 tableConditionalFormattingProperty = new TableConditionalFormattingProperty {
                 ConditionalFormattingOptions = new [] { new TableConditionalFormattingOptionProperty {
                     Cell = new TableCellConditionalFormattingProperty {
                         FieldId = "fieldId",

                         // the properties below are optional
                         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"
                                 }
                             }
                         }
                     },
                     Row = new TableRowConditionalFormattingProperty {
                         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"
                             }
                         },
                         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

ConditionalFormattingOptions

Conditional formatting options for a PivotTableVisual .

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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnAnalysis.ITableConditionalFormattingOptionProperty)[]

Implements

CfnAnalysis.ITableConditionalFormattingProperty
Back to top Generated by DocFX