interface ImageMenuOptionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.ImageMenuOptionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_ImageMenuOptionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.ImageMenuOptionProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.ImageMenuOptionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » 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/cfn-property-mixins';
const imageMenuOptionProperty: quicksight.CfnDashboardPropsMixin.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.

.NET
Go
Java
Python
TypeScript