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
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; }