interface ImageInteractionOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ImageInteractionOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ImageInteractionOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ImageInteractionOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ImageInteractionOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » ImageInteractionOptionsProperty |
The general image interactions setup for image publish options.
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 imageInteractionOptionsProperty: quicksight.CfnAnalysis.ImageInteractionOptionsProperty = {
imageMenuOption: {
availabilityStatus: 'availabilityStatus',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| image | IResolvable | Image | The menu options for the image. |
imageMenuOption?
Type:
IResolvable | Image
(optional)
The menu options for the image.

.NET
Go
Java
Python
TypeScript