25.3. Spring Boot Auto-Configuration

コンポーネントは、以下に記載される 12 のオプションをサポートします。

名前説明デフォルトタイプ

camel.component.aws-iam.access-key

Amazon AWS Access Key

 

String

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

Amazon AWS Access Key

 

String

camel.component.aws-iam.configuration.iam-client

既存の設定済み AWS IAM をクライアントとして使用する場合

 

AmazonIdentity ManagementClient

camel.component.aws-iam.configuration.operation

実行する操作

 

IAM オペレーション

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

KMS クライアントをインスタンス化するときにプロキシーホストを定義します。

 

String

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

KMS クライアントをインスタンス化するときにプロキシーポートを定義します。

 

Integer

camel.component.aws-iam.configuration.region

KMS クライアントが動作する必要があるリージョン

 

String

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

Amazon AWS Secret Key

 

String

camel.component.aws-iam.enabled

aws-iam コンポーネントの自動設定を有効にするかどうか。これはデフォルトで有効になっています。

 

Boolean

camel.component.aws-iam.region

IAM クライアントが動作する必要があるリージョン

 

String

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

起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。

true

Boolean

camel.component.aws-iam.secret-key

Amazon AWS Secret Key

 

String

必須の IAM コンポーネントオプション

Amazon IAM サービスにアクセスするには、レジストリーに amazonKmsClient を指定するか、accessKey と secretKey を指定する必要があります。