

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 통합 리소스
<a name="resources"></a>

AWS 는 사용자 지정 통합을 생성하는 데 도움이 되는 다음 리소스를 제공합니다.

**Topics**
+ [필드 정의](#custom-field-definitions)
+ [표준 값](#standard-values)
+ [샘플 인바운드 파일](#sample-inbound-files)
+ [샘플 아웃바운드 파일](#sample-outbound-files)
+ [처리된 결과 샘플](#sample-processed-results)
+ [샘플 테스트 사례](#sample-test-cases)
+ [샘플 코드 조각](#sample-code-snippets)

## 필드 정의
<a name="custom-field-definitions"></a>

다음 섹션의 링크에는 데이터 유형, 사용량, 적용되는 제약 조건 또는 형식 지정 규칙을 설명하는 모든 필드가 나열됩니다. 파트너 및가 데이터를 AWS 교환할 때 올바른 형식이 지정되고 이해되도록 하는 참조 역할을 합니다.

다음 링크를 클릭하면 GitHub로 이동합니다.
+ [Opportunity](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity-Fields.csv)
+ [리드](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Leads-Fields.csv)

## 표준 값
<a name="standard-values"></a>

이 목록에는 다양한 필드의 표준 값과 열거형이 요약되어 있습니다. 이를 통해 교환되는 데이터의 일관성을 유지하고 양 당사자가 사용된 값을 공통으로 이해할 수 있습니다.

다음 링크를 클릭하면 GitHub로 이동합니다.
+ [Opportunity](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity_-_StandardValues.csv)
+ [리드](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead_-_StandardValues.csv)

## 샘플 인바운드 파일
<a name="sample-inbound-files"></a>

다음 샘플 파일은 파트너가 보낸 파일의 JSON 페이로드 구조를 보여줍니다 AWS.

다음 링크를 클릭하면 GitHub로 이동합니다.
+ [Opportunity](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity-Create-Inbound-Sample.json)
+ [리드](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead-Update-Inbound-Sample.json)

## 샘플 아웃바운드 파일
<a name="sample-outbound-files"></a>

다음 샘플 파일은에서 파트너로 전송된 파일의 JSON AWS 페이로드 구조를 보여줍니다.

다음 링크를 클릭하면 GitHub로 이동합니다.
+ [Opportunity](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity-Outbound-Sample.json)
+ [리드](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead-Outbound-Sample.json)

## 처리된 결과 샘플
<a name="sample-processed-results"></a>

다음 파일은가 파트너가 보낸 페이로드를 AWS 처리한 후의 일반적인 결과를 보여줍니다.

다음 링크를 클릭하면 GitHub로 이동합니다.
+ [Opportunity](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity-Results-Success-Sample.json)
+ [리드](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead-Results-Success-Sample.json)

## 샘플 테스트 사례
<a name="sample-test-cases"></a>

다음 링크를 클릭하면 GitHub로 이동합니다.
+ [Opportunity](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/opportunity-samples/Opportunity%20-%20Testing%20Scenarios.xlsx)
+ [리드](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/lead-samples/Lead%20-%20Testing%20Scenarios.xlsx)

## 샘플 코드 조각
<a name="sample-code-snippets"></a>

다음 링크를 클릭하면 GitHub로 이동합니다.
+ [ace\$1read\$1s3.py](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/ace_read_s3.py)
+ [Apex\$1Sample\$1REST\$1API\$1Code.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/Apex_Sample_REST_API_Code.cls)
+ [S3\$1Authentication.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/S3_Authentication.cls)
+ [Sample\$1AceOutboundBatch.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/Sample_AceOutboundBatch.cls)
+ [SFDC apex s3 sample.txt](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/SFDC_apex_s3_sample.txt)
+ [Apex\$1get\$1files\$1from\$1s3\$1ace\$1partner\$1test.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/Apex_get_files_from_s3_ace_partner_test.cls)
+ [s3\$1ace\$1partner\$1test.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/s3_ace_partner_test.cls)