interface ImageMenuOptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ImageMenuOptionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ImageMenuOptionProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ImageMenuOptionProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ImageMenuOptionProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » ImageMenuOptionProperty |
The menu options for the interactions of an image.
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 imageMenuOptionProperty: quicksight.CfnDashboard.ImageMenuOptionProperty = {
availabilityStatus: 'availabilityStatus',
};
Properties
Name | Type | Description |
---|---|---|
availability | string | The availability status of the image menu. |
availabilityStatus?
Type:
string
(optional)
The availability status of the image menu.
If the value of this property is set to ENABLED
, dashboard readers can interact with the image menu.