Show / Hide Table of Contents

Class CfnTemplate.RowAlternateColorOptionsProperty

Determines the row alternate color options.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-rowalternatecoloroptions.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 rowAlternateColorOptionsProperty = new RowAlternateColorOptionsProperty {
    RowAlternateColors = new [] { "rowAlternateColors" },
    Status = "status"
};

Synopsis

Constructors

RowAlternateColorOptionsProperty()

Properties

RowAlternateColors

Determines the list of row alternate colors.

Status

Determines the widget status.

Constructors

RowAlternateColorOptionsProperty()

public RowAlternateColorOptionsProperty()

Properties

RowAlternateColors

Determines the list of row alternate colors.

public string[] RowAlternateColors { get; set; }
Property Value

System.String[]

Remarks

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

Status

Determines the widget status.

public string Status { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnTemplate.IRowAlternateColorOptionsProperty
Back to top Generated by DocFX