interface ImageInteractionOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.ImageInteractionOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ImageInteractionOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.ImageInteractionOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.ImageInteractionOptionsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » 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';
declare const availabilityStatus: any;
const imageInteractionOptionsProperty: quicksight.CfnTemplate.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.