Class SecretAWSDAO

  • All Implemented Interfaces:
    ai.tock.aws.secretmanager.dao.SecretDAO

    
    public final class SecretAWSDAO
     implements SecretDAO
                        

    Retrieve secret from AWS Secrets Manager

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SecretAWSDAO()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getSecret(String secretId)
      String createOrUpdateSecret(String secretName, Object secretObject) Create an AWS Secret if it doesn't exist.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecretAWSDAO

        SecretAWSDAO()