Class CfnWorkflowPropsMixin.WorkflowStepProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWorkflowPropsMixin.WorkflowStepProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkflowPropsMixin.WorkflowStepProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkflowPropsMixin.WorkflowStepProperty
@Stability(Stable)
@Internal
public static final class CfnWorkflowPropsMixin.WorkflowStepProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkflowPropsMixin.WorkflowStepProperty
An implementation for
CfnWorkflowPropsMixin.WorkflowStepProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWorkflowPropsMixin.WorkflowStepProperty
CfnWorkflowPropsMixin.WorkflowStepProperty.Builder, CfnWorkflowPropsMixin.WorkflowStepProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkflowPropsMixin.WorkflowStepProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectDetails for a step that performs a file copy.final ObjectDetails for a step that invokes an AWS Lambda function.final ObjectDetails for a step that decrypts an encrypted file.final ObjectDetails for a step that deletes the file.final ObjectDetails for a step that creates one or more tags.final StringgetType()Currently, the following step types are supported.final inthashCode()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 theCfnWorkflowPropsMixin.WorkflowStepProperty.Builder.
-
-
Method Details
-
getCopyStepDetails
Description copied from interface:CfnWorkflowPropsMixin.WorkflowStepPropertyDetails 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:
getCopyStepDetailsin interfaceCfnWorkflowPropsMixin.WorkflowStepProperty- See Also:
-
getCustomStepDetails
Description copied from interface:CfnWorkflowPropsMixin.WorkflowStepPropertyDetails for a step that invokes an AWS Lambda function.Consists of the Lambda function's name, target, and timeout (in seconds).
- Specified by:
getCustomStepDetailsin interfaceCfnWorkflowPropsMixin.WorkflowStepProperty- See Also:
-
getDecryptStepDetails
Description copied from interface:CfnWorkflowPropsMixin.WorkflowStepPropertyDetails 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.
Returns union: either
IResolvableorCfnWorkflowPropsMixin.DecryptStepDetailsProperty- Specified by:
getDecryptStepDetailsin interfaceCfnWorkflowPropsMixin.WorkflowStepProperty- See Also:
-
getDeleteStepDetails
Description copied from interface:CfnWorkflowPropsMixin.WorkflowStepPropertyDetails for a step that deletes the file.- Specified by:
getDeleteStepDetailsin interfaceCfnWorkflowPropsMixin.WorkflowStepProperty- See Also:
-
getTagStepDetails
Description copied from interface:CfnWorkflowPropsMixin.WorkflowStepPropertyDetails for a step that creates one or more tags.You specify one or more tags. Each tag contains a key-value pair.
- Specified by:
getTagStepDetailsin interfaceCfnWorkflowPropsMixin.WorkflowStepProperty- See Also:
-
getType
Description copied from interface:CfnWorkflowPropsMixin.WorkflowStepPropertyCurrently, 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:
getTypein interfaceCfnWorkflowPropsMixin.WorkflowStepProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-