Class ParameterStoreMissingKeysFailureAnalyzer

java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ParameterStoreKeysMissingException>
io.awspring.cloud.autoconfigure.config.parameterstore.ParameterStoreMissingKeysFailureAnalyzer
All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer

public class ParameterStoreMissingKeysFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ParameterStoreKeysMissingException>
An AbstractFailureAnalyzer that performs analysis of a Parameter Store configuration failure caused by not providing a Parameter Store key to `spring.config.import` property.
Since:
3.0.0
Author:
Maciej Walkowiak
  • Constructor Details

    • ParameterStoreMissingKeysFailureAnalyzer

      public ParameterStoreMissingKeysFailureAnalyzer()
  • Method Details