WorkflowS3FileLocation

data class WorkflowS3FileLocation(val s3FileLocation: WorkflowS3InputFileLocation? = null)

Specifies the location for the file being copied. Only applicable for the Copy type of workflow steps.

Constructors

Link copied to clipboard
constructor(s3FileLocation: WorkflowS3InputFileLocation? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using Amazon S3 storage.