25.3. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.aws-iam.access-key

Amazon AWS Access Key

 

문자열

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

Amazon AWS Access Key

 

문자열

camel.component.aws-iam.configuration.iam-client

기존 구성된 AWS IAM을 클라이언트로 사용하려면

 

AmazonIdentity ManagementClient

camel.component.aws-iam.configuration.operation

수행할 작업

 

IAMOperations

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

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

 

문자열

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

KMS 클라이언트를 인스턴스화할 때 프록시 포트를 정의하려면

 

정수

camel.component.aws-iam.configuration.region

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

 

문자열

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

Amazon AWS Secret Key

 

문자열

camel.component.aws-iam.enabled

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

 

부울

camel.component.aws-iam.region

IAM 클라이언트가 작동해야 하는 리전

 

문자열

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

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

true

부울

camel.component.aws-iam.secret-key

Amazon AWS Secret Key

 

문자열

필수 IAM 구성 요소 옵션

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