Spring Cloud AWS Parameter Store Configuration
-
- All Implemented Interfaces:
- InitializingBean
@ConfigurationProperties(value="aws.paramstore")
public class AwsParamStoreProperties
extends Object
implements InitializingBean
Configuration properties for the AWS Parameter Store integration. Mostly based on the
Spring Cloud Consul Configuration equivalent.
- Since:
- 2.0.0
- Author:
- Joris Kuipers, Matej Nedic
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static String |
CONFIG_PREFIX
Configuration prefix.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getName
public String getName()
-
getEndpoint
public URI getEndpoint()
Spring Cloud AWS Parameter Store Configuration
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.