---
title: "RemindOption"
slug: "common-vapidatatype-ciremindoption"
updated: 2026-06-25T09:06:40Z
published: 2026-06-25T09:06:40Z
canonical: "api.ncloud-docs.com/common-vapidatatype-ciremindoption"
---

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

# RemindOption

Classic/VPC 환경에서 이용 가능합니다.

이벤트 액션의 알림 설정 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String type;
private Integer reminderTime;
private Integer updateTime;
private Boolean enableNotiWhenEventClose;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `type` | String | - | 이벤트 액션 타입 - `ASG` \| `CLOUD_FUNCTION` \| `INTEGRATION_CHANNEL` - `ASG`: AsgGroup, ClassicAsgGroup - `CLOUD_FUNCTION`: Cloud Functions Trigger - `INTEGRATION_CHANNEL`: Channel |
| `reminderTime` | Integer | - | 리마인드 알림 주기 (분) |
| `updateTime` | Integer | - | 업데이트 시간 (밀리초) |
| `enableNotiWhenEventClose` | Boolean | - | 이벤트 종료 시 알림 활성화 여부 - `true` \| `false` - `true`: 활성화 - `false`: 비활성화 - Cloud Functions Trigger만 설정 가능 - AsgGroup, ClassicAsgGroup, Channel은 설정 여부와 관계없이 이벤트 종료 시 알림 발생 |
