S3Configuration

The configuration that specifies an S3 location.

Types

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

Properties

Link copied to clipboard

The bucket name of the customer S3 bucket.

Link copied to clipboard

The encryption option for the customer S3 location. Options are S3 server-side encryption with an S3 managed key or Amazon Web Services managed key.

Link copied to clipboard

The KMS key ID for the customer S3 location when encrypting with an Amazon Web Services managed key.

Link copied to clipboard

The object key preview for the customer S3 location.

Functions

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