30.3. Spring Boot Auto-Configuration
组件支持 12 个选项,它们如下所列。
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
camel.component.aws-mq.access-key | Amazon AWS 访问密钥 | 字符串 | |
camel.component.aws-mq.configuration.access-key | Amazon AWS 访问密钥 | 字符串 | |
camel.component.aws-mq.configuration.amazon-mq-client | 使用现有配置的 AmazonMQClient 作为客户端 | AmazonMQ | |
camel.component.aws-mq.configuration.operation | 要执行的操作。它可以是 listBrokers,createBroker,deleteBroker | MQOperations | |
camel.component.aws-mq.configuration.proxy-host | 在实例化 MQ 客户端时定义代理主机 | 字符串 | |
camel.component.aws-mq.configuration.proxy-port | 在实例化 MQ 客户端时定义代理端口 | 整数 | |
camel.component.aws-mq.configuration.region | MQ 客户端需要正常工作的区域 | 字符串 | |
camel.component.aws-mq.configuration.secret-key | Amazon AWS Secret Key | 字符串 | |
camel.component.aws-mq.enabled | 是否启用 aws-mq 组件的自动配置。默认启用。 | 布尔值 | |
camel.component.aws-mq.region | MQ 客户端需要正常工作的区域 | 字符串 | |
camel.component.aws-mq.resolve-property-placeholders | 启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。 | true | 布尔值 |
camel.component.aws-mq.secret-key | Amazon AWS Secret Key | 字符串 |
所需的 EC2 组件选项
您必须在 Registry 或 accessKey 和 secretKey 中提供 amazonEc2Client,才能访问 Amazon EC2 服务。