22.3. Spring Boot Auto-Configuration
コンポーネントは、以下に記載される 16 のオプションをサポートします。
名前 | 説明 | デフォルト | タイプ |
---|---|---|---|
camel.component.aws-cw.access-key | Amazon AWS Access Key | String | |
camel.component.aws-cw.configuration.access-key | Amazon AWS Access Key | String | |
camel.component.aws-cw.configuration.amazon-cw-client | AmazonCloudWatch をクライアントとして使用します。 | AmazonCloudWatch | |
camel.component.aws-cw.configuration.name | メトリクス名 | String | |
camel.component.aws-cw.configuration.namespace | メトリック名前空間 | String | |
camel.component.aws-cw.configuration.proxy-host | CW クライアントをインスタンス化する際にプロキシーホストを定義します。 | String | |
camel.component.aws-cw.configuration.proxy-port | CW クライアントをインスタンス化する際にプロキシーポートを定義します。 | Integer | |
camel.component.aws-cw.configuration.region | CW クライアントが機能する必要があるリージョン。 | String | |
camel.component.aws-cw.configuration.secret-key | Amazon AWS Secret Key | String | |
camel.component.aws-cw.configuration.timestamp | メトリクスのタイムスタンプ。 | Date | |
camel.component.aws-cw.configuration.unit | メトリクスユニット | String | |
camel.component.aws-cw.configuration.value | メトリクス値 | double | |
camel.component.aws-cw.enabled | aws-cw コンポーネントを有効にする | true | Boolean |
camel.component.aws-cw.region | CW クライアントが機能する必要があるリージョン。 | String | |
camel.component.aws-cw.resolve-property-placeholders | 起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。 | true | Boolean |
camel.component.aws-cw.secret-key | Amazon AWS Secret Key | String |
必要な CW コンポーネントオプション
Amazon の CloudWatch にアクセスするには、レジストリーに amazonCwClient を指定するか、accessKey と secretKey を指定する必要があります。