WorkflowS3InputFileLocation

data class WorkflowS3InputFileLocation(val bucket: String? = null, val key: String? = null)

Specifies the details for a S3 file.

Constructors

Link copied to clipboard
constructor(bucket: String? = null, key: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucket: String? = null

Specifies the S3 bucket that contains the file.

Link copied to clipboard
val key: String? = null

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