Interface CfnTemplate.VisualInteractionOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.VisualInteractionOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.VisualInteractionOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The general visual interactions setup for visual publish options.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
VisualInteractionOptionsProperty visualInteractionOptionsProperty = VisualInteractionOptionsProperty.builder()
.contextMenuOption(ContextMenuOptionProperty.builder()
.availabilityStatus("availabilityStatus")
.build())
.visualMenuOption(VisualMenuOptionProperty.builder()
.availabilityStatus("availabilityStatus")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.VisualInteractionOptionsPropertystatic final classAn implementation forCfnTemplate.VisualInteractionOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContextMenuOption
The context menu options for a visual.Returns union: either
IResolvableorCfnTemplate.ContextMenuOptionProperty- See Also:
-
getVisualMenuOption
The on-visual menu options for a visual.Returns union: either
IResolvableorCfnTemplate.VisualMenuOptionProperty- See Also:
-
builder
-