Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IDataPointMenuLabelOptionProperty

The data point menu options of a dashboard.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datapointmenulabeloption.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 dataPointMenuLabelOptionProperty = new DataPointMenuLabelOptionProperty {
                 AvailabilityStatus = "availabilityStatus"
             };

Synopsis

Properties

AvailabilityStatus

The status of the data point menu options.

Properties

AvailabilityStatus

The status of the data point menu options.

string? AvailabilityStatus { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX