DirectRuleGroupCreateDto
- Print
- PDF
DirectRuleGroupCreateDto
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Create an event rule without creating monitoring target and item groups.
Syntax
The syntax is as follows.
private String prodKey;
private String groupName;
private String groupDesc;
private MonitorGrpDto monitorGroup;
private CreateOrUpdateMetricsGrpDto metricsGroup;
private List<RecipientNotification> recipientNotifications;
private List<AsgPolicy> asgPolicys;
private Set<String> cfTriggers;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
prodKey | String | Required | cw_key of the product |
groupName | String | Required | Event rule name
|
groupDesc | String | Optional | Event rule description
|
monitorGroup | MonitorGrpDto | Required | Sets monitored target |
metricsGroup | CreateOrUpdateMetricsGrpDto | Required | Sets monitored item |
recipientNotifications | List<RecipientNotification> | Optional | Notification recipient group
|
asgPolicys | List<AsgPolicy> | Optional | Autoscaling group policy
|
cfTriggers | Set<String> | Optional | To be provided in the future |
Was this article helpful?