Class CfnServer.WorkflowDetailsProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnServer.WorkflowDetailsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnServer.WorkflowDetailsProperty
An implementation for CfnServer.WorkflowDetailsProperty
  • 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(CfnServer.WorkflowDetailsProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnServer.WorkflowDetailsProperty.Builder.
  • Method Details

    • getOnPartialUpload

      public final Object getOnPartialUpload()
      Description copied from interface: CfnServer.WorkflowDetailsProperty
      A trigger that starts a workflow if a file is only partially uploaded.

      You can attach a workflow to a server that executes whenever there is a partial upload.

      A partial upload occurs when a file is open when the session disconnects.

      Specified by:
      getOnPartialUpload in interface CfnServer.WorkflowDetailsProperty
    • getOnUpload

      public final Object getOnUpload()
      Description copied from interface: CfnServer.WorkflowDetailsProperty
      A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.

      To remove an associated workflow from a server, you can provide an empty OnUpload object, as in the following example.

      aws transfer update-server --server-id s-01234567890abcdef --workflow-details '{"OnUpload":[]}'

      Specified by:
      getOnUpload in interface CfnServer.WorkflowDetailsProperty
    • $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