Class CfnWorkflow.WorkflowStepProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transfer.CfnWorkflow.WorkflowStepProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkflow.WorkflowStepProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkflow.WorkflowStepProperty
@Stability(Stable)
@Internal
public static final class CfnWorkflow.WorkflowStepProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkflow.WorkflowStepProperty
An implementation for
CfnWorkflow.WorkflowStepProperty
-
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.transfer.CfnWorkflow.WorkflowStepProperty
CfnWorkflow.WorkflowStepProperty.Builder, CfnWorkflow.WorkflowStepProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkflow.WorkflowStepProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Details for a step that performs a file copy.final Object
Details for a step that invokes an AWS Lambda function.final Object
Details for a step that decrypts an encrypted file.final Object
Details for a step that deletes the file.final Object
Details for a step that creates one or more tags.final String
getType()
Currently, the following step types are supported.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnWorkflow.WorkflowStepProperty.Builder
.
-
-
Method Details
-
getCopyStepDetails
Description copied from interface:CfnWorkflow.WorkflowStepProperty
Details for a step that performs a file copy.Consists of the following values:
- A description
- An Amazon S3 location for the destination of the file copy.
- A flag that indicates whether to overwrite an existing file of the same name. The default is
FALSE
.
- Specified by:
getCopyStepDetails
in interfaceCfnWorkflow.WorkflowStepProperty
- See Also:
-
getCustomStepDetails
Description copied from interface:CfnWorkflow.WorkflowStepProperty
Details for a step that invokes an AWS Lambda function.Consists of the Lambda function's name, target, and timeout (in seconds).
- Specified by:
getCustomStepDetails
in interfaceCfnWorkflow.WorkflowStepProperty
- See Also:
-
getDecryptStepDetails
Description copied from interface:CfnWorkflow.WorkflowStepProperty
Details for a step that decrypts an encrypted file.Consists of the following values:
- A descriptive name
- An Amazon S3 or Amazon Elastic File System (Amazon EFS) location for the source file to decrypt.
- An S3 or Amazon EFS location for the destination of the file decryption.
- A flag that indicates whether to overwrite an existing file of the same name. The default is
FALSE
. - The type of encryption that's used. Currently, only PGP encryption is supported.
- Specified by:
getDecryptStepDetails
in interfaceCfnWorkflow.WorkflowStepProperty
- See Also:
-
getDeleteStepDetails
Description copied from interface:CfnWorkflow.WorkflowStepProperty
Details for a step that deletes the file.- Specified by:
getDeleteStepDetails
in interfaceCfnWorkflow.WorkflowStepProperty
- See Also:
-
getTagStepDetails
Description copied from interface:CfnWorkflow.WorkflowStepProperty
Details for a step that creates one or more tags.You specify one or more tags. Each tag contains a key-value pair.
- Specified by:
getTagStepDetails
in interfaceCfnWorkflow.WorkflowStepProperty
- See Also:
-
getType
Description copied from interface:CfnWorkflow.WorkflowStepProperty
Currently, the following step types are supported.COPY
- Copy the file to another location.CUSTOM
- Perform a custom step with an AWS Lambda function target.DECRYPT
- Decrypt a file that was encrypted before it was uploaded.DELETE
- Delete the file.TAG
- Add a tag to the file.
- Specified by:
getType
in interfaceCfnWorkflow.WorkflowStepProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-