S3FileLocation

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the S3 bucket that contains the file being used.

Link copied to clipboard
val etag: String?

The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata.

Link copied to clipboard
val key: String?

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

Link copied to clipboard

Specifies the file version.

Functions

Link copied to clipboard
inline fun copy(block: S3FileLocation.Builder.() -> Unit = {}): S3FileLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String