Class AppConfigPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<software.amazon.awssdk.services.appconfigdata.AppConfigDataClient>
org.springframework.core.env.EnumerablePropertySource<software.amazon.awssdk.services.appconfigdata.AppConfigDataClient>
io.awspring.cloud.core.config.AwsPropertySource<AppConfigPropertySource, software.amazon.awssdk.services.appconfigdata.AppConfigDataClient>
io.awspring.cloud.appconfig.AppConfigPropertySource

public class AppConfigPropertySource extends AwsPropertySource<AppConfigPropertySource, software.amazon.awssdk.services.appconfigdata.AppConfigDataClient>
Retrieves configuration property sources path from the AWS AppConfig using the provided AppConfigDataClient.
Since:
4.1.0
Author:
Matej Nedic
  • Constructor Details

    • AppConfigPropertySource

      public AppConfigPropertySource(RequestContext context, software.amazon.awssdk.services.appconfigdata.AppConfigDataClient appConfigClient)
    • AppConfigPropertySource

      public AppConfigPropertySource(RequestContext context, software.amazon.awssdk.services.appconfigdata.AppConfigDataClient appConfigClient, @Nullable String sessionToken, Map<String,Object> properties)
  • Method Details