Class AWSConfigComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.aws.config.springboot.AWSConfigComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,AWSConfigComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.aws-config"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,AWSConfigComponentConverter.class}) public class AWSConfigComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • AWSConfigComponentAutoConfiguration

      public AWSConfigComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureAWSConfigComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureAWSConfigComponent()