encryptedDecryptionKey property

String? encryptedDecryptionKey
final

Warning! Don't provide your encryption key in plaintext. Your job settings could be intercepted, making your encrypted content vulnerable. Specify the encrypted version of the data key that you used to encrypt your content. The data key must be encrypted by AWS Key Management Service (KMS). The key can be 128, 192, or 256 bits.

Implementation

final String? encryptedDecryptionKey;