interface ImageMenuOptionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.ImageMenuOptionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_ImageMenuOptionProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ImageMenuOptionProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.ImageMenuOptionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const imageMenuOptionProperty: quicksight_mixins.CfnAnalysisPropsMixin.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