Class CfnTemplate.CustomColorProperty
Determines the color that's applied to a particular data value in a column.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CustomColorProperty : Object, CfnTemplate.ICustomColorProperty
Syntax (vb)
Public Class CustomColorProperty
Inherits Object
Implements CfnTemplate.ICustomColorProperty
Remarks
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 customColorProperty = new CustomColorProperty {
Color = "color",
// the properties below are optional
FieldValue = "fieldValue",
SpecialValue = "specialValue"
};
Synopsis
Constructors
Custom |
Properties
Color | The color that is applied to the data value. |
Field |
The data value that the color is applied to. |
Special |
The value of a special data value. |
Constructors
CustomColorProperty()
public CustomColorProperty()
Properties
Color
The color that is applied to the data value.
public string Color { get; set; }
Property Value
System.
Remarks
FieldValue
The data value that the color is applied to.
public string FieldValue { get; set; }
Property Value
System.
Remarks
SpecialValue
The value of a special data value.
public string SpecialValue { get; set; }
Property Value
System.