WorkflowS3FileLocationArgs

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.

Constructors

Link copied to clipboard
constructor(s3FileLocation: Output<WorkflowS3InputFileLocationArgs>? = null)

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.

Functions

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