Class CfnDashboardPropsMixin.LayerCustomActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.LayerCustomActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.LayerCustomActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.LayerCustomActionProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.LayerCustomActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.LayerCustomActionProperty
An implementation for
CfnDashboardPropsMixin.LayerCustomActionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.LayerCustomActionProperty
CfnDashboardPropsMixin.LayerCustomActionProperty.Builder, CfnDashboardPropsMixin.LayerCustomActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.LayerCustomActionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectA list ofLayerCustomActionOperations.final StringThe ID of the custom action.final StringgetName()The name of the custom action.final StringThe status of theLayerCustomAction.final StringThe trigger of theLayerCustomAction.final inthashCode()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 theCfnDashboardPropsMixin.LayerCustomActionProperty.Builder.
-
-
Method Details
-
getActionOperations
Description copied from interface:CfnDashboardPropsMixin.LayerCustomActionPropertyA list ofLayerCustomActionOperations.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.LayerCustomActionOperationProperty>- Specified by:
getActionOperationsin interfaceCfnDashboardPropsMixin.LayerCustomActionProperty- See Also:
-
getCustomActionId
Description copied from interface:CfnDashboardPropsMixin.LayerCustomActionPropertyThe ID of the custom action.- Specified by:
getCustomActionIdin interfaceCfnDashboardPropsMixin.LayerCustomActionProperty- See Also:
-
getName
Description copied from interface:CfnDashboardPropsMixin.LayerCustomActionPropertyThe name of the custom action.- Specified by:
getNamein interfaceCfnDashboardPropsMixin.LayerCustomActionProperty- See Also:
-
getStatus
Description copied from interface:CfnDashboardPropsMixin.LayerCustomActionPropertyThe status of theLayerCustomAction.- Specified by:
getStatusin interfaceCfnDashboardPropsMixin.LayerCustomActionProperty- See Also:
-
getTrigger
Description copied from interface:CfnDashboardPropsMixin.LayerCustomActionPropertyThe trigger of theLayerCustomAction.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:
getTriggerin interfaceCfnDashboardPropsMixin.LayerCustomActionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-