pulumi-newrelic 5.46.0a1748078992__py3-none-any.whl → 5.46.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. pulumi_newrelic/__init__.py +1 -1
  2. pulumi_newrelic/_inputs.py +61 -1
  3. pulumi_newrelic/_utilities.py +1 -1
  4. pulumi_newrelic/account_management.py +1 -1
  5. pulumi_newrelic/alert_channel.py +1 -1
  6. pulumi_newrelic/alert_condition.py +1 -1
  7. pulumi_newrelic/alert_muting_rule.py +1 -1
  8. pulumi_newrelic/alert_policy.py +1 -1
  9. pulumi_newrelic/alert_policy_channel.py +1 -1
  10. pulumi_newrelic/api_access_key.py +1 -49
  11. pulumi_newrelic/browser_application.py +1 -1
  12. pulumi_newrelic/cloud/__init__.py +1 -1
  13. pulumi_newrelic/cloud/_inputs.py +1 -1
  14. pulumi_newrelic/cloud/aws_govcloud_integrations.py +1 -1
  15. pulumi_newrelic/cloud/aws_govcloud_link_account.py +1 -1
  16. pulumi_newrelic/cloud/aws_integrations.py +1 -1
  17. pulumi_newrelic/cloud/aws_link_account.py +1 -1
  18. pulumi_newrelic/cloud/azure_integrations.py +1 -1
  19. pulumi_newrelic/cloud/azure_link_account.py +1 -1
  20. pulumi_newrelic/cloud/gcp_integrations.py +1 -1
  21. pulumi_newrelic/cloud/gcp_link_account.py +1 -1
  22. pulumi_newrelic/cloud/outputs.py +1 -1
  23. pulumi_newrelic/config/__init__.py +1 -1
  24. pulumi_newrelic/config/__init__.pyi +1 -1
  25. pulumi_newrelic/config/vars.py +1 -1
  26. pulumi_newrelic/data_partition_rule.py +1 -1
  27. pulumi_newrelic/entity_tags.py +1 -1
  28. pulumi_newrelic/events_to_metrics_rule.py +1 -1
  29. pulumi_newrelic/get_account.py +1 -1
  30. pulumi_newrelic/get_alert_channel.py +1 -1
  31. pulumi_newrelic/get_alert_policy.py +1 -1
  32. pulumi_newrelic/get_application.py +1 -1
  33. pulumi_newrelic/get_authentication_domain.py +1 -1
  34. pulumi_newrelic/get_cloud_account.py +1 -1
  35. pulumi_newrelic/get_entity.py +1 -1
  36. pulumi_newrelic/get_group.py +1 -1
  37. pulumi_newrelic/get_key_transaction.py +1 -1
  38. pulumi_newrelic/get_notification_destination.py +1 -1
  39. pulumi_newrelic/get_obfuscation_expression.py +1 -1
  40. pulumi_newrelic/get_service_level_alert_helper.py +1 -1
  41. pulumi_newrelic/get_test_grok_pattern.py +1 -1
  42. pulumi_newrelic/get_user.py +1 -1
  43. pulumi_newrelic/group.py +1 -1
  44. pulumi_newrelic/infra_alert_condition.py +1 -1
  45. pulumi_newrelic/insights/__init__.py +1 -1
  46. pulumi_newrelic/insights/_inputs.py +1 -1
  47. pulumi_newrelic/insights/event.py +1 -1
  48. pulumi_newrelic/insights/outputs.py +1 -1
  49. pulumi_newrelic/key_transaction.py +1 -1
  50. pulumi_newrelic/log_parsing_rule.py +1 -1
  51. pulumi_newrelic/monitor_downtime.py +1 -1
  52. pulumi_newrelic/notification_channel.py +1 -1
  53. pulumi_newrelic/notification_destination.py +1 -1
  54. pulumi_newrelic/nrql_alert_condition.py +3 -1
  55. pulumi_newrelic/nrql_drop_rule.py +1 -1
  56. pulumi_newrelic/obfuscation_expression.py +1 -1
  57. pulumi_newrelic/obfuscation_rule.py +1 -1
  58. pulumi_newrelic/one_dashboard.py +1 -1
  59. pulumi_newrelic/one_dashboard_json.py +1 -1
  60. pulumi_newrelic/one_dashboard_raw.py +1 -1
  61. pulumi_newrelic/outputs.py +46 -4
  62. pulumi_newrelic/plugins/__init__.py +1 -1
  63. pulumi_newrelic/plugins/_inputs.py +1 -1
  64. pulumi_newrelic/plugins/application_settings.py +1 -1
  65. pulumi_newrelic/plugins/outputs.py +1 -1
  66. pulumi_newrelic/plugins/workload.py +1 -1
  67. pulumi_newrelic/provider.py +15 -16
  68. pulumi_newrelic/pulumi-plugin.json +1 -1
  69. pulumi_newrelic/service_level.py +1 -1
  70. pulumi_newrelic/synthetics/__init__.py +1 -1
  71. pulumi_newrelic/synthetics/_inputs.py +1 -1
  72. pulumi_newrelic/synthetics/alert_condition.py +1 -1
  73. pulumi_newrelic/synthetics/broken_links_monitor.py +1 -1
  74. pulumi_newrelic/synthetics/cert_check_monitor.py +1 -1
  75. pulumi_newrelic/synthetics/get_private_location.py +1 -1
  76. pulumi_newrelic/synthetics/get_secure_credential.py +1 -1
  77. pulumi_newrelic/synthetics/monitor.py +1 -1
  78. pulumi_newrelic/synthetics/multi_location_alert_condition.py +1 -1
  79. pulumi_newrelic/synthetics/outputs.py +1 -1
  80. pulumi_newrelic/synthetics/private_location.py +1 -1
  81. pulumi_newrelic/synthetics/script_monitor.py +1 -1
  82. pulumi_newrelic/synthetics/secure_credential.py +1 -1
  83. pulumi_newrelic/synthetics/step_monitor.py +1 -1
  84. pulumi_newrelic/user.py +1 -1
  85. pulumi_newrelic/workflow.py +1 -1
  86. {pulumi_newrelic-5.46.0a1748078992.dist-info → pulumi_newrelic-5.46.1.dist-info}/METADATA +1 -1
  87. pulumi_newrelic-5.46.1.dist-info/RECORD +90 -0
  88. {pulumi_newrelic-5.46.0a1748078992.dist-info → pulumi_newrelic-5.46.1.dist-info}/WHEEL +1 -1
  89. pulumi_newrelic-5.46.0a1748078992.dist-info/RECORD +0 -90
  90. {pulumi_newrelic-5.46.0a1748078992.dist-info → pulumi_newrelic-5.46.1.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1911,6 +1911,10 @@ if not MYPY:
1911
1911
  """
1912
1912
  For baseline conditions must be in range [1, 1000].
1913
1913
  """
1914
+ disable_health_status_reporting: NotRequired[pulumi.Input[builtins.bool]]
1915
+ """
1916
+ Violations will not change system health status for this term.
1917
+ """
1914
1918
  duration: NotRequired[pulumi.Input[builtins.int]]
1915
1919
  """
1916
1920
  In minutes, must be in the range of 1 to 120 (inclusive).
@@ -1942,6 +1946,7 @@ elif False:
1942
1946
  class NrqlAlertConditionCriticalArgs:
1943
1947
  def __init__(__self__, *,
1944
1948
  threshold: pulumi.Input[builtins.float],
1949
+ disable_health_status_reporting: Optional[pulumi.Input[builtins.bool]] = None,
1945
1950
  duration: Optional[pulumi.Input[builtins.int]] = None,
1946
1951
  operator: Optional[pulumi.Input[builtins.str]] = None,
1947
1952
  prediction: Optional[pulumi.Input['NrqlAlertConditionCriticalPredictionArgs']] = None,
@@ -1950,6 +1955,7 @@ class NrqlAlertConditionCriticalArgs:
1950
1955
  time_function: Optional[pulumi.Input[builtins.str]] = None):
1951
1956
  """
1952
1957
  :param pulumi.Input[builtins.float] threshold: For baseline conditions must be in range [1, 1000].
1958
+ :param pulumi.Input[builtins.bool] disable_health_status_reporting: Violations will not change system health status for this term.
1953
1959
  :param pulumi.Input[builtins.int] duration: In minutes, must be in the range of 1 to 120 (inclusive).
1954
1960
  :param pulumi.Input[builtins.str] operator: One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'.
1955
1961
  :param pulumi.Input['NrqlAlertConditionCriticalPredictionArgs'] prediction: BETA PREVIEW: the `prediction` field is in limited release and only enabled for preview on a per-account basis. - Use `prediction` to open alerts when your static threshold is predicted to be reached in the future. The `prediction` field is only available for static conditions.
@@ -1958,6 +1964,8 @@ class NrqlAlertConditionCriticalArgs:
1958
1964
  :param pulumi.Input[builtins.str] time_function: Valid values are: 'all' or 'any'
1959
1965
  """
1960
1966
  pulumi.set(__self__, "threshold", threshold)
1967
+ if disable_health_status_reporting is not None:
1968
+ pulumi.set(__self__, "disable_health_status_reporting", disable_health_status_reporting)
1961
1969
  if duration is not None:
1962
1970
  warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
1963
1971
  pulumi.log.warn("""duration is deprecated: use `threshold_duration` attribute instead""")
@@ -1989,6 +1997,18 @@ class NrqlAlertConditionCriticalArgs:
1989
1997
  def threshold(self, value: pulumi.Input[builtins.float]):
1990
1998
  pulumi.set(self, "threshold", value)
1991
1999
 
2000
+ @property
2001
+ @pulumi.getter(name="disableHealthStatusReporting")
2002
+ def disable_health_status_reporting(self) -> Optional[pulumi.Input[builtins.bool]]:
2003
+ """
2004
+ Violations will not change system health status for this term.
2005
+ """
2006
+ return pulumi.get(self, "disable_health_status_reporting")
2007
+
2008
+ @disable_health_status_reporting.setter
2009
+ def disable_health_status_reporting(self, value: Optional[pulumi.Input[builtins.bool]]):
2010
+ pulumi.set(self, "disable_health_status_reporting", value)
2011
+
1992
2012
  @property
1993
2013
  @pulumi.getter
1994
2014
  @_utilities.deprecated("""use `threshold_duration` attribute instead""")
@@ -2214,6 +2234,10 @@ if not MYPY:
2214
2234
  """
2215
2235
  For baseline conditions must be in range [1, 1000].
2216
2236
  """
2237
+ disable_health_status_reporting: NotRequired[pulumi.Input[builtins.bool]]
2238
+ """
2239
+ Violations will not change system health status for this term.
2240
+ """
2217
2241
  duration: NotRequired[pulumi.Input[builtins.int]]
2218
2242
  """
2219
2243
  In minutes, must be in the range of 1 to 120 (inclusive).
@@ -2249,6 +2273,7 @@ elif False:
2249
2273
  class NrqlAlertConditionTermArgs:
2250
2274
  def __init__(__self__, *,
2251
2275
  threshold: pulumi.Input[builtins.float],
2276
+ disable_health_status_reporting: Optional[pulumi.Input[builtins.bool]] = None,
2252
2277
  duration: Optional[pulumi.Input[builtins.int]] = None,
2253
2278
  operator: Optional[pulumi.Input[builtins.str]] = None,
2254
2279
  prediction: Optional[pulumi.Input['NrqlAlertConditionTermPredictionArgs']] = None,
@@ -2258,6 +2283,7 @@ class NrqlAlertConditionTermArgs:
2258
2283
  time_function: Optional[pulumi.Input[builtins.str]] = None):
2259
2284
  """
2260
2285
  :param pulumi.Input[builtins.float] threshold: For baseline conditions must be in range [1, 1000].
2286
+ :param pulumi.Input[builtins.bool] disable_health_status_reporting: Violations will not change system health status for this term.
2261
2287
  :param pulumi.Input[builtins.int] duration: In minutes, must be in the range of 1 to 120 (inclusive).
2262
2288
  :param pulumi.Input[builtins.str] operator: One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'.
2263
2289
  :param pulumi.Input['NrqlAlertConditionTermPredictionArgs'] prediction: BETA PREVIEW: the `prediction` field is in limited release and only enabled for preview on a per-account basis. - Use `prediction` to open alerts when your static threshold is predicted to be reached in the future. The `prediction` field is only available for static conditions.
@@ -2267,6 +2293,8 @@ class NrqlAlertConditionTermArgs:
2267
2293
  :param pulumi.Input[builtins.str] time_function: Valid values are: 'all' or 'any'
2268
2294
  """
2269
2295
  pulumi.set(__self__, "threshold", threshold)
2296
+ if disable_health_status_reporting is not None:
2297
+ pulumi.set(__self__, "disable_health_status_reporting", disable_health_status_reporting)
2270
2298
  if duration is not None:
2271
2299
  warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
2272
2300
  pulumi.log.warn("""duration is deprecated: use `threshold_duration` attribute instead""")
@@ -2300,6 +2328,18 @@ class NrqlAlertConditionTermArgs:
2300
2328
  def threshold(self, value: pulumi.Input[builtins.float]):
2301
2329
  pulumi.set(self, "threshold", value)
2302
2330
 
2331
+ @property
2332
+ @pulumi.getter(name="disableHealthStatusReporting")
2333
+ def disable_health_status_reporting(self) -> Optional[pulumi.Input[builtins.bool]]:
2334
+ """
2335
+ Violations will not change system health status for this term.
2336
+ """
2337
+ return pulumi.get(self, "disable_health_status_reporting")
2338
+
2339
+ @disable_health_status_reporting.setter
2340
+ def disable_health_status_reporting(self, value: Optional[pulumi.Input[builtins.bool]]):
2341
+ pulumi.set(self, "disable_health_status_reporting", value)
2342
+
2303
2343
  @property
2304
2344
  @pulumi.getter
2305
2345
  @_utilities.deprecated("""use `threshold_duration` attribute instead""")
@@ -2445,6 +2485,10 @@ if not MYPY:
2445
2485
  """
2446
2486
  For baseline conditions must be in range [1, 1000].
2447
2487
  """
2488
+ disable_health_status_reporting: NotRequired[pulumi.Input[builtins.bool]]
2489
+ """
2490
+ Violations will not change system health status for this term.
2491
+ """
2448
2492
  duration: NotRequired[pulumi.Input[builtins.int]]
2449
2493
  """
2450
2494
  In minutes, must be in the range of 1 to 120 (inclusive).
@@ -2476,6 +2520,7 @@ elif False:
2476
2520
  class NrqlAlertConditionWarningArgs:
2477
2521
  def __init__(__self__, *,
2478
2522
  threshold: pulumi.Input[builtins.float],
2523
+ disable_health_status_reporting: Optional[pulumi.Input[builtins.bool]] = None,
2479
2524
  duration: Optional[pulumi.Input[builtins.int]] = None,
2480
2525
  operator: Optional[pulumi.Input[builtins.str]] = None,
2481
2526
  prediction: Optional[pulumi.Input['NrqlAlertConditionWarningPredictionArgs']] = None,
@@ -2484,6 +2529,7 @@ class NrqlAlertConditionWarningArgs:
2484
2529
  time_function: Optional[pulumi.Input[builtins.str]] = None):
2485
2530
  """
2486
2531
  :param pulumi.Input[builtins.float] threshold: For baseline conditions must be in range [1, 1000].
2532
+ :param pulumi.Input[builtins.bool] disable_health_status_reporting: Violations will not change system health status for this term.
2487
2533
  :param pulumi.Input[builtins.int] duration: In minutes, must be in the range of 1 to 120 (inclusive).
2488
2534
  :param pulumi.Input[builtins.str] operator: One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'.
2489
2535
  :param pulumi.Input['NrqlAlertConditionWarningPredictionArgs'] prediction: BETA PREVIEW: the `prediction` field is in limited release and only enabled for preview on a per-account basis. - Use `prediction` to open alerts when your static threshold is predicted to be reached in the future. The `prediction` field is only available for static conditions.
@@ -2492,6 +2538,8 @@ class NrqlAlertConditionWarningArgs:
2492
2538
  :param pulumi.Input[builtins.str] time_function: Valid values are: 'all' or 'any'
2493
2539
  """
2494
2540
  pulumi.set(__self__, "threshold", threshold)
2541
+ if disable_health_status_reporting is not None:
2542
+ pulumi.set(__self__, "disable_health_status_reporting", disable_health_status_reporting)
2495
2543
  if duration is not None:
2496
2544
  warnings.warn("""use `threshold_duration` attribute instead""", DeprecationWarning)
2497
2545
  pulumi.log.warn("""duration is deprecated: use `threshold_duration` attribute instead""")
@@ -2523,6 +2571,18 @@ class NrqlAlertConditionWarningArgs:
2523
2571
  def threshold(self, value: pulumi.Input[builtins.float]):
2524
2572
  pulumi.set(self, "threshold", value)
2525
2573
 
2574
+ @property
2575
+ @pulumi.getter(name="disableHealthStatusReporting")
2576
+ def disable_health_status_reporting(self) -> Optional[pulumi.Input[builtins.bool]]:
2577
+ """
2578
+ Violations will not change system health status for this term.
2579
+ """
2580
+ return pulumi.get(self, "disable_health_status_reporting")
2581
+
2582
+ @disable_health_status_reporting.setter
2583
+ def disable_health_status_reporting(self, value: Optional[pulumi.Input[builtins.bool]]):
2584
+ pulumi.set(self, "disable_health_status_reporting", value)
2585
+
2526
2586
  @property
2527
2587
  @pulumi.getter
2528
2588
  @_utilities.deprecated("""use `threshold_duration` attribute instead""")
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
 
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -253,30 +253,6 @@ class ApiAccessKey(pulumi.CustomResource):
253
253
  user_id: Optional[pulumi.Input[builtins.str]] = None,
254
254
  __props__=None):
255
255
  """
256
- Use this resource to programmatically create and manage the following types of keys:
257
- - [User API keys](https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys#user-api-key)
258
- - License (or ingest) keys, including:
259
- - General [license key](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/license-key) used for APM
260
- - [Browser license key](https://docs.newrelic.com/docs/browser/new-relic-browser/configuration/copy-browser-monitoring-license-key-app-id)
261
-
262
- Please visit the New Relic article ['Use NerdGraph to manage license keys and User API keys'](https://docs.newrelic.com/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys)
263
- for more information.
264
-
265
- > **IMPORTANT!**
266
- Please be very careful when updating existing `ApiAccessKey` resources as only `newrelic_api_access_key.name`
267
- and `newrelic_api_access_key.notes` are updatable. All other resource attributes will force a resource recreation which will
268
- invalidate the previous API key(s).
269
-
270
- ## Example Usage
271
-
272
- > **WARNING:** Creating 'Ingest - License' and 'Ingest - Browser' keys using this resource is restricted to 'core' or 'full platform' New Relic user accounts. If you've signed up as a 'basic' user with New Relic, or have been added as a 'basic' user to your organization on New Relic, you would not be able to use your account to create 'Ingest' keys. If you see the message `"You do not have permission to create this key"` in the response of the API called by this resource, it could be owing to the aforementioned. For more insights into user account types on New Relic and associated privileges, please check out this [page](https://docs.newrelic.com/docs/accounts/accounts-billing/new-relic-one-user-management/user-type/#api-access).
273
-
274
- ## Extended Usage
275
-
276
- This module may be used to create a user or ingest key using the `create_access_keys_service` resource, and fetch the created key using `fetch_access_keys_service`, by performing a NerdGraph query under the hood, using the ID of the key created via the resource to fetch the created key.
277
- Please refer\\
278
- create access keys and fetch access keys for more info.
279
-
280
256
  ## Import
281
257
 
282
258
  Existing API access keys can be imported using a composite ID of `<api_access_key_id>:<key_type>`. `<key_type>`
@@ -304,30 +280,6 @@ class ApiAccessKey(pulumi.CustomResource):
304
280
  args: ApiAccessKeyArgs,
305
281
  opts: Optional[pulumi.ResourceOptions] = None):
306
282
  """
307
- Use this resource to programmatically create and manage the following types of keys:
308
- - [User API keys](https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys#user-api-key)
309
- - License (or ingest) keys, including:
310
- - General [license key](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/license-key) used for APM
311
- - [Browser license key](https://docs.newrelic.com/docs/browser/new-relic-browser/configuration/copy-browser-monitoring-license-key-app-id)
312
-
313
- Please visit the New Relic article ['Use NerdGraph to manage license keys and User API keys'](https://docs.newrelic.com/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys)
314
- for more information.
315
-
316
- > **IMPORTANT!**
317
- Please be very careful when updating existing `ApiAccessKey` resources as only `newrelic_api_access_key.name`
318
- and `newrelic_api_access_key.notes` are updatable. All other resource attributes will force a resource recreation which will
319
- invalidate the previous API key(s).
320
-
321
- ## Example Usage
322
-
323
- > **WARNING:** Creating 'Ingest - License' and 'Ingest - Browser' keys using this resource is restricted to 'core' or 'full platform' New Relic user accounts. If you've signed up as a 'basic' user with New Relic, or have been added as a 'basic' user to your organization on New Relic, you would not be able to use your account to create 'Ingest' keys. If you see the message `"You do not have permission to create this key"` in the response of the API called by this resource, it could be owing to the aforementioned. For more insights into user account types on New Relic and associated privileges, please check out this [page](https://docs.newrelic.com/docs/accounts/accounts-billing/new-relic-one-user-management/user-type/#api-access).
324
-
325
- ## Extended Usage
326
-
327
- This module may be used to create a user or ingest key using the `create_access_keys_service` resource, and fetch the created key using `fetch_access_keys_service`, by performing a NerdGraph query under the hood, using the ID of the key created via the resource to fetch the created key.
328
- Please refer\\
329
- create access keys and fetch access keys for more info.
330
-
331
283
  ## Import
332
284
 
333
285
  Existing API access keys can be imported using a composite ID of `<api_access_key_id>:<key_type>`. `<key_type>`
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_newrelic/group.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins