pulumi-newrelic 5.21.0__tar.gz → 5.21.0a1710918336__tar.gz

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 (94) hide show
  1. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/PKG-INFO +1 -1
  2. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/_inputs.py +29 -69
  3. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_notification_destination.py +1 -14
  4. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/notification_destination.py +0 -28
  5. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/outputs.py +29 -78
  6. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/plugins/_inputs.py +2 -2
  7. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/plugins/outputs.py +2 -2
  8. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/broken_links_monitor.py +21 -7
  9. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/cert_check_monitor.py +21 -7
  10. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/monitor.py +21 -7
  11. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/script_monitor.py +21 -7
  12. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/step_monitor.py +21 -7
  13. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
  14. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pyproject.toml +1 -1
  15. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/README.md +0 -0
  16. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/__init__.py +0 -0
  17. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/_utilities.py +0 -0
  18. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/account_management.py +0 -0
  19. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/alert_channel.py +0 -0
  20. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/alert_condition.py +0 -0
  21. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/alert_muting_rule.py +0 -0
  22. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/alert_policy.py +0 -0
  23. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/alert_policy_channel.py +0 -0
  24. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/api_access_key.py +0 -0
  25. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/browser_application.py +0 -0
  26. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/__init__.py +0 -0
  27. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/_inputs.py +0 -0
  28. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +0 -0
  29. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -0
  30. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/aws_integrations.py +0 -0
  31. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/aws_link_account.py +0 -0
  32. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/azure_integrations.py +0 -0
  33. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/azure_link_account.py +0 -0
  34. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/gcp_integrations.py +0 -0
  35. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/gcp_link_account.py +0 -0
  36. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/cloud/outputs.py +0 -0
  37. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/config/__init__.py +0 -0
  38. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/config/__init__.pyi +0 -0
  39. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/config/vars.py +0 -0
  40. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/data_partition_rule.py +0 -0
  41. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/entity_tags.py +0 -0
  42. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/events_to_metrics_rule.py +0 -0
  43. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_account.py +0 -0
  44. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_alert_channel.py +0 -0
  45. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_alert_policy.py +0 -0
  46. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_application.py +0 -0
  47. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_authentication_domain.py +0 -0
  48. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_cloud_account.py +0 -0
  49. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_entity.py +0 -0
  50. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_group.py +0 -0
  51. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_key_transaction.py +0 -0
  52. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_obfuscation_expression.py +0 -0
  53. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_service_level_alert_helper.py +0 -0
  54. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_test_grok_pattern.py +0 -0
  55. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/get_user.py +0 -0
  56. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/group.py +0 -0
  57. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/infra_alert_condition.py +0 -0
  58. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/insights/__init__.py +0 -0
  59. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/insights/_inputs.py +0 -0
  60. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/insights/event.py +0 -0
  61. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/insights/outputs.py +0 -0
  62. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/log_parsing_rule.py +0 -0
  63. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/monitor_downtime.py +0 -0
  64. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/notification_channel.py +0 -0
  65. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/nrql_alert_condition.py +0 -0
  66. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/nrql_drop_rule.py +0 -0
  67. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/obfuscation_expression.py +0 -0
  68. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/obfuscation_rule.py +0 -0
  69. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/one_dashboard.py +0 -0
  70. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/one_dashboard_json.py +0 -0
  71. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/one_dashboard_raw.py +0 -0
  72. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/plugins/__init__.py +0 -0
  73. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/plugins/application_settings.py +0 -0
  74. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/plugins/workload.py +0 -0
  75. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/provider.py +0 -0
  76. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/pulumi-plugin.json +0 -0
  77. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/py.typed +0 -0
  78. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/service_level.py +0 -0
  79. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/__init__.py +0 -0
  80. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/_inputs.py +0 -0
  81. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/alert_condition.py +0 -0
  82. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/get_private_location.py +0 -0
  83. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/get_secure_credential.py +0 -0
  84. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -0
  85. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/outputs.py +0 -0
  86. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/private_location.py +0 -0
  87. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/synthetics/secure_credential.py +0 -0
  88. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/user.py +0 -0
  89. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic/workflow.py +0 -0
  90. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
  91. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
  92. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic.egg-info/requires.txt +0 -0
  93. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/pulumi_newrelic.egg-info/top_level.txt +0 -0
  94. {pulumi_newrelic-5.21.0 → pulumi_newrelic-5.21.0a1710918336}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.21.0
3
+ Version: 5.21.0a1710918336
4
4
  Summary: A Pulumi package for creating and managing New Relic resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -147,7 +147,6 @@ __all__ = [
147
147
  'OneDashboardVariableArgs',
148
148
  'OneDashboardVariableItemArgs',
149
149
  'OneDashboardVariableNrqlQueryArgs',
150
- 'OneDashboardVariableOptionArgs',
151
150
  'ServiceLevelEventsArgs',
152
151
  'ServiceLevelEventsBadEventsArgs',
153
152
  'ServiceLevelEventsBadEventsSelectArgs',
@@ -2035,7 +2034,7 @@ class OneDashboardPageWidgetAreaArgs:
2035
2034
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
2036
2035
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
2037
2036
  :param pulumi.Input[str] id: The ID of the widget.
2038
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
2037
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
2039
2038
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
2040
2039
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
2041
2040
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -2169,7 +2168,7 @@ class OneDashboardPageWidgetAreaArgs:
2169
2168
  @pulumi.getter(name="ignoreTimeRange")
2170
2169
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
2171
2170
  """
2172
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
2171
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
2173
2172
  """
2174
2173
  return pulumi.get(self, "ignore_time_range")
2175
2174
 
@@ -2549,7 +2548,7 @@ class OneDashboardPageWidgetBarArgs:
2549
2548
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
2550
2549
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
2551
2550
  :param pulumi.Input[str] id: The ID of the widget.
2552
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
2551
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
2553
2552
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
2554
2553
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
2555
2554
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBarNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -2700,7 +2699,7 @@ class OneDashboardPageWidgetBarArgs:
2700
2699
  @pulumi.getter(name="ignoreTimeRange")
2701
2700
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
2702
2701
  """
2703
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
2702
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
2704
2703
  """
2705
2704
  return pulumi.get(self, "ignore_time_range")
2706
2705
 
@@ -3092,7 +3091,7 @@ class OneDashboardPageWidgetBillboardArgs:
3092
3091
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
3093
3092
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
3094
3093
  :param pulumi.Input[str] id: The ID of the widget.
3095
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
3094
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
3096
3095
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
3097
3096
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
3098
3097
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -3243,7 +3242,7 @@ class OneDashboardPageWidgetBillboardArgs:
3243
3242
  @pulumi.getter(name="ignoreTimeRange")
3244
3243
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
3245
3244
  """
3246
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
3245
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
3247
3246
  """
3248
3247
  return pulumi.get(self, "ignore_time_range")
3249
3248
 
@@ -3634,7 +3633,7 @@ class OneDashboardPageWidgetBulletArgs:
3634
3633
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
3635
3634
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
3636
3635
  :param pulumi.Input[str] id: The ID of the widget.
3637
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
3636
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
3638
3637
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
3639
3638
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
3640
3639
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -3781,7 +3780,7 @@ class OneDashboardPageWidgetBulletArgs:
3781
3780
  @pulumi.getter(name="ignoreTimeRange")
3782
3781
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
3783
3782
  """
3784
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
3783
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
3785
3784
  """
3786
3785
  return pulumi.get(self, "ignore_time_range")
3787
3786
 
@@ -4158,7 +4157,7 @@ class OneDashboardPageWidgetFunnelArgs:
4158
4157
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
4159
4158
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
4160
4159
  :param pulumi.Input[str] id: The ID of the widget.
4161
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
4160
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
4162
4161
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
4163
4162
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
4164
4163
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -4292,7 +4291,7 @@ class OneDashboardPageWidgetFunnelArgs:
4292
4291
  @pulumi.getter(name="ignoreTimeRange")
4293
4292
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
4294
4293
  """
4295
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
4294
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
4296
4295
  """
4297
4296
  return pulumi.get(self, "ignore_time_range")
4298
4297
 
@@ -4672,7 +4671,7 @@ class OneDashboardPageWidgetHeatmapArgs:
4672
4671
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
4673
4672
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
4674
4673
  :param pulumi.Input[str] id: The ID of the widget.
4675
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
4674
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
4676
4675
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
4677
4676
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
4678
4677
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHeatmapNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -4823,7 +4822,7 @@ class OneDashboardPageWidgetHeatmapArgs:
4823
4822
  @pulumi.getter(name="ignoreTimeRange")
4824
4823
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
4825
4824
  """
4826
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
4825
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
4827
4826
  """
4828
4827
  return pulumi.get(self, "ignore_time_range")
4829
4828
 
@@ -5212,7 +5211,7 @@ class OneDashboardPageWidgetHistogramArgs:
5212
5211
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
5213
5212
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
5214
5213
  :param pulumi.Input[str] id: The ID of the widget.
5215
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
5214
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
5216
5215
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
5217
5216
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
5218
5217
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -5346,7 +5345,7 @@ class OneDashboardPageWidgetHistogramArgs:
5346
5345
  @pulumi.getter(name="ignoreTimeRange")
5347
5346
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
5348
5347
  """
5349
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
5348
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
5350
5349
  """
5351
5350
  return pulumi.get(self, "ignore_time_range")
5352
5351
 
@@ -5723,7 +5722,7 @@ class OneDashboardPageWidgetJsonArgs:
5723
5722
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
5724
5723
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
5725
5724
  :param pulumi.Input[str] id: The ID of the widget.
5726
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
5725
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
5727
5726
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
5728
5727
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
5729
5728
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -5857,7 +5856,7 @@ class OneDashboardPageWidgetJsonArgs:
5857
5856
  @pulumi.getter(name="ignoreTimeRange")
5858
5857
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
5859
5858
  """
5860
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
5859
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
5861
5860
  """
5862
5861
  return pulumi.get(self, "ignore_time_range")
5863
5862
 
@@ -6235,7 +6234,7 @@ class OneDashboardPageWidgetLineArgs:
6235
6234
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
6236
6235
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
6237
6236
  :param pulumi.Input[str] id: The ID of the widget.
6238
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
6237
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
6239
6238
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
6240
6239
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
6241
6240
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -6372,7 +6371,7 @@ class OneDashboardPageWidgetLineArgs:
6372
6371
  @pulumi.getter(name="ignoreTimeRange")
6373
6372
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
6374
6373
  """
6375
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
6374
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
6376
6375
  """
6377
6376
  return pulumi.get(self, "ignore_time_range")
6378
6377
 
@@ -6761,7 +6760,7 @@ class OneDashboardPageWidgetLogTableArgs:
6761
6760
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
6762
6761
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
6763
6762
  :param pulumi.Input[str] id: The ID of the widget.
6764
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
6763
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
6765
6764
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
6766
6765
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
6767
6766
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -6895,7 +6894,7 @@ class OneDashboardPageWidgetLogTableArgs:
6895
6894
  @pulumi.getter(name="ignoreTimeRange")
6896
6895
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
6897
6896
  """
6898
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
6897
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
6899
6898
  """
6900
6899
  return pulumi.get(self, "ignore_time_range")
6901
6900
 
@@ -7272,7 +7271,7 @@ class OneDashboardPageWidgetMarkdownArgs:
7272
7271
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
7273
7272
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
7274
7273
  :param pulumi.Input[str] id: The ID of the widget.
7275
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
7274
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
7276
7275
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
7277
7276
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetMarkdownNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
7278
7277
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetMarkdownUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -7406,7 +7405,7 @@ class OneDashboardPageWidgetMarkdownArgs:
7406
7405
  @pulumi.getter(name="ignoreTimeRange")
7407
7406
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
7408
7407
  """
7409
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
7408
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
7410
7409
  """
7411
7410
  return pulumi.get(self, "ignore_time_range")
7412
7411
 
@@ -7748,7 +7747,7 @@ class OneDashboardPageWidgetPyArgs:
7748
7747
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
7749
7748
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
7750
7749
  :param pulumi.Input[str] id: The ID of the widget.
7751
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
7750
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
7752
7751
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
7753
7752
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
7754
7753
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetPyNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -7899,7 +7898,7 @@ class OneDashboardPageWidgetPyArgs:
7899
7898
  @pulumi.getter(name="ignoreTimeRange")
7900
7899
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
7901
7900
  """
7902
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
7901
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
7903
7902
  """
7904
7903
  return pulumi.get(self, "ignore_time_range")
7905
7904
 
@@ -8288,7 +8287,7 @@ class OneDashboardPageWidgetStackedBarArgs:
8288
8287
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
8289
8288
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
8290
8289
  :param pulumi.Input[str] id: The ID of the widget.
8291
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
8290
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
8292
8291
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
8293
8292
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
8294
8293
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
@@ -8422,7 +8421,7 @@ class OneDashboardPageWidgetStackedBarArgs:
8422
8421
  @pulumi.getter(name="ignoreTimeRange")
8423
8422
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
8424
8423
  """
8425
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
8424
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
8426
8425
  """
8427
8426
  return pulumi.get(self, "ignore_time_range")
8428
8427
 
@@ -8802,7 +8801,7 @@ class OneDashboardPageWidgetTableArgs:
8802
8801
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
8803
8802
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
8804
8803
  :param pulumi.Input[str] id: The ID of the widget.
8805
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
8804
+ :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
8806
8805
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
8807
8806
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
8808
8807
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -8953,7 +8952,7 @@ class OneDashboardPageWidgetTableArgs:
8953
8952
  @pulumi.getter(name="ignoreTimeRange")
8954
8953
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
8955
8954
  """
8956
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
8955
+ (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
8957
8956
  """
8958
8957
  return pulumi.get(self, "ignore_time_range")
8959
8958
 
@@ -9541,8 +9540,7 @@ class OneDashboardVariableArgs:
9541
9540
  default_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
9542
9541
  is_multi_selection: Optional[pulumi.Input[bool]] = None,
9543
9542
  items: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableItemArgs']]]] = None,
9544
- nrql_query: Optional[pulumi.Input['OneDashboardVariableNrqlQueryArgs']] = None,
9545
- options: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableOptionArgs']]]] = None):
9543
+ nrql_query: Optional[pulumi.Input['OneDashboardVariableNrqlQueryArgs']] = None):
9546
9544
  """
9547
9545
  :param pulumi.Input[str] name: The title of the dashboard.
9548
9546
  :param pulumi.Input[str] replacement_strategy: (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of `default`, `identifier`, `number` or `string`.
@@ -9552,7 +9550,6 @@ class OneDashboardVariableArgs:
9552
9550
  :param pulumi.Input[bool] is_multi_selection: (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type `nrql` or `enum`.
9553
9551
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableItemArgs']]] items: (Optional) List of possible values for variables of type `enum`. See Nested item blocks below for details.
9554
9552
  :param pulumi.Input['OneDashboardVariableNrqlQueryArgs'] nrql_query: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
9555
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableOptionArgs']]] options: (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
9556
9553
  """
9557
9554
  pulumi.set(__self__, "name", name)
9558
9555
  pulumi.set(__self__, "replacement_strategy", replacement_strategy)
@@ -9566,8 +9563,6 @@ class OneDashboardVariableArgs:
9566
9563
  pulumi.set(__self__, "items", items)
9567
9564
  if nrql_query is not None:
9568
9565
  pulumi.set(__self__, "nrql_query", nrql_query)
9569
- if options is not None:
9570
- pulumi.set(__self__, "options", options)
9571
9566
 
9572
9567
  @property
9573
9568
  @pulumi.getter
@@ -9665,18 +9660,6 @@ class OneDashboardVariableArgs:
9665
9660
  def nrql_query(self, value: Optional[pulumi.Input['OneDashboardVariableNrqlQueryArgs']]):
9666
9661
  pulumi.set(self, "nrql_query", value)
9667
9662
 
9668
- @property
9669
- @pulumi.getter
9670
- def options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableOptionArgs']]]]:
9671
- """
9672
- (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
9673
- """
9674
- return pulumi.get(self, "options")
9675
-
9676
- @options.setter
9677
- def options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableOptionArgs']]]]):
9678
- pulumi.set(self, "options", value)
9679
-
9680
9663
 
9681
9664
  @pulumi.input_type
9682
9665
  class OneDashboardVariableItemArgs:
@@ -9754,29 +9737,6 @@ class OneDashboardVariableNrqlQueryArgs:
9754
9737
  pulumi.set(self, "account_ids", value)
9755
9738
 
9756
9739
 
9757
- @pulumi.input_type
9758
- class OneDashboardVariableOptionArgs:
9759
- def __init__(__self__, *,
9760
- ignore_time_range: Optional[pulumi.Input[bool]] = None):
9761
- """
9762
- :param pulumi.Input[bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
9763
- """
9764
- if ignore_time_range is not None:
9765
- pulumi.set(__self__, "ignore_time_range", ignore_time_range)
9766
-
9767
- @property
9768
- @pulumi.getter(name="ignoreTimeRange")
9769
- def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
9770
- """
9771
- (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
9772
- """
9773
- return pulumi.get(self, "ignore_time_range")
9774
-
9775
- @ignore_time_range.setter
9776
- def ignore_time_range(self, value: Optional[pulumi.Input[bool]]):
9777
- pulumi.set(self, "ignore_time_range", value)
9778
-
9779
-
9780
9740
  @pulumi.input_type
9781
9741
  class ServiceLevelEventsArgs:
9782
9742
  def __init__(__self__, *,
@@ -22,16 +22,13 @@ class GetNotificationDestinationResult:
22
22
  """
23
23
  A collection of values returned by getNotificationDestination.
24
24
  """
25
- def __init__(__self__, account_id=None, active=None, guid=None, id=None, name=None, properties=None, status=None, type=None):
25
+ def __init__(__self__, account_id=None, active=None, id=None, name=None, properties=None, status=None, type=None):
26
26
  if account_id and not isinstance(account_id, int):
27
27
  raise TypeError("Expected argument 'account_id' to be a int")
28
28
  pulumi.set(__self__, "account_id", account_id)
29
29
  if active and not isinstance(active, bool):
30
30
  raise TypeError("Expected argument 'active' to be a bool")
31
31
  pulumi.set(__self__, "active", active)
32
- if guid and not isinstance(guid, str):
33
- raise TypeError("Expected argument 'guid' to be a str")
34
- pulumi.set(__self__, "guid", guid)
35
32
  if id and not isinstance(id, str):
36
33
  raise TypeError("Expected argument 'id' to be a str")
37
34
  pulumi.set(__self__, "id", id)
@@ -61,14 +58,6 @@ class GetNotificationDestinationResult:
61
58
  """
62
59
  return pulumi.get(self, "active")
63
60
 
64
- @property
65
- @pulumi.getter
66
- def guid(self) -> str:
67
- """
68
- The unique entity identifier of the destination in New Relic.
69
- """
70
- return pulumi.get(self, "guid")
71
-
72
61
  @property
73
62
  @pulumi.getter
74
63
  def id(self) -> Optional[str]:
@@ -115,7 +104,6 @@ class AwaitableGetNotificationDestinationResult(GetNotificationDestinationResult
115
104
  return GetNotificationDestinationResult(
116
105
  account_id=self.account_id,
117
106
  active=self.active,
118
- guid=self.guid,
119
107
  id=self.id,
120
108
  name=self.name,
121
109
  properties=self.properties,
@@ -146,7 +134,6 @@ def get_notification_destination(account_id: Optional[int] = None,
146
134
  return AwaitableGetNotificationDestinationResult(
147
135
  account_id=pulumi.get(__ret__, 'account_id'),
148
136
  active=pulumi.get(__ret__, 'active'),
149
- guid=pulumi.get(__ret__, 'guid'),
150
137
  id=pulumi.get(__ret__, 'id'),
151
138
  name=pulumi.get(__ret__, 'name'),
152
139
  properties=pulumi.get(__ret__, 'properties'),
@@ -140,7 +140,6 @@ class _NotificationDestinationState:
140
140
  active: Optional[pulumi.Input[bool]] = None,
141
141
  auth_basic: Optional[pulumi.Input['NotificationDestinationAuthBasicArgs']] = None,
142
142
  auth_token: Optional[pulumi.Input['NotificationDestinationAuthTokenArgs']] = None,
143
- guid: Optional[pulumi.Input[str]] = None,
144
143
  last_sent: Optional[pulumi.Input[str]] = None,
145
144
  name: Optional[pulumi.Input[str]] = None,
146
145
  properties: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationDestinationPropertyArgs']]]] = None,
@@ -152,7 +151,6 @@ class _NotificationDestinationState:
152
151
  :param pulumi.Input[bool] active: Indicates whether the destination is active.
153
152
  :param pulumi.Input['NotificationDestinationAuthBasicArgs'] auth_basic: A nested block that describes a basic username and password authentication credentials. Only one auth_basic block is permitted per notification destination definition. See Nested auth_basic blocks below for details.
154
153
  :param pulumi.Input['NotificationDestinationAuthTokenArgs'] auth_token: A nested block that describes a token authentication credentials. Only one auth_token block is permitted per notification destination definition. See Nested auth_token blocks below for details.
155
- :param pulumi.Input[str] guid: The unique entity identifier of the destination in New Relic.
156
154
  :param pulumi.Input[str] last_sent: The last time a notification was sent.
157
155
  :param pulumi.Input[str] name: The name of the destination.
158
156
  :param pulumi.Input[Sequence[pulumi.Input['NotificationDestinationPropertyArgs']]] properties: A nested block that describes a notification destination property. See Nested property blocks below for details.
@@ -168,8 +166,6 @@ class _NotificationDestinationState:
168
166
  pulumi.set(__self__, "auth_basic", auth_basic)
169
167
  if auth_token is not None:
170
168
  pulumi.set(__self__, "auth_token", auth_token)
171
- if guid is not None:
172
- pulumi.set(__self__, "guid", guid)
173
169
  if last_sent is not None:
174
170
  pulumi.set(__self__, "last_sent", last_sent)
175
171
  if name is not None:
@@ -229,18 +225,6 @@ class _NotificationDestinationState:
229
225
  def auth_token(self, value: Optional[pulumi.Input['NotificationDestinationAuthTokenArgs']]):
230
226
  pulumi.set(self, "auth_token", value)
231
227
 
232
- @property
233
- @pulumi.getter
234
- def guid(self) -> Optional[pulumi.Input[str]]:
235
- """
236
- The unique entity identifier of the destination in New Relic.
237
- """
238
- return pulumi.get(self, "guid")
239
-
240
- @guid.setter
241
- def guid(self, value: Optional[pulumi.Input[str]]):
242
- pulumi.set(self, "guid", value)
243
-
244
228
  @property
245
229
  @pulumi.getter(name="lastSent")
246
230
  def last_sent(self) -> Optional[pulumi.Input[str]]:
@@ -509,7 +493,6 @@ class NotificationDestination(pulumi.CustomResource):
509
493
  if type is None and not opts.urn:
510
494
  raise TypeError("Missing required property 'type'")
511
495
  __props__.__dict__["type"] = type
512
- __props__.__dict__["guid"] = None
513
496
  __props__.__dict__["last_sent"] = None
514
497
  __props__.__dict__["status"] = None
515
498
  super(NotificationDestination, __self__).__init__(
@@ -526,7 +509,6 @@ class NotificationDestination(pulumi.CustomResource):
526
509
  active: Optional[pulumi.Input[bool]] = None,
527
510
  auth_basic: Optional[pulumi.Input[pulumi.InputType['NotificationDestinationAuthBasicArgs']]] = None,
528
511
  auth_token: Optional[pulumi.Input[pulumi.InputType['NotificationDestinationAuthTokenArgs']]] = None,
529
- guid: Optional[pulumi.Input[str]] = None,
530
512
  last_sent: Optional[pulumi.Input[str]] = None,
531
513
  name: Optional[pulumi.Input[str]] = None,
532
514
  properties: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationDestinationPropertyArgs']]]]] = None,
@@ -543,7 +525,6 @@ class NotificationDestination(pulumi.CustomResource):
543
525
  :param pulumi.Input[bool] active: Indicates whether the destination is active.
544
526
  :param pulumi.Input[pulumi.InputType['NotificationDestinationAuthBasicArgs']] auth_basic: A nested block that describes a basic username and password authentication credentials. Only one auth_basic block is permitted per notification destination definition. See Nested auth_basic blocks below for details.
545
527
  :param pulumi.Input[pulumi.InputType['NotificationDestinationAuthTokenArgs']] auth_token: A nested block that describes a token authentication credentials. Only one auth_token block is permitted per notification destination definition. See Nested auth_token blocks below for details.
546
- :param pulumi.Input[str] guid: The unique entity identifier of the destination in New Relic.
547
528
  :param pulumi.Input[str] last_sent: The last time a notification was sent.
548
529
  :param pulumi.Input[str] name: The name of the destination.
549
530
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationDestinationPropertyArgs']]]] properties: A nested block that describes a notification destination property. See Nested property blocks below for details.
@@ -559,7 +540,6 @@ class NotificationDestination(pulumi.CustomResource):
559
540
  __props__.__dict__["active"] = active
560
541
  __props__.__dict__["auth_basic"] = auth_basic
561
542
  __props__.__dict__["auth_token"] = auth_token
562
- __props__.__dict__["guid"] = guid
563
543
  __props__.__dict__["last_sent"] = last_sent
564
544
  __props__.__dict__["name"] = name
565
545
  __props__.__dict__["properties"] = properties
@@ -599,14 +579,6 @@ class NotificationDestination(pulumi.CustomResource):
599
579
  """
600
580
  return pulumi.get(self, "auth_token")
601
581
 
602
- @property
603
- @pulumi.getter
604
- def guid(self) -> pulumi.Output[str]:
605
- """
606
- The unique entity identifier of the destination in New Relic.
607
- """
608
- return pulumi.get(self, "guid")
609
-
610
582
  @property
611
583
  @pulumi.getter(name="lastSent")
612
584
  def last_sent(self) -> pulumi.Output[str]: