@Stability(value=Stable) @Internal public static final class CfnWorkflow.DecryptStepDetailsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkflow.DecryptStepDetailsProperty
CfnWorkflow.DecryptStepDetailsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnWorkflow.DecryptStepDetailsProperty.Builder, CfnWorkflow.DecryptStepDetailsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnWorkflow.DecryptStepDetailsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnWorkflow.CopyStepDetailsProperty.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 |
getDestinationFileLocation()
Specifies the location for the file being decrypted.
|
String |
getName()
The name of the step, used as an identifier.
|
String |
getOverwriteExisting()
A flag that indicates whether to overwrite an existing file of the same name.
|
String |
getSourceFileLocation()
Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
|
String |
getType()
The type of encryption used.
|
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(CfnWorkflow.DecryptStepDetailsProperty.Builder builder)
CfnWorkflow.CopyStepDetailsProperty.Builder.public final Object getDestinationFileLocation()
CfnWorkflow.DecryptStepDetailsProperty
Use ${Transfer:UserName} or ${Transfer:UploadDate} in this field to parametrize the destination prefix by username or uploaded date.
DestinationFileLocation to ${Transfer:UserName} to decrypt uploaded files to an Amazon S3 bucket that is prefixed with the name of the Transfer Family user that uploaded the file.DestinationFileLocation to ${Transfer:UploadDate} to decrypt uploaded files to an Amazon S3 bucket that is prefixed with the date of the upload.
The system resolves
UploadDateto a date format of YYYY-MM-DD , based on the date the file is uploaded in UTC.
getDestinationFileLocation in interface CfnWorkflow.DecryptStepDetailsPropertypublic final String getName()
CfnWorkflow.DecryptStepDetailsPropertygetName in interface CfnWorkflow.DecryptStepDetailsPropertypublic final String getOverwriteExisting()
CfnWorkflow.DecryptStepDetailsPropertyIf the workflow is processing a file that has the same name as an existing file, the behavior is as follows:
OverwriteExisting is TRUE , the existing file is replaced with the file being processed.OverwriteExisting is FALSE , nothing happens, and the workflow processing stops.getOverwriteExisting in interface CfnWorkflow.DecryptStepDetailsPropertypublic final String getSourceFileLocation()
CfnWorkflow.DecryptStepDetailsProperty
${previous.file} . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value.${original.file} .getSourceFileLocation in interface CfnWorkflow.DecryptStepDetailsPropertypublic final String getType()
CfnWorkflow.DecryptStepDetailsProperty
Currently, this value must be PGP .
getType in interface CfnWorkflow.DecryptStepDetailsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.