customerEncryption

@JvmName(name = "rowkggrwsjdllmud")
suspend fun customerEncryption(value: Output<BucketObjectCustomerEncryptionArgs>)
@JvmName(name = "tbyjnxpuvkphlnbe")
suspend fun customerEncryption(value: BucketObjectCustomerEncryptionArgs?)

Parameters

value

Enables object encryption with Customer-Supplied Encryption Key (CSEK). Google documentation about CSEK. Structure is documented below.


@JvmName(name = "qcmosyybpppwjvpt")
suspend fun customerEncryption(argument: suspend BucketObjectCustomerEncryptionArgsBuilder.() -> Unit)

Parameters

argument

Enables object encryption with Customer-Supplied Encryption Key (CSEK). Google documentation about CSEK. Structure is documented below.