S3Destination

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a data exports file.

Types

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

Properties

Link copied to clipboard

The name of the Amazon S3 bucket used as the destination of a data export file.

Link copied to clipboard

The output configuration for the data export.

Link copied to clipboard

The S3 path prefix you want prepended to the name of your data export.

Link copied to clipboard

The S3 bucket Region.

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