pulumi-newrelic 5.18.0a1706747659__py3-none-any.whl → 5.18.0a1706812334__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.
@@ -211,6 +211,7 @@ class AlertChannelConfigArgs:
211
211
  :param pulumi.Input[str] tags: A set of tags for targeting notifications. Multiple values are comma separated.
212
212
  :param pulumi.Input[str] teams: A set of teams for targeting notifications. Multiple values are comma separated.
213
213
  :param pulumi.Input[str] url: [Slack Webhook URL](https://slack.com/intl/en-es/help/articles/115005265063-Incoming-webhooks-for-Slack).
214
+ :param pulumi.Input[str] user_id: The user ID for use with the user channel type.
214
215
  """
215
216
  if api_key is not None:
216
217
  pulumi.set(__self__, "api_key", api_key)
@@ -498,6 +499,9 @@ class AlertChannelConfigArgs:
498
499
  @property
499
500
  @pulumi.getter(name="userId")
500
501
  def user_id(self) -> Optional[pulumi.Input[str]]:
502
+ """
503
+ The user ID for use with the user channel type.
504
+ """
501
505
  return pulumi.get(self, "user_id")
502
506
 
503
507
  @user_id.setter
@@ -513,6 +517,13 @@ class AlertConditionTermArgs:
513
517
  time_function: pulumi.Input[str],
514
518
  operator: Optional[pulumi.Input[str]] = None,
515
519
  priority: Optional[pulumi.Input[str]] = None):
520
+ """
521
+ :param pulumi.Input[int] duration: In minutes, must be in the range of 5 to 120, inclusive.
522
+ :param pulumi.Input[float] threshold: Must be 0 or greater.
523
+ :param pulumi.Input[str] time_function: One of (all, any).
524
+ :param pulumi.Input[str] operator: One of (above, below, equal). Defaults to equal.
525
+ :param pulumi.Input[str] priority: One of (critical, warning). Defaults to critical.
526
+ """
516
527
  pulumi.set(__self__, "duration", duration)
517
528
  pulumi.set(__self__, "threshold", threshold)
518
529
  pulumi.set(__self__, "time_function", time_function)
@@ -524,6 +535,9 @@ class AlertConditionTermArgs:
524
535
  @property
525
536
  @pulumi.getter
526
537
  def duration(self) -> pulumi.Input[int]:
538
+ """
539
+ In minutes, must be in the range of 5 to 120, inclusive.
540
+ """
527
541
  return pulumi.get(self, "duration")
528
542
 
529
543
  @duration.setter
@@ -533,6 +547,9 @@ class AlertConditionTermArgs:
533
547
  @property
534
548
  @pulumi.getter
535
549
  def threshold(self) -> pulumi.Input[float]:
550
+ """
551
+ Must be 0 or greater.
552
+ """
536
553
  return pulumi.get(self, "threshold")
537
554
 
538
555
  @threshold.setter
@@ -542,6 +559,9 @@ class AlertConditionTermArgs:
542
559
  @property
543
560
  @pulumi.getter(name="timeFunction")
544
561
  def time_function(self) -> pulumi.Input[str]:
562
+ """
563
+ One of (all, any).
564
+ """
545
565
  return pulumi.get(self, "time_function")
546
566
 
547
567
  @time_function.setter
@@ -551,6 +571,9 @@ class AlertConditionTermArgs:
551
571
  @property
552
572
  @pulumi.getter
553
573
  def operator(self) -> Optional[pulumi.Input[str]]:
574
+ """
575
+ One of (above, below, equal). Defaults to equal.
576
+ """
554
577
  return pulumi.get(self, "operator")
555
578
 
556
579
  @operator.setter
@@ -560,6 +583,9 @@ class AlertConditionTermArgs:
560
583
  @property
561
584
  @pulumi.getter
562
585
  def priority(self) -> Optional[pulumi.Input[str]]:
586
+ """
587
+ One of (critical, warning). Defaults to critical.
588
+ """
563
589
  return pulumi.get(self, "priority")
564
590
 
565
591
  @priority.setter
@@ -667,6 +693,7 @@ class AlertMutingRuleScheduleArgs:
667
693
  start_time: Optional[pulumi.Input[str]] = None,
668
694
  weekly_repeat_days: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
669
695
  """
696
+ :param pulumi.Input[str] time_zone: The time zone that applies to the MutingRule schedule.
670
697
  :param pulumi.Input[str] end_repeat: The datetime stamp when the muting rule schedule stops repeating. This is in local ISO 8601 format without an offset. Example: '2020-07-10T15:00:00'. Conflicts with `repeat_count`
671
698
  :param pulumi.Input[str] end_time: The datetime stamp that represents when the muting rule ends. This is in local ISO 8601 format without an offset. Example: '2020-07-15T14:30:00'
672
699
  :param pulumi.Input[str] repeat: The frequency the muting rule schedule repeats. If it does not repeat, omit this field. Options are DAILY, WEEKLY, MONTHLY
@@ -691,6 +718,9 @@ class AlertMutingRuleScheduleArgs:
691
718
  @property
692
719
  @pulumi.getter(name="timeZone")
693
720
  def time_zone(self) -> pulumi.Input[str]:
721
+ """
722
+ The time zone that applies to the MutingRule schedule.
723
+ """
694
724
  return pulumi.get(self, "time_zone")
695
725
 
696
726
  @time_zone.setter
@@ -1236,6 +1266,14 @@ class NrqlAlertConditionCriticalArgs:
1236
1266
  threshold_duration: Optional[pulumi.Input[int]] = None,
1237
1267
  threshold_occurrences: Optional[pulumi.Input[str]] = None,
1238
1268
  time_function: Optional[pulumi.Input[str]] = None):
1269
+ """
1270
+ :param pulumi.Input[float] threshold: For baseline conditions must be in range [1, 1000].
1271
+ :param pulumi.Input[int] duration: In minutes, must be in the range of 1 to 120 (inclusive).
1272
+ :param pulumi.Input[str] operator: One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'.
1273
+ :param pulumi.Input[int] threshold_duration: The duration, in seconds, that the threshold must violate in order to create an incident. Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions
1274
+ :param pulumi.Input[str] threshold_occurrences: The criteria for how many data points must be in violation for the specified threshold duration. Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive).
1275
+ :param pulumi.Input[str] time_function: Valid values are: 'all' or 'any'
1276
+ """
1239
1277
  pulumi.set(__self__, "threshold", threshold)
1240
1278
  if duration is not None:
1241
1279
  warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
@@ -1257,6 +1295,9 @@ class NrqlAlertConditionCriticalArgs:
1257
1295
  @property
1258
1296
  @pulumi.getter
1259
1297
  def threshold(self) -> pulumi.Input[float]:
1298
+ """
1299
+ For baseline conditions must be in range [1, 1000].
1300
+ """
1260
1301
  return pulumi.get(self, "threshold")
1261
1302
 
1262
1303
  @threshold.setter
@@ -1266,6 +1307,9 @@ class NrqlAlertConditionCriticalArgs:
1266
1307
  @property
1267
1308
  @pulumi.getter
1268
1309
  def duration(self) -> Optional[pulumi.Input[int]]:
1310
+ """
1311
+ In minutes, must be in the range of 1 to 120 (inclusive).
1312
+ """
1269
1313
  warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
1270
1314
  pulumi.log.warn("""duration is deprecated: use `threshold_duration` attribute instead""")
1271
1315
 
@@ -1278,6 +1322,9 @@ class NrqlAlertConditionCriticalArgs:
1278
1322
  @property
1279
1323
  @pulumi.getter
1280
1324
  def operator(self) -> Optional[pulumi.Input[str]]:
1325
+ """
1326
+ One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'.
1327
+ """
1281
1328
  return pulumi.get(self, "operator")
1282
1329
 
1283
1330
  @operator.setter
@@ -1287,6 +1334,9 @@ class NrqlAlertConditionCriticalArgs:
1287
1334
  @property
1288
1335
  @pulumi.getter(name="thresholdDuration")
1289
1336
  def threshold_duration(self) -> Optional[pulumi.Input[int]]:
1337
+ """
1338
+ The duration, in seconds, that the threshold must violate in order to create an incident. Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions
1339
+ """
1290
1340
  return pulumi.get(self, "threshold_duration")
1291
1341
 
1292
1342
  @threshold_duration.setter
@@ -1296,6 +1346,9 @@ class NrqlAlertConditionCriticalArgs:
1296
1346
  @property
1297
1347
  @pulumi.getter(name="thresholdOccurrences")
1298
1348
  def threshold_occurrences(self) -> Optional[pulumi.Input[str]]:
1349
+ """
1350
+ The criteria for how many data points must be in violation for the specified threshold duration. Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive).
1351
+ """
1299
1352
  return pulumi.get(self, "threshold_occurrences")
1300
1353
 
1301
1354
  @threshold_occurrences.setter
@@ -1305,6 +1358,9 @@ class NrqlAlertConditionCriticalArgs:
1305
1358
  @property
1306
1359
  @pulumi.getter(name="timeFunction")
1307
1360
  def time_function(self) -> Optional[pulumi.Input[str]]:
1361
+ """
1362
+ Valid values are: 'all' or 'any'
1363
+ """
1308
1364
  warnings.warn("""use `threshold_occurrences` attribute instead""", DeprecationWarning)
1309
1365
  pulumi.log.warn("""time_function is deprecated: use `threshold_occurrences` attribute instead""")
1310
1366
 
@@ -1321,6 +1377,10 @@ class NrqlAlertConditionNrqlArgs:
1321
1377
  query: pulumi.Input[str],
1322
1378
  evaluation_offset: Optional[pulumi.Input[int]] = None,
1323
1379
  since_value: Optional[pulumi.Input[str]] = None):
1380
+ """
1381
+ :param pulumi.Input[int] evaluation_offset: NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `evaluation_offset`.
1382
+ :param pulumi.Input[str] since_value: NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `since_value`.
1383
+ """
1324
1384
  pulumi.set(__self__, "query", query)
1325
1385
  if evaluation_offset is not None:
1326
1386
  warnings.warn("""use `aggregation_method` attribute instead""", DeprecationWarning)
@@ -1345,6 +1405,9 @@ class NrqlAlertConditionNrqlArgs:
1345
1405
  @property
1346
1406
  @pulumi.getter(name="evaluationOffset")
1347
1407
  def evaluation_offset(self) -> Optional[pulumi.Input[int]]:
1408
+ """
1409
+ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `evaluation_offset`.
1410
+ """
1348
1411
  warnings.warn("""use `aggregation_method` attribute instead""", DeprecationWarning)
1349
1412
  pulumi.log.warn("""evaluation_offset is deprecated: use `aggregation_method` attribute instead""")
1350
1413
 
@@ -1357,6 +1420,9 @@ class NrqlAlertConditionNrqlArgs:
1357
1420
  @property
1358
1421
  @pulumi.getter(name="sinceValue")
1359
1422
  def since_value(self) -> Optional[pulumi.Input[str]]:
1423
+ """
1424
+ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `since_value`.
1425
+ """
1360
1426
  warnings.warn("""use `aggregation_method` attribute instead""", DeprecationWarning)
1361
1427
  pulumi.log.warn("""since_value is deprecated: use `aggregation_method` attribute instead""")
1362
1428
 
@@ -1377,6 +1443,15 @@ class NrqlAlertConditionTermArgs:
1377
1443
  threshold_duration: Optional[pulumi.Input[int]] = None,
1378
1444
  threshold_occurrences: Optional[pulumi.Input[str]] = None,
1379
1445
  time_function: Optional[pulumi.Input[str]] = None):
1446
+ """
1447
+ :param pulumi.Input[float] threshold: For baseline conditions must be in range [1, 1000].
1448
+ :param pulumi.Input[int] duration: In minutes, must be in the range of 1 to 120 (inclusive).
1449
+ :param pulumi.Input[str] operator: One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'.
1450
+ :param pulumi.Input[str] priority: One of (critical, warning). Defaults to 'critical'. At least one condition term must have priority set to 'critical'.
1451
+ :param pulumi.Input[int] threshold_duration: The duration, in seconds, that the threshold must violate in order to create an incident. Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions
1452
+ :param pulumi.Input[str] threshold_occurrences: The criteria for how many data points must be in violation for the specified threshold duration. Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive).
1453
+ :param pulumi.Input[str] time_function: Valid values are: 'all' or 'any'
1454
+ """
1380
1455
  pulumi.set(__self__, "threshold", threshold)
1381
1456
  if duration is not None:
1382
1457
  warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
@@ -1400,6 +1475,9 @@ class NrqlAlertConditionTermArgs:
1400
1475
  @property
1401
1476
  @pulumi.getter
1402
1477
  def threshold(self) -> pulumi.Input[float]:
1478
+ """
1479
+ For baseline conditions must be in range [1, 1000].
1480
+ """
1403
1481
  return pulumi.get(self, "threshold")
1404
1482
 
1405
1483
  @threshold.setter
@@ -1409,6 +1487,9 @@ class NrqlAlertConditionTermArgs:
1409
1487
  @property
1410
1488
  @pulumi.getter
1411
1489
  def duration(self) -> Optional[pulumi.Input[int]]:
1490
+ """
1491
+ In minutes, must be in the range of 1 to 120 (inclusive).
1492
+ """
1412
1493
  warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
1413
1494
  pulumi.log.warn("""duration is deprecated: use `threshold_duration` attribute instead""")
1414
1495
 
@@ -1421,6 +1502,9 @@ class NrqlAlertConditionTermArgs:
1421
1502
  @property
1422
1503
  @pulumi.getter
1423
1504
  def operator(self) -> Optional[pulumi.Input[str]]:
1505
+ """
1506
+ One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'.
1507
+ """
1424
1508
  return pulumi.get(self, "operator")
1425
1509
 
1426
1510
  @operator.setter
@@ -1430,6 +1514,9 @@ class NrqlAlertConditionTermArgs:
1430
1514
  @property
1431
1515
  @pulumi.getter
1432
1516
  def priority(self) -> Optional[pulumi.Input[str]]:
1517
+ """
1518
+ One of (critical, warning). Defaults to 'critical'. At least one condition term must have priority set to 'critical'.
1519
+ """
1433
1520
  return pulumi.get(self, "priority")
1434
1521
 
1435
1522
  @priority.setter
@@ -1439,6 +1526,9 @@ class NrqlAlertConditionTermArgs:
1439
1526
  @property
1440
1527
  @pulumi.getter(name="thresholdDuration")
1441
1528
  def threshold_duration(self) -> Optional[pulumi.Input[int]]:
1529
+ """
1530
+ The duration, in seconds, that the threshold must violate in order to create an incident. Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions
1531
+ """
1442
1532
  return pulumi.get(self, "threshold_duration")
1443
1533
 
1444
1534
  @threshold_duration.setter
@@ -1448,6 +1538,9 @@ class NrqlAlertConditionTermArgs:
1448
1538
  @property
1449
1539
  @pulumi.getter(name="thresholdOccurrences")
1450
1540
  def threshold_occurrences(self) -> Optional[pulumi.Input[str]]:
1541
+ """
1542
+ The criteria for how many data points must be in violation for the specified threshold duration. Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive).
1543
+ """
1451
1544
  return pulumi.get(self, "threshold_occurrences")
1452
1545
 
1453
1546
  @threshold_occurrences.setter
@@ -1457,6 +1550,9 @@ class NrqlAlertConditionTermArgs:
1457
1550
  @property
1458
1551
  @pulumi.getter(name="timeFunction")
1459
1552
  def time_function(self) -> Optional[pulumi.Input[str]]:
1553
+ """
1554
+ Valid values are: 'all' or 'any'
1555
+ """
1460
1556
  warnings.warn("""use `threshold_occurrences` attribute instead""", DeprecationWarning)
1461
1557
  pulumi.log.warn("""time_function is deprecated: use `threshold_occurrences` attribute instead""")
1462
1558
 
@@ -1476,6 +1572,14 @@ class NrqlAlertConditionWarningArgs:
1476
1572
  threshold_duration: Optional[pulumi.Input[int]] = None,
1477
1573
  threshold_occurrences: Optional[pulumi.Input[str]] = None,
1478
1574
  time_function: Optional[pulumi.Input[str]] = None):
1575
+ """
1576
+ :param pulumi.Input[float] threshold: For baseline conditions must be in range [1, 1000].
1577
+ :param pulumi.Input[int] duration: In minutes, must be in the range of 1 to 120 (inclusive).
1578
+ :param pulumi.Input[str] operator: One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'.
1579
+ :param pulumi.Input[int] threshold_duration: The duration, in seconds, that the threshold must violate in order to create an incident. Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions
1580
+ :param pulumi.Input[str] threshold_occurrences: The criteria for how many data points must be in violation for the specified threshold duration. Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive).
1581
+ :param pulumi.Input[str] time_function: Valid values are: 'all' or 'any'
1582
+ """
1479
1583
  pulumi.set(__self__, "threshold", threshold)
1480
1584
  if duration is not None:
1481
1585
  warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
@@ -1497,6 +1601,9 @@ class NrqlAlertConditionWarningArgs:
1497
1601
  @property
1498
1602
  @pulumi.getter
1499
1603
  def threshold(self) -> pulumi.Input[float]:
1604
+ """
1605
+ For baseline conditions must be in range [1, 1000].
1606
+ """
1500
1607
  return pulumi.get(self, "threshold")
1501
1608
 
1502
1609
  @threshold.setter
@@ -1506,6 +1613,9 @@ class NrqlAlertConditionWarningArgs:
1506
1613
  @property
1507
1614
  @pulumi.getter
1508
1615
  def duration(self) -> Optional[pulumi.Input[int]]:
1616
+ """
1617
+ In minutes, must be in the range of 1 to 120 (inclusive).
1618
+ """
1509
1619
  warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
1510
1620
  pulumi.log.warn("""duration is deprecated: use `threshold_duration` attribute instead""")
1511
1621
 
@@ -1518,6 +1628,9 @@ class NrqlAlertConditionWarningArgs:
1518
1628
  @property
1519
1629
  @pulumi.getter
1520
1630
  def operator(self) -> Optional[pulumi.Input[str]]:
1631
+ """
1632
+ One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'.
1633
+ """
1521
1634
  return pulumi.get(self, "operator")
1522
1635
 
1523
1636
  @operator.setter
@@ -1527,6 +1640,9 @@ class NrqlAlertConditionWarningArgs:
1527
1640
  @property
1528
1641
  @pulumi.getter(name="thresholdDuration")
1529
1642
  def threshold_duration(self) -> Optional[pulumi.Input[int]]:
1643
+ """
1644
+ The duration, in seconds, that the threshold must violate in order to create an incident. Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions
1645
+ """
1530
1646
  return pulumi.get(self, "threshold_duration")
1531
1647
 
1532
1648
  @threshold_duration.setter
@@ -1536,6 +1652,9 @@ class NrqlAlertConditionWarningArgs:
1536
1652
  @property
1537
1653
  @pulumi.getter(name="thresholdOccurrences")
1538
1654
  def threshold_occurrences(self) -> Optional[pulumi.Input[str]]:
1655
+ """
1656
+ The criteria for how many data points must be in violation for the specified threshold duration. Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive).
1657
+ """
1539
1658
  return pulumi.get(self, "threshold_occurrences")
1540
1659
 
1541
1660
  @threshold_occurrences.setter
@@ -1545,6 +1664,9 @@ class NrqlAlertConditionWarningArgs:
1545
1664
  @property
1546
1665
  @pulumi.getter(name="timeFunction")
1547
1666
  def time_function(self) -> Optional[pulumi.Input[str]]:
1667
+ """
1668
+ Valid values are: 'all' or 'any'
1669
+ """
1548
1670
  warnings.warn("""use `threshold_occurrences` attribute instead""", DeprecationWarning)
1549
1671
  pulumi.log.warn("""time_function is deprecated: use `threshold_occurrences` attribute instead""")
1550
1672
 
@@ -1631,6 +1753,20 @@ class OneDashboardPageArgs:
1631
1753
  :param pulumi.Input[str] name: The title of the dashboard.
1632
1754
  :param pulumi.Input[str] description: Brief text describing the dashboard.
1633
1755
  :param pulumi.Input[str] guid: The unique entity identifier of the dashboard page in New Relic.
1756
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaArgs']]] widget_areas: An area widget.
1757
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBarArgs']]] widget_bars: A bar widget.
1758
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardArgs']]] widget_billboards: A billboard widget.
1759
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletArgs']]] widget_bullets: A bullet widget.
1760
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelArgs']]] widget_funnels: A funnel widget.
1761
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHeatmapArgs']]] widget_heatmaps: A heatmap widget.
1762
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramArgs']]] widget_histograms: A histogram widget.
1763
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonArgs']]] widget_jsons: A JSON widget.
1764
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineArgs']]] widget_lines: A line widget.
1765
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableArgs']]] widget_log_tables: A log table widget.
1766
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetMarkdownArgs']]] widget_markdowns: A markdown widget.
1767
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetPyArgs']]] widget_pies: A pie widget.
1768
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarArgs']]] widget_stacked_bars: A stacked bar widget.
1769
+ :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableArgs']]] widget_tables: A table widget.
1634
1770
  """
1635
1771
  pulumi.set(__self__, "name", name)
1636
1772
  if description is not None:
@@ -1705,6 +1841,9 @@ class OneDashboardPageArgs:
1705
1841
  @property
1706
1842
  @pulumi.getter(name="widgetAreas")
1707
1843
  def widget_areas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaArgs']]]]:
1844
+ """
1845
+ An area widget.
1846
+ """
1708
1847
  return pulumi.get(self, "widget_areas")
1709
1848
 
1710
1849
  @widget_areas.setter
@@ -1714,6 +1853,9 @@ class OneDashboardPageArgs:
1714
1853
  @property
1715
1854
  @pulumi.getter(name="widgetBars")
1716
1855
  def widget_bars(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBarArgs']]]]:
1856
+ """
1857
+ A bar widget.
1858
+ """
1717
1859
  return pulumi.get(self, "widget_bars")
1718
1860
 
1719
1861
  @widget_bars.setter
@@ -1723,6 +1865,9 @@ class OneDashboardPageArgs:
1723
1865
  @property
1724
1866
  @pulumi.getter(name="widgetBillboards")
1725
1867
  def widget_billboards(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardArgs']]]]:
1868
+ """
1869
+ A billboard widget.
1870
+ """
1726
1871
  return pulumi.get(self, "widget_billboards")
1727
1872
 
1728
1873
  @widget_billboards.setter
@@ -1732,6 +1877,9 @@ class OneDashboardPageArgs:
1732
1877
  @property
1733
1878
  @pulumi.getter(name="widgetBullets")
1734
1879
  def widget_bullets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletArgs']]]]:
1880
+ """
1881
+ A bullet widget.
1882
+ """
1735
1883
  return pulumi.get(self, "widget_bullets")
1736
1884
 
1737
1885
  @widget_bullets.setter
@@ -1741,6 +1889,9 @@ class OneDashboardPageArgs:
1741
1889
  @property
1742
1890
  @pulumi.getter(name="widgetFunnels")
1743
1891
  def widget_funnels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelArgs']]]]:
1892
+ """
1893
+ A funnel widget.
1894
+ """
1744
1895
  return pulumi.get(self, "widget_funnels")
1745
1896
 
1746
1897
  @widget_funnels.setter
@@ -1750,6 +1901,9 @@ class OneDashboardPageArgs:
1750
1901
  @property
1751
1902
  @pulumi.getter(name="widgetHeatmaps")
1752
1903
  def widget_heatmaps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHeatmapArgs']]]]:
1904
+ """
1905
+ A heatmap widget.
1906
+ """
1753
1907
  return pulumi.get(self, "widget_heatmaps")
1754
1908
 
1755
1909
  @widget_heatmaps.setter
@@ -1759,6 +1913,9 @@ class OneDashboardPageArgs:
1759
1913
  @property
1760
1914
  @pulumi.getter(name="widgetHistograms")
1761
1915
  def widget_histograms(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramArgs']]]]:
1916
+ """
1917
+ A histogram widget.
1918
+ """
1762
1919
  return pulumi.get(self, "widget_histograms")
1763
1920
 
1764
1921
  @widget_histograms.setter
@@ -1768,6 +1925,9 @@ class OneDashboardPageArgs:
1768
1925
  @property
1769
1926
  @pulumi.getter(name="widgetJsons")
1770
1927
  def widget_jsons(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonArgs']]]]:
1928
+ """
1929
+ A JSON widget.
1930
+ """
1771
1931
  return pulumi.get(self, "widget_jsons")
1772
1932
 
1773
1933
  @widget_jsons.setter
@@ -1777,6 +1937,9 @@ class OneDashboardPageArgs:
1777
1937
  @property
1778
1938
  @pulumi.getter(name="widgetLines")
1779
1939
  def widget_lines(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineArgs']]]]:
1940
+ """
1941
+ A line widget.
1942
+ """
1780
1943
  return pulumi.get(self, "widget_lines")
1781
1944
 
1782
1945
  @widget_lines.setter
@@ -1786,6 +1949,9 @@ class OneDashboardPageArgs:
1786
1949
  @property
1787
1950
  @pulumi.getter(name="widgetLogTables")
1788
1951
  def widget_log_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableArgs']]]]:
1952
+ """
1953
+ A log table widget.
1954
+ """
1789
1955
  return pulumi.get(self, "widget_log_tables")
1790
1956
 
1791
1957
  @widget_log_tables.setter
@@ -1795,6 +1961,9 @@ class OneDashboardPageArgs:
1795
1961
  @property
1796
1962
  @pulumi.getter(name="widgetMarkdowns")
1797
1963
  def widget_markdowns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetMarkdownArgs']]]]:
1964
+ """
1965
+ A markdown widget.
1966
+ """
1798
1967
  return pulumi.get(self, "widget_markdowns")
1799
1968
 
1800
1969
  @widget_markdowns.setter
@@ -1804,6 +1973,9 @@ class OneDashboardPageArgs:
1804
1973
  @property
1805
1974
  @pulumi.getter(name="widgetPies")
1806
1975
  def widget_pies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetPyArgs']]]]:
1976
+ """
1977
+ A pie widget.
1978
+ """
1807
1979
  return pulumi.get(self, "widget_pies")
1808
1980
 
1809
1981
  @widget_pies.setter
@@ -1813,6 +1985,9 @@ class OneDashboardPageArgs:
1813
1985
  @property
1814
1986
  @pulumi.getter(name="widgetStackedBars")
1815
1987
  def widget_stacked_bars(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarArgs']]]]:
1988
+ """
1989
+ A stacked bar widget.
1990
+ """
1816
1991
  return pulumi.get(self, "widget_stacked_bars")
1817
1992
 
1818
1993
  @widget_stacked_bars.setter
@@ -1822,6 +1997,9 @@ class OneDashboardPageArgs:
1822
1997
  @property
1823
1998
  @pulumi.getter(name="widgetTables")
1824
1999
  def widget_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetTableArgs']]]]:
2000
+ """
2001
+ A table widget.
2002
+ """
1825
2003
  return pulumi.get(self, "widget_tables")
1826
2004
 
1827
2005
  @widget_tables.setter
@@ -1855,6 +2033,7 @@ class OneDashboardPageWidgetAreaArgs:
1855
2033
  :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.
1856
2034
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
1857
2035
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
2036
+ :param pulumi.Input[str] id: The ID of the widget.
1858
2037
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
1859
2038
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
1860
2039
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -1976,6 +2155,9 @@ class OneDashboardPageWidgetAreaArgs:
1976
2155
  @property
1977
2156
  @pulumi.getter
1978
2157
  def id(self) -> Optional[pulumi.Input[str]]:
2158
+ """
2159
+ The ID of the widget.
2160
+ """
1979
2161
  return pulumi.get(self, "id")
1980
2162
 
1981
2163
  @id.setter
@@ -2110,6 +2292,7 @@ class OneDashboardPageWidgetAreaColorSeriesOverrideArgs:
2110
2292
  series_name: Optional[pulumi.Input[str]] = None):
2111
2293
  """
2112
2294
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
2295
+ :param pulumi.Input[str] series_name: Series name
2113
2296
  """
2114
2297
  if color is not None:
2115
2298
  pulumi.set(__self__, "color", color)
@@ -2131,6 +2314,9 @@ class OneDashboardPageWidgetAreaColorSeriesOverrideArgs:
2131
2314
  @property
2132
2315
  @pulumi.getter(name="seriesName")
2133
2316
  def series_name(self) -> Optional[pulumi.Input[str]]:
2317
+ """
2318
+ Series name
2319
+ """
2134
2320
  return pulumi.get(self, "series_name")
2135
2321
 
2136
2322
  @series_name.setter
@@ -2222,6 +2408,7 @@ class OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs:
2222
2408
  series_name: Optional[pulumi.Input[str]] = None):
2223
2409
  """
2224
2410
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
2411
+ :param pulumi.Input[str] series_name: Series name
2225
2412
  """
2226
2413
  if null_value is not None:
2227
2414
  pulumi.set(__self__, "null_value", null_value)
@@ -2243,6 +2430,9 @@ class OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs:
2243
2430
  @property
2244
2431
  @pulumi.getter(name="seriesName")
2245
2432
  def series_name(self) -> Optional[pulumi.Input[str]]:
2433
+ """
2434
+ Series name
2435
+ """
2246
2436
  return pulumi.get(self, "series_name")
2247
2437
 
2248
2438
  @series_name.setter
@@ -2295,6 +2485,7 @@ class OneDashboardPageWidgetAreaUnitSeriesOverrideArgs:
2295
2485
  series_name: Optional[pulumi.Input[str]] = None,
2296
2486
  unit: Optional[pulumi.Input[str]] = None):
2297
2487
  """
2488
+ :param pulumi.Input[str] series_name: Series name
2298
2489
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
2299
2490
  """
2300
2491
  if series_name is not None:
@@ -2305,6 +2496,9 @@ class OneDashboardPageWidgetAreaUnitSeriesOverrideArgs:
2305
2496
  @property
2306
2497
  @pulumi.getter(name="seriesName")
2307
2498
  def series_name(self) -> Optional[pulumi.Input[str]]:
2499
+ """
2500
+ Series name
2501
+ """
2308
2502
  return pulumi.get(self, "series_name")
2309
2503
 
2310
2504
  @series_name.setter
@@ -2353,6 +2547,7 @@ class OneDashboardPageWidgetBarArgs:
2353
2547
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
2354
2548
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
2355
2549
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
2550
+ :param pulumi.Input[str] id: The ID of the widget.
2356
2551
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
2357
2552
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
2358
2553
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
@@ -2491,6 +2686,9 @@ class OneDashboardPageWidgetBarArgs:
2491
2686
  @property
2492
2687
  @pulumi.getter
2493
2688
  def id(self) -> Optional[pulumi.Input[str]]:
2689
+ """
2690
+ The ID of the widget.
2691
+ """
2494
2692
  return pulumi.get(self, "id")
2495
2693
 
2496
2694
  @id.setter
@@ -2637,6 +2835,7 @@ class OneDashboardPageWidgetBarColorSeriesOverrideArgs:
2637
2835
  series_name: Optional[pulumi.Input[str]] = None):
2638
2836
  """
2639
2837
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
2838
+ :param pulumi.Input[str] series_name: Series name
2640
2839
  """
2641
2840
  if color is not None:
2642
2841
  pulumi.set(__self__, "color", color)
@@ -2658,6 +2857,9 @@ class OneDashboardPageWidgetBarColorSeriesOverrideArgs:
2658
2857
  @property
2659
2858
  @pulumi.getter(name="seriesName")
2660
2859
  def series_name(self) -> Optional[pulumi.Input[str]]:
2860
+ """
2861
+ Series name
2862
+ """
2661
2863
  return pulumi.get(self, "series_name")
2662
2864
 
2663
2865
  @series_name.setter
@@ -2749,6 +2951,7 @@ class OneDashboardPageWidgetBarNullValueSeriesOverrideArgs:
2749
2951
  series_name: Optional[pulumi.Input[str]] = None):
2750
2952
  """
2751
2953
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
2954
+ :param pulumi.Input[str] series_name: Series name
2752
2955
  """
2753
2956
  if null_value is not None:
2754
2957
  pulumi.set(__self__, "null_value", null_value)
@@ -2770,6 +2973,9 @@ class OneDashboardPageWidgetBarNullValueSeriesOverrideArgs:
2770
2973
  @property
2771
2974
  @pulumi.getter(name="seriesName")
2772
2975
  def series_name(self) -> Optional[pulumi.Input[str]]:
2976
+ """
2977
+ Series name
2978
+ """
2773
2979
  return pulumi.get(self, "series_name")
2774
2980
 
2775
2981
  @series_name.setter
@@ -2822,6 +3028,7 @@ class OneDashboardPageWidgetBarUnitSeriesOverrideArgs:
2822
3028
  series_name: Optional[pulumi.Input[str]] = None,
2823
3029
  unit: Optional[pulumi.Input[str]] = None):
2824
3030
  """
3031
+ :param pulumi.Input[str] series_name: Series name
2825
3032
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
2826
3033
  """
2827
3034
  if series_name is not None:
@@ -2832,6 +3039,9 @@ class OneDashboardPageWidgetBarUnitSeriesOverrideArgs:
2832
3039
  @property
2833
3040
  @pulumi.getter(name="seriesName")
2834
3041
  def series_name(self) -> Optional[pulumi.Input[str]]:
3042
+ """
3043
+ Series name
3044
+ """
2835
3045
  return pulumi.get(self, "series_name")
2836
3046
 
2837
3047
  @series_name.setter
@@ -2880,6 +3090,7 @@ class OneDashboardPageWidgetBillboardArgs:
2880
3090
  :param pulumi.Input[str] critical: (Optional) Threshold above which the displayed value will be styled with a red color.
2881
3091
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
2882
3092
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
3093
+ :param pulumi.Input[str] id: The ID of the widget.
2883
3094
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
2884
3095
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
2885
3096
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBillboardNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -3018,6 +3229,9 @@ class OneDashboardPageWidgetBillboardArgs:
3018
3229
  @property
3019
3230
  @pulumi.getter
3020
3231
  def id(self) -> Optional[pulumi.Input[str]]:
3232
+ """
3233
+ The ID of the widget.
3234
+ """
3021
3235
  return pulumi.get(self, "id")
3022
3236
 
3023
3237
  @id.setter
@@ -3164,6 +3378,7 @@ class OneDashboardPageWidgetBillboardColorSeriesOverrideArgs:
3164
3378
  series_name: Optional[pulumi.Input[str]] = None):
3165
3379
  """
3166
3380
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
3381
+ :param pulumi.Input[str] series_name: Series name
3167
3382
  """
3168
3383
  if color is not None:
3169
3384
  pulumi.set(__self__, "color", color)
@@ -3185,6 +3400,9 @@ class OneDashboardPageWidgetBillboardColorSeriesOverrideArgs:
3185
3400
  @property
3186
3401
  @pulumi.getter(name="seriesName")
3187
3402
  def series_name(self) -> Optional[pulumi.Input[str]]:
3403
+ """
3404
+ Series name
3405
+ """
3188
3406
  return pulumi.get(self, "series_name")
3189
3407
 
3190
3408
  @series_name.setter
@@ -3276,6 +3494,7 @@ class OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs:
3276
3494
  series_name: Optional[pulumi.Input[str]] = None):
3277
3495
  """
3278
3496
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
3497
+ :param pulumi.Input[str] series_name: Series name
3279
3498
  """
3280
3499
  if null_value is not None:
3281
3500
  pulumi.set(__self__, "null_value", null_value)
@@ -3297,6 +3516,9 @@ class OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs:
3297
3516
  @property
3298
3517
  @pulumi.getter(name="seriesName")
3299
3518
  def series_name(self) -> Optional[pulumi.Input[str]]:
3519
+ """
3520
+ Series name
3521
+ """
3300
3522
  return pulumi.get(self, "series_name")
3301
3523
 
3302
3524
  @series_name.setter
@@ -3349,6 +3571,7 @@ class OneDashboardPageWidgetBillboardUnitSeriesOverrideArgs:
3349
3571
  series_name: Optional[pulumi.Input[str]] = None,
3350
3572
  unit: Optional[pulumi.Input[str]] = None):
3351
3573
  """
3574
+ :param pulumi.Input[str] series_name: Series name
3352
3575
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
3353
3576
  """
3354
3577
  if series_name is not None:
@@ -3359,6 +3582,9 @@ class OneDashboardPageWidgetBillboardUnitSeriesOverrideArgs:
3359
3582
  @property
3360
3583
  @pulumi.getter(name="seriesName")
3361
3584
  def series_name(self) -> Optional[pulumi.Input[str]]:
3585
+ """
3586
+ Series name
3587
+ """
3362
3588
  return pulumi.get(self, "series_name")
3363
3589
 
3364
3590
  @series_name.setter
@@ -3406,6 +3632,7 @@ class OneDashboardPageWidgetBulletArgs:
3406
3632
  :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.
3407
3633
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
3408
3634
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
3635
+ :param pulumi.Input[str] id: The ID of the widget.
3409
3636
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
3410
3637
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
3411
3638
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetBulletNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -3540,6 +3767,9 @@ class OneDashboardPageWidgetBulletArgs:
3540
3767
  @property
3541
3768
  @pulumi.getter
3542
3769
  def id(self) -> Optional[pulumi.Input[str]]:
3770
+ """
3771
+ The ID of the widget.
3772
+ """
3543
3773
  return pulumi.get(self, "id")
3544
3774
 
3545
3775
  @id.setter
@@ -3674,6 +3904,7 @@ class OneDashboardPageWidgetBulletColorSeriesOverrideArgs:
3674
3904
  series_name: Optional[pulumi.Input[str]] = None):
3675
3905
  """
3676
3906
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
3907
+ :param pulumi.Input[str] series_name: Series name
3677
3908
  """
3678
3909
  if color is not None:
3679
3910
  pulumi.set(__self__, "color", color)
@@ -3695,6 +3926,9 @@ class OneDashboardPageWidgetBulletColorSeriesOverrideArgs:
3695
3926
  @property
3696
3927
  @pulumi.getter(name="seriesName")
3697
3928
  def series_name(self) -> Optional[pulumi.Input[str]]:
3929
+ """
3930
+ Series name
3931
+ """
3698
3932
  return pulumi.get(self, "series_name")
3699
3933
 
3700
3934
  @series_name.setter
@@ -3786,6 +4020,7 @@ class OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs:
3786
4020
  series_name: Optional[pulumi.Input[str]] = None):
3787
4021
  """
3788
4022
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
4023
+ :param pulumi.Input[str] series_name: Series name
3789
4024
  """
3790
4025
  if null_value is not None:
3791
4026
  pulumi.set(__self__, "null_value", null_value)
@@ -3807,6 +4042,9 @@ class OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs:
3807
4042
  @property
3808
4043
  @pulumi.getter(name="seriesName")
3809
4044
  def series_name(self) -> Optional[pulumi.Input[str]]:
4045
+ """
4046
+ Series name
4047
+ """
3810
4048
  return pulumi.get(self, "series_name")
3811
4049
 
3812
4050
  @series_name.setter
@@ -3859,6 +4097,7 @@ class OneDashboardPageWidgetBulletUnitSeriesOverrideArgs:
3859
4097
  series_name: Optional[pulumi.Input[str]] = None,
3860
4098
  unit: Optional[pulumi.Input[str]] = None):
3861
4099
  """
4100
+ :param pulumi.Input[str] series_name: Series name
3862
4101
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
3863
4102
  """
3864
4103
  if series_name is not None:
@@ -3869,6 +4108,9 @@ class OneDashboardPageWidgetBulletUnitSeriesOverrideArgs:
3869
4108
  @property
3870
4109
  @pulumi.getter(name="seriesName")
3871
4110
  def series_name(self) -> Optional[pulumi.Input[str]]:
4111
+ """
4112
+ Series name
4113
+ """
3872
4114
  return pulumi.get(self, "series_name")
3873
4115
 
3874
4116
  @series_name.setter
@@ -3914,6 +4156,7 @@ class OneDashboardPageWidgetFunnelArgs:
3914
4156
  :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.
3915
4157
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
3916
4158
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
4159
+ :param pulumi.Input[str] id: The ID of the widget.
3917
4160
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
3918
4161
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
3919
4162
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetFunnelNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -4035,6 +4278,9 @@ class OneDashboardPageWidgetFunnelArgs:
4035
4278
  @property
4036
4279
  @pulumi.getter
4037
4280
  def id(self) -> Optional[pulumi.Input[str]]:
4281
+ """
4282
+ The ID of the widget.
4283
+ """
4038
4284
  return pulumi.get(self, "id")
4039
4285
 
4040
4286
  @id.setter
@@ -4169,6 +4415,7 @@ class OneDashboardPageWidgetFunnelColorSeriesOverrideArgs:
4169
4415
  series_name: Optional[pulumi.Input[str]] = None):
4170
4416
  """
4171
4417
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
4418
+ :param pulumi.Input[str] series_name: Series name
4172
4419
  """
4173
4420
  if color is not None:
4174
4421
  pulumi.set(__self__, "color", color)
@@ -4190,6 +4437,9 @@ class OneDashboardPageWidgetFunnelColorSeriesOverrideArgs:
4190
4437
  @property
4191
4438
  @pulumi.getter(name="seriesName")
4192
4439
  def series_name(self) -> Optional[pulumi.Input[str]]:
4440
+ """
4441
+ Series name
4442
+ """
4193
4443
  return pulumi.get(self, "series_name")
4194
4444
 
4195
4445
  @series_name.setter
@@ -4281,6 +4531,7 @@ class OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs:
4281
4531
  series_name: Optional[pulumi.Input[str]] = None):
4282
4532
  """
4283
4533
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
4534
+ :param pulumi.Input[str] series_name: Series name
4284
4535
  """
4285
4536
  if null_value is not None:
4286
4537
  pulumi.set(__self__, "null_value", null_value)
@@ -4302,6 +4553,9 @@ class OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs:
4302
4553
  @property
4303
4554
  @pulumi.getter(name="seriesName")
4304
4555
  def series_name(self) -> Optional[pulumi.Input[str]]:
4556
+ """
4557
+ Series name
4558
+ """
4305
4559
  return pulumi.get(self, "series_name")
4306
4560
 
4307
4561
  @series_name.setter
@@ -4354,6 +4608,7 @@ class OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs:
4354
4608
  series_name: Optional[pulumi.Input[str]] = None,
4355
4609
  unit: Optional[pulumi.Input[str]] = None):
4356
4610
  """
4611
+ :param pulumi.Input[str] series_name: Series name
4357
4612
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
4358
4613
  """
4359
4614
  if series_name is not None:
@@ -4364,6 +4619,9 @@ class OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs:
4364
4619
  @property
4365
4620
  @pulumi.getter(name="seriesName")
4366
4621
  def series_name(self) -> Optional[pulumi.Input[str]]:
4622
+ """
4623
+ Series name
4624
+ """
4367
4625
  return pulumi.get(self, "series_name")
4368
4626
 
4369
4627
  @series_name.setter
@@ -4412,6 +4670,7 @@ class OneDashboardPageWidgetHeatmapArgs:
4412
4670
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
4413
4671
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
4414
4672
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
4673
+ :param pulumi.Input[str] id: The ID of the widget.
4415
4674
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
4416
4675
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
4417
4676
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
@@ -4550,6 +4809,9 @@ class OneDashboardPageWidgetHeatmapArgs:
4550
4809
  @property
4551
4810
  @pulumi.getter
4552
4811
  def id(self) -> Optional[pulumi.Input[str]]:
4812
+ """
4813
+ The ID of the widget.
4814
+ """
4553
4815
  return pulumi.get(self, "id")
4554
4816
 
4555
4817
  @id.setter
@@ -4696,6 +4958,7 @@ class OneDashboardPageWidgetHeatmapColorSeriesOverrideArgs:
4696
4958
  series_name: Optional[pulumi.Input[str]] = None):
4697
4959
  """
4698
4960
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
4961
+ :param pulumi.Input[str] series_name: Series name
4699
4962
  """
4700
4963
  if color is not None:
4701
4964
  pulumi.set(__self__, "color", color)
@@ -4717,6 +4980,9 @@ class OneDashboardPageWidgetHeatmapColorSeriesOverrideArgs:
4717
4980
  @property
4718
4981
  @pulumi.getter(name="seriesName")
4719
4982
  def series_name(self) -> Optional[pulumi.Input[str]]:
4983
+ """
4984
+ Series name
4985
+ """
4720
4986
  return pulumi.get(self, "series_name")
4721
4987
 
4722
4988
  @series_name.setter
@@ -4808,6 +5074,7 @@ class OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArgs:
4808
5074
  series_name: Optional[pulumi.Input[str]] = None):
4809
5075
  """
4810
5076
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
5077
+ :param pulumi.Input[str] series_name: Series name
4811
5078
  """
4812
5079
  if null_value is not None:
4813
5080
  pulumi.set(__self__, "null_value", null_value)
@@ -4829,6 +5096,9 @@ class OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArgs:
4829
5096
  @property
4830
5097
  @pulumi.getter(name="seriesName")
4831
5098
  def series_name(self) -> Optional[pulumi.Input[str]]:
5099
+ """
5100
+ Series name
5101
+ """
4832
5102
  return pulumi.get(self, "series_name")
4833
5103
 
4834
5104
  @series_name.setter
@@ -4881,6 +5151,7 @@ class OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs:
4881
5151
  series_name: Optional[pulumi.Input[str]] = None,
4882
5152
  unit: Optional[pulumi.Input[str]] = None):
4883
5153
  """
5154
+ :param pulumi.Input[str] series_name: Series name
4884
5155
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
4885
5156
  """
4886
5157
  if series_name is not None:
@@ -4891,6 +5162,9 @@ class OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs:
4891
5162
  @property
4892
5163
  @pulumi.getter(name="seriesName")
4893
5164
  def series_name(self) -> Optional[pulumi.Input[str]]:
5165
+ """
5166
+ Series name
5167
+ """
4894
5168
  return pulumi.get(self, "series_name")
4895
5169
 
4896
5170
  @series_name.setter
@@ -4936,6 +5210,7 @@ class OneDashboardPageWidgetHistogramArgs:
4936
5210
  :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.
4937
5211
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
4938
5212
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
5213
+ :param pulumi.Input[str] id: The ID of the widget.
4939
5214
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
4940
5215
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
4941
5216
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetHistogramNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -5057,6 +5332,9 @@ class OneDashboardPageWidgetHistogramArgs:
5057
5332
  @property
5058
5333
  @pulumi.getter
5059
5334
  def id(self) -> Optional[pulumi.Input[str]]:
5335
+ """
5336
+ The ID of the widget.
5337
+ """
5060
5338
  return pulumi.get(self, "id")
5061
5339
 
5062
5340
  @id.setter
@@ -5191,6 +5469,7 @@ class OneDashboardPageWidgetHistogramColorSeriesOverrideArgs:
5191
5469
  series_name: Optional[pulumi.Input[str]] = None):
5192
5470
  """
5193
5471
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
5472
+ :param pulumi.Input[str] series_name: Series name
5194
5473
  """
5195
5474
  if color is not None:
5196
5475
  pulumi.set(__self__, "color", color)
@@ -5212,6 +5491,9 @@ class OneDashboardPageWidgetHistogramColorSeriesOverrideArgs:
5212
5491
  @property
5213
5492
  @pulumi.getter(name="seriesName")
5214
5493
  def series_name(self) -> Optional[pulumi.Input[str]]:
5494
+ """
5495
+ Series name
5496
+ """
5215
5497
  return pulumi.get(self, "series_name")
5216
5498
 
5217
5499
  @series_name.setter
@@ -5303,6 +5585,7 @@ class OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs:
5303
5585
  series_name: Optional[pulumi.Input[str]] = None):
5304
5586
  """
5305
5587
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
5588
+ :param pulumi.Input[str] series_name: Series name
5306
5589
  """
5307
5590
  if null_value is not None:
5308
5591
  pulumi.set(__self__, "null_value", null_value)
@@ -5324,6 +5607,9 @@ class OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs:
5324
5607
  @property
5325
5608
  @pulumi.getter(name="seriesName")
5326
5609
  def series_name(self) -> Optional[pulumi.Input[str]]:
5610
+ """
5611
+ Series name
5612
+ """
5327
5613
  return pulumi.get(self, "series_name")
5328
5614
 
5329
5615
  @series_name.setter
@@ -5376,6 +5662,7 @@ class OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs:
5376
5662
  series_name: Optional[pulumi.Input[str]] = None,
5377
5663
  unit: Optional[pulumi.Input[str]] = None):
5378
5664
  """
5665
+ :param pulumi.Input[str] series_name: Series name
5379
5666
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
5380
5667
  """
5381
5668
  if series_name is not None:
@@ -5386,6 +5673,9 @@ class OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs:
5386
5673
  @property
5387
5674
  @pulumi.getter(name="seriesName")
5388
5675
  def series_name(self) -> Optional[pulumi.Input[str]]:
5676
+ """
5677
+ Series name
5678
+ """
5389
5679
  return pulumi.get(self, "series_name")
5390
5680
 
5391
5681
  @series_name.setter
@@ -5431,6 +5721,7 @@ class OneDashboardPageWidgetJsonArgs:
5431
5721
  :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.
5432
5722
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
5433
5723
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
5724
+ :param pulumi.Input[str] id: The ID of the widget.
5434
5725
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
5435
5726
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
5436
5727
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetJsonNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -5552,6 +5843,9 @@ class OneDashboardPageWidgetJsonArgs:
5552
5843
  @property
5553
5844
  @pulumi.getter
5554
5845
  def id(self) -> Optional[pulumi.Input[str]]:
5846
+ """
5847
+ The ID of the widget.
5848
+ """
5555
5849
  return pulumi.get(self, "id")
5556
5850
 
5557
5851
  @id.setter
@@ -5686,6 +5980,7 @@ class OneDashboardPageWidgetJsonColorSeriesOverrideArgs:
5686
5980
  series_name: Optional[pulumi.Input[str]] = None):
5687
5981
  """
5688
5982
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
5983
+ :param pulumi.Input[str] series_name: Series name
5689
5984
  """
5690
5985
  if color is not None:
5691
5986
  pulumi.set(__self__, "color", color)
@@ -5707,6 +6002,9 @@ class OneDashboardPageWidgetJsonColorSeriesOverrideArgs:
5707
6002
  @property
5708
6003
  @pulumi.getter(name="seriesName")
5709
6004
  def series_name(self) -> Optional[pulumi.Input[str]]:
6005
+ """
6006
+ Series name
6007
+ """
5710
6008
  return pulumi.get(self, "series_name")
5711
6009
 
5712
6010
  @series_name.setter
@@ -5798,6 +6096,7 @@ class OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs:
5798
6096
  series_name: Optional[pulumi.Input[str]] = None):
5799
6097
  """
5800
6098
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
6099
+ :param pulumi.Input[str] series_name: Series name
5801
6100
  """
5802
6101
  if null_value is not None:
5803
6102
  pulumi.set(__self__, "null_value", null_value)
@@ -5819,6 +6118,9 @@ class OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs:
5819
6118
  @property
5820
6119
  @pulumi.getter(name="seriesName")
5821
6120
  def series_name(self) -> Optional[pulumi.Input[str]]:
6121
+ """
6122
+ Series name
6123
+ """
5822
6124
  return pulumi.get(self, "series_name")
5823
6125
 
5824
6126
  @series_name.setter
@@ -5871,6 +6173,7 @@ class OneDashboardPageWidgetJsonUnitSeriesOverrideArgs:
5871
6173
  series_name: Optional[pulumi.Input[str]] = None,
5872
6174
  unit: Optional[pulumi.Input[str]] = None):
5873
6175
  """
6176
+ :param pulumi.Input[str] series_name: Series name
5874
6177
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
5875
6178
  """
5876
6179
  if series_name is not None:
@@ -5881,6 +6184,9 @@ class OneDashboardPageWidgetJsonUnitSeriesOverrideArgs:
5881
6184
  @property
5882
6185
  @pulumi.getter(name="seriesName")
5883
6186
  def series_name(self) -> Optional[pulumi.Input[str]]:
6187
+ """
6188
+ Series name
6189
+ """
5884
6190
  return pulumi.get(self, "series_name")
5885
6191
 
5886
6192
  @series_name.setter
@@ -5927,6 +6233,7 @@ class OneDashboardPageWidgetLineArgs:
5927
6233
  :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.
5928
6234
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
5929
6235
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
6236
+ :param pulumi.Input[str] id: The ID of the widget.
5930
6237
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
5931
6238
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
5932
6239
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -6051,6 +6358,9 @@ class OneDashboardPageWidgetLineArgs:
6051
6358
  @property
6052
6359
  @pulumi.getter
6053
6360
  def id(self) -> Optional[pulumi.Input[str]]:
6361
+ """
6362
+ The ID of the widget.
6363
+ """
6054
6364
  return pulumi.get(self, "id")
6055
6365
 
6056
6366
  @id.setter
@@ -6197,6 +6507,7 @@ class OneDashboardPageWidgetLineColorSeriesOverrideArgs:
6197
6507
  series_name: Optional[pulumi.Input[str]] = None):
6198
6508
  """
6199
6509
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
6510
+ :param pulumi.Input[str] series_name: Series name
6200
6511
  """
6201
6512
  if color is not None:
6202
6513
  pulumi.set(__self__, "color", color)
@@ -6218,6 +6529,9 @@ class OneDashboardPageWidgetLineColorSeriesOverrideArgs:
6218
6529
  @property
6219
6530
  @pulumi.getter(name="seriesName")
6220
6531
  def series_name(self) -> Optional[pulumi.Input[str]]:
6532
+ """
6533
+ Series name
6534
+ """
6221
6535
  return pulumi.get(self, "series_name")
6222
6536
 
6223
6537
  @series_name.setter
@@ -6309,6 +6623,7 @@ class OneDashboardPageWidgetLineNullValueSeriesOverrideArgs:
6309
6623
  series_name: Optional[pulumi.Input[str]] = None):
6310
6624
  """
6311
6625
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
6626
+ :param pulumi.Input[str] series_name: Series name
6312
6627
  """
6313
6628
  if null_value is not None:
6314
6629
  pulumi.set(__self__, "null_value", null_value)
@@ -6330,6 +6645,9 @@ class OneDashboardPageWidgetLineNullValueSeriesOverrideArgs:
6330
6645
  @property
6331
6646
  @pulumi.getter(name="seriesName")
6332
6647
  def series_name(self) -> Optional[pulumi.Input[str]]:
6648
+ """
6649
+ Series name
6650
+ """
6333
6651
  return pulumi.get(self, "series_name")
6334
6652
 
6335
6653
  @series_name.setter
@@ -6382,6 +6700,7 @@ class OneDashboardPageWidgetLineUnitSeriesOverrideArgs:
6382
6700
  series_name: Optional[pulumi.Input[str]] = None,
6383
6701
  unit: Optional[pulumi.Input[str]] = None):
6384
6702
  """
6703
+ :param pulumi.Input[str] series_name: Series name
6385
6704
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
6386
6705
  """
6387
6706
  if series_name is not None:
@@ -6392,6 +6711,9 @@ class OneDashboardPageWidgetLineUnitSeriesOverrideArgs:
6392
6711
  @property
6393
6712
  @pulumi.getter(name="seriesName")
6394
6713
  def series_name(self) -> Optional[pulumi.Input[str]]:
6714
+ """
6715
+ Series name
6716
+ """
6395
6717
  return pulumi.get(self, "series_name")
6396
6718
 
6397
6719
  @series_name.setter
@@ -6437,6 +6759,7 @@ class OneDashboardPageWidgetLogTableArgs:
6437
6759
  :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.
6438
6760
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
6439
6761
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
6762
+ :param pulumi.Input[str] id: The ID of the widget.
6440
6763
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
6441
6764
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
6442
6765
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLogTableNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -6558,6 +6881,9 @@ class OneDashboardPageWidgetLogTableArgs:
6558
6881
  @property
6559
6882
  @pulumi.getter
6560
6883
  def id(self) -> Optional[pulumi.Input[str]]:
6884
+ """
6885
+ The ID of the widget.
6886
+ """
6561
6887
  return pulumi.get(self, "id")
6562
6888
 
6563
6889
  @id.setter
@@ -6692,6 +7018,7 @@ class OneDashboardPageWidgetLogTableColorSeriesOverrideArgs:
6692
7018
  series_name: Optional[pulumi.Input[str]] = None):
6693
7019
  """
6694
7020
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
7021
+ :param pulumi.Input[str] series_name: Series name
6695
7022
  """
6696
7023
  if color is not None:
6697
7024
  pulumi.set(__self__, "color", color)
@@ -6713,6 +7040,9 @@ class OneDashboardPageWidgetLogTableColorSeriesOverrideArgs:
6713
7040
  @property
6714
7041
  @pulumi.getter(name="seriesName")
6715
7042
  def series_name(self) -> Optional[pulumi.Input[str]]:
7043
+ """
7044
+ Series name
7045
+ """
6716
7046
  return pulumi.get(self, "series_name")
6717
7047
 
6718
7048
  @series_name.setter
@@ -6804,6 +7134,7 @@ class OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs:
6804
7134
  series_name: Optional[pulumi.Input[str]] = None):
6805
7135
  """
6806
7136
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
7137
+ :param pulumi.Input[str] series_name: Series name
6807
7138
  """
6808
7139
  if null_value is not None:
6809
7140
  pulumi.set(__self__, "null_value", null_value)
@@ -6825,6 +7156,9 @@ class OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs:
6825
7156
  @property
6826
7157
  @pulumi.getter(name="seriesName")
6827
7158
  def series_name(self) -> Optional[pulumi.Input[str]]:
7159
+ """
7160
+ Series name
7161
+ """
6828
7162
  return pulumi.get(self, "series_name")
6829
7163
 
6830
7164
  @series_name.setter
@@ -6877,6 +7211,7 @@ class OneDashboardPageWidgetLogTableUnitSeriesOverrideArgs:
6877
7211
  series_name: Optional[pulumi.Input[str]] = None,
6878
7212
  unit: Optional[pulumi.Input[str]] = None):
6879
7213
  """
7214
+ :param pulumi.Input[str] series_name: Series name
6880
7215
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
6881
7216
  """
6882
7217
  if series_name is not None:
@@ -6887,6 +7222,9 @@ class OneDashboardPageWidgetLogTableUnitSeriesOverrideArgs:
6887
7222
  @property
6888
7223
  @pulumi.getter(name="seriesName")
6889
7224
  def series_name(self) -> Optional[pulumi.Input[str]]:
7225
+ """
7226
+ Series name
7227
+ """
6890
7228
  return pulumi.get(self, "series_name")
6891
7229
 
6892
7230
  @series_name.setter
@@ -6932,6 +7270,7 @@ class OneDashboardPageWidgetMarkdownArgs:
6932
7270
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetMarkdownColorArgs']]] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
6933
7271
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
6934
7272
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
7273
+ :param pulumi.Input[str] id: The ID of the widget.
6935
7274
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
6936
7275
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
6937
7276
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetMarkdownNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -7053,6 +7392,9 @@ class OneDashboardPageWidgetMarkdownArgs:
7053
7392
  @property
7054
7393
  @pulumi.getter
7055
7394
  def id(self) -> Optional[pulumi.Input[str]]:
7395
+ """
7396
+ The ID of the widget.
7397
+ """
7056
7398
  return pulumi.get(self, "id")
7057
7399
 
7058
7400
  @id.setter
@@ -7187,6 +7529,7 @@ class OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs:
7187
7529
  series_name: Optional[pulumi.Input[str]] = None):
7188
7530
  """
7189
7531
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
7532
+ :param pulumi.Input[str] series_name: Series name
7190
7533
  """
7191
7534
  if color is not None:
7192
7535
  pulumi.set(__self__, "color", color)
@@ -7208,6 +7551,9 @@ class OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs:
7208
7551
  @property
7209
7552
  @pulumi.getter(name="seriesName")
7210
7553
  def series_name(self) -> Optional[pulumi.Input[str]]:
7554
+ """
7555
+ Series name
7556
+ """
7211
7557
  return pulumi.get(self, "series_name")
7212
7558
 
7213
7559
  @series_name.setter
@@ -7261,6 +7607,7 @@ class OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs:
7261
7607
  series_name: Optional[pulumi.Input[str]] = None):
7262
7608
  """
7263
7609
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
7610
+ :param pulumi.Input[str] series_name: Series name
7264
7611
  """
7265
7612
  if null_value is not None:
7266
7613
  pulumi.set(__self__, "null_value", null_value)
@@ -7282,6 +7629,9 @@ class OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs:
7282
7629
  @property
7283
7630
  @pulumi.getter(name="seriesName")
7284
7631
  def series_name(self) -> Optional[pulumi.Input[str]]:
7632
+ """
7633
+ Series name
7634
+ """
7285
7635
  return pulumi.get(self, "series_name")
7286
7636
 
7287
7637
  @series_name.setter
@@ -7334,6 +7684,7 @@ class OneDashboardPageWidgetMarkdownUnitSeriesOverrideArgs:
7334
7684
  series_name: Optional[pulumi.Input[str]] = None,
7335
7685
  unit: Optional[pulumi.Input[str]] = None):
7336
7686
  """
7687
+ :param pulumi.Input[str] series_name: Series name
7337
7688
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
7338
7689
  """
7339
7690
  if series_name is not None:
@@ -7344,6 +7695,9 @@ class OneDashboardPageWidgetMarkdownUnitSeriesOverrideArgs:
7344
7695
  @property
7345
7696
  @pulumi.getter(name="seriesName")
7346
7697
  def series_name(self) -> Optional[pulumi.Input[str]]:
7698
+ """
7699
+ Series name
7700
+ """
7347
7701
  return pulumi.get(self, "series_name")
7348
7702
 
7349
7703
  @series_name.setter
@@ -7392,6 +7746,7 @@ class OneDashboardPageWidgetPyArgs:
7392
7746
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
7393
7747
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
7394
7748
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
7749
+ :param pulumi.Input[str] id: The ID of the widget.
7395
7750
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
7396
7751
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
7397
7752
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
@@ -7530,6 +7885,9 @@ class OneDashboardPageWidgetPyArgs:
7530
7885
  @property
7531
7886
  @pulumi.getter
7532
7887
  def id(self) -> Optional[pulumi.Input[str]]:
7888
+ """
7889
+ The ID of the widget.
7890
+ """
7533
7891
  return pulumi.get(self, "id")
7534
7892
 
7535
7893
  @id.setter
@@ -7676,6 +8034,7 @@ class OneDashboardPageWidgetPyColorSeriesOverrideArgs:
7676
8034
  series_name: Optional[pulumi.Input[str]] = None):
7677
8035
  """
7678
8036
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
8037
+ :param pulumi.Input[str] series_name: Series name
7679
8038
  """
7680
8039
  if color is not None:
7681
8040
  pulumi.set(__self__, "color", color)
@@ -7697,6 +8056,9 @@ class OneDashboardPageWidgetPyColorSeriesOverrideArgs:
7697
8056
  @property
7698
8057
  @pulumi.getter(name="seriesName")
7699
8058
  def series_name(self) -> Optional[pulumi.Input[str]]:
8059
+ """
8060
+ Series name
8061
+ """
7700
8062
  return pulumi.get(self, "series_name")
7701
8063
 
7702
8064
  @series_name.setter
@@ -7788,6 +8150,7 @@ class OneDashboardPageWidgetPyNullValueSeriesOverrideArgs:
7788
8150
  series_name: Optional[pulumi.Input[str]] = None):
7789
8151
  """
7790
8152
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
8153
+ :param pulumi.Input[str] series_name: Series name
7791
8154
  """
7792
8155
  if null_value is not None:
7793
8156
  pulumi.set(__self__, "null_value", null_value)
@@ -7809,6 +8172,9 @@ class OneDashboardPageWidgetPyNullValueSeriesOverrideArgs:
7809
8172
  @property
7810
8173
  @pulumi.getter(name="seriesName")
7811
8174
  def series_name(self) -> Optional[pulumi.Input[str]]:
8175
+ """
8176
+ Series name
8177
+ """
7812
8178
  return pulumi.get(self, "series_name")
7813
8179
 
7814
8180
  @series_name.setter
@@ -7861,6 +8227,7 @@ class OneDashboardPageWidgetPyUnitSeriesOverrideArgs:
7861
8227
  series_name: Optional[pulumi.Input[str]] = None,
7862
8228
  unit: Optional[pulumi.Input[str]] = None):
7863
8229
  """
8230
+ :param pulumi.Input[str] series_name: Series name
7864
8231
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
7865
8232
  """
7866
8233
  if series_name is not None:
@@ -7871,6 +8238,9 @@ class OneDashboardPageWidgetPyUnitSeriesOverrideArgs:
7871
8238
  @property
7872
8239
  @pulumi.getter(name="seriesName")
7873
8240
  def series_name(self) -> Optional[pulumi.Input[str]]:
8241
+ """
8242
+ Series name
8243
+ """
7874
8244
  return pulumi.get(self, "series_name")
7875
8245
 
7876
8246
  @series_name.setter
@@ -7916,6 +8286,7 @@ class OneDashboardPageWidgetStackedBarArgs:
7916
8286
  :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.
7917
8287
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
7918
8288
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
8289
+ :param pulumi.Input[str] id: The ID of the widget.
7919
8290
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
7920
8291
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
7921
8292
  :param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
@@ -8037,6 +8408,9 @@ class OneDashboardPageWidgetStackedBarArgs:
8037
8408
  @property
8038
8409
  @pulumi.getter
8039
8410
  def id(self) -> Optional[pulumi.Input[str]]:
8411
+ """
8412
+ The ID of the widget.
8413
+ """
8040
8414
  return pulumi.get(self, "id")
8041
8415
 
8042
8416
  @id.setter
@@ -8171,6 +8545,7 @@ class OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs:
8171
8545
  series_name: Optional[pulumi.Input[str]] = None):
8172
8546
  """
8173
8547
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
8548
+ :param pulumi.Input[str] series_name: Series name
8174
8549
  """
8175
8550
  if color is not None:
8176
8551
  pulumi.set(__self__, "color", color)
@@ -8192,6 +8567,9 @@ class OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs:
8192
8567
  @property
8193
8568
  @pulumi.getter(name="seriesName")
8194
8569
  def series_name(self) -> Optional[pulumi.Input[str]]:
8570
+ """
8571
+ Series name
8572
+ """
8195
8573
  return pulumi.get(self, "series_name")
8196
8574
 
8197
8575
  @series_name.setter
@@ -8283,6 +8661,7 @@ class OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs:
8283
8661
  series_name: Optional[pulumi.Input[str]] = None):
8284
8662
  """
8285
8663
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
8664
+ :param pulumi.Input[str] series_name: Series name
8286
8665
  """
8287
8666
  if null_value is not None:
8288
8667
  pulumi.set(__self__, "null_value", null_value)
@@ -8304,6 +8683,9 @@ class OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs:
8304
8683
  @property
8305
8684
  @pulumi.getter(name="seriesName")
8306
8685
  def series_name(self) -> Optional[pulumi.Input[str]]:
8686
+ """
8687
+ Series name
8688
+ """
8307
8689
  return pulumi.get(self, "series_name")
8308
8690
 
8309
8691
  @series_name.setter
@@ -8356,6 +8738,7 @@ class OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgs:
8356
8738
  series_name: Optional[pulumi.Input[str]] = None,
8357
8739
  unit: Optional[pulumi.Input[str]] = None):
8358
8740
  """
8741
+ :param pulumi.Input[str] series_name: Series name
8359
8742
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
8360
8743
  """
8361
8744
  if series_name is not None:
@@ -8366,6 +8749,9 @@ class OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgs:
8366
8749
  @property
8367
8750
  @pulumi.getter(name="seriesName")
8368
8751
  def series_name(self) -> Optional[pulumi.Input[str]]:
8752
+ """
8753
+ Series name
8754
+ """
8369
8755
  return pulumi.get(self, "series_name")
8370
8756
 
8371
8757
  @series_name.setter
@@ -8414,6 +8800,7 @@ class OneDashboardPageWidgetTableArgs:
8414
8800
  :param pulumi.Input[bool] facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
8415
8801
  :param pulumi.Input[bool] filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
8416
8802
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
8803
+ :param pulumi.Input[str] id: The ID of the widget.
8417
8804
  :param pulumi.Input[bool] ignore_time_range: (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to `false`.
8418
8805
  :param pulumi.Input[bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
8419
8806
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
@@ -8552,6 +8939,9 @@ class OneDashboardPageWidgetTableArgs:
8552
8939
  @property
8553
8940
  @pulumi.getter
8554
8941
  def id(self) -> Optional[pulumi.Input[str]]:
8942
+ """
8943
+ The ID of the widget.
8944
+ """
8555
8945
  return pulumi.get(self, "id")
8556
8946
 
8557
8947
  @id.setter
@@ -8698,6 +9088,7 @@ class OneDashboardPageWidgetTableColorSeriesOverrideArgs:
8698
9088
  series_name: Optional[pulumi.Input[str]] = None):
8699
9089
  """
8700
9090
  :param pulumi.Input[str] color: (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
9091
+ :param pulumi.Input[str] series_name: Series name
8701
9092
  """
8702
9093
  if color is not None:
8703
9094
  pulumi.set(__self__, "color", color)
@@ -8719,6 +9110,9 @@ class OneDashboardPageWidgetTableColorSeriesOverrideArgs:
8719
9110
  @property
8720
9111
  @pulumi.getter(name="seriesName")
8721
9112
  def series_name(self) -> Optional[pulumi.Input[str]]:
9113
+ """
9114
+ Series name
9115
+ """
8722
9116
  return pulumi.get(self, "series_name")
8723
9117
 
8724
9118
  @series_name.setter
@@ -8810,6 +9204,7 @@ class OneDashboardPageWidgetTableNullValueSeriesOverrideArgs:
8810
9204
  series_name: Optional[pulumi.Input[str]] = None):
8811
9205
  """
8812
9206
  :param pulumi.Input[str] null_value: Choose an option in displaying null values. Accepted values are `default`, `remove`, `preserve`, or `zero`.
9207
+ :param pulumi.Input[str] series_name: Series name
8813
9208
  """
8814
9209
  if null_value is not None:
8815
9210
  pulumi.set(__self__, "null_value", null_value)
@@ -8831,6 +9226,9 @@ class OneDashboardPageWidgetTableNullValueSeriesOverrideArgs:
8831
9226
  @property
8832
9227
  @pulumi.getter(name="seriesName")
8833
9228
  def series_name(self) -> Optional[pulumi.Input[str]]:
9229
+ """
9230
+ Series name
9231
+ """
8834
9232
  return pulumi.get(self, "series_name")
8835
9233
 
8836
9234
  @series_name.setter
@@ -8883,6 +9281,7 @@ class OneDashboardPageWidgetTableUnitSeriesOverrideArgs:
8883
9281
  series_name: Optional[pulumi.Input[str]] = None,
8884
9282
  unit: Optional[pulumi.Input[str]] = None):
8885
9283
  """
9284
+ :param pulumi.Input[str] series_name: Series name
8886
9285
  :param pulumi.Input[str] unit: (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
8887
9286
  """
8888
9287
  if series_name is not None:
@@ -8893,6 +9292,9 @@ class OneDashboardPageWidgetTableUnitSeriesOverrideArgs:
8893
9292
  @property
8894
9293
  @pulumi.getter(name="seriesName")
8895
9294
  def series_name(self) -> Optional[pulumi.Input[str]]:
9295
+ """
9296
+ Series name
9297
+ """
8896
9298
  return pulumi.get(self, "series_name")
8897
9299
 
8898
9300
  @series_name.setter
@@ -9001,6 +9403,7 @@ class OneDashboardRawPageWidgetArgs:
9001
9403
  :param pulumi.Input[str] title: (Required) A title for the widget.
9002
9404
  :param pulumi.Input[str] visualization_id: (Required) The visualization ID of the widget
9003
9405
  :param pulumi.Input[int] height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
9406
+ :param pulumi.Input[str] id: The ID of the widget.
9004
9407
  :param pulumi.Input[Sequence[pulumi.Input[str]]] linked_entity_guids: (Optional) Related entity GUIDs.
9005
9408
  :param pulumi.Input[int] width: (Optional) Width of the widget. Valid values are `1` to `12` inclusive. Defaults to `4`.
9006
9409
  """
@@ -9093,6 +9496,9 @@ class OneDashboardRawPageWidgetArgs:
9093
9496
  @property
9094
9497
  @pulumi.getter
9095
9498
  def id(self) -> Optional[pulumi.Input[str]]:
9499
+ """
9500
+ The ID of the widget.
9501
+ """
9096
9502
  return pulumi.get(self, "id")
9097
9503
 
9098
9504
  @id.setter
@@ -9300,6 +9706,7 @@ class OneDashboardVariableNrqlQueryArgs:
9300
9706
  account_ids: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
9301
9707
  """
9302
9708
  :param pulumi.Input[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.
9709
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] account_ids: New Relic account ID(s) to issue the query against.
9303
9710
  """
9304
9711
  pulumi.set(__self__, "query", query)
9305
9712
  if account_ids is not None:
@@ -9320,6 +9727,9 @@ class OneDashboardVariableNrqlQueryArgs:
9320
9727
  @property
9321
9728
  @pulumi.getter(name="accountIds")
9322
9729
  def account_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
9730
+ """
9731
+ New Relic account ID(s) to issue the query against.
9732
+ """
9323
9733
  return pulumi.get(self, "account_ids")
9324
9734
 
9325
9735
  @account_ids.setter
@@ -9962,6 +10372,7 @@ class WorkflowEnrichmentsNrqlArgs:
9962
10372
  :param pulumi.Input[Sequence[pulumi.Input['WorkflowEnrichmentsNrqlConfigurationArgs']]] configurations: Another wrapper block
9963
10373
  :param pulumi.Input[str] name: The name of the workflow.
9964
10374
  :param pulumi.Input[int] account_id: Determines the New Relic account in which the workflow is created. Defaults to the account defined in the provider section.
10375
+ :param pulumi.Input[str] enrichment_id: Enrichment's id.
9965
10376
  :param pulumi.Input[str] type: Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
9966
10377
  """
9967
10378
  pulumi.set(__self__, "configurations", configurations)
@@ -10012,6 +10423,9 @@ class WorkflowEnrichmentsNrqlArgs:
10012
10423
  @property
10013
10424
  @pulumi.getter(name="enrichmentId")
10014
10425
  def enrichment_id(self) -> Optional[pulumi.Input[str]]:
10426
+ """
10427
+ Enrichment's id.
10428
+ """
10015
10429
  return pulumi.get(self, "enrichment_id")
10016
10430
 
10017
10431
  @enrichment_id.setter
@@ -10061,7 +10475,9 @@ class WorkflowIssuesFilterArgs:
10061
10475
  filter_id: Optional[pulumi.Input[str]] = None,
10062
10476
  predicates: Optional[pulumi.Input[Sequence[pulumi.Input['WorkflowIssuesFilterPredicateArgs']]]] = None):
10063
10477
  """
10478
+ :param pulumi.Input[str] name: (Required) Filter's name.
10064
10479
  :param pulumi.Input[str] type: Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
10480
+ :param pulumi.Input[str] filter_id: filter id.
10065
10481
  :param pulumi.Input[Sequence[pulumi.Input['WorkflowIssuesFilterPredicateArgs']]] predicates: A condition an issue event should satisfy to be processed by the workflow
10066
10482
  """
10067
10483
  pulumi.set(__self__, "name", name)
@@ -10074,6 +10490,9 @@ class WorkflowIssuesFilterArgs:
10074
10490
  @property
10075
10491
  @pulumi.getter
10076
10492
  def name(self) -> pulumi.Input[str]:
10493
+ """
10494
+ (Required) Filter's name.
10495
+ """
10077
10496
  return pulumi.get(self, "name")
10078
10497
 
10079
10498
  @name.setter
@@ -10095,6 +10514,9 @@ class WorkflowIssuesFilterArgs:
10095
10514
  @property
10096
10515
  @pulumi.getter(name="filterId")
10097
10516
  def filter_id(self) -> Optional[pulumi.Input[str]]:
10517
+ """
10518
+ filter id.
10519
+ """
10098
10520
  return pulumi.get(self, "filter_id")
10099
10521
 
10100
10522
  @filter_id.setter