/*
resource "datadog_downtime_schedule" "node_2_elasticsearch_downtime" {
  monitor_identifier {
    monitor_id = 43121518
  }
  scope                            = "nodeid:\"ggp8hnectu67shotrdzoyg\""
  display_timezone                 = "UTC"
  message                          = null
  mute_first_recovery_notification = false
  notify_end_types                 = ["expired"]
  notify_end_states                = ["no data", "warn", "alert"]
  one_time_schedule {
    start = "2022-01-17T05:45:02.936Z"
  }
}
*/