public class SecretsManagerConfigDataLocationResolver extends AbstractAwsConfigDataLocationResolver<SecretsManagerConfigDataResource>
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
AWS Secrets Manager Config Data prefix.
|
| Constructor and Description |
|---|
SecretsManagerConfigDataLocationResolver(Log log) |
| Modifier and Type | Method and Description |
|---|---|
protected software.amazon.awssdk.services.secretsmanager.SecretsManagerClient |
createAwsSecretsManagerClient(org.springframework.boot.BootstrapContext context) |
protected String |
getPrefix() |
protected SecretsManagerProperties |
loadProperties(org.springframework.boot.context.properties.bind.Binder binder) |
List<SecretsManagerConfigDataResource> |
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 SecretsManagerConfigDataLocationResolver(Log log)
protected String getPrefix()
getPrefix in class AbstractAwsConfigDataLocationResolver<SecretsManagerConfigDataResource>public List<SecretsManagerConfigDataResource> 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.secretsmanager.SecretsManagerClient createAwsSecretsManagerClient(org.springframework.boot.BootstrapContext context)
protected SecretsManagerProperties loadProperties(org.springframework.boot.context.properties.bind.Binder binder)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.