keyUsage property
The permitted use of the public key. Valid values are
ENCRYPT_DECRYPT
or SIGN_VERIFY
.
This information is critical. If a public key with SIGN_VERIFY
key usage encrypts data outside of AWS KMS, the ciphertext cannot be
decrypted.
Implementation
final KeyUsageType? keyUsage;