

# Docusign Monitor 엔터티에서 읽기
<a name="docusign-monitor-reading-from-entities"></a>

**사전 조건**

읽으려는 Docusign Monitor 객체.

**소스에 대해 지원되는 엔터티**:


| 개체 | 필터링 가능 | 제한 지원 | 정렬 기준 지원 | Select \$1 지원 | 분할 지원 | 
| --- | --- | --- | --- | --- | --- | 
| 데이터 모니터링 | 예 | 예 | 아니요 | 예 | 아니요 | 

**예시:**

```
docusignmonitor_read = glueContext.create_dynamic_frame.from_options(
    connection_type="docusign_monitor",
    connection_options={
        "connectionName": "connectionName",
        "ENTITY_NAME": "monitoring-data",
        "API_VERSION": "v2.0"
    }
```

## Docusign Monitor 엔터티 및 필드 세부 정보
<a name="docusign-monitor-reading-from-entities-field-details"></a>

정적 메타데이터를 포함하는 엔터티:

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/glue/latest/dg/docusign-monitor-reading-from-entities.html)

**분할 쿼리**

Docusign Monitor는 필드 기반 또는 레코드 기반 분할을 지원하지 않습니다.