Class TableEncryptionSpecification


  • public final class TableEncryptionSpecification
    extends java.lang.Object
    • Method Detail

      • kmsKeyIdentifier

        public java.util.Optional<java.lang.String> kmsKeyIdentifier()
        Returns:
        The Amazon Resource Name (ARN) of the customer managed KMS key.
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        The encryption option specified for the table. Valid values: `AWS_OWNED_KMS_KEY`, `CUSTOMER_MANAGED_KMS_KEY`. The default value is `AWS_OWNED_KMS_KEY`.