Interface CfnAnalysisPropsMixin.ImageMenuOptionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalysisPropsMixin.ImageMenuOptionProperty.Jsii$Proxy
Enclosing class:
CfnAnalysisPropsMixin

@Stability(Stable) public static interface CfnAnalysisPropsMixin.ImageMenuOptionProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.mixins.preview.services.quicksight.mixins.*;
 ImageMenuOptionProperty imageMenuOptionProperty = ImageMenuOptionProperty.builder()
         .availabilityStatus("availabilityStatus")
         .build();
 

See Also: