pulumi-newrelic 5.46.0a1748144444__tar.gz → 5.46.1a1749527247__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 (95) hide show
  1. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/PKG-INFO +1 -1
  2. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/__init__.py +1 -1
  3. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/_inputs.py +1 -1
  4. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/_utilities.py +1 -1
  5. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/account_management.py +1 -1
  6. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/alert_channel.py +1 -1
  7. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/alert_condition.py +1 -1
  8. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/alert_muting_rule.py +1 -1
  9. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/alert_policy.py +1 -1
  10. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/alert_policy_channel.py +1 -1
  11. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/api_access_key.py +1 -49
  12. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/browser_application.py +1 -1
  13. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/__init__.py +1 -1
  14. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/_inputs.py +1 -1
  15. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +1 -1
  16. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +1 -1
  17. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/aws_integrations.py +1 -1
  18. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/aws_link_account.py +1 -1
  19. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/azure_integrations.py +1 -1
  20. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/azure_link_account.py +1 -1
  21. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/gcp_integrations.py +1 -1
  22. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/gcp_link_account.py +1 -1
  23. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/cloud/outputs.py +1 -1
  24. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/config/__init__.py +1 -1
  25. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/config/__init__.pyi +1 -1
  26. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/config/vars.py +1 -1
  27. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/data_partition_rule.py +1 -1
  28. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/entity_tags.py +1 -1
  29. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/events_to_metrics_rule.py +1 -1
  30. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_account.py +1 -1
  31. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_alert_channel.py +1 -1
  32. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_alert_policy.py +1 -1
  33. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_application.py +1 -1
  34. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_authentication_domain.py +1 -1
  35. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_cloud_account.py +1 -1
  36. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_entity.py +1 -1
  37. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_group.py +1 -1
  38. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_key_transaction.py +1 -1
  39. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_notification_destination.py +1 -1
  40. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_obfuscation_expression.py +1 -1
  41. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_service_level_alert_helper.py +1 -1
  42. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_test_grok_pattern.py +1 -1
  43. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/get_user.py +1 -1
  44. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/group.py +1 -1
  45. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/infra_alert_condition.py +1 -1
  46. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/insights/__init__.py +1 -1
  47. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/insights/_inputs.py +1 -1
  48. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/insights/event.py +1 -1
  49. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/insights/outputs.py +1 -1
  50. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/key_transaction.py +1 -1
  51. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/log_parsing_rule.py +1 -1
  52. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/monitor_downtime.py +1 -1
  53. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/notification_channel.py +1 -1
  54. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/notification_destination.py +1 -1
  55. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/nrql_alert_condition.py +1 -1
  56. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/nrql_drop_rule.py +1 -1
  57. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/obfuscation_expression.py +1 -1
  58. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/obfuscation_rule.py +1 -1
  59. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/one_dashboard.py +1 -1
  60. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/one_dashboard_json.py +1 -1
  61. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/one_dashboard_raw.py +1 -1
  62. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/outputs.py +1 -1
  63. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/plugins/__init__.py +1 -1
  64. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/plugins/_inputs.py +1 -1
  65. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/plugins/application_settings.py +1 -1
  66. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/plugins/outputs.py +1 -1
  67. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/plugins/workload.py +1 -1
  68. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/provider.py +15 -16
  69. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/pulumi-plugin.json +1 -1
  70. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/service_level.py +1 -1
  71. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/__init__.py +1 -1
  72. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/_inputs.py +1 -1
  73. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/alert_condition.py +1 -1
  74. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/broken_links_monitor.py +1 -1
  75. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/cert_check_monitor.py +1 -1
  76. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/get_private_location.py +1 -1
  77. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/get_secure_credential.py +1 -1
  78. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/monitor.py +1 -1
  79. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +1 -1
  80. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/outputs.py +1 -1
  81. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/private_location.py +1 -1
  82. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/script_monitor.py +1 -1
  83. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/secure_credential.py +1 -1
  84. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/synthetics/step_monitor.py +1 -1
  85. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/user.py +1 -1
  86. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/workflow.py +1 -1
  87. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
  88. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pyproject.toml +1 -1
  89. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/README.md +0 -0
  90. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic/py.typed +0 -0
  91. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
  92. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
  93. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic.egg-info/requires.txt +0 -0
  94. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/pulumi_newrelic.egg-info/top_level.txt +0 -0
  95. {pulumi_newrelic-5.46.0a1748144444 → pulumi_newrelic-5.46.1a1749527247}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_newrelic
3
- Version: 5.46.0a1748144444
3
+ Version: 5.46.1a1749527247
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
@@ -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
 
@@ -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
@@ -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
@@ -20,9 +20,9 @@ __all__ = ['ProviderArgs', 'Provider']
20
20
  @pulumi.input_type
21
21
  class ProviderArgs:
22
22
  def __init__(__self__, *,
23
- api_key: pulumi.Input[builtins.str],
24
23
  account_id: Optional[pulumi.Input[builtins.str]] = None,
25
24
  admin_api_key: Optional[pulumi.Input[builtins.str]] = None,
25
+ api_key: Optional[pulumi.Input[builtins.str]] = None,
26
26
  api_url: Optional[pulumi.Input[builtins.str]] = None,
27
27
  cacert_file: Optional[pulumi.Input[builtins.str]] = None,
28
28
  infrastructure_api_url: Optional[pulumi.Input[builtins.str]] = None,
@@ -37,13 +37,14 @@ class ProviderArgs:
37
37
  The set of arguments for constructing a Provider resource.
38
38
  :param pulumi.Input[builtins.str] region: The data center for which your New Relic account is configured. Only one region per provider block is permitted.
39
39
  """
40
- pulumi.set(__self__, "api_key", api_key)
41
40
  if account_id is None:
42
41
  account_id = _utilities.get_env('NEW_RELIC_ACCOUNT_ID')
43
42
  if account_id is not None:
44
43
  pulumi.set(__self__, "account_id", account_id)
45
44
  if admin_api_key is not None:
46
45
  pulumi.set(__self__, "admin_api_key", admin_api_key)
46
+ if api_key is not None:
47
+ pulumi.set(__self__, "api_key", api_key)
47
48
  if api_url is not None:
48
49
  warnings.warn("""New Relic internal use only. API URLs are now configured based on the configured region.""", DeprecationWarning)
49
50
  pulumi.log.warn("""api_url is deprecated: New Relic internal use only. API URLs are now configured based on the configured region.""")
@@ -79,15 +80,6 @@ class ProviderArgs:
79
80
  if synthetics_api_url is not None:
80
81
  pulumi.set(__self__, "synthetics_api_url", synthetics_api_url)
81
82
 
82
- @property
83
- @pulumi.getter(name="apiKey")
84
- def api_key(self) -> pulumi.Input[builtins.str]:
85
- return pulumi.get(self, "api_key")
86
-
87
- @api_key.setter
88
- def api_key(self, value: pulumi.Input[builtins.str]):
89
- pulumi.set(self, "api_key", value)
90
-
91
83
  @property
92
84
  @pulumi.getter(name="accountId")
93
85
  def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -106,6 +98,15 @@ class ProviderArgs:
106
98
  def admin_api_key(self, value: Optional[pulumi.Input[builtins.str]]):
107
99
  pulumi.set(self, "admin_api_key", value)
108
100
 
101
+ @property
102
+ @pulumi.getter(name="apiKey")
103
+ def api_key(self) -> Optional[pulumi.Input[builtins.str]]:
104
+ return pulumi.get(self, "api_key")
105
+
106
+ @api_key.setter
107
+ def api_key(self, value: Optional[pulumi.Input[builtins.str]]):
108
+ pulumi.set(self, "api_key", value)
109
+
109
110
  @property
110
111
  @pulumi.getter(name="apiUrl")
111
112
  @_utilities.deprecated("""New Relic internal use only. API URLs are now configured based on the configured region.""")
@@ -238,7 +239,7 @@ class Provider(pulumi.ProviderResource):
238
239
  @overload
239
240
  def __init__(__self__,
240
241
  resource_name: str,
241
- args: ProviderArgs,
242
+ args: Optional[ProviderArgs] = None,
242
243
  opts: Optional[pulumi.ResourceOptions] = None):
243
244
  """
244
245
  The provider type for the newrelic package. By default, resources use package-wide configuration
@@ -287,8 +288,6 @@ class Provider(pulumi.ProviderResource):
287
288
  account_id = _utilities.get_env('NEW_RELIC_ACCOUNT_ID')
288
289
  __props__.__dict__["account_id"] = None if account_id is None else pulumi.Output.secret(account_id)
289
290
  __props__.__dict__["admin_api_key"] = None if admin_api_key is None else pulumi.Output.secret(admin_api_key)
290
- if api_key is None and not opts.urn:
291
- raise TypeError("Missing required property 'api_key'")
292
291
  __props__.__dict__["api_key"] = None if api_key is None else pulumi.Output.secret(api_key)
293
292
  __props__.__dict__["api_url"] = api_url
294
293
  __props__.__dict__["cacert_file"] = cacert_file
@@ -322,7 +321,7 @@ class Provider(pulumi.ProviderResource):
322
321
 
323
322
  @property
324
323
  @pulumi.getter(name="apiKey")
325
- def api_key(self) -> pulumi.Output[builtins.str]:
324
+ def api_key(self) -> pulumi.Output[Optional[builtins.str]]:
326
325
  return pulumi.get(self, "api_key")
327
326
 
328
327
  @property
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "newrelic",
4
- "version": "5.46.0-alpha.1748144444"
4
+ "version": "5.46.1-alpha.1749527247"
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
@@ -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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_newrelic
3
- Version: 5.46.0a1748144444
3
+ Version: 5.46.1a1749527247
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
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "new relic"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.9"
8
- version = "5.46.0a1748144444"
8
+ version = "5.46.1a1749527247"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]