Workflow Step Copy Step Details Properties
data class WorkflowStepCopyStepDetailsProperties(val destinationFileLocation: WorkflowS3FileLocation? = null, val name: String? = null, val overwriteExisting: WorkflowStepCopyStepDetailsPropertiesOverwriteExisting? = null, val sourceFileLocation: String? = null)
Details for a step that performs a file copy.
Constructors
Link copied to clipboard
constructor(destinationFileLocation: WorkflowS3FileLocation? = null, name: String? = null, overwriteExisting: WorkflowStepCopyStepDetailsPropertiesOverwriteExisting? = null, sourceFileLocation: String? = null)