- java.lang.Object
-
- org.springframework.cloud.aws.paramstore.AwsParamStoreProperties
-
@ConfigurationProperties(value="aws.paramstore")
@Validated
public class AwsParamStoreProperties
extends Object
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()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.