Class AWS2EC2ComponentAutoConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @Configuration(proxyBeanMethods=false)
    @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class)
    @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,AWS2EC2ComponentConfiguration.class})
    @ConditionalOnHierarchicalProperties({"camel.component","camel.component.aws2-ec2"})
    @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,AWS2EC2ComponentConverter.class})
    public class AWS2EC2ComponentAutoConfiguration
    extends Object
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • AWS2EC2ComponentAutoConfiguration

        public AWS2EC2ComponentAutoConfiguration​(org.apache.camel.CamelContext camelContext)
    • Method Detail

      • configureAWS2EC2Component

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