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

Prev Next

Available in Classic and VPC

This is information about notification settings for event actions.

Syntax

The syntax is as follows:

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

Field

The following describes the fields:

Field Type Required Description
type String - Event action type
  • ASG | CLOUD_FUNCTION | INTEGRATION_CHANNEL
    • ASG: AsgGroup, ClassicAsgGroup
    • CLOUD_FUNCTION: Cloud Functions Trigger
    • INTEGRATION_CHANNEL: Channel
reminderTime Integer - Reminder notification interval (minute)
updateTime Integer - Update time (millisecond)
enableNotiWhenEventClose Boolean - Whether to enable notifications when an event ends
  • true | false
    • true: Enabled
    • false: Disabled
  • Can only be set for Cloud Functions triggers.
  • For AsgGroup, ClassicAsgGroup, and Channel, notifications are triggered when an event ends regardless of this setting.