Class ParameterStorePropertySource

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

public class ParameterStorePropertySource extends 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