Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IRowAlternateColorOptionsProperty

Determines the row alternate color options.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IRowAlternateColorOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IRowAlternateColorOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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.Mixins.Preview.AWS.QuickSight.Mixins;

             var rowAlternateColorOptionsProperty = new RowAlternateColorOptionsProperty {
                 RowAlternateColors = new [] { "rowAlternateColors" },
                 Status = "status",
                 UsePrimaryBackgroundColor = "usePrimaryBackgroundColor"
             };

Synopsis

Properties

RowAlternateColors

Determines the list of row alternate colors.

Status

Determines the widget status.

UsePrimaryBackgroundColor

The primary background color options for alternate rows.

Properties

RowAlternateColors

Determines the list of row alternate colors.

string[]? RowAlternateColors { get; }
Property Value

string[]

Remarks

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

Status

Determines the widget status.

string? Status { get; }
Property Value

string

Remarks

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

UsePrimaryBackgroundColor

The primary background color options for alternate rows.

string? UsePrimaryBackgroundColor { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-rowalternatecoloroptions.html#cfn-quicksight-dashboard-rowalternatecoloroptions-useprimarybackgroundcolor

Back to top Generated by DocFX