22.3. Spring Boot Auto-Configuration
구성 요소는 아래 나열된 18 가지 옵션을 지원합니다.
| 이름 | 설명 | 기본값 | 유형 |
|---|---|---|---|
| camel.component.aws-ddb.access-key | Amazon AWS Access Key | 문자열 | |
| camel.component.aws-ddb.configuration.access-key | Amazon AWS Access Key | 문자열 | |
| camel.component.aws-ddb.configuration.amazon-d-d-b-client | AmazonDynamoDB를 클라이언트로 사용하기 | AmazonDynamoDB | |
| camel.component.aws-ddb.configuration.consistent-read | 데이터를 읽을 때 강력한 일관성을 강제 적용할지 여부를 결정합니다.Determines whether or not strong consistency should be enforced when data is read. | false | 부울 |
| camel.component.aws-ddb.configuration.key-attribute-name | 테이블 생성 시 특성 이름 | 문자열 | |
| camel.component.aws-ddb.configuration.key-attribute-type | 테이블을 만들 때 특성 유형 | 문자열 | |
| camel.component.aws-ddb.configuration.operation | 수행할 작업 | DdbOperations | |
| camel.component.aws-ddb.configuration.proxy-host | DDB 클라이언트를 인스턴스화할 때 프록시 호스트를 정의하기 위해 | 문자열 | |
| camel.component.aws-ddb.configuration.proxy-port | DDB 클라이언트를 인스턴스화할 때 프록시 포트 정의 | 정수 | |
| camel.component.aws-ddb.configuration.read-capacity | 표에서 리소스를 읽기 위해 예약하는 프로비저닝된 처리량 | long | |
| camel.component.aws-ddb.configuration.region | DDB 클라이언트가 작업해야 하는 리전 | 문자열 | |
| camel.component.aws-ddb.configuration.secret-key | Amazon AWS Secret Key | 문자열 | |
| camel.component.aws-ddb.configuration.table-name | 현재 작업 중인 테이블의 이름입니다. | 문자열 | |
| camel.component.aws-ddb.configuration.write-capacity | 테이블에 리소스를 작성하기 위해 예약된 예약된 처리량 | long | |
| camel.component.aws-ddb.enabled | aws-ddb 구성 요소 활성화 | true | 부울 |
| camel.component.aws-ddb.region | DDB 클라이언트가 작업해야 하는 리전 | 문자열 | |
| camel.component.aws-ddb.resolve-property-placeholders | 구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders. | true | 부울 |
| camel.component.aws-ddb.secret-key | Amazon AWS Secret Key | 문자열 |
필수 DDB 구성 요소 옵션
Amazon의 DynamoDB에 액세스하려면 레지스트리 또는 accessKey 및 secretKey에 amazonDDBClient를 제공해야 합니다.