Class Config


  • public final class Config
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apikey()
      Key used to authentication to the CloudAMQP Customer API
      java.util.Optional<java.lang.String> baseurl()
      Base URL to CloudAMQP Customer website
      java.util.Optional<java.lang.Boolean> enableFasterInstanceDestroy()
      Skips destroying backend resources on 'terraform destroy'
      • Methods inherited from class java.lang.Object

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

      • Config

        public Config()
    • Method Detail

      • apikey

        public java.lang.String apikey()
        Key used to authentication to the CloudAMQP Customer API
      • baseurl

        public java.util.Optional<java.lang.String> baseurl()
        Base URL to CloudAMQP Customer website
      • enableFasterInstanceDestroy

        public java.util.Optional<java.lang.Boolean> enableFasterInstanceDestroy()
        Skips destroying backend resources on 'terraform destroy'