CreateOrUpdateRuleGroupDto

Prev Next

Classic/VPC環境で利用できます。

Event Ruleを作成したり、変更したりします。

構文

構文は次の通りです。

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;

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
id String Optional Event Rule ID
metricsGroupKey List Required 監視項目グループ ID
  • 1個以上
  • 複数入力可能
monitorGroupKey List Required 監視対象グループ ID
  • 1個以上
  • 複数入力可能
prodKey String Required 商品の cw_key
groupName String Required Event Rule名
  • 1~1000
  • 更新時に変更不可で、既存の値を入力しなければならない
groupDesc String Optional Event Ruleの説明
  • 300以下
recipientNotifications List<RecipientNotification> Optional 通知対象グループ
  • 複数個入力可能
personalNotificationRecipients List<PersonalRecipientNotification> Optional 通知対象者
  • 複数個入力可能
asgPolicyList List<AsgPolicy> Optional オートスケールグループポリシー
  • 複数個入力可能
suspendRuleItems Set<SuspendRuleItemDto> Optional Event Ruleのうち、無効化するリストを設定
cfTriggers Set<String> Optional 今後提供予定