encryptionAlgorithms property

List<EncryptionAlgorithmSpec>? encryptionAlgorithms
final

The encryption algorithms that the CMK supports. You cannot use the CMK with other encryption algorithms within AWS KMS.

This field appears only when the KeyUsage of the CMK is ENCRYPT_DECRYPT.

Implementation

final List<EncryptionAlgorithmSpec>? encryptionAlgorithms;