Class SecretsManagerProperties
java.lang.Object
io.awspring.cloud.autoconfigure.AwsClientProperties
io.awspring.cloud.autoconfigure.config.secretsmanager.SecretsManagerProperties
@ConfigurationProperties(prefix="spring.cloud.aws.secretsmanager")
public class SecretsManagerProperties
extends AwsClientProperties
Configuration properties for the AWS Secrets Manager integration. Mostly based on the Spring Cloud Consul
Configuration equivalent.
- Since:
- 2.0.0
- Author:
- Fabio Maia, Matej Nedic, Hari Ohm Prasath, Arun Patra, EddĂș MelĂ©ndez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setEnabled
(boolean enabled) void
setReload
(ReloadProperties reload) Methods inherited from class io.awspring.cloud.autoconfigure.AwsClientProperties
getEndpoint, getRegion, setEndpoint, setRegion
-
Field Details
-
CONFIG_PREFIX
Configuration prefix.- See Also:
-
-
Constructor Details
-
SecretsManagerProperties
public SecretsManagerProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getReload
-
setReload
-