BucketReplicationDestination

data class BucketReplicationDestination(val bucket: String, val location: String, val transferType: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String, location: String, transferType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination bucket to which the data is replicated.

Link copied to clipboard

The region in which the destination bucket is located.

Link copied to clipboard
val transferType: String? = null

The link used to transfer data in data replication.. Can be internal or oss_acc. Defaults to internal. NOTE: You can set transfer_type to oss_acc only when you create cross-region replication (CRR) rules.