pulumi-newrelic 5.21.0__py3-none-any.whl → 5.21.0a1710918336__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_newrelic/_inputs.py +29 -69
- pulumi_newrelic/get_notification_destination.py +1 -14
- pulumi_newrelic/notification_destination.py +0 -28
- pulumi_newrelic/outputs.py +29 -78
- pulumi_newrelic/plugins/_inputs.py +2 -2
- pulumi_newrelic/plugins/outputs.py +2 -2
- pulumi_newrelic/synthetics/broken_links_monitor.py +21 -7
- pulumi_newrelic/synthetics/cert_check_monitor.py +21 -7
- pulumi_newrelic/synthetics/monitor.py +21 -7
- pulumi_newrelic/synthetics/script_monitor.py +21 -7
- pulumi_newrelic/synthetics/step_monitor.py +21 -7
- {pulumi_newrelic-5.21.0.dist-info → pulumi_newrelic-5.21.0a1710918336.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.21.0.dist-info → pulumi_newrelic-5.21.0a1710918336.dist-info}/RECORD +15 -15
- {pulumi_newrelic-5.21.0.dist-info → pulumi_newrelic-5.21.0a1710918336.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.21.0.dist-info → pulumi_newrelic-5.21.0a1710918336.dist-info}/top_level.txt +0 -0
pulumi_newrelic/outputs.py
CHANGED
@@ -148,7 +148,6 @@ __all__ = [
|
|
148
148
|
'OneDashboardVariable',
|
149
149
|
'OneDashboardVariableItem',
|
150
150
|
'OneDashboardVariableNrqlQuery',
|
151
|
-
'OneDashboardVariableOption',
|
152
151
|
'ServiceLevelEvents',
|
153
152
|
'ServiceLevelEventsBadEvents',
|
154
153
|
'ServiceLevelEventsBadEventsSelect',
|
@@ -1971,7 +1970,7 @@ class OneDashboardPageWidgetArea(dict):
|
|
1971
1970
|
:param 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`
|
1972
1971
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
1973
1972
|
:param str id: The ID of the widget.
|
1974
|
-
:param bool ignore_time_range: (Optional)
|
1973
|
+
:param 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`.
|
1975
1974
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
1976
1975
|
:param Sequence['OneDashboardPageWidgetAreaNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
1977
1976
|
:param Sequence['OneDashboardPageWidgetAreaUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -2073,7 +2072,7 @@ class OneDashboardPageWidgetArea(dict):
|
|
2073
2072
|
@pulumi.getter(name="ignoreTimeRange")
|
2074
2073
|
def ignore_time_range(self) -> Optional[bool]:
|
2075
2074
|
"""
|
2076
|
-
(Optional)
|
2075
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
2077
2076
|
"""
|
2078
2077
|
return pulumi.get(self, "ignore_time_range")
|
2079
2078
|
|
@@ -2525,7 +2524,7 @@ class OneDashboardPageWidgetBar(dict):
|
|
2525
2524
|
:param bool filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
|
2526
2525
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
2527
2526
|
:param str id: The ID of the widget.
|
2528
|
-
:param bool ignore_time_range: (Optional)
|
2527
|
+
:param 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`.
|
2529
2528
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
2530
2529
|
:param Sequence[str] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
|
2531
2530
|
:param Sequence['OneDashboardPageWidgetBarNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
@@ -2640,7 +2639,7 @@ class OneDashboardPageWidgetBar(dict):
|
|
2640
2639
|
@pulumi.getter(name="ignoreTimeRange")
|
2641
2640
|
def ignore_time_range(self) -> Optional[bool]:
|
2642
2641
|
"""
|
2643
|
-
(Optional)
|
2642
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
2644
2643
|
"""
|
2645
2644
|
return pulumi.get(self, "ignore_time_range")
|
2646
2645
|
|
@@ -3096,7 +3095,7 @@ class OneDashboardPageWidgetBillboard(dict):
|
|
3096
3095
|
:param 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`
|
3097
3096
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
3098
3097
|
:param str id: The ID of the widget.
|
3099
|
-
:param bool ignore_time_range: (Optional)
|
3098
|
+
:param 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`.
|
3100
3099
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
3101
3100
|
:param Sequence['OneDashboardPageWidgetBillboardNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
3102
3101
|
:param Sequence['OneDashboardPageWidgetBillboardUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -3211,7 +3210,7 @@ class OneDashboardPageWidgetBillboard(dict):
|
|
3211
3210
|
@pulumi.getter(name="ignoreTimeRange")
|
3212
3211
|
def ignore_time_range(self) -> Optional[bool]:
|
3213
3212
|
"""
|
3214
|
-
(Optional)
|
3213
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
3215
3214
|
"""
|
3216
3215
|
return pulumi.get(self, "ignore_time_range")
|
3217
3216
|
|
@@ -3666,7 +3665,7 @@ class OneDashboardPageWidgetBullet(dict):
|
|
3666
3665
|
:param 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`
|
3667
3666
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
3668
3667
|
:param str id: The ID of the widget.
|
3669
|
-
:param bool ignore_time_range: (Optional)
|
3668
|
+
:param 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`.
|
3670
3669
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
3671
3670
|
:param Sequence['OneDashboardPageWidgetBulletNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
3672
3671
|
:param Sequence['OneDashboardPageWidgetBulletUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -3777,7 +3776,7 @@ class OneDashboardPageWidgetBullet(dict):
|
|
3777
3776
|
@pulumi.getter(name="ignoreTimeRange")
|
3778
3777
|
def ignore_time_range(self) -> Optional[bool]:
|
3779
3778
|
"""
|
3780
|
-
(Optional)
|
3779
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
3781
3780
|
"""
|
3782
3781
|
return pulumi.get(self, "ignore_time_range")
|
3783
3782
|
|
@@ -4222,7 +4221,7 @@ class OneDashboardPageWidgetFunnel(dict):
|
|
4222
4221
|
:param 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`
|
4223
4222
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
4224
4223
|
:param str id: The ID of the widget.
|
4225
|
-
:param bool ignore_time_range: (Optional)
|
4224
|
+
:param 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`.
|
4226
4225
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
4227
4226
|
:param Sequence['OneDashboardPageWidgetFunnelNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
4228
4227
|
:param Sequence['OneDashboardPageWidgetFunnelUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -4324,7 +4323,7 @@ class OneDashboardPageWidgetFunnel(dict):
|
|
4324
4323
|
@pulumi.getter(name="ignoreTimeRange")
|
4325
4324
|
def ignore_time_range(self) -> Optional[bool]:
|
4326
4325
|
"""
|
4327
|
-
(Optional)
|
4326
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
4328
4327
|
"""
|
4329
4328
|
return pulumi.get(self, "ignore_time_range")
|
4330
4329
|
|
@@ -4776,7 +4775,7 @@ class OneDashboardPageWidgetHeatmap(dict):
|
|
4776
4775
|
:param bool filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
|
4777
4776
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
4778
4777
|
:param str id: The ID of the widget.
|
4779
|
-
:param bool ignore_time_range: (Optional)
|
4778
|
+
:param 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`.
|
4780
4779
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
4781
4780
|
:param Sequence[str] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
|
4782
4781
|
:param Sequence['OneDashboardPageWidgetHeatmapNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
@@ -4891,7 +4890,7 @@ class OneDashboardPageWidgetHeatmap(dict):
|
|
4891
4890
|
@pulumi.getter(name="ignoreTimeRange")
|
4892
4891
|
def ignore_time_range(self) -> Optional[bool]:
|
4893
4892
|
"""
|
4894
|
-
(Optional)
|
4893
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
4895
4894
|
"""
|
4896
4895
|
return pulumi.get(self, "ignore_time_range")
|
4897
4896
|
|
@@ -5344,7 +5343,7 @@ class OneDashboardPageWidgetHistogram(dict):
|
|
5344
5343
|
:param 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`
|
5345
5344
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
5346
5345
|
:param str id: The ID of the widget.
|
5347
|
-
:param bool ignore_time_range: (Optional)
|
5346
|
+
:param 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`.
|
5348
5347
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
5349
5348
|
:param Sequence['OneDashboardPageWidgetHistogramNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
5350
5349
|
:param Sequence['OneDashboardPageWidgetHistogramUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -5446,7 +5445,7 @@ class OneDashboardPageWidgetHistogram(dict):
|
|
5446
5445
|
@pulumi.getter(name="ignoreTimeRange")
|
5447
5446
|
def ignore_time_range(self) -> Optional[bool]:
|
5448
5447
|
"""
|
5449
|
-
(Optional)
|
5448
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
5450
5449
|
"""
|
5451
5450
|
return pulumi.get(self, "ignore_time_range")
|
5452
5451
|
|
@@ -5891,7 +5890,7 @@ class OneDashboardPageWidgetJson(dict):
|
|
5891
5890
|
:param 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`
|
5892
5891
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
5893
5892
|
:param str id: The ID of the widget.
|
5894
|
-
:param bool ignore_time_range: (Optional)
|
5893
|
+
:param 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`.
|
5895
5894
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
5896
5895
|
:param Sequence['OneDashboardPageWidgetJsonNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
5897
5896
|
:param Sequence['OneDashboardPageWidgetJsonUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -5993,7 +5992,7 @@ class OneDashboardPageWidgetJson(dict):
|
|
5993
5992
|
@pulumi.getter(name="ignoreTimeRange")
|
5994
5993
|
def ignore_time_range(self) -> Optional[bool]:
|
5995
5994
|
"""
|
5996
|
-
(Optional)
|
5995
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
5997
5996
|
"""
|
5998
5997
|
return pulumi.get(self, "ignore_time_range")
|
5999
5998
|
|
@@ -6441,7 +6440,7 @@ class OneDashboardPageWidgetLine(dict):
|
|
6441
6440
|
:param 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`
|
6442
6441
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
6443
6442
|
:param str id: The ID of the widget.
|
6444
|
-
:param bool ignore_time_range: (Optional)
|
6443
|
+
:param 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`.
|
6445
6444
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
6446
6445
|
:param Sequence['OneDashboardPageWidgetLineNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
6447
6446
|
:param Sequence['OneDashboardPageWidgetLineUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -6546,7 +6545,7 @@ class OneDashboardPageWidgetLine(dict):
|
|
6546
6545
|
@pulumi.getter(name="ignoreTimeRange")
|
6547
6546
|
def ignore_time_range(self) -> Optional[bool]:
|
6548
6547
|
"""
|
6549
|
-
(Optional)
|
6548
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
6550
6549
|
"""
|
6551
6550
|
return pulumi.get(self, "ignore_time_range")
|
6552
6551
|
|
@@ -6999,7 +6998,7 @@ class OneDashboardPageWidgetLogTable(dict):
|
|
6999
6998
|
:param 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`
|
7000
6999
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
7001
7000
|
:param str id: The ID of the widget.
|
7002
|
-
:param bool ignore_time_range: (Optional)
|
7001
|
+
:param 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`.
|
7003
7002
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
7004
7003
|
:param Sequence['OneDashboardPageWidgetLogTableNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
7005
7004
|
:param Sequence['OneDashboardPageWidgetLogTableUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -7101,7 +7100,7 @@ class OneDashboardPageWidgetLogTable(dict):
|
|
7101
7100
|
@pulumi.getter(name="ignoreTimeRange")
|
7102
7101
|
def ignore_time_range(self) -> Optional[bool]:
|
7103
7102
|
"""
|
7104
|
-
(Optional)
|
7103
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
7105
7104
|
"""
|
7106
7105
|
return pulumi.get(self, "ignore_time_range")
|
7107
7106
|
|
@@ -7544,7 +7543,7 @@ class OneDashboardPageWidgetMarkdown(dict):
|
|
7544
7543
|
:param 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`
|
7545
7544
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
7546
7545
|
:param str id: The ID of the widget.
|
7547
|
-
:param bool ignore_time_range: (Optional)
|
7546
|
+
:param 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`.
|
7548
7547
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
7549
7548
|
:param Sequence['OneDashboardPageWidgetMarkdownNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
7550
7549
|
:param Sequence['OneDashboardPageWidgetMarkdownUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -7646,7 +7645,7 @@ class OneDashboardPageWidgetMarkdown(dict):
|
|
7646
7645
|
@pulumi.getter(name="ignoreTimeRange")
|
7647
7646
|
def ignore_time_range(self) -> Optional[bool]:
|
7648
7647
|
"""
|
7649
|
-
(Optional)
|
7648
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
7650
7649
|
"""
|
7651
7650
|
return pulumi.get(self, "ignore_time_range")
|
7652
7651
|
|
@@ -8051,7 +8050,7 @@ class OneDashboardPageWidgetPy(dict):
|
|
8051
8050
|
:param bool filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
|
8052
8051
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
8053
8052
|
:param str id: The ID of the widget.
|
8054
|
-
:param bool ignore_time_range: (Optional)
|
8053
|
+
:param 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`.
|
8055
8054
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
8056
8055
|
:param Sequence[str] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
|
8057
8056
|
:param Sequence['OneDashboardPageWidgetPyNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
@@ -8166,7 +8165,7 @@ class OneDashboardPageWidgetPy(dict):
|
|
8166
8165
|
@pulumi.getter(name="ignoreTimeRange")
|
8167
8166
|
def ignore_time_range(self) -> Optional[bool]:
|
8168
8167
|
"""
|
8169
|
-
(Optional)
|
8168
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
8170
8169
|
"""
|
8171
8170
|
return pulumi.get(self, "ignore_time_range")
|
8172
8171
|
|
@@ -8619,7 +8618,7 @@ class OneDashboardPageWidgetStackedBar(dict):
|
|
8619
8618
|
:param 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`
|
8620
8619
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
8621
8620
|
:param str id: The ID of the widget.
|
8622
|
-
:param bool ignore_time_range: (Optional)
|
8621
|
+
:param 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`.
|
8623
8622
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
8624
8623
|
:param Sequence['OneDashboardPageWidgetStackedBarNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
8625
8624
|
:param Sequence['OneDashboardPageWidgetStackedBarUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
@@ -8721,7 +8720,7 @@ class OneDashboardPageWidgetStackedBar(dict):
|
|
8721
8720
|
@pulumi.getter(name="ignoreTimeRange")
|
8722
8721
|
def ignore_time_range(self) -> Optional[bool]:
|
8723
8722
|
"""
|
8724
|
-
(Optional)
|
8723
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
8725
8724
|
"""
|
8726
8725
|
return pulumi.get(self, "ignore_time_range")
|
8727
8726
|
|
@@ -9173,7 +9172,7 @@ class OneDashboardPageWidgetTable(dict):
|
|
9173
9172
|
:param bool filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
|
9174
9173
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
9175
9174
|
:param str id: The ID of the widget.
|
9176
|
-
:param bool ignore_time_range: (Optional)
|
9175
|
+
:param 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`.
|
9177
9176
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
9178
9177
|
:param Sequence[str] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
|
9179
9178
|
:param Sequence['OneDashboardPageWidgetTableNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
@@ -9288,7 +9287,7 @@ class OneDashboardPageWidgetTable(dict):
|
|
9288
9287
|
@pulumi.getter(name="ignoreTimeRange")
|
9289
9288
|
def ignore_time_range(self) -> Optional[bool]:
|
9290
9289
|
"""
|
9291
|
-
(Optional)
|
9290
|
+
(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
|
9292
9291
|
"""
|
9293
9292
|
return pulumi.get(self, "ignore_time_range")
|
9294
9293
|
|
@@ -9901,8 +9900,7 @@ class OneDashboardVariable(dict):
|
|
9901
9900
|
default_values: Optional[Sequence[str]] = None,
|
9902
9901
|
is_multi_selection: Optional[bool] = None,
|
9903
9902
|
items: Optional[Sequence['outputs.OneDashboardVariableItem']] = None,
|
9904
|
-
nrql_query: Optional['outputs.OneDashboardVariableNrqlQuery'] = None
|
9905
|
-
options: Optional[Sequence['outputs.OneDashboardVariableOption']] = None):
|
9903
|
+
nrql_query: Optional['outputs.OneDashboardVariableNrqlQuery'] = None):
|
9906
9904
|
"""
|
9907
9905
|
:param str name: The title of the dashboard.
|
9908
9906
|
:param str replacement_strategy: (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of `default`, `identifier`, `number` or `string`.
|
@@ -9912,7 +9910,6 @@ class OneDashboardVariable(dict):
|
|
9912
9910
|
:param bool is_multi_selection: (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type `nrql` or `enum`.
|
9913
9911
|
:param Sequence['OneDashboardVariableItemArgs'] items: (Optional) List of possible values for variables of type `enum`. See Nested item blocks below for details.
|
9914
9912
|
:param 'OneDashboardVariableNrqlQueryArgs' nrql_query: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
|
9915
|
-
:param Sequence['OneDashboardVariableOptionArgs'] options: (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
|
9916
9913
|
"""
|
9917
9914
|
pulumi.set(__self__, "name", name)
|
9918
9915
|
pulumi.set(__self__, "replacement_strategy", replacement_strategy)
|
@@ -9926,8 +9923,6 @@ class OneDashboardVariable(dict):
|
|
9926
9923
|
pulumi.set(__self__, "items", items)
|
9927
9924
|
if nrql_query is not None:
|
9928
9925
|
pulumi.set(__self__, "nrql_query", nrql_query)
|
9929
|
-
if options is not None:
|
9930
|
-
pulumi.set(__self__, "options", options)
|
9931
9926
|
|
9932
9927
|
@property
|
9933
9928
|
@pulumi.getter
|
@@ -9993,14 +9988,6 @@ class OneDashboardVariable(dict):
|
|
9993
9988
|
"""
|
9994
9989
|
return pulumi.get(self, "nrql_query")
|
9995
9990
|
|
9996
|
-
@property
|
9997
|
-
@pulumi.getter
|
9998
|
-
def options(self) -> Optional[Sequence['outputs.OneDashboardVariableOption']]:
|
9999
|
-
"""
|
10000
|
-
(Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
|
10001
|
-
"""
|
10002
|
-
return pulumi.get(self, "options")
|
10003
|
-
|
10004
9991
|
|
10005
9992
|
@pulumi.output_type
|
10006
9993
|
class OneDashboardVariableItem(dict):
|
@@ -10079,42 +10066,6 @@ class OneDashboardVariableNrqlQuery(dict):
|
|
10079
10066
|
return pulumi.get(self, "account_ids")
|
10080
10067
|
|
10081
10068
|
|
10082
|
-
@pulumi.output_type
|
10083
|
-
class OneDashboardVariableOption(dict):
|
10084
|
-
@staticmethod
|
10085
|
-
def __key_warning(key: str):
|
10086
|
-
suggest = None
|
10087
|
-
if key == "ignoreTimeRange":
|
10088
|
-
suggest = "ignore_time_range"
|
10089
|
-
|
10090
|
-
if suggest:
|
10091
|
-
pulumi.log.warn(f"Key '{key}' not found in OneDashboardVariableOption. Access the value via the '{suggest}' property getter instead.")
|
10092
|
-
|
10093
|
-
def __getitem__(self, key: str) -> Any:
|
10094
|
-
OneDashboardVariableOption.__key_warning(key)
|
10095
|
-
return super().__getitem__(key)
|
10096
|
-
|
10097
|
-
def get(self, key: str, default = None) -> Any:
|
10098
|
-
OneDashboardVariableOption.__key_warning(key)
|
10099
|
-
return super().get(key, default)
|
10100
|
-
|
10101
|
-
def __init__(__self__, *,
|
10102
|
-
ignore_time_range: Optional[bool] = None):
|
10103
|
-
"""
|
10104
|
-
:param 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.
|
10105
|
-
"""
|
10106
|
-
if ignore_time_range is not None:
|
10107
|
-
pulumi.set(__self__, "ignore_time_range", ignore_time_range)
|
10108
|
-
|
10109
|
-
@property
|
10110
|
-
@pulumi.getter(name="ignoreTimeRange")
|
10111
|
-
def ignore_time_range(self) -> Optional[bool]:
|
10112
|
-
"""
|
10113
|
-
(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.
|
10114
|
-
"""
|
10115
|
-
return pulumi.get(self, "ignore_time_range")
|
10116
|
-
|
10117
|
-
|
10118
10069
|
@pulumi.output_type
|
10119
10070
|
class ServiceLevelEvents(dict):
|
10120
10071
|
@staticmethod
|
@@ -25,7 +25,7 @@ class WorkloadEntitySearchQueryArgs:
|
|
25
25
|
def __init__(__self__, *,
|
26
26
|
query: pulumi.Input[str]):
|
27
27
|
"""
|
28
|
-
:param pulumi.Input[str] query:
|
28
|
+
:param pulumi.Input[str] query: The query.
|
29
29
|
"""
|
30
30
|
pulumi.set(__self__, "query", query)
|
31
31
|
|
@@ -33,7 +33,7 @@ class WorkloadEntitySearchQueryArgs:
|
|
33
33
|
@pulumi.getter
|
34
34
|
def query(self) -> pulumi.Input[str]:
|
35
35
|
"""
|
36
|
-
|
36
|
+
The query.
|
37
37
|
"""
|
38
38
|
return pulumi.get(self, "query")
|
39
39
|
|
@@ -26,7 +26,7 @@ class WorkloadEntitySearchQuery(dict):
|
|
26
26
|
def __init__(__self__, *,
|
27
27
|
query: str):
|
28
28
|
"""
|
29
|
-
:param str query:
|
29
|
+
:param str query: The query.
|
30
30
|
"""
|
31
31
|
pulumi.set(__self__, "query", query)
|
32
32
|
|
@@ -34,7 +34,7 @@ class WorkloadEntitySearchQuery(dict):
|
|
34
34
|
@pulumi.getter
|
35
35
|
def query(self) -> str:
|
36
36
|
"""
|
37
|
-
|
37
|
+
The query.
|
38
38
|
"""
|
39
39
|
return pulumi.get(self, "query")
|
40
40
|
|
@@ -27,7 +27,9 @@ class BrokenLinksMonitorArgs:
|
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a BrokenLinksMonitor resource.
|
29
29
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
30
|
-
:param pulumi.Input[str] status: The monitor status (ENABLED
|
30
|
+
:param pulumi.Input[str] status: The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
31
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
32
|
+
refrain from using this value and shift to alternatives.
|
31
33
|
:param pulumi.Input[str] uri: The URI the monitor runs against.
|
32
34
|
:param pulumi.Input[int] account_id: The account in which the Synthetics monitor will be created.
|
33
35
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations_privates: The location the monitor will run from. Accepts a list of private location GUIDs. At least one of either `locations_public` or `locations_private` is required.
|
@@ -65,7 +67,9 @@ class BrokenLinksMonitorArgs:
|
|
65
67
|
@pulumi.getter
|
66
68
|
def status(self) -> pulumi.Input[str]:
|
67
69
|
"""
|
68
|
-
The monitor status (ENABLED
|
70
|
+
The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
71
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
72
|
+
refrain from using this value and shift to alternatives.
|
69
73
|
"""
|
70
74
|
return pulumi.get(self, "status")
|
71
75
|
|
@@ -168,7 +172,9 @@ class _BrokenLinksMonitorState:
|
|
168
172
|
:param pulumi.Input[str] name: The name for the monitor.
|
169
173
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
170
174
|
:param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
|
171
|
-
:param pulumi.Input[str] status: The monitor status (ENABLED
|
175
|
+
:param pulumi.Input[str] status: The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
176
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
177
|
+
refrain from using this value and shift to alternatives.
|
172
178
|
:param pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
|
173
179
|
:param pulumi.Input[str] uri: The URI the monitor runs against.
|
174
180
|
"""
|
@@ -281,7 +287,9 @@ class _BrokenLinksMonitorState:
|
|
281
287
|
@pulumi.getter
|
282
288
|
def status(self) -> Optional[pulumi.Input[str]]:
|
283
289
|
"""
|
284
|
-
The monitor status (ENABLED
|
290
|
+
The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
291
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
292
|
+
refrain from using this value and shift to alternatives.
|
285
293
|
"""
|
286
294
|
return pulumi.get(self, "status")
|
287
295
|
|
@@ -396,7 +404,9 @@ class BrokenLinksMonitor(pulumi.CustomResource):
|
|
396
404
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
|
397
405
|
:param pulumi.Input[str] name: The name for the monitor.
|
398
406
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
399
|
-
:param pulumi.Input[str] status: The monitor status (ENABLED
|
407
|
+
:param pulumi.Input[str] status: The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
408
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
409
|
+
refrain from using this value and shift to alternatives.
|
400
410
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BrokenLinksMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
|
401
411
|
:param pulumi.Input[str] uri: The URI the monitor runs against.
|
402
412
|
"""
|
@@ -549,7 +559,9 @@ class BrokenLinksMonitor(pulumi.CustomResource):
|
|
549
559
|
:param pulumi.Input[str] name: The name for the monitor.
|
550
560
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
551
561
|
:param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
|
552
|
-
:param pulumi.Input[str] status: The monitor status (ENABLED
|
562
|
+
:param pulumi.Input[str] status: The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
563
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
564
|
+
refrain from using this value and shift to alternatives.
|
553
565
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BrokenLinksMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
|
554
566
|
:param pulumi.Input[str] uri: The URI the monitor runs against.
|
555
567
|
"""
|
@@ -629,7 +641,9 @@ class BrokenLinksMonitor(pulumi.CustomResource):
|
|
629
641
|
@pulumi.getter
|
630
642
|
def status(self) -> pulumi.Output[str]:
|
631
643
|
"""
|
632
|
-
The monitor status (ENABLED
|
644
|
+
The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
645
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
646
|
+
refrain from using this value and shift to alternatives.
|
633
647
|
"""
|
634
648
|
return pulumi.get(self, "status")
|
635
649
|
|
@@ -30,7 +30,9 @@ class CertCheckMonitorArgs:
|
|
30
30
|
:param pulumi.Input[int] certificate_expiration: The desired number of remaining days until the certificate expires to trigger a monitor failure.
|
31
31
|
:param pulumi.Input[str] domain: The domain of the host that will have its certificate checked.
|
32
32
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
33
|
-
:param pulumi.Input[str] status: The monitor status (ENABLED
|
33
|
+
:param pulumi.Input[str] status: The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
34
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
35
|
+
refrain from using this value and shift to alternatives.
|
34
36
|
:param pulumi.Input[int] account_id: The account in which the Synthetics monitor will be created.
|
35
37
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations_privates: The location the monitor will run from. Accepts a list of private location GUIDs. At least one of either `locations_public` or `locations_private` is required.
|
36
38
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
|
@@ -92,7 +94,9 @@ class CertCheckMonitorArgs:
|
|
92
94
|
@pulumi.getter
|
93
95
|
def status(self) -> pulumi.Input[str]:
|
94
96
|
"""
|
95
|
-
The monitor status (ENABLED
|
97
|
+
The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
98
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
99
|
+
refrain from using this value and shift to alternatives.
|
96
100
|
"""
|
97
101
|
return pulumi.get(self, "status")
|
98
102
|
|
@@ -184,7 +188,9 @@ class _CertCheckMonitorState:
|
|
184
188
|
:param pulumi.Input[str] name: The name for the monitor.
|
185
189
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
186
190
|
:param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
|
187
|
-
:param pulumi.Input[str] status: The monitor status (ENABLED
|
191
|
+
:param pulumi.Input[str] status: The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
192
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
193
|
+
refrain from using this value and shift to alternatives.
|
188
194
|
:param pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
|
189
195
|
"""
|
190
196
|
if account_id is not None:
|
@@ -308,7 +314,9 @@ class _CertCheckMonitorState:
|
|
308
314
|
@pulumi.getter
|
309
315
|
def status(self) -> Optional[pulumi.Input[str]]:
|
310
316
|
"""
|
311
|
-
The monitor status (ENABLED
|
317
|
+
The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
318
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
319
|
+
refrain from using this value and shift to alternatives.
|
312
320
|
"""
|
313
321
|
return pulumi.get(self, "status")
|
314
322
|
|
@@ -415,7 +423,9 @@ class CertCheckMonitor(pulumi.CustomResource):
|
|
415
423
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
|
416
424
|
:param pulumi.Input[str] name: The name for the monitor.
|
417
425
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
418
|
-
:param pulumi.Input[str] status: The monitor status (ENABLED
|
426
|
+
:param pulumi.Input[str] status: The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
427
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
428
|
+
refrain from using this value and shift to alternatives.
|
419
429
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CertCheckMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
|
420
430
|
"""
|
421
431
|
...
|
@@ -572,7 +582,9 @@ class CertCheckMonitor(pulumi.CustomResource):
|
|
572
582
|
:param pulumi.Input[str] name: The name for the monitor.
|
573
583
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
574
584
|
:param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
|
575
|
-
:param pulumi.Input[str] status: The monitor status (ENABLED
|
585
|
+
:param pulumi.Input[str] status: The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
586
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
587
|
+
refrain from using this value and shift to alternatives.
|
576
588
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CertCheckMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
|
577
589
|
"""
|
578
590
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -659,7 +671,9 @@ class CertCheckMonitor(pulumi.CustomResource):
|
|
659
671
|
@pulumi.getter
|
660
672
|
def status(self) -> pulumi.Output[str]:
|
661
673
|
"""
|
662
|
-
The monitor status (ENABLED
|
674
|
+
The monitor status (i.e. ENABLED, MUTED, DISABLED). Note: The 'MUTED' status is now deprecated, and support for this
|
675
|
+
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
676
|
+
refrain from using this value and shift to alternatives.
|
663
677
|
"""
|
664
678
|
return pulumi.get(self, "status")
|
665
679
|
|