Class AwsParameterStoreEnvironmentRepository
java.lang.Object
org.springframework.cloud.config.server.environment.AwsParameterStoreEnvironmentRepository
- All Implemented Interfaces:
EnvironmentRepository, org.springframework.core.Ordered
public class AwsParameterStoreEnvironmentRepository
extends Object
implements EnvironmentRepository, org.springframework.core.Ordered
- Author:
- Iulian Antohe
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionAwsParameterStoreEnvironmentRepository(software.amazon.awssdk.services.ssm.SsmClient awsSsmClient, ConfigServerProperties configServerProperties, AwsParameterStoreEnvironmentProperties environmentProperties) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EnvironmentRepository
findOne
-
Constructor Details
-
AwsParameterStoreEnvironmentRepository
public AwsParameterStoreEnvironmentRepository(software.amazon.awssdk.services.ssm.SsmClient awsSsmClient, ConfigServerProperties configServerProperties, AwsParameterStoreEnvironmentProperties environmentProperties)
-
-
Method Details
-
findOne
public org.springframework.cloud.config.environment.Environment findOne(String application, String profile, String label) - Specified by:
findOnein interfaceEnvironmentRepository
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-