Show / Hide Table of Contents

Class CfnDashboardPropsMixin.TableCellConditionalFormattingProperty

The cell conditional formatting option for a table.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablecellconditionalformatting.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 tableCellConditionalFormattingProperty = new TableCellConditionalFormattingProperty {
                 FieldId = "fieldId",
                 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

TableCellConditionalFormattingProperty()

The cell conditional formatting option for a table.

Properties

FieldId

The field ID of the cell for conditional formatting.

TextFormat

The text format of the cell for conditional formatting.

Constructors

TableCellConditionalFormattingProperty()

The cell conditional formatting option for a table.

public TableCellConditionalFormattingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablecellconditionalformatting.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 tableCellConditionalFormattingProperty = new TableCellConditionalFormattingProperty {
                 FieldId = "fieldId",
                 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-tablecellconditionalformatting.html#cfn-quicksight-dashboard-tablecellconditionalformatting-fieldid

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-tablecellconditionalformatting.html#cfn-quicksight-dashboard-tablecellconditionalformatting-textformat

Type union: either IResolvable or CfnDashboardPropsMixin.ITextConditionalFormatProperty

Implements

CfnDashboardPropsMixin.ITableCellConditionalFormattingProperty
Back to top Generated by DocFX