Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Encryption

Contains the type of server-side encryption used.

Hierarchy

  • Encryption

Index

Properties

EncryptionType

EncryptionType: ServerSideEncryption | string | undefined

The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).

Optional KMSContext

KMSContext: undefined | string

If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.

Optional KMSKeyId

KMSKeyId: undefined | string

If the encryption type is aws:kms, this optional value specifies the ID of the symmetric customer managed key to use for encryption of job results. Amazon S3 only supports symmetric keys. For more information, see Using symmetric and asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.