Show / Hide Table of Contents

Class CfnDashboard.ColorsConfigurationProperty

Inheritance
System.Object
CfnDashboard.ColorsConfigurationProperty
Implements
CfnDashboard.IColorsConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class ColorsConfigurationProperty : Object, CfnDashboard.IColorsConfigurationProperty
Syntax (vb)
Public Class ColorsConfigurationProperty
    Inherits Object
    Implements CfnDashboard.IColorsConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-colorsconfiguration.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 colorsConfigurationProperty = new ColorsConfigurationProperty {
    CustomColors = new [] { new CustomColorProperty {
        Color = "color",

        // the properties below are optional
        FieldValue = "fieldValue",
        SpecialValue = "specialValue"
    } }
};

Synopsis

Constructors

ColorsConfigurationProperty()

Properties

CustomColors

CfnDashboard.ColorsConfigurationProperty.CustomColors.

Constructors

ColorsConfigurationProperty()

public ColorsConfigurationProperty()

Properties

CustomColors

CfnDashboard.ColorsConfigurationProperty.CustomColors.

public object CustomColors { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-colorsconfiguration.html#cfn-quicksight-dashboard-colorsconfiguration-customcolors

Implements

CfnDashboard.IColorsConfigurationProperty
Back to top Generated by DocFX