pulumi-newrelic 5.54.0a1758782193__py3-none-any.whl → 5.54.1a1758943554__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.

Potentially problematic release.


This version of pulumi-newrelic might be problematic. Click here for more details.

@@ -111,6 +111,14 @@ __all__ = [
111
111
  'OneDashboardPageWidgetBarUnitSeriesOverrideArgsDict',
112
112
  'OneDashboardPageWidgetBillboardArgs',
113
113
  'OneDashboardPageWidgetBillboardArgsDict',
114
+ 'OneDashboardPageWidgetBillboardBillboardSettingsArgs',
115
+ 'OneDashboardPageWidgetBillboardBillboardSettingsArgsDict',
116
+ 'OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgs',
117
+ 'OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgsDict',
118
+ 'OneDashboardPageWidgetBillboardBillboardSettingsLinkArgs',
119
+ 'OneDashboardPageWidgetBillboardBillboardSettingsLinkArgsDict',
120
+ 'OneDashboardPageWidgetBillboardBillboardSettingsVisualArgs',
121
+ 'OneDashboardPageWidgetBillboardBillboardSettingsVisualArgsDict',
114
122
  'OneDashboardPageWidgetBillboardColorArgs',
115
123
  'OneDashboardPageWidgetBillboardColorArgsDict',
116
124
  'OneDashboardPageWidgetBillboardColorSeriesOverrideArgs',
@@ -3143,7 +3151,7 @@ if not MYPY:
3143
3151
  """
3144
3152
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaNrqlQueryArgsDict']]]
3145
3153
  """
3146
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
3154
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
3147
3155
  """
3148
3156
  row: pulumi.Input[_builtins.int]
3149
3157
  """
@@ -3237,7 +3245,7 @@ class OneDashboardPageWidgetAreaArgs:
3237
3245
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
3238
3246
  """
3239
3247
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
3240
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
3248
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
3241
3249
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
3242
3250
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
3243
3251
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -3306,7 +3314,7 @@ class OneDashboardPageWidgetAreaArgs:
3306
3314
  @pulumi.getter(name="nrqlQueries")
3307
3315
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaNrqlQueryArgs']]]:
3308
3316
  """
3309
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
3317
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
3310
3318
  """
3311
3319
  return pulumi.get(self, "nrql_queries")
3312
3320
 
@@ -4058,7 +4066,7 @@ if not MYPY:
4058
4066
  """
4059
4067
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBarNrqlQueryArgsDict']]]
4060
4068
  """
4061
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
4069
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
4062
4070
  """
4063
4071
  row: pulumi.Input[_builtins.int]
4064
4072
  """
@@ -4157,7 +4165,7 @@ class OneDashboardPageWidgetBarArgs:
4157
4165
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
4158
4166
  """
4159
4167
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
4160
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBarNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
4168
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBarNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
4161
4169
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
4162
4170
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
4163
4171
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBarColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -4229,7 +4237,7 @@ class OneDashboardPageWidgetBarArgs:
4229
4237
  @pulumi.getter(name="nrqlQueries")
4230
4238
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBarNrqlQueryArgs']]]:
4231
4239
  """
4232
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
4240
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
4233
4241
  """
4234
4242
  return pulumi.get(self, "nrql_queries")
4235
4243
 
@@ -4962,7 +4970,7 @@ if not MYPY:
4962
4970
  """
4963
4971
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardNrqlQueryArgsDict']]]
4964
4972
  """
4965
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
4973
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
4966
4974
  """
4967
4975
  row: pulumi.Input[_builtins.int]
4968
4976
  """
@@ -4972,6 +4980,10 @@ if not MYPY:
4972
4980
  """
4973
4981
  (Optional) A human-friendly display string for this value.
4974
4982
  """
4983
+ billboard_settings: NotRequired[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsArgsDict']]
4984
+ """
4985
+ (Optional) A nested block that describes billboard specific settings. See Nested billboard\\_settings blocks below for details.
4986
+ """
4975
4987
  colors: NotRequired[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardColorArgsDict']]]]
4976
4988
  """
4977
4989
  (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -5043,6 +5055,7 @@ class OneDashboardPageWidgetBillboardArgs:
5043
5055
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardNrqlQueryArgs']]],
5044
5056
  row: pulumi.Input[_builtins.int],
5045
5057
  title: pulumi.Input[_builtins.str],
5058
+ billboard_settings: Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsArgs']] = None,
5046
5059
  colors: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardColorArgs']]]] = None,
5047
5060
  critical: Optional[pulumi.Input[_builtins.str]] = None,
5048
5061
  data_formats: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardDataFormatArgs']]]] = None,
@@ -5061,9 +5074,10 @@ class OneDashboardPageWidgetBillboardArgs:
5061
5074
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
5062
5075
  """
5063
5076
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
5064
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
5077
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
5065
5078
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
5066
5079
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
5080
+ :param pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsArgs'] billboard_settings: (Optional) A nested block that describes billboard specific settings. See Nested billboard\\_settings blocks below for details.
5067
5081
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
5068
5082
  :param pulumi.Input[_builtins.str] critical: (Optional) Threshold above which the displayed value will be styled with a red color.
5069
5083
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardDataFormatArgs']]] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
@@ -5084,6 +5098,8 @@ class OneDashboardPageWidgetBillboardArgs:
5084
5098
  pulumi.set(__self__, "nrql_queries", nrql_queries)
5085
5099
  pulumi.set(__self__, "row", row)
5086
5100
  pulumi.set(__self__, "title", title)
5101
+ if billboard_settings is not None:
5102
+ pulumi.set(__self__, "billboard_settings", billboard_settings)
5087
5103
  if colors is not None:
5088
5104
  pulumi.set(__self__, "colors", colors)
5089
5105
  if critical is not None:
@@ -5133,7 +5149,7 @@ class OneDashboardPageWidgetBillboardArgs:
5133
5149
  @pulumi.getter(name="nrqlQueries")
5134
5150
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardNrqlQueryArgs']]]:
5135
5151
  """
5136
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
5152
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
5137
5153
  """
5138
5154
  return pulumi.get(self, "nrql_queries")
5139
5155
 
@@ -5165,6 +5181,18 @@ class OneDashboardPageWidgetBillboardArgs:
5165
5181
  def title(self, value: pulumi.Input[_builtins.str]):
5166
5182
  pulumi.set(self, "title", value)
5167
5183
 
5184
+ @_builtins.property
5185
+ @pulumi.getter(name="billboardSettings")
5186
+ def billboard_settings(self) -> Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsArgs']]:
5187
+ """
5188
+ (Optional) A nested block that describes billboard specific settings. See Nested billboard\\_settings blocks below for details.
5189
+ """
5190
+ return pulumi.get(self, "billboard_settings")
5191
+
5192
+ @billboard_settings.setter
5193
+ def billboard_settings(self, value: Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsArgs']]):
5194
+ pulumi.set(self, "billboard_settings", value)
5195
+
5168
5196
  @_builtins.property
5169
5197
  @pulumi.getter
5170
5198
  def colors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardColorArgs']]]]:
@@ -5355,6 +5383,274 @@ class OneDashboardPageWidgetBillboardArgs:
5355
5383
  pulumi.set(self, "y_axis_left_min", value)
5356
5384
 
5357
5385
 
5386
+ if not MYPY:
5387
+ class OneDashboardPageWidgetBillboardBillboardSettingsArgsDict(TypedDict):
5388
+ grid_options: NotRequired[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgsDict']]
5389
+ """
5390
+ (Optional) A nested block that configures grid layout options for the billboard widget. This block supports:
5391
+ """
5392
+ link: NotRequired[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsLinkArgsDict']]
5393
+ """
5394
+ (Optional) A nested block that configures clickable links for the billboard widget. This block supports:
5395
+ """
5396
+ visual: NotRequired[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsVisualArgsDict']]
5397
+ """
5398
+ (Optional) A nested block that configures the visual settings of the billboard widget. This block supports:
5399
+ """
5400
+ elif False:
5401
+ OneDashboardPageWidgetBillboardBillboardSettingsArgsDict: TypeAlias = Mapping[str, Any]
5402
+
5403
+ @pulumi.input_type
5404
+ class OneDashboardPageWidgetBillboardBillboardSettingsArgs:
5405
+ def __init__(__self__, *,
5406
+ grid_options: Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgs']] = None,
5407
+ link: Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsLinkArgs']] = None,
5408
+ visual: Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsVisualArgs']] = None):
5409
+ """
5410
+ :param pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgs'] grid_options: (Optional) A nested block that configures grid layout options for the billboard widget. This block supports:
5411
+ :param pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsLinkArgs'] link: (Optional) A nested block that configures clickable links for the billboard widget. This block supports:
5412
+ :param pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsVisualArgs'] visual: (Optional) A nested block that configures the visual settings of the billboard widget. This block supports:
5413
+ """
5414
+ if grid_options is not None:
5415
+ pulumi.set(__self__, "grid_options", grid_options)
5416
+ if link is not None:
5417
+ pulumi.set(__self__, "link", link)
5418
+ if visual is not None:
5419
+ pulumi.set(__self__, "visual", visual)
5420
+
5421
+ @_builtins.property
5422
+ @pulumi.getter(name="gridOptions")
5423
+ def grid_options(self) -> Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgs']]:
5424
+ """
5425
+ (Optional) A nested block that configures grid layout options for the billboard widget. This block supports:
5426
+ """
5427
+ return pulumi.get(self, "grid_options")
5428
+
5429
+ @grid_options.setter
5430
+ def grid_options(self, value: Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgs']]):
5431
+ pulumi.set(self, "grid_options", value)
5432
+
5433
+ @_builtins.property
5434
+ @pulumi.getter
5435
+ def link(self) -> Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsLinkArgs']]:
5436
+ """
5437
+ (Optional) A nested block that configures clickable links for the billboard widget. This block supports:
5438
+ """
5439
+ return pulumi.get(self, "link")
5440
+
5441
+ @link.setter
5442
+ def link(self, value: Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsLinkArgs']]):
5443
+ pulumi.set(self, "link", value)
5444
+
5445
+ @_builtins.property
5446
+ @pulumi.getter
5447
+ def visual(self) -> Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsVisualArgs']]:
5448
+ """
5449
+ (Optional) A nested block that configures the visual settings of the billboard widget. This block supports:
5450
+ """
5451
+ return pulumi.get(self, "visual")
5452
+
5453
+ @visual.setter
5454
+ def visual(self, value: Optional[pulumi.Input['OneDashboardPageWidgetBillboardBillboardSettingsVisualArgs']]):
5455
+ pulumi.set(self, "visual", value)
5456
+
5457
+
5458
+ if not MYPY:
5459
+ class OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgsDict(TypedDict):
5460
+ columns: NotRequired[pulumi.Input[_builtins.int]]
5461
+ """
5462
+ (Optional) Number of columns to use for the grid layout.
5463
+ """
5464
+ label: NotRequired[pulumi.Input[_builtins.int]]
5465
+ """
5466
+ (Optional) Grid configuration for label.
5467
+ """
5468
+ value: NotRequired[pulumi.Input[_builtins.int]]
5469
+ """
5470
+ (Required) A possible variable value
5471
+ """
5472
+ elif False:
5473
+ OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgsDict: TypeAlias = Mapping[str, Any]
5474
+
5475
+ @pulumi.input_type
5476
+ class OneDashboardPageWidgetBillboardBillboardSettingsGridOptionsArgs:
5477
+ def __init__(__self__, *,
5478
+ columns: Optional[pulumi.Input[_builtins.int]] = None,
5479
+ label: Optional[pulumi.Input[_builtins.int]] = None,
5480
+ value: Optional[pulumi.Input[_builtins.int]] = None):
5481
+ """
5482
+ :param pulumi.Input[_builtins.int] columns: (Optional) Number of columns to use for the grid layout.
5483
+ :param pulumi.Input[_builtins.int] label: (Optional) Grid configuration for label.
5484
+ :param pulumi.Input[_builtins.int] value: (Required) A possible variable value
5485
+ """
5486
+ if columns is not None:
5487
+ pulumi.set(__self__, "columns", columns)
5488
+ if label is not None:
5489
+ pulumi.set(__self__, "label", label)
5490
+ if value is not None:
5491
+ pulumi.set(__self__, "value", value)
5492
+
5493
+ @_builtins.property
5494
+ @pulumi.getter
5495
+ def columns(self) -> Optional[pulumi.Input[_builtins.int]]:
5496
+ """
5497
+ (Optional) Number of columns to use for the grid layout.
5498
+ """
5499
+ return pulumi.get(self, "columns")
5500
+
5501
+ @columns.setter
5502
+ def columns(self, value: Optional[pulumi.Input[_builtins.int]]):
5503
+ pulumi.set(self, "columns", value)
5504
+
5505
+ @_builtins.property
5506
+ @pulumi.getter
5507
+ def label(self) -> Optional[pulumi.Input[_builtins.int]]:
5508
+ """
5509
+ (Optional) Grid configuration for label.
5510
+ """
5511
+ return pulumi.get(self, "label")
5512
+
5513
+ @label.setter
5514
+ def label(self, value: Optional[pulumi.Input[_builtins.int]]):
5515
+ pulumi.set(self, "label", value)
5516
+
5517
+ @_builtins.property
5518
+ @pulumi.getter
5519
+ def value(self) -> Optional[pulumi.Input[_builtins.int]]:
5520
+ """
5521
+ (Required) A possible variable value
5522
+ """
5523
+ return pulumi.get(self, "value")
5524
+
5525
+ @value.setter
5526
+ def value(self, value: Optional[pulumi.Input[_builtins.int]]):
5527
+ pulumi.set(self, "value", value)
5528
+
5529
+
5530
+ if not MYPY:
5531
+ class OneDashboardPageWidgetBillboardBillboardSettingsLinkArgsDict(TypedDict):
5532
+ new_tab: NotRequired[pulumi.Input[_builtins.bool]]
5533
+ """
5534
+ (Optional) Boolean value indicating whether the link should open in a new tab. Defaults to `false`.
5535
+ """
5536
+ title: NotRequired[pulumi.Input[_builtins.str]]
5537
+ """
5538
+ (Optional) A human-friendly display string for this value.
5539
+ """
5540
+ url: NotRequired[pulumi.Input[_builtins.str]]
5541
+ """
5542
+ (Optional) The URL to navigate to when the billboard is clicked.
5543
+ """
5544
+ elif False:
5545
+ OneDashboardPageWidgetBillboardBillboardSettingsLinkArgsDict: TypeAlias = Mapping[str, Any]
5546
+
5547
+ @pulumi.input_type
5548
+ class OneDashboardPageWidgetBillboardBillboardSettingsLinkArgs:
5549
+ def __init__(__self__, *,
5550
+ new_tab: Optional[pulumi.Input[_builtins.bool]] = None,
5551
+ title: Optional[pulumi.Input[_builtins.str]] = None,
5552
+ url: Optional[pulumi.Input[_builtins.str]] = None):
5553
+ """
5554
+ :param pulumi.Input[_builtins.bool] new_tab: (Optional) Boolean value indicating whether the link should open in a new tab. Defaults to `false`.
5555
+ :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
5556
+ :param pulumi.Input[_builtins.str] url: (Optional) The URL to navigate to when the billboard is clicked.
5557
+ """
5558
+ if new_tab is not None:
5559
+ pulumi.set(__self__, "new_tab", new_tab)
5560
+ if title is not None:
5561
+ pulumi.set(__self__, "title", title)
5562
+ if url is not None:
5563
+ pulumi.set(__self__, "url", url)
5564
+
5565
+ @_builtins.property
5566
+ @pulumi.getter(name="newTab")
5567
+ def new_tab(self) -> Optional[pulumi.Input[_builtins.bool]]:
5568
+ """
5569
+ (Optional) Boolean value indicating whether the link should open in a new tab. Defaults to `false`.
5570
+ """
5571
+ return pulumi.get(self, "new_tab")
5572
+
5573
+ @new_tab.setter
5574
+ def new_tab(self, value: Optional[pulumi.Input[_builtins.bool]]):
5575
+ pulumi.set(self, "new_tab", value)
5576
+
5577
+ @_builtins.property
5578
+ @pulumi.getter
5579
+ def title(self) -> Optional[pulumi.Input[_builtins.str]]:
5580
+ """
5581
+ (Optional) A human-friendly display string for this value.
5582
+ """
5583
+ return pulumi.get(self, "title")
5584
+
5585
+ @title.setter
5586
+ def title(self, value: Optional[pulumi.Input[_builtins.str]]):
5587
+ pulumi.set(self, "title", value)
5588
+
5589
+ @_builtins.property
5590
+ @pulumi.getter
5591
+ def url(self) -> Optional[pulumi.Input[_builtins.str]]:
5592
+ """
5593
+ (Optional) The URL to navigate to when the billboard is clicked.
5594
+ """
5595
+ return pulumi.get(self, "url")
5596
+
5597
+ @url.setter
5598
+ def url(self, value: Optional[pulumi.Input[_builtins.str]]):
5599
+ pulumi.set(self, "url", value)
5600
+
5601
+
5602
+ if not MYPY:
5603
+ class OneDashboardPageWidgetBillboardBillboardSettingsVisualArgsDict(TypedDict):
5604
+ alignment: NotRequired[pulumi.Input[_builtins.str]]
5605
+ """
5606
+ (Optional) Controls the alignment of the billboard content. Accepted values are `inline` or `stacked`.
5607
+ """
5608
+ display: NotRequired[pulumi.Input[_builtins.str]]
5609
+ """
5610
+ (Optional) Controls how the billboard content is displayed. Accepted values are `auto`, `all`, `none`, `label` or `value`.
5611
+ """
5612
+ elif False:
5613
+ OneDashboardPageWidgetBillboardBillboardSettingsVisualArgsDict: TypeAlias = Mapping[str, Any]
5614
+
5615
+ @pulumi.input_type
5616
+ class OneDashboardPageWidgetBillboardBillboardSettingsVisualArgs:
5617
+ def __init__(__self__, *,
5618
+ alignment: Optional[pulumi.Input[_builtins.str]] = None,
5619
+ display: Optional[pulumi.Input[_builtins.str]] = None):
5620
+ """
5621
+ :param pulumi.Input[_builtins.str] alignment: (Optional) Controls the alignment of the billboard content. Accepted values are `inline` or `stacked`.
5622
+ :param pulumi.Input[_builtins.str] display: (Optional) Controls how the billboard content is displayed. Accepted values are `auto`, `all`, `none`, `label` or `value`.
5623
+ """
5624
+ if alignment is not None:
5625
+ pulumi.set(__self__, "alignment", alignment)
5626
+ if display is not None:
5627
+ pulumi.set(__self__, "display", display)
5628
+
5629
+ @_builtins.property
5630
+ @pulumi.getter
5631
+ def alignment(self) -> Optional[pulumi.Input[_builtins.str]]:
5632
+ """
5633
+ (Optional) Controls the alignment of the billboard content. Accepted values are `inline` or `stacked`.
5634
+ """
5635
+ return pulumi.get(self, "alignment")
5636
+
5637
+ @alignment.setter
5638
+ def alignment(self, value: Optional[pulumi.Input[_builtins.str]]):
5639
+ pulumi.set(self, "alignment", value)
5640
+
5641
+ @_builtins.property
5642
+ @pulumi.getter
5643
+ def display(self) -> Optional[pulumi.Input[_builtins.str]]:
5644
+ """
5645
+ (Optional) Controls how the billboard content is displayed. Accepted values are `auto`, `all`, `none`, `label` or `value`.
5646
+ """
5647
+ return pulumi.get(self, "display")
5648
+
5649
+ @display.setter
5650
+ def display(self, value: Optional[pulumi.Input[_builtins.str]]):
5651
+ pulumi.set(self, "display", value)
5652
+
5653
+
5358
5654
  if not MYPY:
5359
5655
  class OneDashboardPageWidgetBillboardColorArgsDict(TypedDict):
5360
5656
  color: NotRequired[pulumi.Input[_builtins.str]]
@@ -5870,7 +6166,7 @@ if not MYPY:
5870
6166
  """
5871
6167
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletNrqlQueryArgsDict']]]
5872
6168
  """
5873
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
6169
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
5874
6170
  """
5875
6171
  row: pulumi.Input[_builtins.int]
5876
6172
  """
@@ -5961,7 +6257,7 @@ class OneDashboardPageWidgetBulletArgs:
5961
6257
  """
5962
6258
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
5963
6259
  :param pulumi.Input[_builtins.float] limit: (Required) Visualization limit for the widget.
5964
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
6260
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
5965
6261
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
5966
6262
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
5967
6263
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -6040,7 +6336,7 @@ class OneDashboardPageWidgetBulletArgs:
6040
6336
  @pulumi.getter(name="nrqlQueries")
6041
6337
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletNrqlQueryArgs']]]:
6042
6338
  """
6043
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
6339
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
6044
6340
  """
6045
6341
  return pulumi.get(self, "nrql_queries")
6046
6342
 
@@ -6749,7 +7045,7 @@ if not MYPY:
6749
7045
  """
6750
7046
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelNrqlQueryArgsDict']]]
6751
7047
  """
6752
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
7048
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
6753
7049
  """
6754
7050
  row: pulumi.Input[_builtins.int]
6755
7051
  """
@@ -6838,7 +7134,7 @@ class OneDashboardPageWidgetFunnelArgs:
6838
7134
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
6839
7135
  """
6840
7136
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
6841
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
7137
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
6842
7138
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
6843
7139
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
6844
7140
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -6904,7 +7200,7 @@ class OneDashboardPageWidgetFunnelArgs:
6904
7200
  @pulumi.getter(name="nrqlQueries")
6905
7201
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelNrqlQueryArgs']]]:
6906
7202
  """
6907
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
7203
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
6908
7204
  """
6909
7205
  return pulumi.get(self, "nrql_queries")
6910
7206
 
@@ -7613,7 +7909,7 @@ if not MYPY:
7613
7909
  """
7614
7910
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHeatmapNrqlQueryArgsDict']]]
7615
7911
  """
7616
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
7912
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
7617
7913
  """
7618
7914
  row: pulumi.Input[_builtins.int]
7619
7915
  """
@@ -7712,7 +8008,7 @@ class OneDashboardPageWidgetHeatmapArgs:
7712
8008
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
7713
8009
  """
7714
8010
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
7715
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHeatmapNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
8011
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHeatmapNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
7716
8012
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
7717
8013
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
7718
8014
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHeatmapColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -7784,7 +8080,7 @@ class OneDashboardPageWidgetHeatmapArgs:
7784
8080
  @pulumi.getter(name="nrqlQueries")
7785
8081
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHeatmapNrqlQueryArgs']]]:
7786
8082
  """
7787
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
8083
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
7788
8084
  """
7789
8085
  return pulumi.get(self, "nrql_queries")
7790
8086
 
@@ -8517,7 +8813,7 @@ if not MYPY:
8517
8813
  """
8518
8814
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramNrqlQueryArgsDict']]]
8519
8815
  """
8520
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
8816
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
8521
8817
  """
8522
8818
  row: pulumi.Input[_builtins.int]
8523
8819
  """
@@ -8606,7 +8902,7 @@ class OneDashboardPageWidgetHistogramArgs:
8606
8902
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
8607
8903
  """
8608
8904
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
8609
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
8905
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
8610
8906
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
8611
8907
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
8612
8908
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -8672,7 +8968,7 @@ class OneDashboardPageWidgetHistogramArgs:
8672
8968
  @pulumi.getter(name="nrqlQueries")
8673
8969
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramNrqlQueryArgs']]]:
8674
8970
  """
8675
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
8971
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
8676
8972
  """
8677
8973
  return pulumi.get(self, "nrql_queries")
8678
8974
 
@@ -9381,7 +9677,7 @@ if not MYPY:
9381
9677
  """
9382
9678
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonNrqlQueryArgsDict']]]
9383
9679
  """
9384
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
9680
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
9385
9681
  """
9386
9682
  row: pulumi.Input[_builtins.int]
9387
9683
  """
@@ -9470,7 +9766,7 @@ class OneDashboardPageWidgetJsonArgs:
9470
9766
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
9471
9767
  """
9472
9768
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
9473
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
9769
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
9474
9770
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
9475
9771
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
9476
9772
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -9536,7 +9832,7 @@ class OneDashboardPageWidgetJsonArgs:
9536
9832
  @pulumi.getter(name="nrqlQueries")
9537
9833
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonNrqlQueryArgs']]]:
9538
9834
  """
9539
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
9835
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
9540
9836
  """
9541
9837
  return pulumi.get(self, "nrql_queries")
9542
9838
 
@@ -10245,7 +10541,7 @@ if not MYPY:
10245
10541
  """
10246
10542
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNrqlQueryArgsDict']]]
10247
10543
  """
10248
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
10544
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
10249
10545
  """
10250
10546
  row: pulumi.Input[_builtins.int]
10251
10547
  """
@@ -10359,7 +10655,7 @@ class OneDashboardPageWidgetLineArgs:
10359
10655
  y_axis_right: Optional[pulumi.Input['OneDashboardPageWidgetLineYAxisRightArgs']] = None):
10360
10656
  """
10361
10657
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
10362
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
10658
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
10363
10659
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
10364
10660
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
10365
10661
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -10440,7 +10736,7 @@ class OneDashboardPageWidgetLineArgs:
10440
10736
  @pulumi.getter(name="nrqlQueries")
10441
10737
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNrqlQueryArgs']]]:
10442
10738
  """
10443
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
10739
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
10444
10740
  """
10445
10741
  return pulumi.get(self, "nrql_queries")
10446
10742
 
@@ -11424,7 +11720,7 @@ if not MYPY:
11424
11720
  """
11425
11721
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableNrqlQueryArgsDict']]]
11426
11722
  """
11427
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
11723
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
11428
11724
  """
11429
11725
  row: pulumi.Input[_builtins.int]
11430
11726
  """
@@ -11513,7 +11809,7 @@ class OneDashboardPageWidgetLogTableArgs:
11513
11809
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
11514
11810
  """
11515
11811
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
11516
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
11812
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
11517
11813
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
11518
11814
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
11519
11815
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -11579,7 +11875,7 @@ class OneDashboardPageWidgetLogTableArgs:
11579
11875
  @pulumi.getter(name="nrqlQueries")
11580
11876
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableNrqlQueryArgs']]]:
11581
11877
  """
11582
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
11878
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
11583
11879
  """
11584
11880
  return pulumi.get(self, "nrql_queries")
11585
11881
 
@@ -13101,7 +13397,7 @@ if not MYPY:
13101
13397
  """
13102
13398
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetPyNrqlQueryArgsDict']]]
13103
13399
  """
13104
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
13400
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
13105
13401
  """
13106
13402
  row: pulumi.Input[_builtins.int]
13107
13403
  """
@@ -13200,7 +13496,7 @@ class OneDashboardPageWidgetPyArgs:
13200
13496
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
13201
13497
  """
13202
13498
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
13203
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetPyNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
13499
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetPyNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
13204
13500
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
13205
13501
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
13206
13502
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetPyColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -13272,7 +13568,7 @@ class OneDashboardPageWidgetPyArgs:
13272
13568
  @pulumi.getter(name="nrqlQueries")
13273
13569
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetPyNrqlQueryArgs']]]:
13274
13570
  """
13275
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
13571
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
13276
13572
  """
13277
13573
  return pulumi.get(self, "nrql_queries")
13278
13574
 
@@ -14005,7 +14301,7 @@ if not MYPY:
14005
14301
  """
14006
14302
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarNrqlQueryArgsDict']]]
14007
14303
  """
14008
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
14304
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
14009
14305
  """
14010
14306
  row: pulumi.Input[_builtins.int]
14011
14307
  """
@@ -14099,7 +14395,7 @@ class OneDashboardPageWidgetStackedBarArgs:
14099
14395
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
14100
14396
  """
14101
14397
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
14102
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
14398
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
14103
14399
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
14104
14400
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
14105
14401
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -14168,7 +14464,7 @@ class OneDashboardPageWidgetStackedBarArgs:
14168
14464
  @pulumi.getter(name="nrqlQueries")
14169
14465
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarNrqlQueryArgs']]]:
14170
14466
  """
14171
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
14467
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
14172
14468
  """
14173
14469
  return pulumi.get(self, "nrql_queries")
14174
14470
 
@@ -14920,7 +15216,7 @@ if not MYPY:
14920
15216
  """
14921
15217
  nrql_queries: pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableNrqlQueryArgsDict']]]
14922
15218
  """
14923
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
15219
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
14924
15220
  """
14925
15221
  row: pulumi.Input[_builtins.int]
14926
15222
  """
@@ -15024,7 +15320,7 @@ class OneDashboardPageWidgetTableArgs:
15024
15320
  y_axis_left_min: Optional[pulumi.Input[_builtins.float]] = None):
15025
15321
  """
15026
15322
  :param pulumi.Input[_builtins.int] column: (Required) Column position of widget from top left, starting at `1`.
15027
- :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
15323
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableNrqlQueryArgs']]] nrql_queries: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
15028
15324
  :param pulumi.Input[_builtins.int] row: (Required) Row position of widget from top left, starting at `1`.
15029
15325
  :param pulumi.Input[_builtins.str] title: (Optional) A human-friendly display string for this value.
15030
15326
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
@@ -15099,7 +15395,7 @@ class OneDashboardPageWidgetTableArgs:
15099
15395
  @pulumi.getter(name="nrqlQueries")
15100
15396
  def nrql_queries(self) -> pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableNrqlQueryArgs']]]:
15101
15397
  """
15102
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
15398
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
15103
15399
  """
15104
15400
  return pulumi.get(self, "nrql_queries")
15105
15401
 
@@ -16238,7 +16534,7 @@ if not MYPY:
16238
16534
  """
16239
16535
  nrql_query: NotRequired[pulumi.Input['OneDashboardVariableNrqlQueryArgsDict']]
16240
16536
  """
16241
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
16537
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
16242
16538
  """
16243
16539
  options: NotRequired[pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableOptionArgsDict']]]]
16244
16540
  """
@@ -16267,7 +16563,7 @@ class OneDashboardVariableArgs:
16267
16563
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] default_values: (Optional) A list of default values for this variable. To select **all** default values, the appropriate value to be used with this argument would be `["*"]`.
16268
16564
  :param pulumi.Input[_builtins.bool] is_multi_selection: (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type `nrql` or `enum`.
16269
16565
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableItemArgs']]] items: (Optional) List of possible values for variables of type `enum`. See Nested item blocks below for details.
16270
- :param pulumi.Input['OneDashboardVariableNrqlQueryArgs'] nrql_query: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
16566
+ :param pulumi.Input['OneDashboardVariableNrqlQueryArgs'] nrql_query: (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
16271
16567
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardVariableOptionArgs']]] options: (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
16272
16568
  """
16273
16569
  pulumi.set(__self__, "name", name)
@@ -16373,7 +16669,7 @@ class OneDashboardVariableArgs:
16373
16669
  @pulumi.getter(name="nrqlQuery")
16374
16670
  def nrql_query(self) -> Optional[pulumi.Input['OneDashboardVariableNrqlQueryArgs']]:
16375
16671
  """
16376
- (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for details.
16672
+ (Optional) Configuration for variables of type `nrql`. See Nested nrql\\_query blocks for Variables for details.
16377
16673
  """
16378
16674
  return pulumi.get(self, "nrql_query")
16379
16675
 
@@ -16453,7 +16749,7 @@ if not MYPY:
16453
16749
  """
16454
16750
  account_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
16455
16751
  """
16456
- New Relic account ID(s) to issue the query against.
16752
+ (Required) List of account IDs such as `[12345, 67890]`.
16457
16753
  """
16458
16754
  elif False:
16459
16755
  OneDashboardVariableNrqlQueryArgsDict: TypeAlias = Mapping[str, Any]
@@ -16465,7 +16761,7 @@ class OneDashboardVariableNrqlQueryArgs:
16465
16761
  account_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
16466
16762
  """
16467
16763
  :param pulumi.Input[_builtins.str] query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
16468
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] account_ids: New Relic account ID(s) to issue the query against.
16764
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] account_ids: (Required) List of account IDs such as `[12345, 67890]`.
16469
16765
  """
16470
16766
  pulumi.set(__self__, "query", query)
16471
16767
  if account_ids is not None:
@@ -16487,7 +16783,7 @@ class OneDashboardVariableNrqlQueryArgs:
16487
16783
  @pulumi.getter(name="accountIds")
16488
16784
  def account_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
16489
16785
  """
16490
- New Relic account ID(s) to issue the query against.
16786
+ (Required) List of account IDs such as `[12345, 67890]`.
16491
16787
  """
16492
16788
  return pulumi.get(self, "account_ids")
16493
16789