ReplicationTime

A container that specifies S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated.

This is not supported by Amazon S3 on Outposts buckets.

Types

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

Properties

Link copied to clipboard

Specifies whether S3 Replication Time Control (S3 RTC) is enabled.

Link copied to clipboard

A container that specifies the time by which replication should be complete for all objects and operations on objects.

Functions

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