30.3. Spring Boot Auto-Configuration

구성 요소는 아래 나열된 12 가지 옵션을 지원합니다.

이름설명기본값유형

camel.component.aws-mq.access-key

Amazon AWS Access Key

 

문자열

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

Amazon AWS Access Key

 

문자열

camel.component.aws-mq.configuration.amazon-mq-client

기존 구성된 AmazonMQClient를 클라이언트로 사용하려면

 

AmazonMQ

camel.component.aws-mq.configuration.operation

수행할 작업입니다. 그것은 listBrokers,createBroker,deleteBroker 일 수 있습니다

 

MQOperations

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

MQ 클라이언트를 인스턴스화할 때 프록시 호스트를 정의하기 위해

 

문자열

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

MQ 클라이언트를 인스턴스화할 때 프록시 포트 정의

 

정수

camel.component.aws-mq.configuration.region

MQ 클라이언트가 작업해야 하는 리전

 

문자열

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

Amazon AWS Secret Key

 

문자열

camel.component.aws-mq.enabled

aws-mq 구성 요소의 자동 구성을 활성화할지 여부입니다. 이는 기본적으로 활성화되어 있습니다.

 

부울

camel.component.aws-mq.region

MQ 클라이언트가 작업해야 하는 리전

 

문자열

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

구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders.

true

부울

camel.component.aws-mq.secret-key

Amazon AWS Secret Key

 

문자열

필수 EC2 구성 요소 옵션

Amazon EC2 서비스에 액세스하려면 레지스트리 또는 accessKey 및 secretKey에 amazonEc2Client를 제공해야 합니다.