Notification Rule Args
constructor(createdBy: Output<String>? = null, detailType: Output<NotificationRuleDetailType>? = null, eventTypeId: Output<String>? = null, eventTypeIds: Output<List<String>>? = null, name: Output<String>? = null, resource: Output<String>? = null, status: Output<NotificationRuleStatus>? = null, tags: Output<Map<String, String>>? = null, targetAddress: Output<String>? = null, targets: Output<List<NotificationRuleTargetArgs>>? = null)