Destination

Specifies information about the replication destination bucket and its settings for an S3 on Outposts replication configuration.

Types

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

Properties

Link copied to clipboard

Specify this property only in a cross-account scenario (where the source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket. If this property is not specified in the replication configuration, the replicas are owned by same Amazon Web Services account that owns the source object.

Link copied to clipboard

The destination bucket owner's account ID.

Link copied to clipboard

The Amazon Resource Name (ARN) of the access point for the destination bucket where you want S3 on Outposts to store the replication results.

Link copied to clipboard

A container that provides information about encryption. If SourceSelectionCriteria is specified, you must specify this element.

Link copied to clipboard

A container that specifies replication metrics-related settings.

Link copied to clipboard

A container that specifies S3 Replication Time Control (S3 RTC) settings, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.

Link copied to clipboard

The storage class to use when replicating objects. All objects stored on S3 on Outposts are stored in the OUTPOSTS storage class. S3 on Outposts uses the OUTPOSTS storage class to create the object replicas.

Functions

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