Workflow On Exception Step Args
data class WorkflowOnExceptionStepArgs(val copyStepDetails: Output<WorkflowOnExceptionStepCopyStepDetailsArgs>? = null, val customStepDetails: Output<WorkflowOnExceptionStepCustomStepDetailsArgs>? = null, val decryptStepDetails: Output<WorkflowOnExceptionStepDecryptStepDetailsArgs>? = null, val deleteStepDetails: Output<WorkflowOnExceptionStepDeleteStepDetailsArgs>? = null, val tagStepDetails: Output<WorkflowOnExceptionStepTagStepDetailsArgs>? = null, val type: Output<String>) : ConvertibleToJava<WorkflowOnExceptionStepArgs>
Constructors
Link copied to clipboard
constructor(copyStepDetails: Output<WorkflowOnExceptionStepCopyStepDetailsArgs>? = null, customStepDetails: Output<WorkflowOnExceptionStepCustomStepDetailsArgs>? = null, decryptStepDetails: Output<WorkflowOnExceptionStepDecryptStepDetailsArgs>? = null, deleteStepDetails: Output<WorkflowOnExceptionStepDeleteStepDetailsArgs>? = null, tagStepDetails: Output<WorkflowOnExceptionStepTagStepDetailsArgs>? = null, type: Output<String>)
Properties
Link copied to clipboard
Details for a step that performs a file copy. See Copy Step Details below.
Link copied to clipboard
Details for a step that invokes a lambda function.
Link copied to clipboard
Details for a step that decrypts the file.
Link copied to clipboard
Details for a step that deletes the file.
Link copied to clipboard
Details for a step that creates one or more tags.