---
title: "Cloud DB for MySQL"
slug: "common-vapidatatype-dataflowetljobnode-targetclouddbformysql"
tags: ["Cloud DB for MySQL", "Data Flow", "ETL Job Node", "VPC"]
updated: 2026-04-23T08:54:53Z
published: 2026-04-23T09:01:57Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud DB for MySQL

Cloud DB for MySQL 타입의 타깃(target) 노드 정보입니다.

::: (Info) (참고)
Data Flow ETL 작업의 노드 소스(source), 변환(transform), 타깃(target) 타입에 대한 공통 구문 및 필드 정보는 [ETLJobNode 공통](/docs/common-vapidatatype-dataflowetljobnode)을 참조해 주십시오.
:::

### 구문 <a name="구문"></a>
구문은 다음과 같습니다.

```java
private String connectionId;
private String table;
private List<Field> fieldList;
private UpdateMode updateType;
```

### 필드 <a name="필드"></a>
필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| :---- | :---- | :---- | :---- |
| `connectionId` | String | Required | 커넥션 아이디 |
| `table` | String | Required | 테이블 이름 |
| `fieldList` | List<Field> | Required | 필드 목록 |
| `updateType` | String | Optional | 업데이트 옵션<ul><li>`OVERWRITE` \| `APPEND` \| `IGNORE`</li></ul> |
