ENUM

TargetEncryptionTypeEnum

Description

Encryption type for data in target location.

link GraphQL Schema definition

  • enum TargetEncryptionTypeEnum {
  • # Password based encryption.
  • ENCRYPTION_PASSWORD_BASED
  • # KMS Master Key ID based encryption (Legacy KMS).
  • KMS_MASTER_KEY_BASED
  • # RSA Key based encryption (Legacy RSA).
  • RSA_KEY_BASED
  • # UEKM with AWS KMS encryption.
  • UEKM_AWS_KMS_BASED
  • # UEKM with RSA encryption.
  • UEKM_RSA_BASED
  • # Unified Encryption Key Management - DEPRECATED: Use UEKM_RSA_BASED or
  • # UEKM_AWS_KMS_BASED.
  • UNIFIED_ENCRYPTION_KEY_MGMT_BASED
  • # Unknown encryption type.
  • UNKNOWN_ENCRYPTION_TYPE
  • }