S3Destination

Configuration parameters for where in an S3 bucket to place the harvested content

Types

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

Properties

Link copied to clipboard

The name of an S3 bucket within which harvested content will be exported

Link copied to clipboard

The key in the specified S3 bucket where the harvested top-level manifest will be placed.

Link copied to clipboard

The IAM role used to write to the specified S3 bucket

Functions

Link copied to clipboard
inline fun copy(block: S3Destination.Builder.() -> Unit = {}): S3Destination
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