WorkflowOnExceptionStepCopyStepDetailsArgs

data class WorkflowOnExceptionStepCopyStepDetailsArgs(val destinationFileLocation: Output<WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationArgs>? = null, val name: Output<String>? = null, val overwriteExisting: Output<String>? = null, val sourceFileLocation: Output<String>? = null) : ConvertibleToJava<WorkflowOnExceptionStepCopyStepDetailsArgs>

Constructors

constructor(destinationFileLocation: Output<WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationArgs>? = null, name: Output<String>? = null, overwriteExisting: Output<String>? = null, sourceFileLocation: Output<String>? = null)

Properties

Link copied to clipboard

Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.

Link copied to clipboard
val name: Output<String>? = null

The name of the step, used as an identifier.

Link copied to clipboard
val overwriteExisting: Output<String>? = null

A flag that indicates whether or not to overwrite an existing file of the same name. The default is FALSE. Valid values are TRUE and FALSE.

Link copied to clipboard
val sourceFileLocation: Output<String>? = null

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. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowOnExceptionStepCopyStepDetailsArgs