@Stability(value=Stable) @Internal public static final class CfnServer.WorkflowDetailsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnServer.WorkflowDetailsProperty
CfnServer.WorkflowDetailsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnServer.WorkflowDetailsProperty.Builder, CfnServer.WorkflowDetailsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnServer.WorkflowDetailsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnServer.EndpointDetailsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getOnUpload()
A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnServer.WorkflowDetailsProperty.Builder builder)
CfnServer.EndpointDetailsProperty.Builder.public final Object getOnUpload()
CfnServer.WorkflowDetailsProperty
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":[]}'
getOnUpload in interface CfnServer.WorkflowDetailsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.