@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=org.springframework.cloud.aws.paramstore.AwsParamStoreProperties.class) @ConditionalOnClass(value={com.amazonaws.services.simplesystemsmanagement.AWSSimpleSystemsManagement.class,org.springframework.cloud.aws.paramstore.AwsParamStorePropertySourceLocator.class}) @ConditionalOnProperty(prefix="aws.paramstore", name="enabled", matchIfMissing=true) public class AwsParamStoreBootstrapConfiguration extends Object
AwsParamStorePropertySourceLocator
and its dependencies.Copyright © 2022 Pivotal Software, Inc.. All rights reserved.