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

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は設定の有無にかかわらず、イベント終了時に通知が発生