---
title: "CreateOrUpdateRuleGroupDto"
slug: "common-apidatatype-cicreateorupdaterulegroupdto"
tags: ["Classic"]
updated: 2026-04-23T08:55:27Z
published: 2026-04-23T09:02:14Z
canonical: "api.ncloud-docs.com/common-apidatatype-cicreateorupdaterulegroupdto"
---

> ## 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.

# CreateOrUpdateRuleGroupDto

<p class="platform-info type-classic-vpc">Classic/VPC 환경에서 이용 가능합니다.</p>

Event Rule을 생성하거나 수정합니다.

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

```Java
private String id;
private List<String> metricsGroupKey;
private List<String> monitorGroupKey;
private String prodKey;
private String groupName;
private String groupDesc;
private List<RecipientNotification> recipientNotifications;
private List<PersonalRecipientNotification> personalNotificationRecipients;
private List<AsgPolicy> asgPolicyList;
private Set<SuspendRuleItemDto> suspendRuleItems;
private Set<String> cfTriggers;
```

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

| 필드 | 타입 | 필수 여부 | 설명 |
|-----|--------|------------|------|
| `id` | String | Optional | Event Rule ID|
| `metricsGroupKey` | List<String> | Required | 감시 항목 그룹 ID<ul><li>1개 이상</li><li>여러 개 입력 가능</li></ul>|
| `monitorGroupKey` | List<String> | Required | 감시 대상 그룹 ID<ul><li>1개 이상</li><li>여러 개 입력 가능</li></ul>|
| `prodKey` | String | Required | 상품의 cw_key|
| `groupName` | String | Required | Event Rule 이름<ul><li>1~1000</li><li>업데이트 시 변경할 수 없으며 기존 값으로 입력 필요</li></ul>|
| `groupDesc` | String | Optional | Event Rule 설명<ul><li>300 이하</li></ul> |
| `recipientNotifications` | List\<[RecipientNotification](/docs/common-apidatatype-cirecipientnotification)\> | Optional | 통보 대상 그룹<ul><li>여러 개 입력 가능</li></ul>|
| `personalNotificationRecipients` | List\<[PersonalRecipientNotification](/docs/common-apidatatype-cipersonalrecipientnotification)\> | Optional | 통보 대상자<ul><li>여러 개 입력 가능</li></ul> |
| `asgPolicyList` | List\<[AsgPolicy](/docs/common-apidatatype-ciasgpolicy)\> | Optional | 오토 스케일링 그룹 정책<ul><li>여러 개 입력 가능</li></ul>|
| `suspendRuleItems` | Set\<[SuspendRuleItemDto](/docs/common-apidatatype-cisuspendruleitemdto)\> | Optional | Event Rule 중 비활성화할 목록 설정|
| `cfTriggers` | Set\<String\> | Optional | 추후 제공 예정| |
