Class AwsProperties

java.lang.Object
de.otto.synapse.configuration.aws.AwsProperties

@ConfigurationProperties(prefix="synapse.aws") public class AwsProperties extends Object
  • Constructor Details

    • AwsProperties

      public AwsProperties()
  • Method Details

    • getRegion

      public String getRegion()
    • setRegion

      public void setRegion(String region)
    • getProfile

      public String getProfile()
    • setProfile

      public void setProfile(String profile)
    • toString

      public String toString()
      Overrides:
      toString in class Object