pulumi-newrelic 5.20.0a1709643785__tar.gz → 5.21.0__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.20.0a1709643785 → pulumi_newrelic-5.21.0}/PKG-INFO +1 -1
  2. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/_inputs.py +69 -29
  3. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/account_management.py +6 -2
  4. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/alert_channel.py +34 -2
  5. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/alert_condition.py +26 -2
  6. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/alert_muting_rule.py +6 -2
  7. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/alert_policy.py +22 -4
  8. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/alert_policy_channel.py +8 -4
  9. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/api_access_key.py +6 -26
  10. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/browser_application.py +6 -2
  11. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +2 -2
  12. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +6 -2
  13. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/aws_integrations.py +6 -2
  14. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/aws_link_account.py +6 -2
  15. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/azure_integrations.py +6 -2
  16. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/azure_link_account.py +6 -2
  17. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/gcp_integrations.py +6 -2
  18. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/gcp_link_account.py +6 -2
  19. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/data_partition_rule.py +8 -2
  20. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/entity_tags.py +8 -4
  21. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/events_to_metrics_rule.py +8 -4
  22. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_account.py +4 -0
  23. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_application.py +4 -0
  24. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_authentication_domain.py +4 -0
  25. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_cloud_account.py +4 -0
  26. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_entity.py +66 -4
  27. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_group.py +4 -0
  28. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_key_transaction.py +4 -0
  29. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_notification_destination.py +14 -1
  30. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_obfuscation_expression.py +4 -0
  31. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_service_level_alert_helper.py +12 -0
  32. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_test_grok_pattern.py +4 -0
  33. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_user.py +4 -0
  34. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/group.py +14 -0
  35. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/infra_alert_condition.py +33 -9
  36. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/insights/event.py +6 -0
  37. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/log_parsing_rule.py +12 -2
  38. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/monitor_downtime.py +28 -2
  39. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/notification_channel.py +50 -4
  40. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/notification_destination.py +92 -72
  41. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/nrql_alert_condition.py +28 -4
  42. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/nrql_drop_rule.py +30 -4
  43. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/obfuscation_expression.py +6 -2
  44. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/obfuscation_rule.py +6 -2
  45. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/one_dashboard.py +2 -2
  46. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/one_dashboard_json.py +2 -2
  47. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/one_dashboard_raw.py +6 -0
  48. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/outputs.py +78 -29
  49. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/plugins/_inputs.py +2 -2
  50. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/plugins/application_settings.py +22 -2
  51. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/plugins/outputs.py +2 -2
  52. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/plugins/workload.py +112 -4
  53. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/service_level.py +20 -6
  54. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/alert_condition.py +26 -2
  55. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/broken_links_monitor.py +19 -23
  56. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/cert_check_monitor.py +19 -23
  57. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/get_private_location.py +8 -0
  58. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/get_secure_credential.py +4 -0
  59. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/monitor.py +27 -23
  60. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +12 -4
  61. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/private_location.py +6 -2
  62. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/script_monitor.py +27 -23
  63. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/secure_credential.py +6 -2
  64. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/step_monitor.py +15 -23
  65. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/user.py +4 -0
  66. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/workflow.py +22 -4
  67. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
  68. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pyproject.toml +1 -1
  69. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/README.md +0 -0
  70. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/__init__.py +0 -0
  71. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/_utilities.py +0 -0
  72. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/__init__.py +0 -0
  73. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/_inputs.py +0 -0
  74. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/cloud/outputs.py +0 -0
  75. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/config/__init__.py +0 -0
  76. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/config/__init__.pyi +0 -0
  77. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/config/vars.py +0 -0
  78. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_alert_channel.py +0 -0
  79. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/get_alert_policy.py +0 -0
  80. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/insights/__init__.py +0 -0
  81. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/insights/_inputs.py +0 -0
  82. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/insights/outputs.py +0 -0
  83. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/plugins/__init__.py +0 -0
  84. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/provider.py +0 -0
  85. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/pulumi-plugin.json +0 -0
  86. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/py.typed +0 -0
  87. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/__init__.py +0 -0
  88. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/_inputs.py +0 -0
  89. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic/synthetics/outputs.py +0 -0
  90. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
  91. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
  92. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic.egg-info/requires.txt +0 -0
  93. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/pulumi_newrelic.egg-info/top_level.txt +0 -0
  94. {pulumi_newrelic-5.20.0a1709643785 → pulumi_newrelic-5.21.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.20.0a1709643785
3
+ Version: 5.21.0
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,6 +147,7 @@ __all__ = [
147
147
  'OneDashboardVariableArgs',
148
148
  'OneDashboardVariableItemArgs',
149
149
  'OneDashboardVariableNrqlQueryArgs',
150
+ 'OneDashboardVariableOptionArgs',
150
151
  'ServiceLevelEventsArgs',
151
152
  'ServiceLevelEventsBadEventsArgs',
152
153
  'ServiceLevelEventsBadEventsSelectArgs',
@@ -2034,7 +2035,7 @@ class OneDashboardPageWidgetAreaArgs:
2034
2035
  :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`
2035
2036
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
2036
2037
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
2038
2039
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
2039
2040
  :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.
2040
2041
  :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.
@@ -2168,7 +2169,7 @@ class OneDashboardPageWidgetAreaArgs:
2168
2169
  @pulumi.getter(name="ignoreTimeRange")
2169
2170
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
2170
2171
  """
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`.
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.
2172
2173
  """
2173
2174
  return pulumi.get(self, "ignore_time_range")
2174
2175
 
@@ -2548,7 +2549,7 @@ class OneDashboardPageWidgetBarArgs:
2548
2549
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
2549
2550
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
2550
2551
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
2552
2553
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
2553
2554
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
2554
2555
  :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.
@@ -2699,7 +2700,7 @@ class OneDashboardPageWidgetBarArgs:
2699
2700
  @pulumi.getter(name="ignoreTimeRange")
2700
2701
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
2701
2702
  """
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`.
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.
2703
2704
  """
2704
2705
  return pulumi.get(self, "ignore_time_range")
2705
2706
 
@@ -3091,7 +3092,7 @@ class OneDashboardPageWidgetBillboardArgs:
3091
3092
  :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`
3092
3093
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
3093
3094
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
3095
3096
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
3096
3097
  :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.
3097
3098
  :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.
@@ -3242,7 +3243,7 @@ class OneDashboardPageWidgetBillboardArgs:
3242
3243
  @pulumi.getter(name="ignoreTimeRange")
3243
3244
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
3244
3245
  """
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`.
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.
3246
3247
  """
3247
3248
  return pulumi.get(self, "ignore_time_range")
3248
3249
 
@@ -3633,7 +3634,7 @@ class OneDashboardPageWidgetBulletArgs:
3633
3634
  :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`
3634
3635
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
3635
3636
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
3637
3638
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
3638
3639
  :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.
3639
3640
  :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.
@@ -3780,7 +3781,7 @@ class OneDashboardPageWidgetBulletArgs:
3780
3781
  @pulumi.getter(name="ignoreTimeRange")
3781
3782
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
3782
3783
  """
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`.
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.
3784
3785
  """
3785
3786
  return pulumi.get(self, "ignore_time_range")
3786
3787
 
@@ -4157,7 +4158,7 @@ class OneDashboardPageWidgetFunnelArgs:
4157
4158
  :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`
4158
4159
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
4159
4160
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
4161
4162
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
4162
4163
  :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.
4163
4164
  :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.
@@ -4291,7 +4292,7 @@ class OneDashboardPageWidgetFunnelArgs:
4291
4292
  @pulumi.getter(name="ignoreTimeRange")
4292
4293
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
4293
4294
  """
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`.
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.
4295
4296
  """
4296
4297
  return pulumi.get(self, "ignore_time_range")
4297
4298
 
@@ -4671,7 +4672,7 @@ class OneDashboardPageWidgetHeatmapArgs:
4671
4672
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
4672
4673
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
4673
4674
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
4675
4676
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
4676
4677
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
4677
4678
  :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.
@@ -4822,7 +4823,7 @@ class OneDashboardPageWidgetHeatmapArgs:
4822
4823
  @pulumi.getter(name="ignoreTimeRange")
4823
4824
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
4824
4825
  """
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`.
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.
4826
4827
  """
4827
4828
  return pulumi.get(self, "ignore_time_range")
4828
4829
 
@@ -5211,7 +5212,7 @@ class OneDashboardPageWidgetHistogramArgs:
5211
5212
  :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`
5212
5213
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
5213
5214
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
5215
5216
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
5216
5217
  :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.
5217
5218
  :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.
@@ -5345,7 +5346,7 @@ class OneDashboardPageWidgetHistogramArgs:
5345
5346
  @pulumi.getter(name="ignoreTimeRange")
5346
5347
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
5347
5348
  """
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`.
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.
5349
5350
  """
5350
5351
  return pulumi.get(self, "ignore_time_range")
5351
5352
 
@@ -5722,7 +5723,7 @@ class OneDashboardPageWidgetJsonArgs:
5722
5723
  :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`
5723
5724
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
5724
5725
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
5726
5727
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
5727
5728
  :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.
5728
5729
  :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.
@@ -5856,7 +5857,7 @@ class OneDashboardPageWidgetJsonArgs:
5856
5857
  @pulumi.getter(name="ignoreTimeRange")
5857
5858
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
5858
5859
  """
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`.
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.
5860
5861
  """
5861
5862
  return pulumi.get(self, "ignore_time_range")
5862
5863
 
@@ -6234,7 +6235,7 @@ class OneDashboardPageWidgetLineArgs:
6234
6235
  :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`
6235
6236
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
6236
6237
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
6238
6239
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
6239
6240
  :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.
6240
6241
  :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.
@@ -6371,7 +6372,7 @@ class OneDashboardPageWidgetLineArgs:
6371
6372
  @pulumi.getter(name="ignoreTimeRange")
6372
6373
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
6373
6374
  """
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`.
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.
6375
6376
  """
6376
6377
  return pulumi.get(self, "ignore_time_range")
6377
6378
 
@@ -6760,7 +6761,7 @@ class OneDashboardPageWidgetLogTableArgs:
6760
6761
  :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`
6761
6762
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
6762
6763
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
6764
6765
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
6765
6766
  :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.
6766
6767
  :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.
@@ -6894,7 +6895,7 @@ class OneDashboardPageWidgetLogTableArgs:
6894
6895
  @pulumi.getter(name="ignoreTimeRange")
6895
6896
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
6896
6897
  """
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`.
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.
6898
6899
  """
6899
6900
  return pulumi.get(self, "ignore_time_range")
6900
6901
 
@@ -7271,7 +7272,7 @@ class OneDashboardPageWidgetMarkdownArgs:
7271
7272
  :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`
7272
7273
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
7273
7274
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
7275
7276
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
7276
7277
  :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.
7277
7278
  :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.
@@ -7405,7 +7406,7 @@ class OneDashboardPageWidgetMarkdownArgs:
7405
7406
  @pulumi.getter(name="ignoreTimeRange")
7406
7407
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
7407
7408
  """
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`.
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.
7409
7410
  """
7410
7411
  return pulumi.get(self, "ignore_time_range")
7411
7412
 
@@ -7747,7 +7748,7 @@ class OneDashboardPageWidgetPyArgs:
7747
7748
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
7748
7749
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
7749
7750
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
7751
7752
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
7752
7753
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
7753
7754
  :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.
@@ -7898,7 +7899,7 @@ class OneDashboardPageWidgetPyArgs:
7898
7899
  @pulumi.getter(name="ignoreTimeRange")
7899
7900
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
7900
7901
  """
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`.
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.
7902
7903
  """
7903
7904
  return pulumi.get(self, "ignore_time_range")
7904
7905
 
@@ -8287,7 +8288,7 @@ class OneDashboardPageWidgetStackedBarArgs:
8287
8288
  :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`
8288
8289
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
8289
8290
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
8291
8292
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
8292
8293
  :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.
8293
8294
  :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.
@@ -8421,7 +8422,7 @@ class OneDashboardPageWidgetStackedBarArgs:
8421
8422
  @pulumi.getter(name="ignoreTimeRange")
8422
8423
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
8423
8424
  """
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`.
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.
8425
8426
  """
8426
8427
  return pulumi.get(self, "ignore_time_range")
8427
8428
 
@@ -8801,7 +8802,7 @@ class OneDashboardPageWidgetTableArgs:
8801
8802
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
8802
8803
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
8803
8804
  :param pulumi.Input[str] id: The ID of the widget.
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`.
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.
8805
8806
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
8806
8807
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
8807
8808
  :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.
@@ -8952,7 +8953,7 @@ class OneDashboardPageWidgetTableArgs:
8952
8953
  @pulumi.getter(name="ignoreTimeRange")
8953
8954
  def ignore_time_range(self) -> Optional[pulumi.Input[bool]]:
8954
8955
  """
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`.
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.
8956
8957
  """
8957
8958
  return pulumi.get(self, "ignore_time_range")
8958
8959
 
@@ -9540,7 +9541,8 @@ class OneDashboardVariableArgs:
9540
9541
  default_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
9541
9542
  is_multi_selection: Optional[pulumi.Input[bool]] = None,
9542
9543
  items: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableItemArgs']]]] = None,
9543
- nrql_query: Optional[pulumi.Input['OneDashboardVariableNrqlQueryArgs']] = None):
9544
+ nrql_query: Optional[pulumi.Input['OneDashboardVariableNrqlQueryArgs']] = None,
9545
+ options: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableOptionArgs']]]] = None):
9544
9546
  """
9545
9547
  :param pulumi.Input[str] name: The title of the dashboard.
9546
9548
  :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`.
@@ -9550,6 +9552,7 @@ class OneDashboardVariableArgs:
9550
9552
  :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`.
9551
9553
  :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.
9552
9554
  :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) -
9553
9556
  """
9554
9557
  pulumi.set(__self__, "name", name)
9555
9558
  pulumi.set(__self__, "replacement_strategy", replacement_strategy)
@@ -9563,6 +9566,8 @@ class OneDashboardVariableArgs:
9563
9566
  pulumi.set(__self__, "items", items)
9564
9567
  if nrql_query is not None:
9565
9568
  pulumi.set(__self__, "nrql_query", nrql_query)
9569
+ if options is not None:
9570
+ pulumi.set(__self__, "options", options)
9566
9571
 
9567
9572
  @property
9568
9573
  @pulumi.getter
@@ -9660,6 +9665,18 @@ class OneDashboardVariableArgs:
9660
9665
  def nrql_query(self, value: Optional[pulumi.Input['OneDashboardVariableNrqlQueryArgs']]):
9661
9666
  pulumi.set(self, "nrql_query", value)
9662
9667
 
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
+
9663
9680
 
9664
9681
  @pulumi.input_type
9665
9682
  class OneDashboardVariableItemArgs:
@@ -9737,6 +9754,29 @@ class OneDashboardVariableNrqlQueryArgs:
9737
9754
  pulumi.set(self, "account_ids", value)
9738
9755
 
9739
9756
 
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
+
9740
9780
  @pulumi.input_type
9741
9781
  class ServiceLevelEventsArgs:
9742
9782
  def __init__(__self__, *,
@@ -106,18 +106,20 @@ class AccountManagement(pulumi.CustomResource):
106
106
  ## Example Usage
107
107
 
108
108
  ##### Create Account
109
+ <!--Start PulumiCodeChooser -->
109
110
  ```python
110
111
  import pulumi
111
112
  import pulumi_newrelic as newrelic
112
113
 
113
114
  foo = newrelic.AccountManagement("foo", region="us01")
114
115
  ```
116
+ <!--End PulumiCodeChooser -->
115
117
 
116
118
  ## Import
117
119
 
118
120
  Accounts can be imported using the `id`, e.g.
119
121
 
120
- bash
122
+ bash
121
123
 
122
124
  ```sh
123
125
  $ pulumi import newrelic:index/accountManagement:AccountManagement foo <id>
@@ -142,18 +144,20 @@ class AccountManagement(pulumi.CustomResource):
142
144
  ## Example Usage
143
145
 
144
146
  ##### Create Account
147
+ <!--Start PulumiCodeChooser -->
145
148
  ```python
146
149
  import pulumi
147
150
  import pulumi_newrelic as newrelic
148
151
 
149
152
  foo = newrelic.AccountManagement("foo", region="us01")
150
153
  ```
154
+ <!--End PulumiCodeChooser -->
151
155
 
152
156
  ## Import
153
157
 
154
158
  Accounts can be imported using the `id`, e.g.
155
159
 
156
- bash
160
+ bash
157
161
 
158
162
  ```sh
159
163
  $ pulumi import newrelic:index/accountManagement:AccountManagement foo <id>
@@ -172,7 +172,9 @@ class AlertChannel(pulumi.CustomResource):
172
172
  > **WARNING:** The `AlertChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
173
173
 
174
174
  ## Example Usage
175
+
175
176
  ### Email
177
+ <!--Start PulumiCodeChooser -->
176
178
  ```python
177
179
  import pulumi
178
180
  import pulumi_newrelic as newrelic
@@ -184,9 +186,12 @@ class AlertChannel(pulumi.CustomResource):
184
186
  ),
185
187
  type="email")
186
188
  ```
189
+ <!--End PulumiCodeChooser -->
190
+
187
191
  ## Additional Examples
188
192
 
189
193
  ##### Slack
194
+ <!--Start PulumiCodeChooser -->
190
195
  ```python
191
196
  import pulumi
192
197
  import pulumi_newrelic as newrelic
@@ -198,10 +203,12 @@ class AlertChannel(pulumi.CustomResource):
198
203
  ),
199
204
  type="slack")
200
205
  ```
206
+ <!--End PulumiCodeChooser -->
201
207
 
202
208
  > **NOTE:** For instructions on setting up Webhooks with Slack, please visit the article linked under the argument `slack` in the aforementioned configuration, or [this article](https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/alert-notifications/notification-channels-control-where-send-alerts/#slack) in New Relic's docs for additional details on setting up the `New Relic Alerts` Slack application, and subsequently using the generated Webhook URL.
203
209
 
204
210
  ### OpsGenie
211
+ <!--Start PulumiCodeChooser -->
205
212
  ```python
206
213
  import pulumi
207
214
  import pulumi_newrelic as newrelic
@@ -215,8 +222,10 @@ class AlertChannel(pulumi.CustomResource):
215
222
  ),
216
223
  type="opsgenie")
217
224
  ```
225
+ <!--End PulumiCodeChooser -->
218
226
 
219
227
  ### PagerDuty
228
+ <!--Start PulumiCodeChooser -->
220
229
  ```python
221
230
  import pulumi
222
231
  import pulumi_newrelic as newrelic
@@ -227,8 +236,10 @@ class AlertChannel(pulumi.CustomResource):
227
236
  ),
228
237
  type="pagerduty")
229
238
  ```
239
+ <!--End PulumiCodeChooser -->
230
240
 
231
241
  ### VictorOps
242
+ <!--Start PulumiCodeChooser -->
232
243
  ```python
233
244
  import pulumi
234
245
  import pulumi_newrelic as newrelic
@@ -240,8 +251,10 @@ class AlertChannel(pulumi.CustomResource):
240
251
  ),
241
252
  type="victorops")
242
253
  ```
254
+ <!--End PulumiCodeChooser -->
243
255
 
244
256
  ### Webhook
257
+ <!--Start PulumiCodeChooser -->
245
258
  ```python
246
259
  import pulumi
247
260
  import pulumi_newrelic as newrelic
@@ -261,8 +274,10 @@ class AlertChannel(pulumi.CustomResource):
261
274
  },
262
275
  ))
263
276
  ```
277
+ <!--End PulumiCodeChooser -->
264
278
 
265
279
  ### Webhook with complex payload
280
+ <!--Start PulumiCodeChooser -->
266
281
  ```python
267
282
  import pulumi
268
283
  import pulumi_newrelic as newrelic
@@ -282,12 +297,13 @@ class AlertChannel(pulumi.CustomResource):
282
297
  ),
283
298
  type="webhook")
284
299
  ```
300
+ <!--End PulumiCodeChooser -->
285
301
 
286
302
  ## Import
287
303
 
288
304
  Alert channels can be imported using the `id`, e.g.
289
305
 
290
- bash
306
+ bash
291
307
 
292
308
  ```sh
293
309
  $ pulumi import newrelic:index/alertChannel:AlertChannel main <id>
@@ -312,7 +328,9 @@ class AlertChannel(pulumi.CustomResource):
312
328
  > **WARNING:** The `AlertChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
313
329
 
314
330
  ## Example Usage
331
+
315
332
  ### Email
333
+ <!--Start PulumiCodeChooser -->
316
334
  ```python
317
335
  import pulumi
318
336
  import pulumi_newrelic as newrelic
@@ -324,9 +342,12 @@ class AlertChannel(pulumi.CustomResource):
324
342
  ),
325
343
  type="email")
326
344
  ```
345
+ <!--End PulumiCodeChooser -->
346
+
327
347
  ## Additional Examples
328
348
 
329
349
  ##### Slack
350
+ <!--Start PulumiCodeChooser -->
330
351
  ```python
331
352
  import pulumi
332
353
  import pulumi_newrelic as newrelic
@@ -338,10 +359,12 @@ class AlertChannel(pulumi.CustomResource):
338
359
  ),
339
360
  type="slack")
340
361
  ```
362
+ <!--End PulumiCodeChooser -->
341
363
 
342
364
  > **NOTE:** For instructions on setting up Webhooks with Slack, please visit the article linked under the argument `slack` in the aforementioned configuration, or [this article](https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/alert-notifications/notification-channels-control-where-send-alerts/#slack) in New Relic's docs for additional details on setting up the `New Relic Alerts` Slack application, and subsequently using the generated Webhook URL.
343
365
 
344
366
  ### OpsGenie
367
+ <!--Start PulumiCodeChooser -->
345
368
  ```python
346
369
  import pulumi
347
370
  import pulumi_newrelic as newrelic
@@ -355,8 +378,10 @@ class AlertChannel(pulumi.CustomResource):
355
378
  ),
356
379
  type="opsgenie")
357
380
  ```
381
+ <!--End PulumiCodeChooser -->
358
382
 
359
383
  ### PagerDuty
384
+ <!--Start PulumiCodeChooser -->
360
385
  ```python
361
386
  import pulumi
362
387
  import pulumi_newrelic as newrelic
@@ -367,8 +392,10 @@ class AlertChannel(pulumi.CustomResource):
367
392
  ),
368
393
  type="pagerduty")
369
394
  ```
395
+ <!--End PulumiCodeChooser -->
370
396
 
371
397
  ### VictorOps
398
+ <!--Start PulumiCodeChooser -->
372
399
  ```python
373
400
  import pulumi
374
401
  import pulumi_newrelic as newrelic
@@ -380,8 +407,10 @@ class AlertChannel(pulumi.CustomResource):
380
407
  ),
381
408
  type="victorops")
382
409
  ```
410
+ <!--End PulumiCodeChooser -->
383
411
 
384
412
  ### Webhook
413
+ <!--Start PulumiCodeChooser -->
385
414
  ```python
386
415
  import pulumi
387
416
  import pulumi_newrelic as newrelic
@@ -401,8 +430,10 @@ class AlertChannel(pulumi.CustomResource):
401
430
  },
402
431
  ))
403
432
  ```
433
+ <!--End PulumiCodeChooser -->
404
434
 
405
435
  ### Webhook with complex payload
436
+ <!--Start PulumiCodeChooser -->
406
437
  ```python
407
438
  import pulumi
408
439
  import pulumi_newrelic as newrelic
@@ -422,12 +453,13 @@ class AlertChannel(pulumi.CustomResource):
422
453
  ),
423
454
  type="webhook")
424
455
  ```
456
+ <!--End PulumiCodeChooser -->
425
457
 
426
458
  ## Import
427
459
 
428
460
  Alert channels can be imported using the `id`, e.g.
429
461
 
430
- bash
462
+ bash
431
463
 
432
464
  ```sh
433
465
  $ pulumi import newrelic:index/alertChannel:AlertChannel main <id>