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