Class CfnDashboard.VisualCustomActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.VisualCustomActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.VisualCustomActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.VisualCustomActionProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.VisualCustomActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.VisualCustomActionProperty
An implementation for
CfnDashboard.VisualCustomActionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.VisualCustomActionProperty
CfnDashboard.VisualCustomActionProperty.Builder, CfnDashboard.VisualCustomActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.VisualCustomActionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
A list ofVisualCustomActionOperations
.final String
The ID of theVisualCustomAction
.final String
getName()
The name of theVisualCustomAction
.final String
The status of theVisualCustomAction
.final String
The trigger of theVisualCustomAction
.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDashboard.VisualCustomActionProperty.Builder
.
-
-
Method Details
-
getActionOperations
Description copied from interface:CfnDashboard.VisualCustomActionProperty
A list ofVisualCustomActionOperations
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- Specified by:
getActionOperations
in interfaceCfnDashboard.VisualCustomActionProperty
-
getCustomActionId
Description copied from interface:CfnDashboard.VisualCustomActionProperty
The ID of theVisualCustomAction
.- Specified by:
getCustomActionId
in interfaceCfnDashboard.VisualCustomActionProperty
-
getName
Description copied from interface:CfnDashboard.VisualCustomActionProperty
The name of theVisualCustomAction
.- Specified by:
getName
in interfaceCfnDashboard.VisualCustomActionProperty
-
getTrigger
Description copied from interface:CfnDashboard.VisualCustomActionProperty
The trigger of theVisualCustomAction
.Valid values are defined as follows:
DATA_POINT_CLICK
: Initiates a custom action by a left pointer click on a data point.DATA_POINT_MENU
: Initiates a custom action by right pointer click from the menu.
- Specified by:
getTrigger
in interfaceCfnDashboard.VisualCustomActionProperty
-
getStatus
Description copied from interface:CfnDashboard.VisualCustomActionProperty
The status of theVisualCustomAction
.- Specified by:
getStatus
in interfaceCfnDashboard.VisualCustomActionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-