Enum CatalogEncryptionMode

java.lang.Object
java.lang.Enum<CatalogEncryptionMode>
software.amazon.awscdk.services.glue.alpha.CatalogEncryptionMode
All Implemented Interfaces:
Serializable, Comparable<CatalogEncryptionMode>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-08-10T14:51:27.958Z") @Stability(Experimental) public enum CatalogEncryptionMode extends Enum<CatalogEncryptionMode>
(experimental) The encryption-at-rest mode for a Glue Data Catalog.

See Also:
  • Enum Constant Details

    • DISABLED

      @Stability(Experimental) public static final CatalogEncryptionMode DISABLED
      (experimental) Encryption at rest is disabled.
    • SSE_KMS

      @Stability(Experimental) public static final CatalogEncryptionMode SSE_KMS
      (experimental) Server-side encryption (SSE) with an AWS KMS key.
    • SSE_KMS_WITH_SERVICE_ROLE

      @Stability(Experimental) public static final CatalogEncryptionMode SSE_KMS_WITH_SERVICE_ROLE
      (experimental) Server-side encryption (SSE) with an AWS KMS key, using a service role that AWS Glue assumes to access the key on your behalf.
  • Method Details

    • values

      public static CatalogEncryptionMode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static CatalogEncryptionMode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null