BucketEncryptionArgs

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

Constructors

Link copied to clipboard
constructor(defaultKmsKeyName: Output<String>)

Properties

Link copied to clipboard

The id of a Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified. You must pay attention to whether the crypto key is available in the location that this bucket is created in. See the docs for more details.

Functions

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