public class ParameterStoreConfigDataLocationResolver extends AbstractAwsConfigDataLocationResolver<ParameterStoreConfigDataResource>
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
AWS ParameterStore Config Data prefix.
|
| Constructor and Description |
|---|
ParameterStoreConfigDataLocationResolver(Log log) |
| Modifier and Type | Method and Description |
|---|---|
protected software.amazon.awssdk.services.ssm.SsmClient |
createSimpleSystemManagementClient(org.springframework.boot.BootstrapContext context) |
protected String |
getPrefix() |
protected ParameterStoreProperties |
loadProperties(org.springframework.boot.context.properties.bind.Binder binder) |
List<ParameterStoreConfigDataResource> |
resolveProfileSpecific(org.springframework.boot.context.config.ConfigDataLocationResolverContext resolverContext,
org.springframework.boot.context.config.ConfigDataLocation location,
org.springframework.boot.context.config.Profiles profiles) |
configure, getCustomContexts, isResolvable, loadAwsProperties, loadCredentialsProperties, loadRegionProperties, registerAndPromoteBean, registerBean, registerBean, resolvepublic static final String PREFIX
public ParameterStoreConfigDataLocationResolver(Log log)
protected String getPrefix()
getPrefix in class AbstractAwsConfigDataLocationResolver<ParameterStoreConfigDataResource>public List<ParameterStoreConfigDataResource> resolveProfileSpecific(org.springframework.boot.context.config.ConfigDataLocationResolverContext resolverContext, org.springframework.boot.context.config.ConfigDataLocation location, org.springframework.boot.context.config.Profiles profiles) throws org.springframework.boot.context.config.ConfigDataLocationNotFoundException
org.springframework.boot.context.config.ConfigDataLocationNotFoundExceptionprotected software.amazon.awssdk.services.ssm.SsmClient createSimpleSystemManagementClient(org.springframework.boot.BootstrapContext context)
protected ParameterStoreProperties loadProperties(org.springframework.boot.context.properties.bind.Binder binder)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.