Show / Hide Table of Contents

Class CfnTemplate.DataPathColorProperty

The color map that determines the color options for a particular element.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datapathcolor.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 dataPathColorProperty = new DataPathColorProperty {
    Color = "color",
    Element = new DataPathValueProperty {
        FieldId = "fieldId",
        FieldValue = "fieldValue"
    },

    // the properties below are optional
    TimeGranularity = "timeGranularity"
};

Synopsis

Constructors

DataPathColorProperty()

Properties

Color

The color that needs to be applied to the element.

Element

The element that the color needs to be applied to.

TimeGranularity

The time granularity of the field that the color needs to be applied to.

Constructors

DataPathColorProperty()

public DataPathColorProperty()

Properties

Color

The color that needs to be applied to the element.

public string Color { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datapathcolor.html#cfn-quicksight-template-datapathcolor-color

Element

The element that the color needs to be applied to.

public object Element { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datapathcolor.html#cfn-quicksight-template-datapathcolor-element

TimeGranularity

The time granularity of the field that the color needs to be applied to.

public string TimeGranularity { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datapathcolor.html#cfn-quicksight-template-datapathcolor-timegranularity

Implements

CfnTemplate.IDataPathColorProperty
Back to top Generated by DocFX