pulumi-newrelic 5.25.0a1716510846__py3-none-any.whl → 5.25.1__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 +281 -1
- pulumi_newrelic/notification_destination.py +14 -10
- pulumi_newrelic/outputs.py +280 -1
- pulumi_newrelic/pulumi-plugin.json +1 -1
- {pulumi_newrelic-5.25.0a1716510846.dist-info → pulumi_newrelic-5.25.1.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.25.0a1716510846.dist-info → pulumi_newrelic-5.25.1.dist-info}/RECORD +8 -8
- {pulumi_newrelic-5.25.0a1716510846.dist-info → pulumi_newrelic-5.25.1.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.25.0a1716510846.dist-info → pulumi_newrelic-5.25.1.dist-info}/top_level.txt +0 -0
pulumi_newrelic/_inputs.py
CHANGED
@@ -103,8 +103,10 @@ __all__ = [
|
|
103
103
|
'OneDashboardPageWidgetLineNrqlQueryArgs',
|
104
104
|
'OneDashboardPageWidgetLineNullValueArgs',
|
105
105
|
'OneDashboardPageWidgetLineNullValueSeriesOverrideArgs',
|
106
|
+
'OneDashboardPageWidgetLineThresholdArgs',
|
106
107
|
'OneDashboardPageWidgetLineUnitArgs',
|
107
108
|
'OneDashboardPageWidgetLineUnitSeriesOverrideArgs',
|
109
|
+
'OneDashboardPageWidgetLineYAxisRightArgs',
|
108
110
|
'OneDashboardPageWidgetLogTableArgs',
|
109
111
|
'OneDashboardPageWidgetLogTableColorArgs',
|
110
112
|
'OneDashboardPageWidgetLogTableColorSeriesOverrideArgs',
|
@@ -142,6 +144,7 @@ __all__ = [
|
|
142
144
|
'OneDashboardPageWidgetTableNrqlQueryArgs',
|
143
145
|
'OneDashboardPageWidgetTableNullValueArgs',
|
144
146
|
'OneDashboardPageWidgetTableNullValueSeriesOverrideArgs',
|
147
|
+
'OneDashboardPageWidgetTableThresholdArgs',
|
145
148
|
'OneDashboardPageWidgetTableUnitArgs',
|
146
149
|
'OneDashboardPageWidgetTableUnitSeriesOverrideArgs',
|
147
150
|
'OneDashboardRawPageArgs',
|
@@ -6246,13 +6249,16 @@ class OneDashboardPageWidgetLineArgs:
|
|
6246
6249
|
height: Optional[pulumi.Input[int]] = None,
|
6247
6250
|
id: Optional[pulumi.Input[str]] = None,
|
6248
6251
|
ignore_time_range: Optional[pulumi.Input[bool]] = None,
|
6252
|
+
is_label_visible: Optional[pulumi.Input[bool]] = None,
|
6249
6253
|
legend_enabled: Optional[pulumi.Input[bool]] = None,
|
6250
6254
|
null_values: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNullValueArgs']]]] = None,
|
6255
|
+
thresholds: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineThresholdArgs']]]] = None,
|
6251
6256
|
units: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineUnitArgs']]]] = None,
|
6252
6257
|
width: Optional[pulumi.Input[int]] = None,
|
6253
6258
|
y_axis_left_max: Optional[pulumi.Input[float]] = None,
|
6254
6259
|
y_axis_left_min: Optional[pulumi.Input[float]] = None,
|
6255
|
-
y_axis_left_zero: Optional[pulumi.Input[bool]] = None
|
6260
|
+
y_axis_left_zero: Optional[pulumi.Input[bool]] = None,
|
6261
|
+
y_axis_right: Optional[pulumi.Input['OneDashboardPageWidgetLineYAxisRightArgs']] = None):
|
6256
6262
|
"""
|
6257
6263
|
:param pulumi.Input[int] column: (Required) Column position of widget from top left, starting at `1`.
|
6258
6264
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
|
@@ -6263,12 +6269,15 @@ class OneDashboardPageWidgetLineArgs:
|
|
6263
6269
|
:param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
6264
6270
|
:param pulumi.Input[str] id: The ID of the widget.
|
6265
6271
|
: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.
|
6272
|
+
:param pulumi.Input[bool] is_label_visible: (Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the _label always visible_ toggle in the _Thresholds_ section in the settings of the widget is enabled.
|
6266
6273
|
:param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
6267
6274
|
: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.
|
6275
|
+
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineThresholdArgs']]] thresholds: (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
6268
6276
|
: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.
|
6269
6277
|
:param pulumi.Input[int] width: (Optional) Width of the widget. Valid values are `1` to `12` inclusive. Defaults to `4`.
|
6270
6278
|
:param pulumi.Input[float] y_axis_left_min: , `y_axis_left_max` - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
|
6271
6279
|
:param pulumi.Input[bool] y_axis_left_zero: (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from `y_axis_left_min` (or 0 if it is not defined) to `y_axis_left_max`. Use `y_axis_left_zero = true` with a combination of `y_axis_left_min` and `y_axis_left_max` to render values from 0 or the specified minimum to the maximum, and `y_axis_left_zero = false` to fit the graph to scale.
|
6280
|
+
:param pulumi.Input['OneDashboardPageWidgetLineYAxisRightArgs'] y_axis_right: (Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
|
6272
6281
|
"""
|
6273
6282
|
pulumi.set(__self__, "column", column)
|
6274
6283
|
pulumi.set(__self__, "nrql_queries", nrql_queries)
|
@@ -6284,10 +6293,14 @@ class OneDashboardPageWidgetLineArgs:
|
|
6284
6293
|
pulumi.set(__self__, "id", id)
|
6285
6294
|
if ignore_time_range is not None:
|
6286
6295
|
pulumi.set(__self__, "ignore_time_range", ignore_time_range)
|
6296
|
+
if is_label_visible is not None:
|
6297
|
+
pulumi.set(__self__, "is_label_visible", is_label_visible)
|
6287
6298
|
if legend_enabled is not None:
|
6288
6299
|
pulumi.set(__self__, "legend_enabled", legend_enabled)
|
6289
6300
|
if null_values is not None:
|
6290
6301
|
pulumi.set(__self__, "null_values", null_values)
|
6302
|
+
if thresholds is not None:
|
6303
|
+
pulumi.set(__self__, "thresholds", thresholds)
|
6291
6304
|
if units is not None:
|
6292
6305
|
pulumi.set(__self__, "units", units)
|
6293
6306
|
if width is not None:
|
@@ -6298,6 +6311,8 @@ class OneDashboardPageWidgetLineArgs:
|
|
6298
6311
|
pulumi.set(__self__, "y_axis_left_min", y_axis_left_min)
|
6299
6312
|
if y_axis_left_zero is not None:
|
6300
6313
|
pulumi.set(__self__, "y_axis_left_zero", y_axis_left_zero)
|
6314
|
+
if y_axis_right is not None:
|
6315
|
+
pulumi.set(__self__, "y_axis_right", y_axis_right)
|
6301
6316
|
|
6302
6317
|
@property
|
6303
6318
|
@pulumi.getter
|
@@ -6407,6 +6422,18 @@ class OneDashboardPageWidgetLineArgs:
|
|
6407
6422
|
def ignore_time_range(self, value: Optional[pulumi.Input[bool]]):
|
6408
6423
|
pulumi.set(self, "ignore_time_range", value)
|
6409
6424
|
|
6425
|
+
@property
|
6426
|
+
@pulumi.getter(name="isLabelVisible")
|
6427
|
+
def is_label_visible(self) -> Optional[pulumi.Input[bool]]:
|
6428
|
+
"""
|
6429
|
+
(Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the _label always visible_ toggle in the _Thresholds_ section in the settings of the widget is enabled.
|
6430
|
+
"""
|
6431
|
+
return pulumi.get(self, "is_label_visible")
|
6432
|
+
|
6433
|
+
@is_label_visible.setter
|
6434
|
+
def is_label_visible(self, value: Optional[pulumi.Input[bool]]):
|
6435
|
+
pulumi.set(self, "is_label_visible", value)
|
6436
|
+
|
6410
6437
|
@property
|
6411
6438
|
@pulumi.getter(name="legendEnabled")
|
6412
6439
|
def legend_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -6431,6 +6458,18 @@ class OneDashboardPageWidgetLineArgs:
|
|
6431
6458
|
def null_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNullValueArgs']]]]):
|
6432
6459
|
pulumi.set(self, "null_values", value)
|
6433
6460
|
|
6461
|
+
@property
|
6462
|
+
@pulumi.getter
|
6463
|
+
def thresholds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineThresholdArgs']]]]:
|
6464
|
+
"""
|
6465
|
+
(Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
6466
|
+
"""
|
6467
|
+
return pulumi.get(self, "thresholds")
|
6468
|
+
|
6469
|
+
@thresholds.setter
|
6470
|
+
def thresholds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineThresholdArgs']]]]):
|
6471
|
+
pulumi.set(self, "thresholds", value)
|
6472
|
+
|
6434
6473
|
@property
|
6435
6474
|
@pulumi.getter
|
6436
6475
|
def units(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineUnitArgs']]]]:
|
@@ -6488,6 +6527,18 @@ class OneDashboardPageWidgetLineArgs:
|
|
6488
6527
|
def y_axis_left_zero(self, value: Optional[pulumi.Input[bool]]):
|
6489
6528
|
pulumi.set(self, "y_axis_left_zero", value)
|
6490
6529
|
|
6530
|
+
@property
|
6531
|
+
@pulumi.getter(name="yAxisRight")
|
6532
|
+
def y_axis_right(self) -> Optional[pulumi.Input['OneDashboardPageWidgetLineYAxisRightArgs']]:
|
6533
|
+
"""
|
6534
|
+
(Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
|
6535
|
+
"""
|
6536
|
+
return pulumi.get(self, "y_axis_right")
|
6537
|
+
|
6538
|
+
@y_axis_right.setter
|
6539
|
+
def y_axis_right(self, value: Optional[pulumi.Input['OneDashboardPageWidgetLineYAxisRightArgs']]):
|
6540
|
+
pulumi.set(self, "y_axis_right", value)
|
6541
|
+
|
6491
6542
|
|
6492
6543
|
@pulumi.input_type
|
6493
6544
|
class OneDashboardPageWidgetLineColorArgs:
|
@@ -6683,6 +6734,77 @@ class OneDashboardPageWidgetLineNullValueSeriesOverrideArgs:
|
|
6683
6734
|
pulumi.set(self, "series_name", value)
|
6684
6735
|
|
6685
6736
|
|
6737
|
+
@pulumi.input_type
|
6738
|
+
class OneDashboardPageWidgetLineThresholdArgs:
|
6739
|
+
def __init__(__self__, *,
|
6740
|
+
from_: Optional[pulumi.Input[int]] = None,
|
6741
|
+
name: Optional[pulumi.Input[str]] = None,
|
6742
|
+
severity: Optional[pulumi.Input[str]] = None,
|
6743
|
+
to: Optional[pulumi.Input[int]] = None):
|
6744
|
+
"""
|
6745
|
+
:param pulumi.Input[int] from_: The value 'from' which the threshold would need to be applied.
|
6746
|
+
:param pulumi.Input[str] name: The title of the dashboard.
|
6747
|
+
:param pulumi.Input[str] severity: The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following - `warning`, `severe`, `critical`, `success`, `unavailable` which correspond to the severity labels _Warning_, _Approaching critical_, _Critical_, _Good_, _Neutral_ in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively.
|
6748
|
+
:param pulumi.Input[int] to: The value until which the threshold would need to be applied.
|
6749
|
+
"""
|
6750
|
+
if from_ is not None:
|
6751
|
+
pulumi.set(__self__, "from_", from_)
|
6752
|
+
if name is not None:
|
6753
|
+
pulumi.set(__self__, "name", name)
|
6754
|
+
if severity is not None:
|
6755
|
+
pulumi.set(__self__, "severity", severity)
|
6756
|
+
if to is not None:
|
6757
|
+
pulumi.set(__self__, "to", to)
|
6758
|
+
|
6759
|
+
@property
|
6760
|
+
@pulumi.getter(name="from")
|
6761
|
+
def from_(self) -> Optional[pulumi.Input[int]]:
|
6762
|
+
"""
|
6763
|
+
The value 'from' which the threshold would need to be applied.
|
6764
|
+
"""
|
6765
|
+
return pulumi.get(self, "from_")
|
6766
|
+
|
6767
|
+
@from_.setter
|
6768
|
+
def from_(self, value: Optional[pulumi.Input[int]]):
|
6769
|
+
pulumi.set(self, "from_", value)
|
6770
|
+
|
6771
|
+
@property
|
6772
|
+
@pulumi.getter
|
6773
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
6774
|
+
"""
|
6775
|
+
The title of the dashboard.
|
6776
|
+
"""
|
6777
|
+
return pulumi.get(self, "name")
|
6778
|
+
|
6779
|
+
@name.setter
|
6780
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
6781
|
+
pulumi.set(self, "name", value)
|
6782
|
+
|
6783
|
+
@property
|
6784
|
+
@pulumi.getter
|
6785
|
+
def severity(self) -> Optional[pulumi.Input[str]]:
|
6786
|
+
"""
|
6787
|
+
The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following - `warning`, `severe`, `critical`, `success`, `unavailable` which correspond to the severity labels _Warning_, _Approaching critical_, _Critical_, _Good_, _Neutral_ in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively.
|
6788
|
+
"""
|
6789
|
+
return pulumi.get(self, "severity")
|
6790
|
+
|
6791
|
+
@severity.setter
|
6792
|
+
def severity(self, value: Optional[pulumi.Input[str]]):
|
6793
|
+
pulumi.set(self, "severity", value)
|
6794
|
+
|
6795
|
+
@property
|
6796
|
+
@pulumi.getter
|
6797
|
+
def to(self) -> Optional[pulumi.Input[int]]:
|
6798
|
+
"""
|
6799
|
+
The value until which the threshold would need to be applied.
|
6800
|
+
"""
|
6801
|
+
return pulumi.get(self, "to")
|
6802
|
+
|
6803
|
+
@to.setter
|
6804
|
+
def to(self, value: Optional[pulumi.Input[int]]):
|
6805
|
+
pulumi.set(self, "to", value)
|
6806
|
+
|
6807
|
+
|
6686
6808
|
@pulumi.input_type
|
6687
6809
|
class OneDashboardPageWidgetLineUnitArgs:
|
6688
6810
|
def __init__(__self__, *,
|
@@ -6761,6 +6883,77 @@ class OneDashboardPageWidgetLineUnitSeriesOverrideArgs:
|
|
6761
6883
|
pulumi.set(self, "unit", value)
|
6762
6884
|
|
6763
6885
|
|
6886
|
+
@pulumi.input_type
|
6887
|
+
class OneDashboardPageWidgetLineYAxisRightArgs:
|
6888
|
+
def __init__(__self__, *,
|
6889
|
+
y_axis_right_max: Optional[pulumi.Input[float]] = None,
|
6890
|
+
y_axis_right_min: Optional[pulumi.Input[float]] = None,
|
6891
|
+
y_axis_right_series: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
6892
|
+
y_axis_right_zero: Optional[pulumi.Input[bool]] = None):
|
6893
|
+
"""
|
6894
|
+
:param pulumi.Input[float] y_axis_right_max: Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
|
6895
|
+
:param pulumi.Input[float] y_axis_right_min: , `y_axis_right_max` - (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis.
|
6896
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] y_axis_right_series: (Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
|
6897
|
+
:param pulumi.Input[bool] y_axis_right_zero: (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from `y_axis_right_min` (or 0 if it is not defined) to `y_axis_right_max`. Use `y_axis_right_zero = true` with a combination of `y_axis_right_min` and `y_axis_right_max` to render values from 0 or the specified minimum to the maximum, and `y_axis_right_zero = false` to fit the graph to scale.
|
6898
|
+
"""
|
6899
|
+
if y_axis_right_max is not None:
|
6900
|
+
pulumi.set(__self__, "y_axis_right_max", y_axis_right_max)
|
6901
|
+
if y_axis_right_min is not None:
|
6902
|
+
pulumi.set(__self__, "y_axis_right_min", y_axis_right_min)
|
6903
|
+
if y_axis_right_series is not None:
|
6904
|
+
pulumi.set(__self__, "y_axis_right_series", y_axis_right_series)
|
6905
|
+
if y_axis_right_zero is not None:
|
6906
|
+
pulumi.set(__self__, "y_axis_right_zero", y_axis_right_zero)
|
6907
|
+
|
6908
|
+
@property
|
6909
|
+
@pulumi.getter(name="yAxisRightMax")
|
6910
|
+
def y_axis_right_max(self) -> Optional[pulumi.Input[float]]:
|
6911
|
+
"""
|
6912
|
+
Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
|
6913
|
+
"""
|
6914
|
+
return pulumi.get(self, "y_axis_right_max")
|
6915
|
+
|
6916
|
+
@y_axis_right_max.setter
|
6917
|
+
def y_axis_right_max(self, value: Optional[pulumi.Input[float]]):
|
6918
|
+
pulumi.set(self, "y_axis_right_max", value)
|
6919
|
+
|
6920
|
+
@property
|
6921
|
+
@pulumi.getter(name="yAxisRightMin")
|
6922
|
+
def y_axis_right_min(self) -> Optional[pulumi.Input[float]]:
|
6923
|
+
"""
|
6924
|
+
, `y_axis_right_max` - (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis.
|
6925
|
+
"""
|
6926
|
+
return pulumi.get(self, "y_axis_right_min")
|
6927
|
+
|
6928
|
+
@y_axis_right_min.setter
|
6929
|
+
def y_axis_right_min(self, value: Optional[pulumi.Input[float]]):
|
6930
|
+
pulumi.set(self, "y_axis_right_min", value)
|
6931
|
+
|
6932
|
+
@property
|
6933
|
+
@pulumi.getter(name="yAxisRightSeries")
|
6934
|
+
def y_axis_right_series(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
6935
|
+
"""
|
6936
|
+
(Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
|
6937
|
+
"""
|
6938
|
+
return pulumi.get(self, "y_axis_right_series")
|
6939
|
+
|
6940
|
+
@y_axis_right_series.setter
|
6941
|
+
def y_axis_right_series(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
6942
|
+
pulumi.set(self, "y_axis_right_series", value)
|
6943
|
+
|
6944
|
+
@property
|
6945
|
+
@pulumi.getter(name="yAxisRightZero")
|
6946
|
+
def y_axis_right_zero(self) -> Optional[pulumi.Input[bool]]:
|
6947
|
+
"""
|
6948
|
+
(Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from `y_axis_right_min` (or 0 if it is not defined) to `y_axis_right_max`. Use `y_axis_right_zero = true` with a combination of `y_axis_right_min` and `y_axis_right_max` to render values from 0 or the specified minimum to the maximum, and `y_axis_right_zero = false` to fit the graph to scale.
|
6949
|
+
"""
|
6950
|
+
return pulumi.get(self, "y_axis_right_zero")
|
6951
|
+
|
6952
|
+
@y_axis_right_zero.setter
|
6953
|
+
def y_axis_right_zero(self, value: Optional[pulumi.Input[bool]]):
|
6954
|
+
pulumi.set(self, "y_axis_right_zero", value)
|
6955
|
+
|
6956
|
+
|
6764
6957
|
@pulumi.input_type
|
6765
6958
|
class OneDashboardPageWidgetLogTableArgs:
|
6766
6959
|
def __init__(__self__, *,
|
@@ -8815,6 +9008,7 @@ class OneDashboardPageWidgetTableArgs:
|
|
8815
9008
|
legend_enabled: Optional[pulumi.Input[bool]] = None,
|
8816
9009
|
linked_entity_guids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
8817
9010
|
null_values: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableNullValueArgs']]]] = None,
|
9011
|
+
thresholds: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableThresholdArgs']]]] = None,
|
8818
9012
|
units: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableUnitArgs']]]] = None,
|
8819
9013
|
width: Optional[pulumi.Input[int]] = None,
|
8820
9014
|
y_axis_left_max: Optional[pulumi.Input[float]] = None,
|
@@ -8833,6 +9027,7 @@ class OneDashboardPageWidgetTableArgs:
|
|
8833
9027
|
:param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
8834
9028
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
|
8835
9029
|
: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.
|
9030
|
+
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableThresholdArgs']]] thresholds: (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
8836
9031
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
8837
9032
|
:param pulumi.Input[int] width: (Optional) Width of the widget. Valid values are `1` to `12` inclusive. Defaults to `4`.
|
8838
9033
|
:param pulumi.Input[float] y_axis_left_min: , `y_axis_left_max` - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
|
@@ -8859,6 +9054,8 @@ class OneDashboardPageWidgetTableArgs:
|
|
8859
9054
|
pulumi.set(__self__, "linked_entity_guids", linked_entity_guids)
|
8860
9055
|
if null_values is not None:
|
8861
9056
|
pulumi.set(__self__, "null_values", null_values)
|
9057
|
+
if thresholds is not None:
|
9058
|
+
pulumi.set(__self__, "thresholds", thresholds)
|
8862
9059
|
if units is not None:
|
8863
9060
|
pulumi.set(__self__, "units", units)
|
8864
9061
|
if width is not None:
|
@@ -9024,6 +9221,18 @@ class OneDashboardPageWidgetTableArgs:
|
|
9024
9221
|
def null_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableNullValueArgs']]]]):
|
9025
9222
|
pulumi.set(self, "null_values", value)
|
9026
9223
|
|
9224
|
+
@property
|
9225
|
+
@pulumi.getter
|
9226
|
+
def thresholds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableThresholdArgs']]]]:
|
9227
|
+
"""
|
9228
|
+
(Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
9229
|
+
"""
|
9230
|
+
return pulumi.get(self, "thresholds")
|
9231
|
+
|
9232
|
+
@thresholds.setter
|
9233
|
+
def thresholds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableThresholdArgs']]]]):
|
9234
|
+
pulumi.set(self, "thresholds", value)
|
9235
|
+
|
9027
9236
|
@property
|
9028
9237
|
@pulumi.getter
|
9029
9238
|
def units(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableUnitArgs']]]]:
|
@@ -9264,6 +9473,77 @@ class OneDashboardPageWidgetTableNullValueSeriesOverrideArgs:
|
|
9264
9473
|
pulumi.set(self, "series_name", value)
|
9265
9474
|
|
9266
9475
|
|
9476
|
+
@pulumi.input_type
|
9477
|
+
class OneDashboardPageWidgetTableThresholdArgs:
|
9478
|
+
def __init__(__self__, *,
|
9479
|
+
column_name: Optional[pulumi.Input[str]] = None,
|
9480
|
+
from_: Optional[pulumi.Input[int]] = None,
|
9481
|
+
severity: Optional[pulumi.Input[str]] = None,
|
9482
|
+
to: Optional[pulumi.Input[int]] = None):
|
9483
|
+
"""
|
9484
|
+
:param pulumi.Input[str] column_name: The name of the column in the table, to which the threshold would need to be applied.
|
9485
|
+
:param pulumi.Input[int] from_: The value 'from' which the threshold would need to be applied.
|
9486
|
+
:param pulumi.Input[str] severity: The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following - `warning`, `severe`, `critical`, `success`, `unavailable` which correspond to the severity labels _Warning_, _Approaching critical_, _Critical_, _Good_, _Neutral_ in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively.
|
9487
|
+
:param pulumi.Input[int] to: The value until which the threshold would need to be applied.
|
9488
|
+
"""
|
9489
|
+
if column_name is not None:
|
9490
|
+
pulumi.set(__self__, "column_name", column_name)
|
9491
|
+
if from_ is not None:
|
9492
|
+
pulumi.set(__self__, "from_", from_)
|
9493
|
+
if severity is not None:
|
9494
|
+
pulumi.set(__self__, "severity", severity)
|
9495
|
+
if to is not None:
|
9496
|
+
pulumi.set(__self__, "to", to)
|
9497
|
+
|
9498
|
+
@property
|
9499
|
+
@pulumi.getter(name="columnName")
|
9500
|
+
def column_name(self) -> Optional[pulumi.Input[str]]:
|
9501
|
+
"""
|
9502
|
+
The name of the column in the table, to which the threshold would need to be applied.
|
9503
|
+
"""
|
9504
|
+
return pulumi.get(self, "column_name")
|
9505
|
+
|
9506
|
+
@column_name.setter
|
9507
|
+
def column_name(self, value: Optional[pulumi.Input[str]]):
|
9508
|
+
pulumi.set(self, "column_name", value)
|
9509
|
+
|
9510
|
+
@property
|
9511
|
+
@pulumi.getter(name="from")
|
9512
|
+
def from_(self) -> Optional[pulumi.Input[int]]:
|
9513
|
+
"""
|
9514
|
+
The value 'from' which the threshold would need to be applied.
|
9515
|
+
"""
|
9516
|
+
return pulumi.get(self, "from_")
|
9517
|
+
|
9518
|
+
@from_.setter
|
9519
|
+
def from_(self, value: Optional[pulumi.Input[int]]):
|
9520
|
+
pulumi.set(self, "from_", value)
|
9521
|
+
|
9522
|
+
@property
|
9523
|
+
@pulumi.getter
|
9524
|
+
def severity(self) -> Optional[pulumi.Input[str]]:
|
9525
|
+
"""
|
9526
|
+
The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following - `warning`, `severe`, `critical`, `success`, `unavailable` which correspond to the severity labels _Warning_, _Approaching critical_, _Critical_, _Good_, _Neutral_ in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively.
|
9527
|
+
"""
|
9528
|
+
return pulumi.get(self, "severity")
|
9529
|
+
|
9530
|
+
@severity.setter
|
9531
|
+
def severity(self, value: Optional[pulumi.Input[str]]):
|
9532
|
+
pulumi.set(self, "severity", value)
|
9533
|
+
|
9534
|
+
@property
|
9535
|
+
@pulumi.getter
|
9536
|
+
def to(self) -> Optional[pulumi.Input[int]]:
|
9537
|
+
"""
|
9538
|
+
The value until which the threshold would need to be applied.
|
9539
|
+
"""
|
9540
|
+
return pulumi.get(self, "to")
|
9541
|
+
|
9542
|
+
@to.setter
|
9543
|
+
def to(self, value: Optional[pulumi.Input[int]]):
|
9544
|
+
pulumi.set(self, "to", value)
|
9545
|
+
|
9546
|
+
|
9267
9547
|
@pulumi.input_type
|
9268
9548
|
class OneDashboardPageWidgetTableUnitArgs:
|
9269
9549
|
def __init__(__self__, *,
|
@@ -385,6 +385,8 @@ class NotificationDestination(pulumi.CustomResource):
|
|
385
385
|
"""
|
386
386
|
## Import
|
387
387
|
|
388
|
+
~> **WARNING:** Slack-based destinations can only be imported and destroyed; this resource **does not** support creating and updating Slack-based destinations, owing to the reasons stated above, under the **Slack** section.
|
389
|
+
|
388
390
|
Destination id can be found in the Destinations page -> three dots at the right of the chosen destination -> copy destination id to clipboard.
|
389
391
|
|
390
392
|
This example is especially useful for slack destinations which *must* be imported.
|
@@ -402,16 +404,16 @@ class NotificationDestination(pulumi.CustomResource):
|
|
402
404
|
```
|
403
405
|
|
404
406
|
3. Run the following command after the import successfully done and copy the information to your resource:
|
407
|
+
|
408
|
+
`terraform state show newrelic_notification_destination.foo`
|
405
409
|
|
406
|
-
`
|
407
|
-
|
408
|
-
4. Add `ignore_changes` attribute on `auth_token` in your imported resource:
|
410
|
+
4. Add `ignore_changes` attribute on `all` in your imported resource:
|
409
411
|
|
410
412
|
terraform
|
411
413
|
|
412
414
|
lifecycle {
|
413
415
|
|
414
|
-
ignore_changes =
|
416
|
+
ignore_changes = all
|
415
417
|
|
416
418
|
}
|
417
419
|
|
@@ -423,7 +425,7 @@ class NotificationDestination(pulumi.CustomResource):
|
|
423
425
|
|
424
426
|
lifecycle {
|
425
427
|
|
426
|
-
ignore_changes =
|
428
|
+
ignore_changes = all
|
427
429
|
|
428
430
|
}
|
429
431
|
|
@@ -471,6 +473,8 @@ class NotificationDestination(pulumi.CustomResource):
|
|
471
473
|
"""
|
472
474
|
## Import
|
473
475
|
|
476
|
+
~> **WARNING:** Slack-based destinations can only be imported and destroyed; this resource **does not** support creating and updating Slack-based destinations, owing to the reasons stated above, under the **Slack** section.
|
477
|
+
|
474
478
|
Destination id can be found in the Destinations page -> three dots at the right of the chosen destination -> copy destination id to clipboard.
|
475
479
|
|
476
480
|
This example is especially useful for slack destinations which *must* be imported.
|
@@ -488,16 +492,16 @@ class NotificationDestination(pulumi.CustomResource):
|
|
488
492
|
```
|
489
493
|
|
490
494
|
3. Run the following command after the import successfully done and copy the information to your resource:
|
495
|
+
|
496
|
+
`terraform state show newrelic_notification_destination.foo`
|
491
497
|
|
492
|
-
`
|
493
|
-
|
494
|
-
4. Add `ignore_changes` attribute on `auth_token` in your imported resource:
|
498
|
+
4. Add `ignore_changes` attribute on `all` in your imported resource:
|
495
499
|
|
496
500
|
terraform
|
497
501
|
|
498
502
|
lifecycle {
|
499
503
|
|
500
|
-
ignore_changes =
|
504
|
+
ignore_changes = all
|
501
505
|
|
502
506
|
}
|
503
507
|
|
@@ -509,7 +513,7 @@ class NotificationDestination(pulumi.CustomResource):
|
|
509
513
|
|
510
514
|
lifecycle {
|
511
515
|
|
512
|
-
ignore_changes =
|
516
|
+
ignore_changes = all
|
513
517
|
|
514
518
|
}
|
515
519
|
|
pulumi_newrelic/outputs.py
CHANGED
@@ -104,8 +104,10 @@ __all__ = [
|
|
104
104
|
'OneDashboardPageWidgetLineNrqlQuery',
|
105
105
|
'OneDashboardPageWidgetLineNullValue',
|
106
106
|
'OneDashboardPageWidgetLineNullValueSeriesOverride',
|
107
|
+
'OneDashboardPageWidgetLineThreshold',
|
107
108
|
'OneDashboardPageWidgetLineUnit',
|
108
109
|
'OneDashboardPageWidgetLineUnitSeriesOverride',
|
110
|
+
'OneDashboardPageWidgetLineYAxisRight',
|
109
111
|
'OneDashboardPageWidgetLogTable',
|
110
112
|
'OneDashboardPageWidgetLogTableColor',
|
111
113
|
'OneDashboardPageWidgetLogTableColorSeriesOverride',
|
@@ -143,6 +145,7 @@ __all__ = [
|
|
143
145
|
'OneDashboardPageWidgetTableNrqlQuery',
|
144
146
|
'OneDashboardPageWidgetTableNullValue',
|
145
147
|
'OneDashboardPageWidgetTableNullValueSeriesOverride',
|
148
|
+
'OneDashboardPageWidgetTableThreshold',
|
146
149
|
'OneDashboardPageWidgetTableUnit',
|
147
150
|
'OneDashboardPageWidgetTableUnitSeriesOverride',
|
148
151
|
'OneDashboardRawPage',
|
@@ -6421,6 +6424,8 @@ class OneDashboardPageWidgetLine(dict):
|
|
6421
6424
|
suggest = "facet_show_other_series"
|
6422
6425
|
elif key == "ignoreTimeRange":
|
6423
6426
|
suggest = "ignore_time_range"
|
6427
|
+
elif key == "isLabelVisible":
|
6428
|
+
suggest = "is_label_visible"
|
6424
6429
|
elif key == "legendEnabled":
|
6425
6430
|
suggest = "legend_enabled"
|
6426
6431
|
elif key == "nullValues":
|
@@ -6431,6 +6436,8 @@ class OneDashboardPageWidgetLine(dict):
|
|
6431
6436
|
suggest = "y_axis_left_min"
|
6432
6437
|
elif key == "yAxisLeftZero":
|
6433
6438
|
suggest = "y_axis_left_zero"
|
6439
|
+
elif key == "yAxisRight":
|
6440
|
+
suggest = "y_axis_right"
|
6434
6441
|
|
6435
6442
|
if suggest:
|
6436
6443
|
pulumi.log.warn(f"Key '{key}' not found in OneDashboardPageWidgetLine. Access the value via the '{suggest}' property getter instead.")
|
@@ -6453,13 +6460,16 @@ class OneDashboardPageWidgetLine(dict):
|
|
6453
6460
|
height: Optional[int] = None,
|
6454
6461
|
id: Optional[str] = None,
|
6455
6462
|
ignore_time_range: Optional[bool] = None,
|
6463
|
+
is_label_visible: Optional[bool] = None,
|
6456
6464
|
legend_enabled: Optional[bool] = None,
|
6457
6465
|
null_values: Optional[Sequence['outputs.OneDashboardPageWidgetLineNullValue']] = None,
|
6466
|
+
thresholds: Optional[Sequence['outputs.OneDashboardPageWidgetLineThreshold']] = None,
|
6458
6467
|
units: Optional[Sequence['outputs.OneDashboardPageWidgetLineUnit']] = None,
|
6459
6468
|
width: Optional[int] = None,
|
6460
6469
|
y_axis_left_max: Optional[float] = None,
|
6461
6470
|
y_axis_left_min: Optional[float] = None,
|
6462
|
-
y_axis_left_zero: Optional[bool] = None
|
6471
|
+
y_axis_left_zero: Optional[bool] = None,
|
6472
|
+
y_axis_right: Optional['outputs.OneDashboardPageWidgetLineYAxisRight'] = None):
|
6463
6473
|
"""
|
6464
6474
|
:param int column: (Required) Column position of widget from top left, starting at `1`.
|
6465
6475
|
:param Sequence['OneDashboardPageWidgetLineNrqlQueryArgs'] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
|
@@ -6470,12 +6480,15 @@ class OneDashboardPageWidgetLine(dict):
|
|
6470
6480
|
:param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
|
6471
6481
|
:param str id: The ID of the widget.
|
6472
6482
|
: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.
|
6483
|
+
:param bool is_label_visible: (Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the _label always visible_ toggle in the _Thresholds_ section in the settings of the widget is enabled.
|
6473
6484
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
6474
6485
|
:param Sequence['OneDashboardPageWidgetLineNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
6486
|
+
:param Sequence['OneDashboardPageWidgetLineThresholdArgs'] thresholds: (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
6475
6487
|
:param Sequence['OneDashboardPageWidgetLineUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
6476
6488
|
:param int width: (Optional) Width of the widget. Valid values are `1` to `12` inclusive. Defaults to `4`.
|
6477
6489
|
:param float y_axis_left_min: , `y_axis_left_max` - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
|
6478
6490
|
:param bool y_axis_left_zero: (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from `y_axis_left_min` (or 0 if it is not defined) to `y_axis_left_max`. Use `y_axis_left_zero = true` with a combination of `y_axis_left_min` and `y_axis_left_max` to render values from 0 or the specified minimum to the maximum, and `y_axis_left_zero = false` to fit the graph to scale.
|
6491
|
+
:param 'OneDashboardPageWidgetLineYAxisRightArgs' y_axis_right: (Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
|
6479
6492
|
"""
|
6480
6493
|
pulumi.set(__self__, "column", column)
|
6481
6494
|
pulumi.set(__self__, "nrql_queries", nrql_queries)
|
@@ -6491,10 +6504,14 @@ class OneDashboardPageWidgetLine(dict):
|
|
6491
6504
|
pulumi.set(__self__, "id", id)
|
6492
6505
|
if ignore_time_range is not None:
|
6493
6506
|
pulumi.set(__self__, "ignore_time_range", ignore_time_range)
|
6507
|
+
if is_label_visible is not None:
|
6508
|
+
pulumi.set(__self__, "is_label_visible", is_label_visible)
|
6494
6509
|
if legend_enabled is not None:
|
6495
6510
|
pulumi.set(__self__, "legend_enabled", legend_enabled)
|
6496
6511
|
if null_values is not None:
|
6497
6512
|
pulumi.set(__self__, "null_values", null_values)
|
6513
|
+
if thresholds is not None:
|
6514
|
+
pulumi.set(__self__, "thresholds", thresholds)
|
6498
6515
|
if units is not None:
|
6499
6516
|
pulumi.set(__self__, "units", units)
|
6500
6517
|
if width is not None:
|
@@ -6505,6 +6522,8 @@ class OneDashboardPageWidgetLine(dict):
|
|
6505
6522
|
pulumi.set(__self__, "y_axis_left_min", y_axis_left_min)
|
6506
6523
|
if y_axis_left_zero is not None:
|
6507
6524
|
pulumi.set(__self__, "y_axis_left_zero", y_axis_left_zero)
|
6525
|
+
if y_axis_right is not None:
|
6526
|
+
pulumi.set(__self__, "y_axis_right", y_axis_right)
|
6508
6527
|
|
6509
6528
|
@property
|
6510
6529
|
@pulumi.getter
|
@@ -6578,6 +6597,14 @@ class OneDashboardPageWidgetLine(dict):
|
|
6578
6597
|
"""
|
6579
6598
|
return pulumi.get(self, "ignore_time_range")
|
6580
6599
|
|
6600
|
+
@property
|
6601
|
+
@pulumi.getter(name="isLabelVisible")
|
6602
|
+
def is_label_visible(self) -> Optional[bool]:
|
6603
|
+
"""
|
6604
|
+
(Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the _label always visible_ toggle in the _Thresholds_ section in the settings of the widget is enabled.
|
6605
|
+
"""
|
6606
|
+
return pulumi.get(self, "is_label_visible")
|
6607
|
+
|
6581
6608
|
@property
|
6582
6609
|
@pulumi.getter(name="legendEnabled")
|
6583
6610
|
def legend_enabled(self) -> Optional[bool]:
|
@@ -6594,6 +6621,14 @@ class OneDashboardPageWidgetLine(dict):
|
|
6594
6621
|
"""
|
6595
6622
|
return pulumi.get(self, "null_values")
|
6596
6623
|
|
6624
|
+
@property
|
6625
|
+
@pulumi.getter
|
6626
|
+
def thresholds(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetLineThreshold']]:
|
6627
|
+
"""
|
6628
|
+
(Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
6629
|
+
"""
|
6630
|
+
return pulumi.get(self, "thresholds")
|
6631
|
+
|
6597
6632
|
@property
|
6598
6633
|
@pulumi.getter
|
6599
6634
|
def units(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetLineUnit']]:
|
@@ -6631,6 +6666,14 @@ class OneDashboardPageWidgetLine(dict):
|
|
6631
6666
|
"""
|
6632
6667
|
return pulumi.get(self, "y_axis_left_zero")
|
6633
6668
|
|
6669
|
+
@property
|
6670
|
+
@pulumi.getter(name="yAxisRight")
|
6671
|
+
def y_axis_right(self) -> Optional['outputs.OneDashboardPageWidgetLineYAxisRight']:
|
6672
|
+
"""
|
6673
|
+
(Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
|
6674
|
+
"""
|
6675
|
+
return pulumi.get(self, "y_axis_right")
|
6676
|
+
|
6634
6677
|
|
6635
6678
|
@pulumi.output_type
|
6636
6679
|
class OneDashboardPageWidgetLineColor(dict):
|
@@ -6875,6 +6918,78 @@ class OneDashboardPageWidgetLineNullValueSeriesOverride(dict):
|
|
6875
6918
|
return pulumi.get(self, "series_name")
|
6876
6919
|
|
6877
6920
|
|
6921
|
+
@pulumi.output_type
|
6922
|
+
class OneDashboardPageWidgetLineThreshold(dict):
|
6923
|
+
@staticmethod
|
6924
|
+
def __key_warning(key: str):
|
6925
|
+
suggest = None
|
6926
|
+
if key == "from":
|
6927
|
+
suggest = "from_"
|
6928
|
+
|
6929
|
+
if suggest:
|
6930
|
+
pulumi.log.warn(f"Key '{key}' not found in OneDashboardPageWidgetLineThreshold. Access the value via the '{suggest}' property getter instead.")
|
6931
|
+
|
6932
|
+
def __getitem__(self, key: str) -> Any:
|
6933
|
+
OneDashboardPageWidgetLineThreshold.__key_warning(key)
|
6934
|
+
return super().__getitem__(key)
|
6935
|
+
|
6936
|
+
def get(self, key: str, default = None) -> Any:
|
6937
|
+
OneDashboardPageWidgetLineThreshold.__key_warning(key)
|
6938
|
+
return super().get(key, default)
|
6939
|
+
|
6940
|
+
def __init__(__self__, *,
|
6941
|
+
from_: Optional[int] = None,
|
6942
|
+
name: Optional[str] = None,
|
6943
|
+
severity: Optional[str] = None,
|
6944
|
+
to: Optional[int] = None):
|
6945
|
+
"""
|
6946
|
+
:param int from_: The value 'from' which the threshold would need to be applied.
|
6947
|
+
:param str name: The title of the dashboard.
|
6948
|
+
:param str severity: The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following - `warning`, `severe`, `critical`, `success`, `unavailable` which correspond to the severity labels _Warning_, _Approaching critical_, _Critical_, _Good_, _Neutral_ in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively.
|
6949
|
+
:param int to: The value until which the threshold would need to be applied.
|
6950
|
+
"""
|
6951
|
+
if from_ is not None:
|
6952
|
+
pulumi.set(__self__, "from_", from_)
|
6953
|
+
if name is not None:
|
6954
|
+
pulumi.set(__self__, "name", name)
|
6955
|
+
if severity is not None:
|
6956
|
+
pulumi.set(__self__, "severity", severity)
|
6957
|
+
if to is not None:
|
6958
|
+
pulumi.set(__self__, "to", to)
|
6959
|
+
|
6960
|
+
@property
|
6961
|
+
@pulumi.getter(name="from")
|
6962
|
+
def from_(self) -> Optional[int]:
|
6963
|
+
"""
|
6964
|
+
The value 'from' which the threshold would need to be applied.
|
6965
|
+
"""
|
6966
|
+
return pulumi.get(self, "from_")
|
6967
|
+
|
6968
|
+
@property
|
6969
|
+
@pulumi.getter
|
6970
|
+
def name(self) -> Optional[str]:
|
6971
|
+
"""
|
6972
|
+
The title of the dashboard.
|
6973
|
+
"""
|
6974
|
+
return pulumi.get(self, "name")
|
6975
|
+
|
6976
|
+
@property
|
6977
|
+
@pulumi.getter
|
6978
|
+
def severity(self) -> Optional[str]:
|
6979
|
+
"""
|
6980
|
+
The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following - `warning`, `severe`, `critical`, `success`, `unavailable` which correspond to the severity labels _Warning_, _Approaching critical_, _Critical_, _Good_, _Neutral_ in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively.
|
6981
|
+
"""
|
6982
|
+
return pulumi.get(self, "severity")
|
6983
|
+
|
6984
|
+
@property
|
6985
|
+
@pulumi.getter
|
6986
|
+
def to(self) -> Optional[int]:
|
6987
|
+
"""
|
6988
|
+
The value until which the threshold would need to be applied.
|
6989
|
+
"""
|
6990
|
+
return pulumi.get(self, "to")
|
6991
|
+
|
6992
|
+
|
6878
6993
|
@pulumi.output_type
|
6879
6994
|
class OneDashboardPageWidgetLineUnit(dict):
|
6880
6995
|
@staticmethod
|
@@ -6971,6 +7086,84 @@ class OneDashboardPageWidgetLineUnitSeriesOverride(dict):
|
|
6971
7086
|
return pulumi.get(self, "unit")
|
6972
7087
|
|
6973
7088
|
|
7089
|
+
@pulumi.output_type
|
7090
|
+
class OneDashboardPageWidgetLineYAxisRight(dict):
|
7091
|
+
@staticmethod
|
7092
|
+
def __key_warning(key: str):
|
7093
|
+
suggest = None
|
7094
|
+
if key == "yAxisRightMax":
|
7095
|
+
suggest = "y_axis_right_max"
|
7096
|
+
elif key == "yAxisRightMin":
|
7097
|
+
suggest = "y_axis_right_min"
|
7098
|
+
elif key == "yAxisRightSeries":
|
7099
|
+
suggest = "y_axis_right_series"
|
7100
|
+
elif key == "yAxisRightZero":
|
7101
|
+
suggest = "y_axis_right_zero"
|
7102
|
+
|
7103
|
+
if suggest:
|
7104
|
+
pulumi.log.warn(f"Key '{key}' not found in OneDashboardPageWidgetLineYAxisRight. Access the value via the '{suggest}' property getter instead.")
|
7105
|
+
|
7106
|
+
def __getitem__(self, key: str) -> Any:
|
7107
|
+
OneDashboardPageWidgetLineYAxisRight.__key_warning(key)
|
7108
|
+
return super().__getitem__(key)
|
7109
|
+
|
7110
|
+
def get(self, key: str, default = None) -> Any:
|
7111
|
+
OneDashboardPageWidgetLineYAxisRight.__key_warning(key)
|
7112
|
+
return super().get(key, default)
|
7113
|
+
|
7114
|
+
def __init__(__self__, *,
|
7115
|
+
y_axis_right_max: Optional[float] = None,
|
7116
|
+
y_axis_right_min: Optional[float] = None,
|
7117
|
+
y_axis_right_series: Optional[Sequence[str]] = None,
|
7118
|
+
y_axis_right_zero: Optional[bool] = None):
|
7119
|
+
"""
|
7120
|
+
:param float y_axis_right_max: Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
|
7121
|
+
:param float y_axis_right_min: , `y_axis_right_max` - (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis.
|
7122
|
+
:param Sequence[str] y_axis_right_series: (Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
|
7123
|
+
:param bool y_axis_right_zero: (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from `y_axis_right_min` (or 0 if it is not defined) to `y_axis_right_max`. Use `y_axis_right_zero = true` with a combination of `y_axis_right_min` and `y_axis_right_max` to render values from 0 or the specified minimum to the maximum, and `y_axis_right_zero = false` to fit the graph to scale.
|
7124
|
+
"""
|
7125
|
+
if y_axis_right_max is not None:
|
7126
|
+
pulumi.set(__self__, "y_axis_right_max", y_axis_right_max)
|
7127
|
+
if y_axis_right_min is not None:
|
7128
|
+
pulumi.set(__self__, "y_axis_right_min", y_axis_right_min)
|
7129
|
+
if y_axis_right_series is not None:
|
7130
|
+
pulumi.set(__self__, "y_axis_right_series", y_axis_right_series)
|
7131
|
+
if y_axis_right_zero is not None:
|
7132
|
+
pulumi.set(__self__, "y_axis_right_zero", y_axis_right_zero)
|
7133
|
+
|
7134
|
+
@property
|
7135
|
+
@pulumi.getter(name="yAxisRightMax")
|
7136
|
+
def y_axis_right_max(self) -> Optional[float]:
|
7137
|
+
"""
|
7138
|
+
Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
|
7139
|
+
"""
|
7140
|
+
return pulumi.get(self, "y_axis_right_max")
|
7141
|
+
|
7142
|
+
@property
|
7143
|
+
@pulumi.getter(name="yAxisRightMin")
|
7144
|
+
def y_axis_right_min(self) -> Optional[float]:
|
7145
|
+
"""
|
7146
|
+
, `y_axis_right_max` - (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis.
|
7147
|
+
"""
|
7148
|
+
return pulumi.get(self, "y_axis_right_min")
|
7149
|
+
|
7150
|
+
@property
|
7151
|
+
@pulumi.getter(name="yAxisRightSeries")
|
7152
|
+
def y_axis_right_series(self) -> Optional[Sequence[str]]:
|
7153
|
+
"""
|
7154
|
+
(Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
|
7155
|
+
"""
|
7156
|
+
return pulumi.get(self, "y_axis_right_series")
|
7157
|
+
|
7158
|
+
@property
|
7159
|
+
@pulumi.getter(name="yAxisRightZero")
|
7160
|
+
def y_axis_right_zero(self) -> Optional[bool]:
|
7161
|
+
"""
|
7162
|
+
(Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from `y_axis_right_min` (or 0 if it is not defined) to `y_axis_right_max`. Use `y_axis_right_zero = true` with a combination of `y_axis_right_min` and `y_axis_right_max` to render values from 0 or the specified minimum to the maximum, and `y_axis_right_zero = false` to fit the graph to scale.
|
7163
|
+
"""
|
7164
|
+
return pulumi.get(self, "y_axis_right_zero")
|
7165
|
+
|
7166
|
+
|
6974
7167
|
@pulumi.output_type
|
6975
7168
|
class OneDashboardPageWidgetLogTable(dict):
|
6976
7169
|
@staticmethod
|
@@ -9187,6 +9380,7 @@ class OneDashboardPageWidgetTable(dict):
|
|
9187
9380
|
legend_enabled: Optional[bool] = None,
|
9188
9381
|
linked_entity_guids: Optional[Sequence[str]] = None,
|
9189
9382
|
null_values: Optional[Sequence['outputs.OneDashboardPageWidgetTableNullValue']] = None,
|
9383
|
+
thresholds: Optional[Sequence['outputs.OneDashboardPageWidgetTableThreshold']] = None,
|
9190
9384
|
units: Optional[Sequence['outputs.OneDashboardPageWidgetTableUnit']] = None,
|
9191
9385
|
width: Optional[int] = None,
|
9192
9386
|
y_axis_left_max: Optional[float] = None,
|
@@ -9205,6 +9399,7 @@ class OneDashboardPageWidgetTable(dict):
|
|
9205
9399
|
:param bool legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
9206
9400
|
:param Sequence[str] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
|
9207
9401
|
:param Sequence['OneDashboardPageWidgetTableNullValueArgs'] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
9402
|
+
:param Sequence['OneDashboardPageWidgetTableThresholdArgs'] thresholds: (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
9208
9403
|
:param Sequence['OneDashboardPageWidgetTableUnitArgs'] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
9209
9404
|
:param int width: (Optional) Width of the widget. Valid values are `1` to `12` inclusive. Defaults to `4`.
|
9210
9405
|
:param float y_axis_left_min: , `y_axis_left_max` - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
|
@@ -9231,6 +9426,8 @@ class OneDashboardPageWidgetTable(dict):
|
|
9231
9426
|
pulumi.set(__self__, "linked_entity_guids", linked_entity_guids)
|
9232
9427
|
if null_values is not None:
|
9233
9428
|
pulumi.set(__self__, "null_values", null_values)
|
9429
|
+
if thresholds is not None:
|
9430
|
+
pulumi.set(__self__, "thresholds", thresholds)
|
9234
9431
|
if units is not None:
|
9235
9432
|
pulumi.set(__self__, "units", units)
|
9236
9433
|
if width is not None:
|
@@ -9344,6 +9541,14 @@ class OneDashboardPageWidgetTable(dict):
|
|
9344
9541
|
"""
|
9345
9542
|
return pulumi.get(self, "null_values")
|
9346
9543
|
|
9544
|
+
@property
|
9545
|
+
@pulumi.getter
|
9546
|
+
def thresholds(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetTableThreshold']]:
|
9547
|
+
"""
|
9548
|
+
(Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
9549
|
+
"""
|
9550
|
+
return pulumi.get(self, "thresholds")
|
9551
|
+
|
9347
9552
|
@property
|
9348
9553
|
@pulumi.getter
|
9349
9554
|
def units(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetTableUnit']]:
|
@@ -9617,6 +9822,80 @@ class OneDashboardPageWidgetTableNullValueSeriesOverride(dict):
|
|
9617
9822
|
return pulumi.get(self, "series_name")
|
9618
9823
|
|
9619
9824
|
|
9825
|
+
@pulumi.output_type
|
9826
|
+
class OneDashboardPageWidgetTableThreshold(dict):
|
9827
|
+
@staticmethod
|
9828
|
+
def __key_warning(key: str):
|
9829
|
+
suggest = None
|
9830
|
+
if key == "columnName":
|
9831
|
+
suggest = "column_name"
|
9832
|
+
elif key == "from":
|
9833
|
+
suggest = "from_"
|
9834
|
+
|
9835
|
+
if suggest:
|
9836
|
+
pulumi.log.warn(f"Key '{key}' not found in OneDashboardPageWidgetTableThreshold. Access the value via the '{suggest}' property getter instead.")
|
9837
|
+
|
9838
|
+
def __getitem__(self, key: str) -> Any:
|
9839
|
+
OneDashboardPageWidgetTableThreshold.__key_warning(key)
|
9840
|
+
return super().__getitem__(key)
|
9841
|
+
|
9842
|
+
def get(self, key: str, default = None) -> Any:
|
9843
|
+
OneDashboardPageWidgetTableThreshold.__key_warning(key)
|
9844
|
+
return super().get(key, default)
|
9845
|
+
|
9846
|
+
def __init__(__self__, *,
|
9847
|
+
column_name: Optional[str] = None,
|
9848
|
+
from_: Optional[int] = None,
|
9849
|
+
severity: Optional[str] = None,
|
9850
|
+
to: Optional[int] = None):
|
9851
|
+
"""
|
9852
|
+
:param str column_name: The name of the column in the table, to which the threshold would need to be applied.
|
9853
|
+
:param int from_: The value 'from' which the threshold would need to be applied.
|
9854
|
+
:param str severity: The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following - `warning`, `severe`, `critical`, `success`, `unavailable` which correspond to the severity labels _Warning_, _Approaching critical_, _Critical_, _Good_, _Neutral_ in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively.
|
9855
|
+
:param int to: The value until which the threshold would need to be applied.
|
9856
|
+
"""
|
9857
|
+
if column_name is not None:
|
9858
|
+
pulumi.set(__self__, "column_name", column_name)
|
9859
|
+
if from_ is not None:
|
9860
|
+
pulumi.set(__self__, "from_", from_)
|
9861
|
+
if severity is not None:
|
9862
|
+
pulumi.set(__self__, "severity", severity)
|
9863
|
+
if to is not None:
|
9864
|
+
pulumi.set(__self__, "to", to)
|
9865
|
+
|
9866
|
+
@property
|
9867
|
+
@pulumi.getter(name="columnName")
|
9868
|
+
def column_name(self) -> Optional[str]:
|
9869
|
+
"""
|
9870
|
+
The name of the column in the table, to which the threshold would need to be applied.
|
9871
|
+
"""
|
9872
|
+
return pulumi.get(self, "column_name")
|
9873
|
+
|
9874
|
+
@property
|
9875
|
+
@pulumi.getter(name="from")
|
9876
|
+
def from_(self) -> Optional[int]:
|
9877
|
+
"""
|
9878
|
+
The value 'from' which the threshold would need to be applied.
|
9879
|
+
"""
|
9880
|
+
return pulumi.get(self, "from_")
|
9881
|
+
|
9882
|
+
@property
|
9883
|
+
@pulumi.getter
|
9884
|
+
def severity(self) -> Optional[str]:
|
9885
|
+
"""
|
9886
|
+
The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following - `warning`, `severe`, `critical`, `success`, `unavailable` which correspond to the severity labels _Warning_, _Approaching critical_, _Critical_, _Good_, _Neutral_ in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively.
|
9887
|
+
"""
|
9888
|
+
return pulumi.get(self, "severity")
|
9889
|
+
|
9890
|
+
@property
|
9891
|
+
@pulumi.getter
|
9892
|
+
def to(self) -> Optional[int]:
|
9893
|
+
"""
|
9894
|
+
The value until which the threshold would need to be applied.
|
9895
|
+
"""
|
9896
|
+
return pulumi.get(self, "to")
|
9897
|
+
|
9898
|
+
|
9620
9899
|
@pulumi.output_type
|
9621
9900
|
class OneDashboardPageWidgetTableUnit(dict):
|
9622
9901
|
@staticmethod
|
@@ -1,5 +1,5 @@
|
|
1
1
|
pulumi_newrelic/__init__.py,sha256=Ekxa_c_Z6YcPWbvb7FFvd3lBPGRctMTA9rQGGzd13Ts,11328
|
2
|
-
pulumi_newrelic/_inputs.py,sha256=
|
2
|
+
pulumi_newrelic/_inputs.py,sha256=C-HTnxxpPFB-8B5g_SNUL0OoN1nAm6eD5fCJPWiwTCo,494648
|
3
3
|
pulumi_newrelic/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
4
4
|
pulumi_newrelic/account_management.py,sha256=IKzAnKd0TqvKr4TkBUSDhxUyhMyWaTI6Ux4OJ5GMNn0,8789
|
5
5
|
pulumi_newrelic/alert_channel.py,sha256=Z_Q2zeWaAavLmxPwVV7LTy6dAp6cDr8GtcNMkzXrrnA,21376
|
@@ -31,7 +31,7 @@ pulumi_newrelic/infra_alert_condition.py,sha256=B7jF2z0zmWmSWQjOTlYad_XahrmUtCi9
|
|
31
31
|
pulumi_newrelic/log_parsing_rule.py,sha256=1NgUsL1PQNd5-5eMUiOA5fL0vT91DNQ6KqmcWSyn5l0,22408
|
32
32
|
pulumi_newrelic/monitor_downtime.py,sha256=NJ4MNCNvsprCc3tsFItaicyZQFM_U5m9oX6jQtyNv_8,40928
|
33
33
|
pulumi_newrelic/notification_channel.py,sha256=24p_eoHWZO_Batk8OEryh4OW48W8YuYGIbnmcEimmas,45732
|
34
|
-
pulumi_newrelic/notification_destination.py,sha256=
|
34
|
+
pulumi_newrelic/notification_destination.py,sha256=jONcX2PGNqhVFQhA6rWe0850X5CK6nCH2RJzjCiNCDQ,37949
|
35
35
|
pulumi_newrelic/nrql_alert_condition.py,sha256=WXB043NuAgNxeeBhpC0bn2r-x2SIFpVFSdfuahLq4nE,105437
|
36
36
|
pulumi_newrelic/nrql_drop_rule.py,sha256=PO9gtn6xHMEHjUdfZB_h5AWnWFFnfihRxwxEoGsS_tk,17538
|
37
37
|
pulumi_newrelic/obfuscation_expression.py,sha256=ujOP16liz5adKssyTNmoSbKJsypZAejSi6eCsQtC54c,12343
|
@@ -39,9 +39,9 @@ pulumi_newrelic/obfuscation_rule.py,sha256=J1951kAaBWDlmFWEQsSASz7PmjGSpQYxvqV8w
|
|
39
39
|
pulumi_newrelic/one_dashboard.py,sha256=b3DpP1ryeGV6WYUghTaAN6963nMrVeWHvLeInBE42rM,20490
|
40
40
|
pulumi_newrelic/one_dashboard_json.py,sha256=u-JceUUU1oHvQ_QT5rSy5kWw17dGR4hk_X0qg-NVT-s,12622
|
41
41
|
pulumi_newrelic/one_dashboard_raw.py,sha256=M9TgRdqEwEDFwJtzN2retbMG3b8aNih10hL0n0MihUY,23542
|
42
|
-
pulumi_newrelic/outputs.py,sha256=
|
42
|
+
pulumi_newrelic/outputs.py,sha256=60ET-16ARCwCRMdAp6Vpq1v1zxpxosgG3kQDAdbF9cU,487050
|
43
43
|
pulumi_newrelic/provider.py,sha256=UIT58VArPFzjnWIR6uA-WzNzFC1AaWDSSZg9ni5BUxc,19663
|
44
|
-
pulumi_newrelic/pulumi-plugin.json,sha256=
|
44
|
+
pulumi_newrelic/pulumi-plugin.json,sha256=U-mSYz87MaYFUzaAVEz2p9Azc9mPA2W4k4Oqhe2HrPA,68
|
45
45
|
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
46
46
|
pulumi_newrelic/service_level.py,sha256=HGA0UqZYKEzclHATagPnyDpvsrQodHrjvewC6EkACHc,30071
|
47
47
|
pulumi_newrelic/user.py,sha256=kmrrs7yU396-mOZwigKQVS4iAyJHGZgevWJJkjU_CdI,18942
|
@@ -83,7 +83,7 @@ pulumi_newrelic/synthetics/private_location.py,sha256=Z6Pj1vjDif95ep7w4QhWu3jsQQ
|
|
83
83
|
pulumi_newrelic/synthetics/script_monitor.py,sha256=Yu1R5udNIk5CSTgCV2-ywGeHGWrPfimNjXL34qQNyo8,54359
|
84
84
|
pulumi_newrelic/synthetics/secure_credential.py,sha256=VhiFz5VYzSoyndMhYJk-aoIIoVjechXClltZUThei_8,15602
|
85
85
|
pulumi_newrelic/synthetics/step_monitor.py,sha256=5rKhjFCAUndEzVtpuHlk-69c-X10eIpIge1TgGTnTao,50367
|
86
|
-
pulumi_newrelic-5.25.
|
87
|
-
pulumi_newrelic-5.25.
|
88
|
-
pulumi_newrelic-5.25.
|
89
|
-
pulumi_newrelic-5.25.
|
86
|
+
pulumi_newrelic-5.25.1.dist-info/METADATA,sha256=8Wj6jG6xxLlXTNAakVAE752WhKLhKqepvzFoP1ITAPc,3889
|
87
|
+
pulumi_newrelic-5.25.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
88
|
+
pulumi_newrelic-5.25.1.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
89
|
+
pulumi_newrelic-5.25.1.dist-info/RECORD,,
|
File without changes
|
{pulumi_newrelic-5.25.0a1716510846.dist-info → pulumi_newrelic-5.25.1.dist-info}/top_level.txt
RENAMED
File without changes
|