AccessControlTranslationArgs

data class AccessControlTranslationArgs(val owner: Output<String>? = null) : ConvertibleToJava<AccessControlTranslationArgs>

Definition of AccessControlTranslation

Constructors

Link copied to clipboard
constructor(owner: Output<String>? = null)

Properties

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

Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.

Functions

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