Class ParameterStorePropertySource

java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<T>
io.awspring.cloud.core.config.AwsPropertySource<ParameterStorePropertySource,software.amazon.awssdk.services.ssm.SsmClient>
io.awspring.cloud.parameterstore.ParameterStorePropertySource

public class ParameterStorePropertySource extends io.awspring.cloud.core.config.AwsPropertySource<ParameterStorePropertySource,software.amazon.awssdk.services.ssm.SsmClient>
Recursively retrieves all parameters under the given context / path with decryption from the AWS Parameter Store using the provided SSM client.
Since:
2.0.0
Author:
Joris Kuipers, EddĂș MelĂ©ndez, Maciej Walkowiak, Matej Nedic
  • Constructor Details

    • ParameterStorePropertySource

      public ParameterStorePropertySource(String context, software.amazon.awssdk.services.ssm.SsmClient ssmClient)
  • Method Details