WorkflowStepCopyStepDetailsPropertiesArgs

data class WorkflowStepCopyStepDetailsPropertiesArgs(val destinationFileLocation: Output<WorkflowS3FileLocationArgs>? = null, val name: Output<String>? = null, val overwriteExisting: Output<WorkflowStepCopyStepDetailsPropertiesOverwriteExisting>? = null, val sourceFileLocation: Output<String>? = null) : ConvertibleToJava<WorkflowStepCopyStepDetailsPropertiesArgs>

Details for a step that performs a file copy.

Constructors

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

Properties

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

The name of the step, used as an identifier.

Link copied to clipboard

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

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

Specifies which file to use as input to the workflow step.

Functions

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