kmsKey property

String? kmsKey
getter/setter pair

Customer managed encryption key (CMEK) to use for encrypting the Parameter Versions.

If not set, the default Google-managed encryption key will be used. Cloud KMS CryptoKeys must reside in the same location as the Parameter. The expected format is projects / * /locations / * /keyRings / * /cryptoKeys / * .

Optional.

Implementation

core.String? kmsKey;