pulumi-newrelic 5.23.0a1713561620__py3-none-any.whl → 5.23.0a1713984329__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. pulumi_newrelic/_inputs.py +183 -270
  2. pulumi_newrelic/account_management.py +14 -18
  3. pulumi_newrelic/alert_channel.py +28 -56
  4. pulumi_newrelic/alert_condition.py +84 -133
  5. pulumi_newrelic/alert_muting_rule.py +21 -25
  6. pulumi_newrelic/alert_policy.py +42 -33
  7. pulumi_newrelic/alert_policy_channel.py +0 -4
  8. pulumi_newrelic/cloud/_inputs.py +322 -1072
  9. pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -4
  10. pulumi_newrelic/cloud/aws_integrations.py +7 -11
  11. pulumi_newrelic/cloud/aws_link_account.py +0 -4
  12. pulumi_newrelic/cloud/azure_integrations.py +0 -4
  13. pulumi_newrelic/cloud/azure_link_account.py +0 -4
  14. pulumi_newrelic/cloud/gcp_integrations.py +0 -4
  15. pulumi_newrelic/cloud/gcp_link_account.py +0 -4
  16. pulumi_newrelic/cloud/outputs.py +322 -1072
  17. pulumi_newrelic/data_partition_rule.py +0 -4
  18. pulumi_newrelic/entity_tags.py +7 -11
  19. pulumi_newrelic/events_to_metrics_rule.py +0 -4
  20. pulumi_newrelic/get_account.py +0 -4
  21. pulumi_newrelic/get_application.py +0 -4
  22. pulumi_newrelic/get_authentication_domain.py +0 -4
  23. pulumi_newrelic/get_cloud_account.py +0 -4
  24. pulumi_newrelic/get_entity.py +0 -16
  25. pulumi_newrelic/get_group.py +0 -8
  26. pulumi_newrelic/get_key_transaction.py +0 -4
  27. pulumi_newrelic/get_notification_destination.py +20 -1
  28. pulumi_newrelic/get_obfuscation_expression.py +0 -4
  29. pulumi_newrelic/get_service_level_alert_helper.py +0 -30
  30. pulumi_newrelic/get_test_grok_pattern.py +0 -4
  31. pulumi_newrelic/get_user.py +0 -4
  32. pulumi_newrelic/group.py +0 -12
  33. pulumi_newrelic/infra_alert_condition.py +126 -113
  34. pulumi_newrelic/insights/event.py +0 -17
  35. pulumi_newrelic/log_parsing_rule.py +0 -8
  36. pulumi_newrelic/monitor_downtime.py +70 -101
  37. pulumi_newrelic/notification_channel.py +0 -44
  38. pulumi_newrelic/notification_destination.py +95 -1
  39. pulumi_newrelic/nrql_alert_condition.py +0 -20
  40. pulumi_newrelic/nrql_drop_rule.py +28 -32
  41. pulumi_newrelic/obfuscation_expression.py +0 -4
  42. pulumi_newrelic/obfuscation_rule.py +0 -4
  43. pulumi_newrelic/one_dashboard.py +42 -48
  44. pulumi_newrelic/one_dashboard_raw.py +0 -4
  45. pulumi_newrelic/outputs.py +180 -270
  46. pulumi_newrelic/plugins/_inputs.py +16 -16
  47. pulumi_newrelic/plugins/application_settings.py +0 -4
  48. pulumi_newrelic/plugins/outputs.py +16 -16
  49. pulumi_newrelic/plugins/workload.py +28 -48
  50. pulumi_newrelic/service_level.py +0 -91
  51. pulumi_newrelic/synthetics/alert_condition.py +14 -50
  52. pulumi_newrelic/synthetics/broken_links_monitor.py +0 -8
  53. pulumi_newrelic/synthetics/cert_check_monitor.py +0 -8
  54. pulumi_newrelic/synthetics/get_private_location.py +0 -8
  55. pulumi_newrelic/synthetics/get_secure_credential.py +0 -12
  56. pulumi_newrelic/synthetics/monitor.py +0 -16
  57. pulumi_newrelic/synthetics/multi_location_alert_condition.py +49 -71
  58. pulumi_newrelic/synthetics/private_location.py +0 -4
  59. pulumi_newrelic/synthetics/script_monitor.py +4 -20
  60. pulumi_newrelic/synthetics/secure_credential.py +21 -18
  61. pulumi_newrelic/synthetics/step_monitor.py +4 -12
  62. pulumi_newrelic/user.py +0 -4
  63. pulumi_newrelic/workflow.py +0 -16
  64. {pulumi_newrelic-5.23.0a1713561620.dist-info → pulumi_newrelic-5.23.0a1713984329.dist-info}/METADATA +1 -1
  65. pulumi_newrelic-5.23.0a1713984329.dist-info/RECORD +89 -0
  66. pulumi_newrelic-5.23.0a1713561620.dist-info/RECORD +0 -89
  67. {pulumi_newrelic-5.23.0a1713561620.dist-info → pulumi_newrelic-5.23.0a1713984329.dist-info}/WHEEL +0 -0
  68. {pulumi_newrelic-5.23.0a1713561620.dist-info → pulumi_newrelic-5.23.0a1713984329.dist-info}/top_level.txt +0 -0
@@ -24,8 +24,10 @@ __all__ = [
24
24
  'MonitorDowntimeFrequencyDaysOfWeek',
25
25
  'NotificationChannelProperty',
26
26
  'NotificationDestinationAuthBasic',
27
+ 'NotificationDestinationAuthCustomHeader',
27
28
  'NotificationDestinationAuthToken',
28
29
  'NotificationDestinationProperty',
30
+ 'NotificationDestinationSecureUrl',
29
31
  'NrqlAlertConditionCritical',
30
32
  'NrqlAlertConditionNrql',
31
33
  'NrqlAlertConditionTerm',
@@ -168,6 +170,7 @@ __all__ = [
168
170
  'GetAlertChannelConfigResult',
169
171
  'GetEntityTagResult',
170
172
  'GetNotificationDestinationPropertyResult',
173
+ 'GetNotificationDestinationSecureUrlResult',
171
174
  'GetTestGrokPatternTestGrokResult',
172
175
  'GetTestGrokPatternTestGrokAttributeResult',
173
176
  ]
@@ -237,25 +240,25 @@ class AlertChannelConfig(dict):
237
240
  user_id: Optional[str] = None):
238
241
  """
239
242
  :param str api_key: The API key for integrating with OpsGenie.
240
- :param str auth_password: Specifies an authentication password for use with a channel. Supported by the `webhook` channel type.
241
- :param str auth_type: Specifies an authentication method for use with a channel. Supported by the `webhook` channel type. Only HTTP basic authentication is currently supported via the value `BASIC`.
242
- :param str auth_username: Specifies an authentication username for use with a channel. Supported by the `webhook` channel type.
243
+ :param str auth_password: Specifies an authentication password for use with a channel. Supported by the webhook channel type.
244
+ :param str auth_type: Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC.
245
+ :param str auth_username: Specifies an authentication username for use with a channel. Supported by the webhook channel type.
243
246
  :param str base_url: The base URL of the webhook destination.
244
247
  :param str channel: The Slack channel to send notifications to.
245
248
  :param Mapping[str, str] headers: A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload.
246
- :param str headers_string: Use instead of `headers` if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with `headers`.
247
- :param str include_json_attachment: `true` or `false`. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients.
249
+ :param str headers_string: Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers.
250
+ :param str include_json_attachment: true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients.
248
251
  :param str key: The key for integrating with VictorOps.
249
- :param Mapping[str, str] payload: A map of key/value pairs that represents the webhook payload. Must provide `payload_type` if setting this argument.
250
- :param str payload_string: Use instead of `payload` if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with `payload`.
251
- :param str payload_type: Can either be `application/json` or `application/x-www-form-urlencoded`. The `payload_type` argument is _required_ if `payload` is set.
252
- :param str recipients: A set of recipients for targeting notifications. Multiple values are comma separated.
253
- :param str region: The data center region to store your data. Valid values are `US` and `EU`. Default is `US`.
252
+ :param Mapping[str, str] payload: A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument.
253
+ :param str payload_string: Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload.
254
+ :param str payload_type: Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set.
255
+ :param str recipients: A set of recipients for targeting notifications. Multiple values are comma separated.
256
+ :param str region: The data center region to store your data. Valid values are US and EU. Default is US.
254
257
  :param str route_key: The route key for integrating with VictorOps.
255
258
  :param str service_key: Specifies the service key for integrating with Pagerduty.
256
259
  :param str tags: A set of tags for targeting notifications. Multiple values are comma separated.
257
260
  :param str teams: A set of teams for targeting notifications. Multiple values are comma separated.
258
- :param str url: [Slack Webhook URL](https://slack.com/intl/en-es/help/articles/115005265063-Incoming-webhooks-for-Slack).
261
+ :param str url: Your organization's Slack URL.
259
262
  :param str user_id: The user ID for use with the user channel type.
260
263
  """
261
264
  if api_key is not None:
@@ -313,7 +316,7 @@ class AlertChannelConfig(dict):
313
316
  @pulumi.getter(name="authPassword")
314
317
  def auth_password(self) -> Optional[str]:
315
318
  """
316
- Specifies an authentication password for use with a channel. Supported by the `webhook` channel type.
319
+ Specifies an authentication password for use with a channel. Supported by the webhook channel type.
317
320
  """
318
321
  return pulumi.get(self, "auth_password")
319
322
 
@@ -321,7 +324,7 @@ class AlertChannelConfig(dict):
321
324
  @pulumi.getter(name="authType")
322
325
  def auth_type(self) -> Optional[str]:
323
326
  """
324
- Specifies an authentication method for use with a channel. Supported by the `webhook` channel type. Only HTTP basic authentication is currently supported via the value `BASIC`.
327
+ Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC.
325
328
  """
326
329
  return pulumi.get(self, "auth_type")
327
330
 
@@ -329,7 +332,7 @@ class AlertChannelConfig(dict):
329
332
  @pulumi.getter(name="authUsername")
330
333
  def auth_username(self) -> Optional[str]:
331
334
  """
332
- Specifies an authentication username for use with a channel. Supported by the `webhook` channel type.
335
+ Specifies an authentication username for use with a channel. Supported by the webhook channel type.
333
336
  """
334
337
  return pulumi.get(self, "auth_username")
335
338
 
@@ -361,7 +364,7 @@ class AlertChannelConfig(dict):
361
364
  @pulumi.getter(name="headersString")
362
365
  def headers_string(self) -> Optional[str]:
363
366
  """
364
- Use instead of `headers` if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with `headers`.
367
+ Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers.
365
368
  """
366
369
  return pulumi.get(self, "headers_string")
367
370
 
@@ -369,7 +372,7 @@ class AlertChannelConfig(dict):
369
372
  @pulumi.getter(name="includeJsonAttachment")
370
373
  def include_json_attachment(self) -> Optional[str]:
371
374
  """
372
- `true` or `false`. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients.
375
+ true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients.
373
376
  """
374
377
  return pulumi.get(self, "include_json_attachment")
375
378
 
@@ -385,7 +388,7 @@ class AlertChannelConfig(dict):
385
388
  @pulumi.getter
386
389
  def payload(self) -> Optional[Mapping[str, str]]:
387
390
  """
388
- A map of key/value pairs that represents the webhook payload. Must provide `payload_type` if setting this argument.
391
+ A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument.
389
392
  """
390
393
  return pulumi.get(self, "payload")
391
394
 
@@ -393,7 +396,7 @@ class AlertChannelConfig(dict):
393
396
  @pulumi.getter(name="payloadString")
394
397
  def payload_string(self) -> Optional[str]:
395
398
  """
396
- Use instead of `payload` if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with `payload`.
399
+ Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload.
397
400
  """
398
401
  return pulumi.get(self, "payload_string")
399
402
 
@@ -401,7 +404,7 @@ class AlertChannelConfig(dict):
401
404
  @pulumi.getter(name="payloadType")
402
405
  def payload_type(self) -> Optional[str]:
403
406
  """
404
- Can either be `application/json` or `application/x-www-form-urlencoded`. The `payload_type` argument is _required_ if `payload` is set.
407
+ Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set.
405
408
  """
406
409
  return pulumi.get(self, "payload_type")
407
410
 
@@ -409,7 +412,7 @@ class AlertChannelConfig(dict):
409
412
  @pulumi.getter
410
413
  def recipients(self) -> Optional[str]:
411
414
  """
412
- A set of recipients for targeting notifications. Multiple values are comma separated.
415
+ A set of recipients for targeting notifications. Multiple values are comma separated.
413
416
  """
414
417
  return pulumi.get(self, "recipients")
415
418
 
@@ -417,7 +420,7 @@ class AlertChannelConfig(dict):
417
420
  @pulumi.getter
418
421
  def region(self) -> Optional[str]:
419
422
  """
420
- The data center region to store your data. Valid values are `US` and `EU`. Default is `US`.
423
+ The data center region to store your data. Valid values are US and EU. Default is US.
421
424
  """
422
425
  return pulumi.get(self, "region")
423
426
 
@@ -457,7 +460,7 @@ class AlertChannelConfig(dict):
457
460
  @pulumi.getter
458
461
  def url(self) -> Optional[str]:
459
462
  """
460
- [Slack Webhook URL](https://slack.com/intl/en-es/help/articles/115005265063-Incoming-webhooks-for-Slack).
463
+ Your organization's Slack URL.
461
464
  """
462
465
  return pulumi.get(self, "url")
463
466
 
@@ -557,8 +560,8 @@ class AlertMutingRuleCondition(dict):
557
560
  conditions: Sequence['outputs.AlertMutingRuleConditionCondition'],
558
561
  operator: str):
559
562
  """
560
- :param Sequence['AlertMutingRuleConditionConditionArgs'] conditions: The individual MutingRuleConditions within the group. See Nested conditions blocks below for details.
561
- :param str operator: The operator used to combine all the MutingRuleConditions within the group. Valid values are `AND`, `OR`.
563
+ :param Sequence['AlertMutingRuleConditionConditionArgs'] conditions: The individual MutingRuleConditions within the group.
564
+ :param str operator: The operator used to combine all the MutingRuleConditions within the group.
562
565
  """
563
566
  pulumi.set(__self__, "conditions", conditions)
564
567
  pulumi.set(__self__, "operator", operator)
@@ -567,7 +570,7 @@ class AlertMutingRuleCondition(dict):
567
570
  @pulumi.getter
568
571
  def conditions(self) -> Sequence['outputs.AlertMutingRuleConditionCondition']:
569
572
  """
570
- The individual MutingRuleConditions within the group. See Nested conditions blocks below for details.
573
+ The individual MutingRuleConditions within the group.
571
574
  """
572
575
  return pulumi.get(self, "conditions")
573
576
 
@@ -575,7 +578,7 @@ class AlertMutingRuleCondition(dict):
575
578
  @pulumi.getter
576
579
  def operator(self) -> str:
577
580
  """
578
- The operator used to combine all the MutingRuleConditions within the group. Valid values are `AND`, `OR`.
581
+ The operator used to combine all the MutingRuleConditions within the group.
579
582
  """
580
583
  return pulumi.get(self, "operator")
581
584
 
@@ -587,8 +590,8 @@ class AlertMutingRuleConditionCondition(dict):
587
590
  operator: str,
588
591
  values: Sequence[str]):
589
592
  """
590
- :param str attribute: The attribute on an incident. Valid values are `accountId`, `conditionId`, `conditionName`, `conditionRunbookUrl`, `conditionType`, `entity.guid`, `nrqlEventType`, `nrqlQuery`, `policyId`, `policyName`, `product`, `tags.<NAME>`, `targetId`, `targetName`
591
- :param str operator: The operator used to combine all the MutingRuleConditions within the group. Valid values are `AND`, `OR`.
593
+ :param str attribute: The attribute on an incident.
594
+ :param str operator: The operator used to compare the attribute's value with the supplied value(s).
592
595
  :param Sequence[str] values: The value(s) to compare against the attribute's value.
593
596
  """
594
597
  pulumi.set(__self__, "attribute", attribute)
@@ -599,7 +602,7 @@ class AlertMutingRuleConditionCondition(dict):
599
602
  @pulumi.getter
600
603
  def attribute(self) -> str:
601
604
  """
602
- The attribute on an incident. Valid values are `accountId`, `conditionId`, `conditionName`, `conditionRunbookUrl`, `conditionType`, `entity.guid`, `nrqlEventType`, `nrqlQuery`, `policyId`, `policyName`, `product`, `tags.<NAME>`, `targetId`, `targetName`
605
+ The attribute on an incident.
603
606
  """
604
607
  return pulumi.get(self, "attribute")
605
608
 
@@ -607,7 +610,7 @@ class AlertMutingRuleConditionCondition(dict):
607
610
  @pulumi.getter
608
611
  def operator(self) -> str:
609
612
  """
610
- The operator used to combine all the MutingRuleConditions within the group. Valid values are `AND`, `OR`.
613
+ The operator used to compare the attribute's value with the supplied value(s).
611
614
  """
612
615
  return pulumi.get(self, "operator")
613
616
 
@@ -881,10 +884,8 @@ class MonitorDowntimeEndRepeat(dict):
881
884
  on_date: Optional[str] = None,
882
885
  on_repeat: Optional[int] = None):
883
886
  """
884
- :param str on_date: The date on which the monitor downtime's repeat cycle would need to come to an end, a string in `DDDD-MM-YY` format.
885
- :param int on_repeat: An integer that specifies the number of occurrences, after which the monitor downtime's repeat cycle would need to come to an end.
886
-
887
- > **NOTE:** `end_repeat` **can only be used with the modes** `DAILY`, `MONTHLY` and `WEEKLY` and **is an optional argument** when monitor downtimes of these modes are created. Additionally, **either** `on_date` or `on_repeat` **are required to be specified with** `end_repeat`, but not both, as `on_date` and `on_repeat` are mutually exclusive.
887
+ :param str on_date: A date, on which the Monitor Downtime's repeat cycle is expected to end.
888
+ :param int on_repeat: Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end.
888
889
  """
889
890
  if on_date is not None:
890
891
  pulumi.set(__self__, "on_date", on_date)
@@ -895,7 +896,7 @@ class MonitorDowntimeEndRepeat(dict):
895
896
  @pulumi.getter(name="onDate")
896
897
  def on_date(self) -> Optional[str]:
897
898
  """
898
- The date on which the monitor downtime's repeat cycle would need to come to an end, a string in `DDDD-MM-YY` format.
899
+ A date, on which the Monitor Downtime's repeat cycle is expected to end.
899
900
  """
900
901
  return pulumi.get(self, "on_date")
901
902
 
@@ -903,9 +904,7 @@ class MonitorDowntimeEndRepeat(dict):
903
904
  @pulumi.getter(name="onRepeat")
904
905
  def on_repeat(self) -> Optional[int]:
905
906
  """
906
- An integer that specifies the number of occurrences, after which the monitor downtime's repeat cycle would need to come to an end.
907
-
908
- > **NOTE:** `end_repeat` **can only be used with the modes** `DAILY`, `MONTHLY` and `WEEKLY` and **is an optional argument** when monitor downtimes of these modes are created. Additionally, **either** `on_date` or `on_repeat` **are required to be specified with** `end_repeat`, but not both, as `on_date` and `on_repeat` are mutually exclusive.
907
+ Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end.
909
908
  """
910
909
  return pulumi.get(self, "on_repeat")
911
910
 
@@ -935,8 +934,8 @@ class MonitorDowntimeFrequency(dict):
935
934
  days_of_months: Optional[Sequence[int]] = None,
936
935
  days_of_week: Optional['outputs.MonitorDowntimeFrequencyDaysOfWeek'] = None):
937
936
  """
938
- :param Sequence[int] days_of_months: A list of integers, specifying the days of a month on which the monthly monitor downtime would function, e.g. [3, 6, 14, 23].
939
- :param 'MonitorDowntimeFrequencyDaysOfWeekArgs' days_of_week: An argument that specifies a day of a week and its occurrence in a month, on which the monthly monitor downtime would function. This argument, further, comprises the following nested arguments -
937
+ :param Sequence[int] days_of_months: A numerical list of days of a month on which the Monitor Downtime is scheduled to run.
938
+ :param 'MonitorDowntimeFrequencyDaysOfWeekArgs' days_of_week: A list of days of the week on which the Monitor Downtime is scheduled to run.
940
939
  """
941
940
  if days_of_months is not None:
942
941
  pulumi.set(__self__, "days_of_months", days_of_months)
@@ -947,7 +946,7 @@ class MonitorDowntimeFrequency(dict):
947
946
  @pulumi.getter(name="daysOfMonths")
948
947
  def days_of_months(self) -> Optional[Sequence[int]]:
949
948
  """
950
- A list of integers, specifying the days of a month on which the monthly monitor downtime would function, e.g. [3, 6, 14, 23].
949
+ A numerical list of days of a month on which the Monitor Downtime is scheduled to run.
951
950
  """
952
951
  return pulumi.get(self, "days_of_months")
953
952
 
@@ -955,7 +954,7 @@ class MonitorDowntimeFrequency(dict):
955
954
  @pulumi.getter(name="daysOfWeek")
956
955
  def days_of_week(self) -> Optional['outputs.MonitorDowntimeFrequencyDaysOfWeek']:
957
956
  """
958
- An argument that specifies a day of a week and its occurrence in a month, on which the monthly monitor downtime would function. This argument, further, comprises the following nested arguments -
957
+ A list of days of the week on which the Monitor Downtime is scheduled to run.
959
958
  """
960
959
  return pulumi.get(self, "days_of_week")
961
960
 
@@ -985,10 +984,8 @@ class MonitorDowntimeFrequencyDaysOfWeek(dict):
985
984
  ordinal_day_of_month: str,
986
985
  week_day: str):
987
986
  """
988
- :param str ordinal_day_of_month: The occurrence of `week_day` in a month (one of `"FIRST"`, `"SECOND"`, `"THIRD"`, `"FOURTH"`, `"LAST"`).
989
-
990
- > **NOTE:** `frequency` **can only be used with the mode** `MONTHLY`, and **is a required argument** with monthly monitor downtimes (if the `mode` is `MONTHLY`). Additionally, **either** `days_of_month` or `days_of_week` **are required to be specified with** `frequency`, but not both, as `days_of_month` and `days_of_week` are mutually exclusive. If `days_of_week` is specified, values of **both** of its nested arguments, `week_day` and `ordinal_day_of_month` **would need to be specified** too.
991
- :param str week_day: A day of the week (one of `"SUNDAY"`, `"MONDAY"`, `"TUESDAY"`, `"WEDNESDAY"`, `"THURSDAY"`, `"FRIDAY"` or `"SATURDAY"`).
987
+ :param str ordinal_day_of_month: An occurrence of the day selected within the month.
988
+ :param str week_day: The day of the week on which the Monitor Downtime would run.
992
989
  """
993
990
  pulumi.set(__self__, "ordinal_day_of_month", ordinal_day_of_month)
994
991
  pulumi.set(__self__, "week_day", week_day)
@@ -997,9 +994,7 @@ class MonitorDowntimeFrequencyDaysOfWeek(dict):
997
994
  @pulumi.getter(name="ordinalDayOfMonth")
998
995
  def ordinal_day_of_month(self) -> str:
999
996
  """
1000
- The occurrence of `week_day` in a month (one of `"FIRST"`, `"SECOND"`, `"THIRD"`, `"FOURTH"`, `"LAST"`).
1001
-
1002
- > **NOTE:** `frequency` **can only be used with the mode** `MONTHLY`, and **is a required argument** with monthly monitor downtimes (if the `mode` is `MONTHLY`). Additionally, **either** `days_of_month` or `days_of_week` **are required to be specified with** `frequency`, but not both, as `days_of_month` and `days_of_week` are mutually exclusive. If `days_of_week` is specified, values of **both** of its nested arguments, `week_day` and `ordinal_day_of_month` **would need to be specified** too.
997
+ An occurrence of the day selected within the month.
1003
998
  """
1004
999
  return pulumi.get(self, "ordinal_day_of_month")
1005
1000
 
@@ -1007,7 +1002,7 @@ class MonitorDowntimeFrequencyDaysOfWeek(dict):
1007
1002
  @pulumi.getter(name="weekDay")
1008
1003
  def week_day(self) -> str:
1009
1004
  """
1010
- A day of the week (one of `"SUNDAY"`, `"MONDAY"`, `"TUESDAY"`, `"WEDNESDAY"`, `"THURSDAY"`, `"FRIDAY"` or `"SATURDAY"`).
1005
+ The day of the week on which the Monitor Downtime would run.
1011
1006
  """
1012
1007
  return pulumi.get(self, "week_day")
1013
1008
 
@@ -1037,12 +1032,10 @@ class NotificationChannelProperty(dict):
1037
1032
  display_value: Optional[str] = None,
1038
1033
  label: Optional[str] = None):
1039
1034
  """
1040
- :param str key: The notification property key.
1041
- :param str value: The notification property value.
1042
- :param str display_value: The notification property display value.
1043
-
1044
- Each notification channel type supports a specific set of arguments for the `property` block:
1045
- :param str label: The notification property label.
1035
+ :param str key: Notification property key.
1036
+ :param str value: Notification property value.
1037
+ :param str display_value: Notification property display key.
1038
+ :param str label: Notification property label.
1046
1039
  """
1047
1040
  pulumi.set(__self__, "key", key)
1048
1041
  pulumi.set(__self__, "value", value)
@@ -1055,7 +1048,7 @@ class NotificationChannelProperty(dict):
1055
1048
  @pulumi.getter
1056
1049
  def key(self) -> str:
1057
1050
  """
1058
- The notification property key.
1051
+ Notification property key.
1059
1052
  """
1060
1053
  return pulumi.get(self, "key")
1061
1054
 
@@ -1063,7 +1056,7 @@ class NotificationChannelProperty(dict):
1063
1056
  @pulumi.getter
1064
1057
  def value(self) -> str:
1065
1058
  """
1066
- The notification property value.
1059
+ Notification property value.
1067
1060
  """
1068
1061
  return pulumi.get(self, "value")
1069
1062
 
@@ -1071,9 +1064,7 @@ class NotificationChannelProperty(dict):
1071
1064
  @pulumi.getter(name="displayValue")
1072
1065
  def display_value(self) -> Optional[str]:
1073
1066
  """
1074
- The notification property display value.
1075
-
1076
- Each notification channel type supports a specific set of arguments for the `property` block:
1067
+ Notification property display key.
1077
1068
  """
1078
1069
  return pulumi.get(self, "display_value")
1079
1070
 
@@ -1081,7 +1072,7 @@ class NotificationChannelProperty(dict):
1081
1072
  @pulumi.getter
1082
1073
  def label(self) -> Optional[str]:
1083
1074
  """
1084
- The notification property label.
1075
+ Notification property label.
1085
1076
  """
1086
1077
  return pulumi.get(self, "label")
1087
1078
 
@@ -1091,38 +1082,44 @@ class NotificationDestinationAuthBasic(dict):
1091
1082
  def __init__(__self__, *,
1092
1083
  password: str,
1093
1084
  user: str):
1094
- """
1095
- :param str password: Specifies an authentication password for use with a destination.
1096
- :param str user: The username of the basic auth.
1097
- """
1098
1085
  pulumi.set(__self__, "password", password)
1099
1086
  pulumi.set(__self__, "user", user)
1100
1087
 
1101
1088
  @property
1102
1089
  @pulumi.getter
1103
1090
  def password(self) -> str:
1104
- """
1105
- Specifies an authentication password for use with a destination.
1106
- """
1107
1091
  return pulumi.get(self, "password")
1108
1092
 
1109
1093
  @property
1110
1094
  @pulumi.getter
1111
1095
  def user(self) -> str:
1112
- """
1113
- The username of the basic auth.
1114
- """
1115
1096
  return pulumi.get(self, "user")
1116
1097
 
1117
1098
 
1099
+ @pulumi.output_type
1100
+ class NotificationDestinationAuthCustomHeader(dict):
1101
+ def __init__(__self__, *,
1102
+ key: str,
1103
+ value: str):
1104
+ pulumi.set(__self__, "key", key)
1105
+ pulumi.set(__self__, "value", value)
1106
+
1107
+ @property
1108
+ @pulumi.getter
1109
+ def key(self) -> str:
1110
+ return pulumi.get(self, "key")
1111
+
1112
+ @property
1113
+ @pulumi.getter
1114
+ def value(self) -> str:
1115
+ return pulumi.get(self, "value")
1116
+
1117
+
1118
1118
  @pulumi.output_type
1119
1119
  class NotificationDestinationAuthToken(dict):
1120
1120
  def __init__(__self__, *,
1121
1121
  token: str,
1122
1122
  prefix: Optional[str] = None):
1123
- """
1124
- :param str prefix: The prefix of the token auth.
1125
- """
1126
1123
  pulumi.set(__self__, "token", token)
1127
1124
  if prefix is not None:
1128
1125
  pulumi.set(__self__, "prefix", prefix)
@@ -1135,9 +1132,6 @@ class NotificationDestinationAuthToken(dict):
1135
1132
  @property
1136
1133
  @pulumi.getter
1137
1134
  def prefix(self) -> Optional[str]:
1138
- """
1139
- The prefix of the token auth.
1140
- """
1141
1135
  return pulumi.get(self, "prefix")
1142
1136
 
1143
1137
 
@@ -1166,12 +1160,10 @@ class NotificationDestinationProperty(dict):
1166
1160
  display_value: Optional[str] = None,
1167
1161
  label: Optional[str] = None):
1168
1162
  """
1169
- :param str key: The notification property key.
1170
- :param str value: The notification property value.
1171
- :param str display_value: The notification property display value.
1172
-
1173
- Each notification destination type supports a specific set of arguments for the `property` block. See Additional Examples below for details:
1174
- :param str label: The notification property label.
1163
+ :param str key: Notification property key.
1164
+ :param str value: Notification property value.
1165
+ :param str display_value: Notification property display key.
1166
+ :param str label: Notification property label.
1175
1167
  """
1176
1168
  pulumi.set(__self__, "key", key)
1177
1169
  pulumi.set(__self__, "value", value)
@@ -1184,7 +1176,7 @@ class NotificationDestinationProperty(dict):
1184
1176
  @pulumi.getter
1185
1177
  def key(self) -> str:
1186
1178
  """
1187
- The notification property key.
1179
+ Notification property key.
1188
1180
  """
1189
1181
  return pulumi.get(self, "key")
1190
1182
 
@@ -1192,7 +1184,7 @@ class NotificationDestinationProperty(dict):
1192
1184
  @pulumi.getter
1193
1185
  def value(self) -> str:
1194
1186
  """
1195
- The notification property value.
1187
+ Notification property value.
1196
1188
  """
1197
1189
  return pulumi.get(self, "value")
1198
1190
 
@@ -1200,9 +1192,7 @@ class NotificationDestinationProperty(dict):
1200
1192
  @pulumi.getter(name="displayValue")
1201
1193
  def display_value(self) -> Optional[str]:
1202
1194
  """
1203
- The notification property display value.
1204
-
1205
- Each notification destination type supports a specific set of arguments for the `property` block. See Additional Examples below for details:
1195
+ Notification property display key.
1206
1196
  """
1207
1197
  return pulumi.get(self, "display_value")
1208
1198
 
@@ -1210,11 +1200,47 @@ class NotificationDestinationProperty(dict):
1210
1200
  @pulumi.getter
1211
1201
  def label(self) -> Optional[str]:
1212
1202
  """
1213
- The notification property label.
1203
+ Notification property label.
1214
1204
  """
1215
1205
  return pulumi.get(self, "label")
1216
1206
 
1217
1207
 
1208
+ @pulumi.output_type
1209
+ class NotificationDestinationSecureUrl(dict):
1210
+ @staticmethod
1211
+ def __key_warning(key: str):
1212
+ suggest = None
1213
+ if key == "secureSuffix":
1214
+ suggest = "secure_suffix"
1215
+
1216
+ if suggest:
1217
+ pulumi.log.warn(f"Key '{key}' not found in NotificationDestinationSecureUrl. Access the value via the '{suggest}' property getter instead.")
1218
+
1219
+ def __getitem__(self, key: str) -> Any:
1220
+ NotificationDestinationSecureUrl.__key_warning(key)
1221
+ return super().__getitem__(key)
1222
+
1223
+ def get(self, key: str, default = None) -> Any:
1224
+ NotificationDestinationSecureUrl.__key_warning(key)
1225
+ return super().get(key, default)
1226
+
1227
+ def __init__(__self__, *,
1228
+ prefix: str,
1229
+ secure_suffix: str):
1230
+ pulumi.set(__self__, "prefix", prefix)
1231
+ pulumi.set(__self__, "secure_suffix", secure_suffix)
1232
+
1233
+ @property
1234
+ @pulumi.getter
1235
+ def prefix(self) -> str:
1236
+ return pulumi.get(self, "prefix")
1237
+
1238
+ @property
1239
+ @pulumi.getter(name="secureSuffix")
1240
+ def secure_suffix(self) -> str:
1241
+ return pulumi.get(self, "secure_suffix")
1242
+
1243
+
1218
1244
  @pulumi.output_type
1219
1245
  class NrqlAlertConditionCritical(dict):
1220
1246
  @staticmethod
@@ -1726,8 +1752,8 @@ class OneDashboardPage(dict):
1726
1752
  widget_stacked_bars: Optional[Sequence['outputs.OneDashboardPageWidgetStackedBar']] = None,
1727
1753
  widget_tables: Optional[Sequence['outputs.OneDashboardPageWidgetTable']] = None):
1728
1754
  """
1729
- :param str name: The title of the dashboard.
1730
- :param str description: Brief text describing the dashboard.
1755
+ :param str name: (Required) The variable identifier.
1756
+ :param str description: (Optional) Brief text describing the page.
1731
1757
  :param str guid: The unique entity identifier of the dashboard page in New Relic.
1732
1758
  :param Sequence['OneDashboardPageWidgetAreaArgs'] widget_areas: An area widget.
1733
1759
  :param Sequence['OneDashboardPageWidgetBarArgs'] widget_bars: A bar widget.
@@ -1782,7 +1808,7 @@ class OneDashboardPage(dict):
1782
1808
  @pulumi.getter
1783
1809
  def name(self) -> str:
1784
1810
  """
1785
- The title of the dashboard.
1811
+ (Required) The variable identifier.
1786
1812
  """
1787
1813
  return pulumi.get(self, "name")
1788
1814
 
@@ -1790,7 +1816,7 @@ class OneDashboardPage(dict):
1790
1816
  @pulumi.getter
1791
1817
  def description(self) -> Optional[str]:
1792
1818
  """
1793
- Brief text describing the dashboard.
1819
+ (Optional) Brief text describing the page.
1794
1820
  """
1795
1821
  return pulumi.get(self, "description")
1796
1822
 
@@ -2243,7 +2269,7 @@ class OneDashboardPageWidgetAreaNrqlQuery(dict):
2243
2269
  account_id: Optional[int] = None):
2244
2270
  """
2245
2271
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
2246
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
2272
+ :param int account_id: The account id used for the NRQL query.
2247
2273
  """
2248
2274
  pulumi.set(__self__, "query", query)
2249
2275
  if account_id is not None:
@@ -2261,7 +2287,7 @@ class OneDashboardPageWidgetAreaNrqlQuery(dict):
2261
2287
  @pulumi.getter(name="accountId")
2262
2288
  def account_id(self) -> Optional[int]:
2263
2289
  """
2264
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
2290
+ The account id used for the NRQL query.
2265
2291
  """
2266
2292
  return pulumi.get(self, "account_id")
2267
2293
 
@@ -2818,7 +2844,7 @@ class OneDashboardPageWidgetBarNrqlQuery(dict):
2818
2844
  account_id: Optional[int] = None):
2819
2845
  """
2820
2846
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
2821
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
2847
+ :param int account_id: The account id used for the NRQL query.
2822
2848
  """
2823
2849
  pulumi.set(__self__, "query", query)
2824
2850
  if account_id is not None:
@@ -2836,7 +2862,7 @@ class OneDashboardPageWidgetBarNrqlQuery(dict):
2836
2862
  @pulumi.getter(name="accountId")
2837
2863
  def account_id(self) -> Optional[int]:
2838
2864
  """
2839
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
2865
+ The account id used for the NRQL query.
2840
2866
  """
2841
2867
  return pulumi.get(self, "account_id")
2842
2868
 
@@ -3389,7 +3415,7 @@ class OneDashboardPageWidgetBillboardNrqlQuery(dict):
3389
3415
  account_id: Optional[int] = None):
3390
3416
  """
3391
3417
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
3392
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
3418
+ :param int account_id: The account id used for the NRQL query.
3393
3419
  """
3394
3420
  pulumi.set(__self__, "query", query)
3395
3421
  if account_id is not None:
@@ -3407,7 +3433,7 @@ class OneDashboardPageWidgetBillboardNrqlQuery(dict):
3407
3433
  @pulumi.getter(name="accountId")
3408
3434
  def account_id(self) -> Optional[int]:
3409
3435
  """
3410
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
3436
+ The account id used for the NRQL query.
3411
3437
  """
3412
3438
  return pulumi.get(self, "account_id")
3413
3439
 
@@ -3947,7 +3973,7 @@ class OneDashboardPageWidgetBulletNrqlQuery(dict):
3947
3973
  account_id: Optional[int] = None):
3948
3974
  """
3949
3975
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
3950
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
3976
+ :param int account_id: The account id used for the NRQL query.
3951
3977
  """
3952
3978
  pulumi.set(__self__, "query", query)
3953
3979
  if account_id is not None:
@@ -3965,7 +3991,7 @@ class OneDashboardPageWidgetBulletNrqlQuery(dict):
3965
3991
  @pulumi.getter(name="accountId")
3966
3992
  def account_id(self) -> Optional[int]:
3967
3993
  """
3968
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
3994
+ The account id used for the NRQL query.
3969
3995
  """
3970
3996
  return pulumi.get(self, "account_id")
3971
3997
 
@@ -4494,7 +4520,7 @@ class OneDashboardPageWidgetFunnelNrqlQuery(dict):
4494
4520
  account_id: Optional[int] = None):
4495
4521
  """
4496
4522
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
4497
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
4523
+ :param int account_id: The account id used for the NRQL query.
4498
4524
  """
4499
4525
  pulumi.set(__self__, "query", query)
4500
4526
  if account_id is not None:
@@ -4512,7 +4538,7 @@ class OneDashboardPageWidgetFunnelNrqlQuery(dict):
4512
4538
  @pulumi.getter(name="accountId")
4513
4539
  def account_id(self) -> Optional[int]:
4514
4540
  """
4515
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
4541
+ The account id used for the NRQL query.
4516
4542
  """
4517
4543
  return pulumi.get(self, "account_id")
4518
4544
 
@@ -5069,7 +5095,7 @@ class OneDashboardPageWidgetHeatmapNrqlQuery(dict):
5069
5095
  account_id: Optional[int] = None):
5070
5096
  """
5071
5097
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
5072
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
5098
+ :param int account_id: The account id used for the NRQL query.
5073
5099
  """
5074
5100
  pulumi.set(__self__, "query", query)
5075
5101
  if account_id is not None:
@@ -5087,7 +5113,7 @@ class OneDashboardPageWidgetHeatmapNrqlQuery(dict):
5087
5113
  @pulumi.getter(name="accountId")
5088
5114
  def account_id(self) -> Optional[int]:
5089
5115
  """
5090
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
5116
+ The account id used for the NRQL query.
5091
5117
  """
5092
5118
  return pulumi.get(self, "account_id")
5093
5119
 
@@ -5616,7 +5642,7 @@ class OneDashboardPageWidgetHistogramNrqlQuery(dict):
5616
5642
  account_id: Optional[int] = None):
5617
5643
  """
5618
5644
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
5619
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
5645
+ :param int account_id: The account id used for the NRQL query.
5620
5646
  """
5621
5647
  pulumi.set(__self__, "query", query)
5622
5648
  if account_id is not None:
@@ -5634,7 +5660,7 @@ class OneDashboardPageWidgetHistogramNrqlQuery(dict):
5634
5660
  @pulumi.getter(name="accountId")
5635
5661
  def account_id(self) -> Optional[int]:
5636
5662
  """
5637
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
5663
+ The account id used for the NRQL query.
5638
5664
  """
5639
5665
  return pulumi.get(self, "account_id")
5640
5666
 
@@ -6163,7 +6189,7 @@ class OneDashboardPageWidgetJsonNrqlQuery(dict):
6163
6189
  account_id: Optional[int] = None):
6164
6190
  """
6165
6191
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
6166
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
6192
+ :param int account_id: The account id used for the NRQL query.
6167
6193
  """
6168
6194
  pulumi.set(__self__, "query", query)
6169
6195
  if account_id is not None:
@@ -6181,7 +6207,7 @@ class OneDashboardPageWidgetJsonNrqlQuery(dict):
6181
6207
  @pulumi.getter(name="accountId")
6182
6208
  def account_id(self) -> Optional[int]:
6183
6209
  """
6184
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
6210
+ The account id used for the NRQL query.
6185
6211
  """
6186
6212
  return pulumi.get(self, "account_id")
6187
6213
 
@@ -6724,7 +6750,7 @@ class OneDashboardPageWidgetLineNrqlQuery(dict):
6724
6750
  account_id: Optional[int] = None):
6725
6751
  """
6726
6752
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
6727
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
6753
+ :param int account_id: The account id used for the NRQL query.
6728
6754
  """
6729
6755
  pulumi.set(__self__, "query", query)
6730
6756
  if account_id is not None:
@@ -6742,7 +6768,7 @@ class OneDashboardPageWidgetLineNrqlQuery(dict):
6742
6768
  @pulumi.getter(name="accountId")
6743
6769
  def account_id(self) -> Optional[int]:
6744
6770
  """
6745
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
6771
+ The account id used for the NRQL query.
6746
6772
  """
6747
6773
  return pulumi.get(self, "account_id")
6748
6774
 
@@ -7271,7 +7297,7 @@ class OneDashboardPageWidgetLogTableNrqlQuery(dict):
7271
7297
  account_id: Optional[int] = None):
7272
7298
  """
7273
7299
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
7274
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
7300
+ :param int account_id: The account id used for the NRQL query.
7275
7301
  """
7276
7302
  pulumi.set(__self__, "query", query)
7277
7303
  if account_id is not None:
@@ -7289,7 +7315,7 @@ class OneDashboardPageWidgetLogTableNrqlQuery(dict):
7289
7315
  @pulumi.getter(name="accountId")
7290
7316
  def account_id(self) -> Optional[int]:
7291
7317
  """
7292
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
7318
+ The account id used for the NRQL query.
7293
7319
  """
7294
7320
  return pulumi.get(self, "account_id")
7295
7321
 
@@ -8344,7 +8370,7 @@ class OneDashboardPageWidgetPyNrqlQuery(dict):
8344
8370
  account_id: Optional[int] = None):
8345
8371
  """
8346
8372
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
8347
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
8373
+ :param int account_id: The account id used for the NRQL query.
8348
8374
  """
8349
8375
  pulumi.set(__self__, "query", query)
8350
8376
  if account_id is not None:
@@ -8362,7 +8388,7 @@ class OneDashboardPageWidgetPyNrqlQuery(dict):
8362
8388
  @pulumi.getter(name="accountId")
8363
8389
  def account_id(self) -> Optional[int]:
8364
8390
  """
8365
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
8391
+ The account id used for the NRQL query.
8366
8392
  """
8367
8393
  return pulumi.get(self, "account_id")
8368
8394
 
@@ -8891,7 +8917,7 @@ class OneDashboardPageWidgetStackedBarNrqlQuery(dict):
8891
8917
  account_id: Optional[int] = None):
8892
8918
  """
8893
8919
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
8894
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
8920
+ :param int account_id: The account id used for the NRQL query.
8895
8921
  """
8896
8922
  pulumi.set(__self__, "query", query)
8897
8923
  if account_id is not None:
@@ -8909,7 +8935,7 @@ class OneDashboardPageWidgetStackedBarNrqlQuery(dict):
8909
8935
  @pulumi.getter(name="accountId")
8910
8936
  def account_id(self) -> Optional[int]:
8911
8937
  """
8912
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
8938
+ The account id used for the NRQL query.
8913
8939
  """
8914
8940
  return pulumi.get(self, "account_id")
8915
8941
 
@@ -9466,7 +9492,7 @@ class OneDashboardPageWidgetTableNrqlQuery(dict):
9466
9492
  account_id: Optional[int] = None):
9467
9493
  """
9468
9494
  :param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
9469
- :param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
9495
+ :param int account_id: The account id used for the NRQL query.
9470
9496
  """
9471
9497
  pulumi.set(__self__, "query", query)
9472
9498
  if account_id is not None:
@@ -9484,7 +9510,7 @@ class OneDashboardPageWidgetTableNrqlQuery(dict):
9484
9510
  @pulumi.getter(name="accountId")
9485
9511
  def account_id(self) -> Optional[int]:
9486
9512
  """
9487
- Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
9513
+ The account id used for the NRQL query.
9488
9514
  """
9489
9515
  return pulumi.get(self, "account_id")
9490
9516
 
@@ -9904,7 +9930,7 @@ class OneDashboardVariable(dict):
9904
9930
  nrql_query: Optional['outputs.OneDashboardVariableNrqlQuery'] = None,
9905
9931
  options: Optional[Sequence['outputs.OneDashboardVariableOption']] = None):
9906
9932
  """
9907
- :param str name: The title of the dashboard.
9933
+ :param str name: (Required) The variable identifier.
9908
9934
  :param str replacement_strategy: (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of `default`, `identifier`, `number` or `string`.
9909
9935
  :param str title: (Optional) A human-friendly display string for this value.
9910
9936
  :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
@@ -9933,7 +9959,7 @@ class OneDashboardVariable(dict):
9933
9959
  @pulumi.getter
9934
9960
  def name(self) -> str:
9935
9961
  """
9936
- The title of the dashboard.
9962
+ (Required) The variable identifier.
9937
9963
  """
9938
9964
  return pulumi.get(self, "name")
9939
9965
 
@@ -10145,13 +10171,6 @@ class ServiceLevelEvents(dict):
10145
10171
  valid_events: 'outputs.ServiceLevelEventsValidEvents',
10146
10172
  bad_events: Optional['outputs.ServiceLevelEventsBadEvents'] = None,
10147
10173
  good_events: Optional['outputs.ServiceLevelEventsGoodEvents'] = None):
10148
- """
10149
- :param int account_id: The ID of the account where the entity (e.g, APM Service, Browser application, Workload, etc.) belongs to,
10150
- and that contains the NRDB data for the SLI/SLO calculations. Note that changing the account ID will force a new resource.
10151
- :param 'ServiceLevelEventsValidEventsArgs' valid_events: The definition of valid requests.
10152
- :param 'ServiceLevelEventsBadEventsArgs' bad_events: The definition of the bad responses. If you define an SLI from valid and bad events, you must leave the good events argument empty.
10153
- :param 'ServiceLevelEventsGoodEventsArgs' good_events: The definition of good responses. If you define an SLI from valid and good events, you must leave the bad events argument empty.
10154
- """
10155
10174
  pulumi.set(__self__, "account_id", account_id)
10156
10175
  pulumi.set(__self__, "valid_events", valid_events)
10157
10176
  if bad_events is not None:
@@ -10162,34 +10181,21 @@ class ServiceLevelEvents(dict):
10162
10181
  @property
10163
10182
  @pulumi.getter(name="accountId")
10164
10183
  def account_id(self) -> int:
10165
- """
10166
- The ID of the account where the entity (e.g, APM Service, Browser application, Workload, etc.) belongs to,
10167
- and that contains the NRDB data for the SLI/SLO calculations. Note that changing the account ID will force a new resource.
10168
- """
10169
10184
  return pulumi.get(self, "account_id")
10170
10185
 
10171
10186
  @property
10172
10187
  @pulumi.getter(name="validEvents")
10173
10188
  def valid_events(self) -> 'outputs.ServiceLevelEventsValidEvents':
10174
- """
10175
- The definition of valid requests.
10176
- """
10177
10189
  return pulumi.get(self, "valid_events")
10178
10190
 
10179
10191
  @property
10180
10192
  @pulumi.getter(name="badEvents")
10181
10193
  def bad_events(self) -> Optional['outputs.ServiceLevelEventsBadEvents']:
10182
- """
10183
- The definition of the bad responses. If you define an SLI from valid and bad events, you must leave the good events argument empty.
10184
- """
10185
10194
  return pulumi.get(self, "bad_events")
10186
10195
 
10187
10196
  @property
10188
10197
  @pulumi.getter(name="goodEvents")
10189
10198
  def good_events(self) -> Optional['outputs.ServiceLevelEventsGoodEvents']:
10190
- """
10191
- The definition of good responses. If you define an SLI from valid and good events, you must leave the bad events argument empty.
10192
- """
10193
10199
  return pulumi.get(self, "good_events")
10194
10200
 
10195
10201
 
@@ -10216,12 +10222,6 @@ class ServiceLevelEventsBadEvents(dict):
10216
10222
  from_: str,
10217
10223
  select: Optional['outputs.ServiceLevelEventsBadEventsSelect'] = None,
10218
10224
  where: Optional[str] = None):
10219
- """
10220
- :param str from_: The event type where NRDB data will be fetched from.
10221
- :param 'ServiceLevelEventsBadEventsSelectArgs' select: The NRQL SELECT clause to aggregate events.
10222
- :param str where: A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
10223
- a particular entity and returned an error).
10224
- """
10225
10225
  pulumi.set(__self__, "from_", from_)
10226
10226
  if select is not None:
10227
10227
  pulumi.set(__self__, "select", select)
@@ -10231,26 +10231,16 @@ class ServiceLevelEventsBadEvents(dict):
10231
10231
  @property
10232
10232
  @pulumi.getter(name="from")
10233
10233
  def from_(self) -> str:
10234
- """
10235
- The event type where NRDB data will be fetched from.
10236
- """
10237
10234
  return pulumi.get(self, "from_")
10238
10235
 
10239
10236
  @property
10240
10237
  @pulumi.getter
10241
10238
  def select(self) -> Optional['outputs.ServiceLevelEventsBadEventsSelect']:
10242
- """
10243
- The NRQL SELECT clause to aggregate events.
10244
- """
10245
10239
  return pulumi.get(self, "select")
10246
10240
 
10247
10241
  @property
10248
10242
  @pulumi.getter
10249
10243
  def where(self) -> Optional[str]:
10250
- """
10251
- A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
10252
- a particular entity and returned an error).
10253
- """
10254
10244
  return pulumi.get(self, "where")
10255
10245
 
10256
10246
 
@@ -10261,9 +10251,7 @@ class ServiceLevelEventsBadEventsSelect(dict):
10261
10251
  attribute: Optional[str] = None,
10262
10252
  threshold: Optional[float] = None):
10263
10253
  """
10264
- :param str function: The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
10265
- :param str attribute: The event attribute to use in the SELECT clause.
10266
- :param float threshold: Limit for values to be counter by `GET_CDF_COUNT` function.
10254
+ :param float threshold: The event threshold to use in the SELECT clause
10267
10255
  """
10268
10256
  pulumi.set(__self__, "function", function)
10269
10257
  if attribute is not None:
@@ -10274,24 +10262,18 @@ class ServiceLevelEventsBadEventsSelect(dict):
10274
10262
  @property
10275
10263
  @pulumi.getter
10276
10264
  def function(self) -> str:
10277
- """
10278
- The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
10279
- """
10280
10265
  return pulumi.get(self, "function")
10281
10266
 
10282
10267
  @property
10283
10268
  @pulumi.getter
10284
10269
  def attribute(self) -> Optional[str]:
10285
- """
10286
- The event attribute to use in the SELECT clause.
10287
- """
10288
10270
  return pulumi.get(self, "attribute")
10289
10271
 
10290
10272
  @property
10291
10273
  @pulumi.getter
10292
10274
  def threshold(self) -> Optional[float]:
10293
10275
  """
10294
- Limit for values to be counter by `GET_CDF_COUNT` function.
10276
+ The event threshold to use in the SELECT clause
10295
10277
  """
10296
10278
  return pulumi.get(self, "threshold")
10297
10279
 
@@ -10319,12 +10301,6 @@ class ServiceLevelEventsGoodEvents(dict):
10319
10301
  from_: str,
10320
10302
  select: Optional['outputs.ServiceLevelEventsGoodEventsSelect'] = None,
10321
10303
  where: Optional[str] = None):
10322
- """
10323
- :param str from_: The event type where NRDB data will be fetched from.
10324
- :param 'ServiceLevelEventsGoodEventsSelectArgs' select: The NRQL SELECT clause to aggregate events.
10325
- :param str where: A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
10326
- a particular entity and returned an error).
10327
- """
10328
10304
  pulumi.set(__self__, "from_", from_)
10329
10305
  if select is not None:
10330
10306
  pulumi.set(__self__, "select", select)
@@ -10334,26 +10310,16 @@ class ServiceLevelEventsGoodEvents(dict):
10334
10310
  @property
10335
10311
  @pulumi.getter(name="from")
10336
10312
  def from_(self) -> str:
10337
- """
10338
- The event type where NRDB data will be fetched from.
10339
- """
10340
10313
  return pulumi.get(self, "from_")
10341
10314
 
10342
10315
  @property
10343
10316
  @pulumi.getter
10344
10317
  def select(self) -> Optional['outputs.ServiceLevelEventsGoodEventsSelect']:
10345
- """
10346
- The NRQL SELECT clause to aggregate events.
10347
- """
10348
10318
  return pulumi.get(self, "select")
10349
10319
 
10350
10320
  @property
10351
10321
  @pulumi.getter
10352
10322
  def where(self) -> Optional[str]:
10353
- """
10354
- A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
10355
- a particular entity and returned an error).
10356
- """
10357
10323
  return pulumi.get(self, "where")
10358
10324
 
10359
10325
 
@@ -10364,9 +10330,7 @@ class ServiceLevelEventsGoodEventsSelect(dict):
10364
10330
  attribute: Optional[str] = None,
10365
10331
  threshold: Optional[float] = None):
10366
10332
  """
10367
- :param str function: The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
10368
- :param str attribute: The event attribute to use in the SELECT clause.
10369
- :param float threshold: Limit for values to be counter by `GET_CDF_COUNT` function.
10333
+ :param float threshold: The event threshold to use in the SELECT clause
10370
10334
  """
10371
10335
  pulumi.set(__self__, "function", function)
10372
10336
  if attribute is not None:
@@ -10377,24 +10341,18 @@ class ServiceLevelEventsGoodEventsSelect(dict):
10377
10341
  @property
10378
10342
  @pulumi.getter
10379
10343
  def function(self) -> str:
10380
- """
10381
- The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
10382
- """
10383
10344
  return pulumi.get(self, "function")
10384
10345
 
10385
10346
  @property
10386
10347
  @pulumi.getter
10387
10348
  def attribute(self) -> Optional[str]:
10388
- """
10389
- The event attribute to use in the SELECT clause.
10390
- """
10391
10349
  return pulumi.get(self, "attribute")
10392
10350
 
10393
10351
  @property
10394
10352
  @pulumi.getter
10395
10353
  def threshold(self) -> Optional[float]:
10396
10354
  """
10397
- Limit for values to be counter by `GET_CDF_COUNT` function.
10355
+ The event threshold to use in the SELECT clause
10398
10356
  """
10399
10357
  return pulumi.get(self, "threshold")
10400
10358
 
@@ -10422,12 +10380,6 @@ class ServiceLevelEventsValidEvents(dict):
10422
10380
  from_: str,
10423
10381
  select: Optional['outputs.ServiceLevelEventsValidEventsSelect'] = None,
10424
10382
  where: Optional[str] = None):
10425
- """
10426
- :param str from_: The event type where NRDB data will be fetched from.
10427
- :param 'ServiceLevelEventsValidEventsSelectArgs' select: The NRQL SELECT clause to aggregate events.
10428
- :param str where: A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
10429
- a particular entity and returned an error).
10430
- """
10431
10383
  pulumi.set(__self__, "from_", from_)
10432
10384
  if select is not None:
10433
10385
  pulumi.set(__self__, "select", select)
@@ -10437,26 +10389,16 @@ class ServiceLevelEventsValidEvents(dict):
10437
10389
  @property
10438
10390
  @pulumi.getter(name="from")
10439
10391
  def from_(self) -> str:
10440
- """
10441
- The event type where NRDB data will be fetched from.
10442
- """
10443
10392
  return pulumi.get(self, "from_")
10444
10393
 
10445
10394
  @property
10446
10395
  @pulumi.getter
10447
10396
  def select(self) -> Optional['outputs.ServiceLevelEventsValidEventsSelect']:
10448
- """
10449
- The NRQL SELECT clause to aggregate events.
10450
- """
10451
10397
  return pulumi.get(self, "select")
10452
10398
 
10453
10399
  @property
10454
10400
  @pulumi.getter
10455
10401
  def where(self) -> Optional[str]:
10456
- """
10457
- A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
10458
- a particular entity and returned an error).
10459
- """
10460
10402
  return pulumi.get(self, "where")
10461
10403
 
10462
10404
 
@@ -10467,9 +10409,7 @@ class ServiceLevelEventsValidEventsSelect(dict):
10467
10409
  attribute: Optional[str] = None,
10468
10410
  threshold: Optional[float] = None):
10469
10411
  """
10470
- :param str function: The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
10471
- :param str attribute: The event attribute to use in the SELECT clause.
10472
- :param float threshold: Limit for values to be counter by `GET_CDF_COUNT` function.
10412
+ :param float threshold: The event threshold to use in the SELECT clause
10473
10413
  """
10474
10414
  pulumi.set(__self__, "function", function)
10475
10415
  if attribute is not None:
@@ -10480,24 +10420,18 @@ class ServiceLevelEventsValidEventsSelect(dict):
10480
10420
  @property
10481
10421
  @pulumi.getter
10482
10422
  def function(self) -> str:
10483
- """
10484
- The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
10485
- """
10486
10423
  return pulumi.get(self, "function")
10487
10424
 
10488
10425
  @property
10489
10426
  @pulumi.getter
10490
10427
  def attribute(self) -> Optional[str]:
10491
- """
10492
- The event attribute to use in the SELECT clause.
10493
- """
10494
10428
  return pulumi.get(self, "attribute")
10495
10429
 
10496
10430
  @property
10497
10431
  @pulumi.getter
10498
10432
  def threshold(self) -> Optional[float]:
10499
10433
  """
10500
- Limit for values to be counter by `GET_CDF_COUNT` function.
10434
+ The event threshold to use in the SELECT clause
10501
10435
  """
10502
10436
  return pulumi.get(self, "threshold")
10503
10437
 
@@ -10526,12 +10460,6 @@ class ServiceLevelObjective(dict):
10526
10460
  time_window: 'outputs.ServiceLevelObjectiveTimeWindow',
10527
10461
  description: Optional[str] = None,
10528
10462
  name: Optional[str] = None):
10529
- """
10530
- :param float target: The target of the objective, valid values between `0` and `100`. Up to 5 decimals accepted.
10531
- :param 'ServiceLevelObjectiveTimeWindowArgs' time_window: Time window is the period of the objective.
10532
- :param str description: The description of the SLI.
10533
- :param str name: A short name for the SLI that will help anyone understand what it is about.
10534
- """
10535
10463
  pulumi.set(__self__, "target", target)
10536
10464
  pulumi.set(__self__, "time_window", time_window)
10537
10465
  if description is not None:
@@ -10542,33 +10470,21 @@ class ServiceLevelObjective(dict):
10542
10470
  @property
10543
10471
  @pulumi.getter
10544
10472
  def target(self) -> float:
10545
- """
10546
- The target of the objective, valid values between `0` and `100`. Up to 5 decimals accepted.
10547
- """
10548
10473
  return pulumi.get(self, "target")
10549
10474
 
10550
10475
  @property
10551
10476
  @pulumi.getter(name="timeWindow")
10552
10477
  def time_window(self) -> 'outputs.ServiceLevelObjectiveTimeWindow':
10553
- """
10554
- Time window is the period of the objective.
10555
- """
10556
10478
  return pulumi.get(self, "time_window")
10557
10479
 
10558
10480
  @property
10559
10481
  @pulumi.getter
10560
10482
  def description(self) -> Optional[str]:
10561
- """
10562
- The description of the SLI.
10563
- """
10564
10483
  return pulumi.get(self, "description")
10565
10484
 
10566
10485
  @property
10567
10486
  @pulumi.getter
10568
10487
  def name(self) -> Optional[str]:
10569
- """
10570
- A short name for the SLI that will help anyone understand what it is about.
10571
- """
10572
10488
  return pulumi.get(self, "name")
10573
10489
 
10574
10490
 
@@ -10576,17 +10492,11 @@ class ServiceLevelObjective(dict):
10576
10492
  class ServiceLevelObjectiveTimeWindow(dict):
10577
10493
  def __init__(__self__, *,
10578
10494
  rolling: 'outputs.ServiceLevelObjectiveTimeWindowRolling'):
10579
- """
10580
- :param 'ServiceLevelObjectiveTimeWindowRollingArgs' rolling: Rolling window.
10581
- """
10582
10495
  pulumi.set(__self__, "rolling", rolling)
10583
10496
 
10584
10497
  @property
10585
10498
  @pulumi.getter
10586
10499
  def rolling(self) -> 'outputs.ServiceLevelObjectiveTimeWindowRolling':
10587
- """
10588
- Rolling window.
10589
- """
10590
10500
  return pulumi.get(self, "rolling")
10591
10501
 
10592
10502
 
@@ -10595,27 +10505,17 @@ class ServiceLevelObjectiveTimeWindowRolling(dict):
10595
10505
  def __init__(__self__, *,
10596
10506
  count: int,
10597
10507
  unit: str):
10598
- """
10599
- :param int count: Valid values are `1`, `7` and `28`.
10600
- :param str unit: The only supported value is `DAY`.
10601
- """
10602
10508
  pulumi.set(__self__, "count", count)
10603
10509
  pulumi.set(__self__, "unit", unit)
10604
10510
 
10605
10511
  @property
10606
10512
  @pulumi.getter
10607
10513
  def count(self) -> int:
10608
- """
10609
- Valid values are `1`, `7` and `28`.
10610
- """
10611
10514
  return pulumi.get(self, "count")
10612
10515
 
10613
10516
  @property
10614
10517
  @pulumi.getter
10615
10518
  def unit(self) -> str:
10616
- """
10617
- The only supported value is `DAY`.
10618
- """
10619
10519
  return pulumi.get(self, "unit")
10620
10520
 
10621
10521
 
@@ -10646,11 +10546,10 @@ class WorkflowDestination(dict):
10646
10546
  notification_triggers: Optional[Sequence[str]] = None,
10647
10547
  type: Optional[str] = None):
10648
10548
  """
10649
- :param str channel_id: Id of a notification_channel to use for notifications. Please note that you have to use a
10650
- **notification** channel, not an `alert_channel`.
10549
+ :param str channel_id: (Required) Destination's channel id.
10651
10550
  :param str name: The name of the workflow.
10652
- :param Sequence[str] notification_triggers: Issue events to notify on. The value is a list of possible issue events. See Notification Triggers below for details.
10653
- :param str type: Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
10551
+ :param Sequence[str] notification_triggers: List of triggers to notify about in this destination configuration.
10552
+ :param str type: (Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, WEBHOOK, MOBILE_PUSH, SLACK, JIRA).
10654
10553
  """
10655
10554
  pulumi.set(__self__, "channel_id", channel_id)
10656
10555
  if name is not None:
@@ -10664,8 +10563,7 @@ class WorkflowDestination(dict):
10664
10563
  @pulumi.getter(name="channelId")
10665
10564
  def channel_id(self) -> str:
10666
10565
  """
10667
- Id of a notification_channel to use for notifications. Please note that you have to use a
10668
- **notification** channel, not an `alert_channel`.
10566
+ (Required) Destination's channel id.
10669
10567
  """
10670
10568
  return pulumi.get(self, "channel_id")
10671
10569
 
@@ -10681,7 +10579,7 @@ class WorkflowDestination(dict):
10681
10579
  @pulumi.getter(name="notificationTriggers")
10682
10580
  def notification_triggers(self) -> Optional[Sequence[str]]:
10683
10581
  """
10684
- Issue events to notify on. The value is a list of possible issue events. See Notification Triggers below for details.
10582
+ List of triggers to notify about in this destination configuration.
10685
10583
  """
10686
10584
  return pulumi.get(self, "notification_triggers")
10687
10585
 
@@ -10689,7 +10587,7 @@ class WorkflowDestination(dict):
10689
10587
  @pulumi.getter
10690
10588
  def type(self) -> Optional[str]:
10691
10589
  """
10692
- Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
10590
+ (Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, WEBHOOK, MOBILE_PUSH, SLACK, JIRA).
10693
10591
  """
10694
10592
  return pulumi.get(self, "type")
10695
10593
 
@@ -10699,7 +10597,7 @@ class WorkflowEnrichments(dict):
10699
10597
  def __init__(__self__, *,
10700
10598
  nrqls: Sequence['outputs.WorkflowEnrichmentsNrql']):
10701
10599
  """
10702
- :param Sequence['WorkflowEnrichmentsNrqlArgs'] nrqls: a wrapper block
10600
+ :param Sequence['WorkflowEnrichmentsNrqlArgs'] nrqls: (Required) Nrql type Enrichments.
10703
10601
  """
10704
10602
  pulumi.set(__self__, "nrqls", nrqls)
10705
10603
 
@@ -10707,7 +10605,7 @@ class WorkflowEnrichments(dict):
10707
10605
  @pulumi.getter
10708
10606
  def nrqls(self) -> Sequence['outputs.WorkflowEnrichmentsNrql']:
10709
10607
  """
10710
- a wrapper block
10608
+ (Required) Nrql type Enrichments.
10711
10609
  """
10712
10610
  return pulumi.get(self, "nrqls")
10713
10611
 
@@ -10740,11 +10638,11 @@ class WorkflowEnrichmentsNrql(dict):
10740
10638
  enrichment_id: Optional[str] = None,
10741
10639
  type: Optional[str] = None):
10742
10640
  """
10743
- :param Sequence['WorkflowEnrichmentsNrqlConfigurationArgs'] configurations: Another wrapper block
10641
+ :param Sequence['WorkflowEnrichmentsNrqlConfigurationArgs'] configurations: A set of key-value pairs to represent a enrichment configuration.
10744
10642
  :param str name: The name of the workflow.
10745
10643
  :param int account_id: Determines the New Relic account in which the workflow is created. Defaults to the account defined in the provider section.
10746
10644
  :param str enrichment_id: Enrichment's id.
10747
- :param str type: Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
10645
+ :param str type: The type of the enrichment. One of: (NRQL).
10748
10646
  """
10749
10647
  pulumi.set(__self__, "configurations", configurations)
10750
10648
  pulumi.set(__self__, "name", name)
@@ -10759,7 +10657,7 @@ class WorkflowEnrichmentsNrql(dict):
10759
10657
  @pulumi.getter
10760
10658
  def configurations(self) -> Sequence['outputs.WorkflowEnrichmentsNrqlConfiguration']:
10761
10659
  """
10762
- Another wrapper block
10660
+ A set of key-value pairs to represent a enrichment configuration.
10763
10661
  """
10764
10662
  return pulumi.get(self, "configurations")
10765
10663
 
@@ -10791,7 +10689,7 @@ class WorkflowEnrichmentsNrql(dict):
10791
10689
  @pulumi.getter
10792
10690
  def type(self) -> Optional[str]:
10793
10691
  """
10794
- Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
10692
+ The type of the enrichment. One of: (NRQL).
10795
10693
  """
10796
10694
  return pulumi.get(self, "type")
10797
10695
 
@@ -10801,7 +10699,7 @@ class WorkflowEnrichmentsNrqlConfiguration(dict):
10801
10699
  def __init__(__self__, *,
10802
10700
  query: str):
10803
10701
  """
10804
- :param str query: An NRQL query to run
10702
+ :param str query: enrichment's NRQL query
10805
10703
  """
10806
10704
  pulumi.set(__self__, "query", query)
10807
10705
 
@@ -10809,7 +10707,7 @@ class WorkflowEnrichmentsNrqlConfiguration(dict):
10809
10707
  @pulumi.getter
10810
10708
  def query(self) -> str:
10811
10709
  """
10812
- An NRQL query to run
10710
+ enrichment's NRQL query
10813
10711
  """
10814
10712
  return pulumi.get(self, "query")
10815
10713
 
@@ -11171,6 +11069,18 @@ class GetNotificationDestinationPropertyResult(dict):
11171
11069
  return pulumi.get(self, "label")
11172
11070
 
11173
11071
 
11072
+ @pulumi.output_type
11073
+ class GetNotificationDestinationSecureUrlResult(dict):
11074
+ def __init__(__self__, *,
11075
+ prefix: str):
11076
+ pulumi.set(__self__, "prefix", prefix)
11077
+
11078
+ @property
11079
+ @pulumi.getter
11080
+ def prefix(self) -> str:
11081
+ return pulumi.get(self, "prefix")
11082
+
11083
+
11174
11084
  @pulumi.output_type
11175
11085
  class GetTestGrokPatternTestGrokResult(dict):
11176
11086
  def __init__(__self__, *,