Class ActionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.alpha.ActionProps.Jsii$Proxy
All Implemented Interfaces:
ActionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ActionProps

@Stability(Deprecated) @Deprecated @Internal public static final class ActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ActionProps
Deprecated.
An implementation for ActionProps
  • 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.appconfig.alpha.ActionProps

    ActionProps.Builder, ActionProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the ActionProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    Deprecated.
    (deprecated) The action points that will trigger the extension action.
    final String
    Deprecated.
    (deprecated) The description for the action.
    Deprecated.
    (deprecated) The event destination for the action.
    final IRole
    Deprecated.
    (deprecated) The execution role for the action.
    final Boolean
    Deprecated.
    (deprecated) The flag that specifies whether or not to create the execution role.
    final String
    Deprecated.
    (deprecated) The name for the action.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(ActionProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the ActionProps.Builder.
  • Method Details

    • getActionPoints

      public final List<ActionPoint> getActionPoints()
      Deprecated.
      Description copied from interface: ActionProps
      (deprecated) The action points that will trigger the extension action.
      Specified by:
      getActionPoints in interface ActionProps
    • getEventDestination

      public final IEventDestination getEventDestination()
      Deprecated.
      Description copied from interface: ActionProps
      (deprecated) The event destination for the action.
      Specified by:
      getEventDestination in interface ActionProps
    • getDescription

      public final String getDescription()
      Deprecated.
      Description copied from interface: ActionProps
      (deprecated) The description for the action.

      Default: - No description.

      Specified by:
      getDescription in interface ActionProps
    • getExecutionRole

      public final IRole getExecutionRole()
      Deprecated.
      Description copied from interface: ActionProps
      (deprecated) The execution role for the action.

      Default: - A role is generated.

      Specified by:
      getExecutionRole in interface ActionProps
    • getInvokeWithoutExecutionRole

      public final Boolean getInvokeWithoutExecutionRole()
      Deprecated.
      Description copied from interface: ActionProps
      (deprecated) The flag that specifies whether or not to create the execution role.

      If set to true, then the role will not be auto-generated under the assumption there is already the corresponding resource-based policy attached to the event destination. If false, the execution role will be generated if not provided.

      Default: false

      Specified by:
      getInvokeWithoutExecutionRole in interface ActionProps
    • getName

      public final String getName()
      Deprecated.
      Description copied from interface: ActionProps
      (deprecated) The name for the action.

      Default: - A name is generated.

      Specified by:
      getName in interface ActionProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object