MultiRegionAccessPointRegionArgs

data class MultiRegionAccessPointRegionArgs(val bucket: Output<String>, val bucketAccountId: Output<String>? = null) : ConvertibleToJava<MultiRegionAccessPointRegionArgs>

Constructors

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

Properties

Link copied to clipboard
val bucket: Output<String>

The name of the associated bucket for the Region.

Link copied to clipboard
val bucketAccountId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): MultiRegionAccessPointRegionArgs