34.3. Spring Boot Auto-Configuration

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

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

camel.component.aws-sns.access-key

Amazon AWS Access Key

 

String

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

Amazon AWS Access Key

 

String

camel.component.aws-sns.configuration.amazon-s-n-s-client

AmazonSNS をクライアントとして使用します。

 

AmazonSNS

camel.component.aws-sns.configuration.message-structure

json などの使用するメッセージ構造。

 

String

camel.component.aws-sns.configuration.policy

このキューのポリシー

 

String

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

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

 

String

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

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

 

Integer

camel.component.aws-sns.configuration.region

SNS クライアントが機能する必要があるリージョン

 

String

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

Amazon AWS Secret Key

 

String

camel.component.aws-sns.configuration.subject

メッセージヘッダー 'CamelAwsSnsSubject' が存在しない場合に使用されるサブジェクト。

 

String

camel.component.aws-sns.configuration.topic-arn

作成されたトピックに割り当てられた Amazon リソースネーム (ARN)。

 

String

camel.component.aws-sns.configuration.topic-name

トピックの名前。

 

String

camel.component.aws-sns.enabled

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

true

Boolean

camel.component.aws-sns.region

SNS クライアントが機能する必要があるリージョン

 

String

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

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

true

Boolean

camel.component.aws-sns.secret-key

Amazon AWS Secret Key

 

String

必要な SNS コンポーネントオプション

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