28.3. Spring Boot Auto-Configuration

组件支持 12 个选项,它们如下所列。

名称描述默认类型

camel.component.aws-kms.access-key

Amazon AWS 访问密钥

 

字符串

camel.component.aws-kms.configuration.access-key

Amazon AWS 访问密钥

 

字符串

camel.component.aws-kms.configuration.kms-client

使用现有配置的 AWS KMS 作为客户端

 

AWSKMS

camel.component.aws-kms.configuration.operation

要执行的操作

 

KMSOperations

camel.component.aws-kms.configuration.proxy-host

在实例化 KMS 客户端时定义代理主机

 

字符串

camel.component.aws-kms.configuration.proxy-port

在实例化 KMS 客户端时定义代理端口

 

整数

camel.component.aws-kms.configuration.region

KMS 客户端需要正常工作的区域

 

字符串

camel.component.aws-kms.configuration.secret-key

Amazon AWS Secret Key

 

字符串

camel.component.aws-kms.enabled

是否启用 aws-kms 组件自动配置。默认启用。

 

布尔值

camel.component.aws-kms.region

KMS 客户端需要正常工作的区域

 

字符串

camel.component.aws-kms.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值

camel.component.aws-kms.secret-key

Amazon AWS Secret Key

 

字符串

所需的 KMS 组件选项

您必须在 Registry 或 accessKey 和 secretKey 中提供 amazonKmsClient 访问 Amazon KMS 服务。