GetProjectCmekSettingsPlainArgs

data class GetProjectCmekSettingsPlainArgs(val kmsKeyName: String? = null, val project: String) : ConvertibleToJava<GetProjectCmekSettingsPlainArgs>

A collection of arguments for invoking getProjectCmekSettings.

Constructors

Link copied to clipboard
constructor(kmsKeyName: String? = null, project: String)

Properties

Link copied to clipboard
val kmsKeyName: String? = null

The resource name for the configured Cloud KMS key. KMS key name format: 'projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]' To enable CMEK for the bucket, set this field to a valid kmsKeyName for which the associated service account has the required cloudkms.cryptoKeyEncrypterDecrypter roles assigned for the key. The Cloud KMS key used by the bucket can be updated by changing the kmsKeyName to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked. See Enabling CMEK for Logging Buckets for more information.

Link copied to clipboard

The ID of the project.

Functions

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