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