25.3. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.aws-ec2.access-key

Amazon AWS Access Key

 

문자열

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

Amazon AWS Access Key

 

문자열

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

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

 

AmazonEC2Client

camel.component.aws-ec2.configuration.operation

수행할 작업입니다. createAndRunInstances, startInstances, stopInstances, terminateInstances, describeInstances, describeInstances, rebootInstances, monitorInstances, unmonitorInstances, createTags 또는 deleteTags일 수 있습니다.

 

EC2Operations

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

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

 

문자열

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

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

 

정수

camel.component.aws-ec2.configuration.region

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

 

문자열

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

Amazon AWS Secret Key

 

문자열

camel.component.aws-ec2.enabled

aws-ec2 구성 요소 활성화

true

부울

camel.component.aws-ec2.region

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

 

문자열

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

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

true

부울

camel.component.aws-ec2.secret-key

Amazon AWS Secret Key

 

문자열

필수 EC2 구성 요소 옵션

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