WorkflowS3InputFileLocationArgs

data class WorkflowS3InputFileLocationArgs(val bucket: Output<String>? = null, val key: Output<String>? = null) : ConvertibleToJava<WorkflowS3InputFileLocationArgs>

Specifies the details for a S3 file.

Constructors

Link copied to clipboard
fun WorkflowS3InputFileLocationArgs(bucket: Output<String>? = null, key: Output<String>? = null)

Functions

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

Properties

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

Specifies the S3 bucket that contains the file.

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

The name assigned to the file when it was created in S3. You use the object key to retrieve the object.