Class ActionProps.Jsii$Proxy

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

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

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

    • getActionPoints

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

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

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

      Default: - No description.

      Specified by:
      getDescription in interface ActionProps
    • getExecutionRole

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

      Default: - A role is generated.

      Specified by:
      getExecutionRole in interface ActionProps
    • getInvokeWithoutExecutionRole

      public final Boolean getInvokeWithoutExecutionRole()
      Description copied from interface: ActionProps
      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()
      Description copied from interface: ActionProps
      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()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

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

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