27.3. Spring Boot Auto-Configuration

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

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

camel.component.aws-kinesis-firehose.access-key

Amazon AWS Access Key

 

String

camel.component.aws-kinesis-firehose.configuration.access-key

Amazon AWS Access Key

 

String

camel.component.aws-kinesis-firehose.configuration.amazon-kinesis-firehose-client

このエンドポイントのすべてのリクエストに使用する Amazon Kinesis Firehose クライアント

 

AmazonKinesisFirehose

camel.component.aws-kinesis-firehose.configuration.proxy-host

DDBStreams クライアントをインスタンス化する際にプロキシーホストを定義します

 

String

camel.component.aws-kinesis-firehose.configuration.proxy-port

DDBStreams クライアントをインスタンス化する際にプロキシーポートを定義します

 

Integer

camel.component.aws-kinesis-firehose.configuration.region

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

 

String

camel.component.aws-kinesis-firehose.configuration.secret-key

Amazon AWS Secret Key

 

String

camel.component.aws-kinesis-firehose.configuration.stream-name

ストリームの名前

 

String

camel.component.aws-kinesis-firehose.enabled

aws-kinesis-firehose コンポーネントを有効にする

true

Boolean

camel.component.aws-kinesis-firehose.region

Amazon AWS リージョン

 

String

camel.component.aws-kinesis-firehose.resolve-property-placeholders

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

true

Boolean

camel.component.aws-kinesis-firehose.secret-key

Amazon AWS Secret Key

 

String

必要な Kinesis Firehose コンポーネントのオプション

プロキシーと関連するクレデンシャル情報が設定された状態で、レジストリーに amazonKinesisClient を提供する必要があります。