public class ParameterStorePropertySources extends Object
| Constructor and Description |
|---|
ParameterStorePropertySources() |
| Modifier and Type | Method and Description |
|---|---|
ParameterStorePropertySource |
createPropertySource(String context,
boolean optional,
software.amazon.awssdk.services.ssm.SsmClient client)
Creates property source for given context.
|
@Nullable public ParameterStorePropertySource createPropertySource(String context, boolean optional, software.amazon.awssdk.services.ssm.SsmClient client)
context - property source context equivalent to the parameter nameoptional - if creating context should fail with exception if parameter cannot be loadedclient - System Manager Management clientCopyright © 2022 Pivotal Software, Inc.. All rights reserved.