350.2. Spring Boot Auto-Configuration

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

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

camel.component.twilio.account-sid

使用するアカウント SID。

 

String

camel.component.twilio.configuration.api-name

実行する操作の種類

 

TwilioApiName

camel.component.twilio.configuration.method-name

選択した操作に使用するサブ操作

 

String

camel.component.twilio.enabled

twilio コンポーネントを有効にする

true

Boolean

camel.component.twilio.password

アカウントの認証トークン。

 

String

camel.component.twilio.resolve-property-placeholders

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

true

Boolean

camel.component.twilio.rest-client

共有 REST クライアントを使用するには。オプションは com.twilio.http.TwilioRestClient タイプです。

 

String

camel.component.twilio.username

使用するアカウント。

 

String