Class SynapseAwsAuthConfiguration

java.lang.Object
de.otto.synapse.configuration.aws.SynapseAwsAuthConfiguration

@Configuration
@EnableConfigurationProperties(AwsProperties.class)
public class SynapseAwsAuthConfiguration
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    SynapseAwsAuthConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    software.amazon.awssdk.auth.credentials.AwsCredentialsProvider awsCredentialsProvider​(AwsProperties awsProperties)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SynapseAwsAuthConfiguration

      public SynapseAwsAuthConfiguration()
  • Method Details

    • awsCredentialsProvider

      @Bean @ConditionalOnMissingBean(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider.class) public software.amazon.awssdk.auth.credentials.AwsCredentialsProvider awsCredentialsProvider​(AwsProperties awsProperties)