Class ParameterStoreConfigDataResource

java.lang.Object
org.springframework.boot.context.config.ConfigDataResource
io.awspring.cloud.autoconfigure.config.parameterstore.ParameterStoreConfigDataResource

public class ParameterStoreConfigDataResource extends org.springframework.boot.context.config.ConfigDataResource
Config data resource for AWS System Manager Management integration.
Since:
2.3.0
Author:
EddĂș MelĂ©ndez
  • Constructor Details

  • Method Details

    • getContext

      public String getContext()
      Returns context which is equal to Secret Manager secret name.
      Returns:
      the context
    • isOptional

      public boolean isOptional()
      If application startup should fail when secret cannot be loaded or does not exist.
      Returns:
      is optional
    • getPropertySources

      public ParameterStorePropertySources getPropertySources()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object