interface DataPointMenuLabelOptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.DataPointMenuLabelOptionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DataPointMenuLabelOptionProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.DataPointMenuLabelOptionProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.DataPointMenuLabelOptionProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » DataPointMenuLabelOptionProperty |
The data point menu options of a dashboard.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dataPointMenuLabelOptionProperty: quicksight.CfnDashboard.DataPointMenuLabelOptionProperty = {
availabilityStatus: 'availabilityStatus',
};
Properties
Name | Type | Description |
---|---|---|
availability | string | The status of the data point menu options. |
availabilityStatus?
Type:
string
(optional)
The status of the data point menu options.