21.3. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.aws-cw.access-key

Amazon AWS Access Key

 

문자열

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

Amazon AWS Access Key

 

문자열

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

AmazonCloudWatch를 클라이언트로 사용

 

AmazonCloudWatch

camel.component.aws-cw.configuration.name

메트릭 이름

 

문자열

camel.component.aws-cw.configuration.namespace

메트릭 네임스페이스

 

문자열

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

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

 

문자열

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

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

 

정수

camel.component.aws-cw.configuration.region

CW 클라이언트가 작업해야 하는 지역

 

문자열

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

Amazon AWS Secret Key

 

문자열

camel.component.aws-cw.configuration.timestamp

메트릭 타임스탬프

 

날짜

camel.component.aws-cw.configuration.unit

메트릭 단위

 

문자열

camel.component.aws-cw.configuration.value

메트릭 값

 

double

camel.component.aws-cw.enabled

aws-cw 구성 요소 활성화

true

부울

camel.component.aws-cw.region

CW 클라이언트가 작업해야 하는 지역

 

문자열

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

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

true

부울

camel.component.aws-cw.secret-key

Amazon AWS Secret Key

 

문자열

필수 CW 구성 요소 옵션

Amazon의 CloudWatch에 액세스하려면 레지스트리 또는 accessKey 및 secretKey에 amazonCwClient를 제공해야 합니다.