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 Summary
ConstructorsConstructorDescriptionParameterStoreConfigDataResource
(String context, boolean optional, ParameterStorePropertySources propertySources) -
Method Summary
-
Constructor Details
-
ParameterStoreConfigDataResource
public ParameterStoreConfigDataResource(String context, boolean optional, ParameterStorePropertySources propertySources)
-
-
Method Details
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-