MultiRegionAccessPointRegion

data class MultiRegionAccessPointRegion(val bucket: String, val bucketAccountId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the associated bucket for the Region.

Link copied to clipboard
val bucketAccountId: String? = null

The AWS account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.