public class ParameterStoreConfigDataResource
extends org.springframework.boot.context.config.ConfigDataResource
| Constructor and Description |
|---|
ParameterStoreConfigDataResource(String context,
boolean optional,
ParameterStorePropertySources propertySources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContext()
Returns context which is equal to Secret Manager secret name.
|
ParameterStorePropertySources |
getPropertySources() |
int |
hashCode() |
boolean |
isOptional()
If application startup should fail when secret cannot be loaded or does not exist.
|
String |
toString() |
public ParameterStoreConfigDataResource(String context, boolean optional, ParameterStorePropertySources propertySources)
public String getContext()
public boolean isOptional()
public ParameterStorePropertySources getPropertySources()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.