pulumi-newrelic 5.26.0__tar.gz → 5.26.0a1717135317__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/PKG-INFO +1 -1
  2. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/_inputs.py +24 -24
  3. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/_utilities.py +0 -35
  4. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/alert_channel.py +2 -2
  5. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/alert_policy.py +9 -3
  6. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/alert_policy_channel.py +2 -2
  7. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_entity.py +121 -24
  8. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/infra_alert_condition.py +2 -2
  9. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/notification_channel.py +2 -10
  10. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/nrql_alert_condition.py +18 -8
  11. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/outputs.py +25 -23
  12. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/provider.py +24 -8
  13. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/pulumi-plugin.json +1 -1
  14. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/alert_condition.py +2 -2
  15. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/broken_links_monitor.py +9 -9
  16. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/cert_check_monitor.py +9 -9
  17. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/monitor.py +2 -2
  18. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/script_monitor.py +2 -2
  19. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/step_monitor.py +9 -9
  20. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/workflow.py +9 -21
  21. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
  22. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pyproject.toml +1 -1
  23. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/README.md +0 -0
  24. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/__init__.py +0 -0
  25. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/account_management.py +0 -0
  26. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/alert_condition.py +0 -0
  27. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/alert_muting_rule.py +0 -0
  28. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/api_access_key.py +0 -0
  29. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/browser_application.py +0 -0
  30. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/__init__.py +0 -0
  31. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/_inputs.py +0 -0
  32. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +0 -0
  33. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -0
  34. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/aws_integrations.py +0 -0
  35. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/aws_link_account.py +0 -0
  36. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/azure_integrations.py +0 -0
  37. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/azure_link_account.py +0 -0
  38. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/gcp_integrations.py +0 -0
  39. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/gcp_link_account.py +0 -0
  40. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/cloud/outputs.py +0 -0
  41. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/config/__init__.py +0 -0
  42. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/config/__init__.pyi +0 -0
  43. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/config/vars.py +0 -0
  44. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/data_partition_rule.py +0 -0
  45. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/entity_tags.py +0 -0
  46. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/events_to_metrics_rule.py +0 -0
  47. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_account.py +0 -0
  48. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_alert_channel.py +0 -0
  49. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_alert_policy.py +0 -0
  50. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_application.py +0 -0
  51. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_authentication_domain.py +0 -0
  52. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_cloud_account.py +0 -0
  53. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_group.py +0 -0
  54. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_key_transaction.py +0 -0
  55. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_notification_destination.py +0 -0
  56. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_obfuscation_expression.py +0 -0
  57. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_service_level_alert_helper.py +0 -0
  58. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_test_grok_pattern.py +0 -0
  59. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/get_user.py +0 -0
  60. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/group.py +0 -0
  61. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/insights/__init__.py +0 -0
  62. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/insights/_inputs.py +0 -0
  63. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/insights/event.py +0 -0
  64. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/insights/outputs.py +0 -0
  65. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/log_parsing_rule.py +0 -0
  66. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/monitor_downtime.py +0 -0
  67. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/notification_destination.py +0 -0
  68. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/nrql_drop_rule.py +0 -0
  69. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/obfuscation_expression.py +0 -0
  70. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/obfuscation_rule.py +0 -0
  71. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/one_dashboard.py +0 -0
  72. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/one_dashboard_json.py +0 -0
  73. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/one_dashboard_raw.py +0 -0
  74. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/plugins/__init__.py +0 -0
  75. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/plugins/_inputs.py +0 -0
  76. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/plugins/application_settings.py +0 -0
  77. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/plugins/outputs.py +0 -0
  78. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/plugins/workload.py +0 -0
  79. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/py.typed +0 -0
  80. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/service_level.py +0 -0
  81. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/__init__.py +0 -0
  82. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/_inputs.py +0 -0
  83. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/get_private_location.py +0 -0
  84. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/get_secure_credential.py +0 -0
  85. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -0
  86. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/outputs.py +0 -0
  87. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/private_location.py +0 -0
  88. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/synthetics/secure_credential.py +0 -0
  89. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic/user.py +0 -0
  90. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
  91. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
  92. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic.egg-info/requires.txt +0 -0
  93. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/pulumi_newrelic.egg-info/top_level.txt +0 -0
  94. {pulumi_newrelic-5.26.0 → pulumi_newrelic-5.26.0a1717135317}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.26.0
3
+ Version: 5.26.0a1717135317
4
4
  Summary: A Pulumi package for creating and managing New Relic resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1337,11 +1337,13 @@ class NrqlAlertConditionCriticalArgs:
1337
1337
 
1338
1338
  @property
1339
1339
  @pulumi.getter
1340
- @_utilities.deprecated("""use `threshold_duration` attribute instead""")
1341
1340
  def duration(self) -> Optional[pulumi.Input[int]]:
1342
1341
  """
1343
1342
  In minutes, must be in the range of 1 to 120 (inclusive).
1344
1343
  """
1344
+ warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
1345
+ pulumi.log.warn("""duration is deprecated: use `threshold_duration` attribute instead""")
1346
+
1345
1347
  return pulumi.get(self, "duration")
1346
1348
 
1347
1349
  @duration.setter
@@ -1386,11 +1388,13 @@ class NrqlAlertConditionCriticalArgs:
1386
1388
 
1387
1389
  @property
1388
1390
  @pulumi.getter(name="timeFunction")
1389
- @_utilities.deprecated("""use `threshold_occurrences` attribute instead""")
1390
1391
  def time_function(self) -> Optional[pulumi.Input[str]]:
1391
1392
  """
1392
1393
  Valid values are: 'all' or 'any'
1393
1394
  """
1395
+ warnings.warn("""use `threshold_occurrences` attribute instead""", DeprecationWarning)
1396
+ pulumi.log.warn("""time_function is deprecated: use `threshold_occurrences` attribute instead""")
1397
+
1394
1398
  return pulumi.get(self, "time_function")
1395
1399
 
1396
1400
  @time_function.setter
@@ -1402,17 +1406,13 @@ class NrqlAlertConditionCriticalArgs:
1402
1406
  class NrqlAlertConditionNrqlArgs:
1403
1407
  def __init__(__self__, *,
1404
1408
  query: pulumi.Input[str],
1405
- data_account_id: Optional[pulumi.Input[str]] = None,
1406
1409
  evaluation_offset: Optional[pulumi.Input[int]] = None,
1407
1410
  since_value: Optional[pulumi.Input[str]] = None):
1408
1411
  """
1409
- :param pulumi.Input[str] data_account_id: BETA PREVIEW: the `data_account_id` field is in limited release and only enabled for preview on a per-account basis. - The New Relic account ID to use as the basis for the NRQL alert condition's `query`; will default to `account_id` if unspecified.
1410
1412
  :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`.
1411
1413
  :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`.
1412
1414
  """
1413
1415
  pulumi.set(__self__, "query", query)
1414
- if data_account_id is not None:
1415
- pulumi.set(__self__, "data_account_id", data_account_id)
1416
1416
  if evaluation_offset is not None:
1417
1417
  warnings.warn("""use `aggregation_method` attribute instead""", DeprecationWarning)
1418
1418
  pulumi.log.warn("""evaluation_offset is deprecated: use `aggregation_method` attribute instead""")
@@ -1433,25 +1433,15 @@ class NrqlAlertConditionNrqlArgs:
1433
1433
  def query(self, value: pulumi.Input[str]):
1434
1434
  pulumi.set(self, "query", value)
1435
1435
 
1436
- @property
1437
- @pulumi.getter(name="dataAccountId")
1438
- def data_account_id(self) -> Optional[pulumi.Input[str]]:
1439
- """
1440
- BETA PREVIEW: the `data_account_id` field is in limited release and only enabled for preview on a per-account basis. - The New Relic account ID to use as the basis for the NRQL alert condition's `query`; will default to `account_id` if unspecified.
1441
- """
1442
- return pulumi.get(self, "data_account_id")
1443
-
1444
- @data_account_id.setter
1445
- def data_account_id(self, value: Optional[pulumi.Input[str]]):
1446
- pulumi.set(self, "data_account_id", value)
1447
-
1448
1436
  @property
1449
1437
  @pulumi.getter(name="evaluationOffset")
1450
- @_utilities.deprecated("""use `aggregation_method` attribute instead""")
1451
1438
  def evaluation_offset(self) -> Optional[pulumi.Input[int]]:
1452
1439
  """
1453
1440
  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`.
1454
1441
  """
1442
+ warnings.warn("""use `aggregation_method` attribute instead""", DeprecationWarning)
1443
+ pulumi.log.warn("""evaluation_offset is deprecated: use `aggregation_method` attribute instead""")
1444
+
1455
1445
  return pulumi.get(self, "evaluation_offset")
1456
1446
 
1457
1447
  @evaluation_offset.setter
@@ -1460,11 +1450,13 @@ class NrqlAlertConditionNrqlArgs:
1460
1450
 
1461
1451
  @property
1462
1452
  @pulumi.getter(name="sinceValue")
1463
- @_utilities.deprecated("""use `aggregation_method` attribute instead""")
1464
1453
  def since_value(self) -> Optional[pulumi.Input[str]]:
1465
1454
  """
1466
1455
  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`.
1467
1456
  """
1457
+ warnings.warn("""use `aggregation_method` attribute instead""", DeprecationWarning)
1458
+ pulumi.log.warn("""since_value is deprecated: use `aggregation_method` attribute instead""")
1459
+
1468
1460
  return pulumi.get(self, "since_value")
1469
1461
 
1470
1462
  @since_value.setter
@@ -1525,11 +1517,13 @@ class NrqlAlertConditionTermArgs:
1525
1517
 
1526
1518
  @property
1527
1519
  @pulumi.getter
1528
- @_utilities.deprecated("""use `threshold_duration` attribute instead""")
1529
1520
  def duration(self) -> Optional[pulumi.Input[int]]:
1530
1521
  """
1531
1522
  In minutes, must be in the range of 1 to 120 (inclusive).
1532
1523
  """
1524
+ warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
1525
+ pulumi.log.warn("""duration is deprecated: use `threshold_duration` attribute instead""")
1526
+
1533
1527
  return pulumi.get(self, "duration")
1534
1528
 
1535
1529
  @duration.setter
@@ -1586,11 +1580,13 @@ class NrqlAlertConditionTermArgs:
1586
1580
 
1587
1581
  @property
1588
1582
  @pulumi.getter(name="timeFunction")
1589
- @_utilities.deprecated("""use `threshold_occurrences` attribute instead""")
1590
1583
  def time_function(self) -> Optional[pulumi.Input[str]]:
1591
1584
  """
1592
1585
  Valid values are: 'all' or 'any'
1593
1586
  """
1587
+ warnings.warn("""use `threshold_occurrences` attribute instead""", DeprecationWarning)
1588
+ pulumi.log.warn("""time_function is deprecated: use `threshold_occurrences` attribute instead""")
1589
+
1594
1590
  return pulumi.get(self, "time_function")
1595
1591
 
1596
1592
  @time_function.setter
@@ -1647,11 +1643,13 @@ class NrqlAlertConditionWarningArgs:
1647
1643
 
1648
1644
  @property
1649
1645
  @pulumi.getter
1650
- @_utilities.deprecated("""use `threshold_duration` attribute instead""")
1651
1646
  def duration(self) -> Optional[pulumi.Input[int]]:
1652
1647
  """
1653
1648
  In minutes, must be in the range of 1 to 120 (inclusive).
1654
1649
  """
1650
+ warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
1651
+ pulumi.log.warn("""duration is deprecated: use `threshold_duration` attribute instead""")
1652
+
1655
1653
  return pulumi.get(self, "duration")
1656
1654
 
1657
1655
  @duration.setter
@@ -1696,11 +1694,13 @@ class NrqlAlertConditionWarningArgs:
1696
1694
 
1697
1695
  @property
1698
1696
  @pulumi.getter(name="timeFunction")
1699
- @_utilities.deprecated("""use `threshold_occurrences` attribute instead""")
1700
1697
  def time_function(self) -> Optional[pulumi.Input[str]]:
1701
1698
  """
1702
1699
  Valid values are: 'all' or 'any'
1703
1700
  """
1701
+ warnings.warn("""use `threshold_occurrences` attribute instead""", DeprecationWarning)
1702
+ pulumi.log.warn("""time_function is deprecated: use `threshold_occurrences` attribute instead""")
1703
+
1704
1704
  return pulumi.get(self, "time_function")
1705
1705
 
1706
1706
  @time_function.setter
@@ -4,7 +4,6 @@
4
4
 
5
5
 
6
6
  import asyncio
7
- import functools
8
7
  import importlib.metadata
9
8
  import importlib.util
10
9
  import inspect
@@ -12,7 +11,6 @@ import json
12
11
  import os
13
12
  import sys
14
13
  import typing
15
- import warnings
16
14
 
17
15
  import pulumi
18
16
  import pulumi.runtime
@@ -21,8 +19,6 @@ from pulumi.runtime.sync_await import _sync_await
21
19
  from semver import VersionInfo as SemverVersion
22
20
  from parver import Version as PEP440Version
23
21
 
24
- C = typing.TypeVar("C", bound=typing.Callable)
25
-
26
22
 
27
23
  def get_env(*args):
28
24
  for v in args:
@@ -291,36 +287,5 @@ async def _await_output(o: pulumi.Output[typing.Any]) -> typing.Tuple[object, bo
291
287
  await o._resources,
292
288
  )
293
289
 
294
-
295
- # This is included to provide an upgrade path for users who are using a version
296
- # of the Pulumi SDK (<3.121.0) that does not include the `deprecated` decorator.
297
- def deprecated(message: str) -> typing.Callable[[C], C]:
298
- """
299
- Decorator to indicate a function is deprecated.
300
-
301
- As well as inserting appropriate statements to indicate that the function is
302
- deprecated, this decorator also tags the function with a special attribute
303
- so that Pulumi code can detect that it is deprecated and react appropriately
304
- in certain situations.
305
-
306
- message is the deprecation message that should be printed if the function is called.
307
- """
308
-
309
- def decorator(fn: C) -> C:
310
- if not callable(fn):
311
- raise TypeError("Expected fn to be callable")
312
-
313
- @functools.wraps(fn)
314
- def deprecated_fn(*args, **kwargs):
315
- warnings.warn(message)
316
- pulumi.warn(f"{fn.__name__} is deprecated: {message}")
317
-
318
- return fn(*args, **kwargs)
319
-
320
- deprecated_fn.__dict__["_pulumi_deprecated_callable"] = fn
321
- return typing.cast(C, deprecated_fn)
322
-
323
- return decorator
324
-
325
290
  def get_plugin_download_url():
326
291
  return None
@@ -169,7 +169,7 @@ class AlertChannel(pulumi.CustomResource):
169
169
  """
170
170
  Use this resource to create and manage New Relic alert channels.
171
171
 
172
- > **WARNING:** The `AlertChannel` resource is **deprecated** and will be **removed in a future major release**. As an alternative, you can set up channels using a combination of the newer resources `NotificationDestination` for a detailed illustration on setting up channels with these resources.
172
+ > **WARNING:** The `AlertChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
173
173
 
174
174
  ## Example Usage
175
175
 
@@ -317,7 +317,7 @@ class AlertChannel(pulumi.CustomResource):
317
317
  """
318
318
  Use this resource to create and manage New Relic alert channels.
319
319
 
320
- > **WARNING:** The `AlertChannel` resource is **deprecated** and will be **removed in a future major release**. As an alternative, you can set up channels using a combination of the newer resources `NotificationDestination` for a detailed illustration on setting up channels with these resources.
320
+ > **WARNING:** The `AlertChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
321
321
 
322
322
  ## Example Usage
323
323
 
@@ -51,11 +51,13 @@ class AlertPolicyArgs:
51
51
 
52
52
  @property
53
53
  @pulumi.getter(name="channelIds")
54
- @_utilities.deprecated("""The `channel_ids` attribute is deprecated and will be removed in the next major release of the provider.""")
55
54
  def channel_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
56
55
  """
57
56
  An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs _cannot_ be imported.
58
57
  """
58
+ warnings.warn("""The `channel_ids` attribute is deprecated and will be removed in the next major release of the provider.""", DeprecationWarning)
59
+ pulumi.log.warn("""channel_ids is deprecated: The `channel_ids` attribute is deprecated and will be removed in the next major release of the provider.""")
60
+
59
61
  return pulumi.get(self, "channel_ids")
60
62
 
61
63
  @channel_ids.setter
@@ -127,11 +129,13 @@ class _AlertPolicyState:
127
129
 
128
130
  @property
129
131
  @pulumi.getter(name="channelIds")
130
- @_utilities.deprecated("""The `channel_ids` attribute is deprecated and will be removed in the next major release of the provider.""")
131
132
  def channel_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
132
133
  """
133
134
  An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs _cannot_ be imported.
134
135
  """
136
+ warnings.warn("""The `channel_ids` attribute is deprecated and will be removed in the next major release of the provider.""", DeprecationWarning)
137
+ pulumi.log.warn("""channel_ids is deprecated: The `channel_ids` attribute is deprecated and will be removed in the next major release of the provider.""")
138
+
135
139
  return pulumi.get(self, "channel_ids")
136
140
 
137
141
  @channel_ids.setter
@@ -446,11 +450,13 @@ class AlertPolicy(pulumi.CustomResource):
446
450
 
447
451
  @property
448
452
  @pulumi.getter(name="channelIds")
449
- @_utilities.deprecated("""The `channel_ids` attribute is deprecated and will be removed in the next major release of the provider.""")
450
453
  def channel_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
451
454
  """
452
455
  An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs _cannot_ be imported.
453
456
  """
457
+ warnings.warn("""The `channel_ids` attribute is deprecated and will be removed in the next major release of the provider.""", DeprecationWarning)
458
+ pulumi.log.warn("""channel_ids is deprecated: The `channel_ids` attribute is deprecated and will be removed in the next major release of the provider.""")
459
+
454
460
  return pulumi.get(self, "channel_ids")
455
461
 
456
462
  @property
@@ -133,7 +133,7 @@ class AlertPolicyChannel(pulumi.CustomResource):
133
133
  """
134
134
  Use this resource to map alert policies to alert channels in New Relic.
135
135
 
136
- > **WARNING:** The `AlertPolicyChannel` resource is **deprecated** and will be **removed in a future major release**. As an alternative, you can map channels to policies using the resource `Workflow` for a detailed illustration on setting up channels and workflows with these resources.
136
+ > **WARNING:** The `AlertPolicyChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
137
137
 
138
138
  ## Example Usage
139
139
 
@@ -196,7 +196,7 @@ class AlertPolicyChannel(pulumi.CustomResource):
196
196
  """
197
197
  Use this resource to map alert policies to alert channels in New Relic.
198
198
 
199
- > **WARNING:** The `AlertPolicyChannel` resource is **deprecated** and will be **removed in a future major release**. As an alternative, you can map channels to policies using the resource `Workflow` for a detailed illustration on setting up channels and workflows with these resources.
199
+ > **WARNING:** The `AlertPolicyChannel` resource is deprecated and will be removed in the next major release. For managing channel resources in Workflows, use `NotificationChannel`.
200
200
 
201
201
  ## Example Usage
202
202
 
@@ -23,7 +23,7 @@ class GetEntityResult:
23
23
  """
24
24
  A collection of values returned by getEntity.
25
25
  """
26
- def __init__(__self__, account_id=None, application_id=None, domain=None, entity_tags=None, guid=None, id=None, ignore_case=None, ignore_not_found=None, name=None, serving_apm_application_id=None, tags=None, type=None):
26
+ def __init__(__self__, account_id=None, application_id=None, domain=None, guid=None, id=None, ignore_case=None, ignore_not_found=None, name=None, serving_apm_application_id=None, tags=None, type=None):
27
27
  if account_id and not isinstance(account_id, str):
28
28
  raise TypeError("Expected argument 'account_id' to be a str")
29
29
  pulumi.set(__self__, "account_id", account_id)
@@ -33,9 +33,6 @@ class GetEntityResult:
33
33
  if domain and not isinstance(domain, str):
34
34
  raise TypeError("Expected argument 'domain' to be a str")
35
35
  pulumi.set(__self__, "domain", domain)
36
- if entity_tags and not isinstance(entity_tags, str):
37
- raise TypeError("Expected argument 'entity_tags' to be a str")
38
- pulumi.set(__self__, "entity_tags", entity_tags)
39
36
  if guid and not isinstance(guid, str):
40
37
  raise TypeError("Expected argument 'guid' to be a str")
41
38
  pulumi.set(__self__, "guid", guid)
@@ -79,15 +76,6 @@ class GetEntityResult:
79
76
  def domain(self) -> str:
80
77
  return pulumi.get(self, "domain")
81
78
 
82
- @property
83
- @pulumi.getter(name="entityTags")
84
- def entity_tags(self) -> str:
85
- """
86
- A JSON-encoded string, comprising tags associated with the entity fetched.
87
- * See the **Additional Examples** section below, for an illustration depicting the usage of `jsondecode` with the attribute `entity_tags`, to get the tags associated with the entity fetched.
88
- """
89
- return pulumi.get(self, "entity_tags")
90
-
91
79
  @property
92
80
  @pulumi.getter
93
81
  def guid(self) -> str:
@@ -147,7 +135,6 @@ class AwaitableGetEntityResult(GetEntityResult):
147
135
  account_id=self.account_id,
148
136
  application_id=self.application_id,
149
137
  domain=self.domain,
150
- entity_tags=self.entity_tags,
151
138
  guid=self.guid,
152
139
  id=self.id,
153
140
  ignore_case=self.ignore_case,
@@ -160,7 +147,6 @@ class AwaitableGetEntityResult(GetEntityResult):
160
147
 
161
148
  def get_entity(account_id: Optional[str] = None,
162
149
  domain: Optional[str] = None,
163
- entity_tags: Optional[str] = None,
164
150
  ignore_case: Optional[bool] = None,
165
151
  ignore_not_found: Optional[bool] = None,
166
152
  name: Optional[str] = None,
@@ -168,12 +154,69 @@ def get_entity(account_id: Optional[str] = None,
168
154
  type: Optional[str] = None,
169
155
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEntityResult:
170
156
  """
171
- Use this data source to access information about an existing resource.
157
+ Use this data source to get information about a specific entity in New Relic One that already exists.
158
+
159
+ ### Example: Filter By Account ID
160
+
161
+ The default behaviour of this data source is to retrieve entities matching the specified parameters (such as `name`, `domain`, `type`) from NerdGraph with the credentials specified in the configuration of the provider (account ID and API Key), filter them by the account ID specified in the configuration of the provider, and return the first match.
162
+
163
+ This would mean, if no entity with the specified search parameters is found associated with the account ID in the configuration of the provider, i.e. `NEW_RELIC_ACCOUNT_ID`, an error is thrown, stating that no matching entity has been found.
164
+
165
+ ```python
166
+ import pulumi
167
+ import pulumi_newrelic as newrelic
168
+
169
+ # The entity returned by this configuration would have to
170
+ # belong to the account_id specified in the provider
171
+ # configuration, i.e. NEW_RELIC_ACCOUNT_ID.
172
+ app = newrelic.get_entity(name="my-app",
173
+ domain="APM",
174
+ type="APPLICATION")
175
+ ```
176
+ However, in order to cater to scenarios in which it could be necessary to retrieve an entity belonging to a subaccount using the account ID and API Key of the parent account (for instance, when entities with identical names are present in both the parent account and subaccounts, since matching entities from subaccounts too are returned by NerdGraph), the `account_id` attribute of this data source may be availed. This ensures that the account ID in the configuration of the provider, used to filter entities returned by the API is now overridden by the `account_id` specified in the configuration; i.e., in the below example, the data source would now return an entity matching the specified `name`, belonging to the account with the ID `account_id`.
177
+ ```python
178
+ import pulumi
179
+ import pulumi_newrelic as newrelic
180
+
181
+ # The entity returned by this configuration, unlike in
182
+ # the above example, would have to belong to the account_id
183
+ # specified in the configuration below, i.e. 654321.
184
+ app = newrelic.get_entity(name="my-app",
185
+ account_id="654321",
186
+ domain="APM",
187
+ type="APPLICATION")
188
+ ```
189
+ The following example explains a use case along the lines of the aforementioned; using the `account_id` argument in the data source to allow the filtering criteria to be the `account_id` specified (of the subaccount), and not the account ID in the provider configuration.
190
+
191
+ In simpler terms, when entities are queried from the parent account, entities with matching names are returned from subaccounts too, hence, specifying the `account_id` of the subaccount in the configuration allows the entity returned to belong to the subaccount with `account_id`.
192
+ ### Query for an OTEL entity
193
+
194
+ ```python
195
+ import pulumi
196
+ import pulumi_newrelic as newrelic
197
+
198
+ app = newrelic.get_entity(name="my-otel-app",
199
+ domain="EXT",
200
+ type="SERVICE",
201
+ tags=[newrelic.GetEntityTagArgs(
202
+ key="accountID",
203
+ value="12345",
204
+ )])
205
+ ```
206
+
207
+ ### Query for an entity by type (AWS Lambda entity in this example)
208
+
209
+ ```python
210
+ import pulumi
211
+ import pulumi_newrelic as newrelic
212
+
213
+ app = newrelic.get_entity(name="my_lambda_trace",
214
+ type="AWSLAMBDAFUNCTION")
215
+ ```
216
+
172
217
 
173
218
  :param str account_id: The New Relic account ID the entity to be returned would be associated with, i.e. if specified, the data source would filter matching entities received by `account_id` and return the first match. If not, matching entities are filtered by the account ID specified in the configuration of the provider. See the **Example: Filter By Account ID** section above for more details.
174
219
  :param str domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched.
175
- :param str entity_tags: A JSON-encoded string, comprising tags associated with the entity fetched.
176
- * See the **Additional Examples** section below, for an illustration depicting the usage of `jsondecode` with the attribute `entity_tags`, to get the tags associated with the entity fetched.
177
220
  :param bool ignore_case: Ignore case of the `name` when searching for the entity. Defaults to false.
178
221
  :param bool ignore_not_found: A boolean argument that, when set to true, prevents an error from being thrown when the queried entity is not found. Instead, a warning is displayed. Defaults to `false`.
179
222
 
@@ -185,7 +228,6 @@ def get_entity(account_id: Optional[str] = None,
185
228
  __args__ = dict()
186
229
  __args__['accountId'] = account_id
187
230
  __args__['domain'] = domain
188
- __args__['entityTags'] = entity_tags
189
231
  __args__['ignoreCase'] = ignore_case
190
232
  __args__['ignoreNotFound'] = ignore_not_found
191
233
  __args__['name'] = name
@@ -198,7 +240,6 @@ def get_entity(account_id: Optional[str] = None,
198
240
  account_id=pulumi.get(__ret__, 'account_id'),
199
241
  application_id=pulumi.get(__ret__, 'application_id'),
200
242
  domain=pulumi.get(__ret__, 'domain'),
201
- entity_tags=pulumi.get(__ret__, 'entity_tags'),
202
243
  guid=pulumi.get(__ret__, 'guid'),
203
244
  id=pulumi.get(__ret__, 'id'),
204
245
  ignore_case=pulumi.get(__ret__, 'ignore_case'),
@@ -212,7 +253,6 @@ def get_entity(account_id: Optional[str] = None,
212
253
  @_utilities.lift_output_func(get_entity)
213
254
  def get_entity_output(account_id: Optional[pulumi.Input[Optional[str]]] = None,
214
255
  domain: Optional[pulumi.Input[Optional[str]]] = None,
215
- entity_tags: Optional[pulumi.Input[Optional[str]]] = None,
216
256
  ignore_case: Optional[pulumi.Input[Optional[bool]]] = None,
217
257
  ignore_not_found: Optional[pulumi.Input[Optional[bool]]] = None,
218
258
  name: Optional[pulumi.Input[str]] = None,
@@ -220,12 +260,69 @@ def get_entity_output(account_id: Optional[pulumi.Input[Optional[str]]] = None,
220
260
  type: Optional[pulumi.Input[Optional[str]]] = None,
221
261
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEntityResult]:
222
262
  """
223
- Use this data source to access information about an existing resource.
263
+ Use this data source to get information about a specific entity in New Relic One that already exists.
264
+
265
+ ### Example: Filter By Account ID
266
+
267
+ The default behaviour of this data source is to retrieve entities matching the specified parameters (such as `name`, `domain`, `type`) from NerdGraph with the credentials specified in the configuration of the provider (account ID and API Key), filter them by the account ID specified in the configuration of the provider, and return the first match.
268
+
269
+ This would mean, if no entity with the specified search parameters is found associated with the account ID in the configuration of the provider, i.e. `NEW_RELIC_ACCOUNT_ID`, an error is thrown, stating that no matching entity has been found.
270
+
271
+ ```python
272
+ import pulumi
273
+ import pulumi_newrelic as newrelic
274
+
275
+ # The entity returned by this configuration would have to
276
+ # belong to the account_id specified in the provider
277
+ # configuration, i.e. NEW_RELIC_ACCOUNT_ID.
278
+ app = newrelic.get_entity(name="my-app",
279
+ domain="APM",
280
+ type="APPLICATION")
281
+ ```
282
+ However, in order to cater to scenarios in which it could be necessary to retrieve an entity belonging to a subaccount using the account ID and API Key of the parent account (for instance, when entities with identical names are present in both the parent account and subaccounts, since matching entities from subaccounts too are returned by NerdGraph), the `account_id` attribute of this data source may be availed. This ensures that the account ID in the configuration of the provider, used to filter entities returned by the API is now overridden by the `account_id` specified in the configuration; i.e., in the below example, the data source would now return an entity matching the specified `name`, belonging to the account with the ID `account_id`.
283
+ ```python
284
+ import pulumi
285
+ import pulumi_newrelic as newrelic
286
+
287
+ # The entity returned by this configuration, unlike in
288
+ # the above example, would have to belong to the account_id
289
+ # specified in the configuration below, i.e. 654321.
290
+ app = newrelic.get_entity(name="my-app",
291
+ account_id="654321",
292
+ domain="APM",
293
+ type="APPLICATION")
294
+ ```
295
+ The following example explains a use case along the lines of the aforementioned; using the `account_id` argument in the data source to allow the filtering criteria to be the `account_id` specified (of the subaccount), and not the account ID in the provider configuration.
296
+
297
+ In simpler terms, when entities are queried from the parent account, entities with matching names are returned from subaccounts too, hence, specifying the `account_id` of the subaccount in the configuration allows the entity returned to belong to the subaccount with `account_id`.
298
+ ### Query for an OTEL entity
299
+
300
+ ```python
301
+ import pulumi
302
+ import pulumi_newrelic as newrelic
303
+
304
+ app = newrelic.get_entity(name="my-otel-app",
305
+ domain="EXT",
306
+ type="SERVICE",
307
+ tags=[newrelic.GetEntityTagArgs(
308
+ key="accountID",
309
+ value="12345",
310
+ )])
311
+ ```
312
+
313
+ ### Query for an entity by type (AWS Lambda entity in this example)
314
+
315
+ ```python
316
+ import pulumi
317
+ import pulumi_newrelic as newrelic
318
+
319
+ app = newrelic.get_entity(name="my_lambda_trace",
320
+ type="AWSLAMBDAFUNCTION")
321
+ ```
322
+
224
323
 
225
324
  :param str account_id: The New Relic account ID the entity to be returned would be associated with, i.e. if specified, the data source would filter matching entities received by `account_id` and return the first match. If not, matching entities are filtered by the account ID specified in the configuration of the provider. See the **Example: Filter By Account ID** section above for more details.
226
325
  :param str domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched.
227
- :param str entity_tags: A JSON-encoded string, comprising tags associated with the entity fetched.
228
- * See the **Additional Examples** section below, for an illustration depicting the usage of `jsondecode` with the attribute `entity_tags`, to get the tags associated with the entity fetched.
229
326
  :param bool ignore_case: Ignore case of the `name` when searching for the entity. Defaults to false.
230
327
  :param bool ignore_not_found: A boolean argument that, when set to true, prevents an error from being thrown when the queried entity is not found. Instead, a warning is displayed. Defaults to `false`.
231
328
 
@@ -595,7 +595,7 @@ class InfraAlertCondition(pulumi.CustomResource):
595
595
  """
596
596
  Use this resource to create and manage Infrastructure alert conditions in New Relic.
597
597
 
598
- > **WARNING:** The `InfraAlertCondition` resource is deprecated and will be removed in the next major release. The resource NrqlAlertCondition examples.
598
+ > **WARNING:** The `InfraAlertCondition` resource is deprecated and will be removed in the next major release. The resource NrqlAlertCondition would be a preferred alternative to configure alert conditions - in most cases, feature parity can be achieved with a NRQL query.
599
599
 
600
600
  ## Example Usage
601
601
 
@@ -753,7 +753,7 @@ class InfraAlertCondition(pulumi.CustomResource):
753
753
  """
754
754
  Use this resource to create and manage Infrastructure alert conditions in New Relic.
755
755
 
756
- > **WARNING:** The `InfraAlertCondition` resource is deprecated and will be removed in the next major release. The resource NrqlAlertCondition examples.
756
+ > **WARNING:** The `InfraAlertCondition` resource is deprecated and will be removed in the next major release. The resource NrqlAlertCondition would be a preferred alternative to configure alert conditions - in most cases, feature parity can be achieved with a NRQL query.
757
757
 
758
758
  ## Example Usage
759
759
 
@@ -573,12 +573,8 @@ class NotificationChannel(pulumi.CustomResource):
573
573
  ## Additional Information
574
574
 
575
575
  More details about the channels API can be found [here](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-api-notifications-channels).
576
- ### Moving from Legacy Alert Channels to Notification Channels
577
- As described in the documentation of this resource, channels can be created and managed using `NotificationDestination`, which is **deprecated** and will be **removed in a future major release**, as stated in the documentation of the resource.
578
576
 
579
- If you're currently using `AlertChannel` to manage channels, we **strongly recommend** migrating to these notifications-based resources at the earliest.
580
-
581
- Please refer to the examples in this page, or this example for illustrations on setting up channels with these resources.
577
+ > **NOTE:** `AlertChannel` are legacy resources.
582
578
 
583
579
  ## Import
584
580
 
@@ -903,12 +899,8 @@ class NotificationChannel(pulumi.CustomResource):
903
899
  ## Additional Information
904
900
 
905
901
  More details about the channels API can be found [here](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-api-notifications-channels).
906
- ### Moving from Legacy Alert Channels to Notification Channels
907
- As described in the documentation of this resource, channels can be created and managed using `NotificationDestination`, which is **deprecated** and will be **removed in a future major release**, as stated in the documentation of the resource.
908
-
909
- If you're currently using `AlertChannel` to manage channels, we **strongly recommend** migrating to these notifications-based resources at the earliest.
910
902
 
911
- Please refer to the examples in this page, or this example for illustrations on setting up channels with these resources.
903
+ > **NOTE:** `AlertChannel` are legacy resources.
912
904
 
913
905
  ## Import
914
906