Workflow S3File Location Args
data class WorkflowS3FileLocationArgs(val s3FileLocation: Output<WorkflowS3InputFileLocationArgs>? = null) : ConvertibleToJava<WorkflowS3FileLocationArgs>
Specifies the location for the file being copied. Only applicable for the Copy type of workflow steps.