BucketEncryptionArgs

data class BucketEncryptionArgs(val defaultKmsKeyName: Output<String>? = null) : ConvertibleToJava<BucketEncryptionArgs>

Encryption configuration for a bucket.

Constructors

Link copied to clipboard
fun BucketEncryptionArgs(defaultKmsKeyName: Output<String>? = null)

Functions

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

Properties

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

A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.