pulumi-newrelic 5.21.0a1710157101__py3-none-any.whl → 5.39.0a1736849617__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. pulumi_newrelic/__init__.py +9 -0
  2. pulumi_newrelic/_inputs.py +7153 -461
  3. pulumi_newrelic/_utilities.py +41 -5
  4. pulumi_newrelic/account_management.py +11 -6
  5. pulumi_newrelic/alert_channel.py +116 -127
  6. pulumi_newrelic/alert_condition.py +116 -129
  7. pulumi_newrelic/alert_muting_rule.py +128 -76
  8. pulumi_newrelic/alert_policy.py +78 -75
  9. pulumi_newrelic/alert_policy_channel.py +77 -68
  10. pulumi_newrelic/api_access_key.py +45 -28
  11. pulumi_newrelic/browser_application.py +77 -78
  12. pulumi_newrelic/cloud/_inputs.py +2527 -1082
  13. pulumi_newrelic/cloud/aws_govcloud_integrations.py +133 -128
  14. pulumi_newrelic/cloud/aws_govcloud_link_account.py +23 -20
  15. pulumi_newrelic/cloud/aws_integrations.py +298 -1326
  16. pulumi_newrelic/cloud/aws_link_account.py +23 -20
  17. pulumi_newrelic/cloud/azure_integrations.py +521 -483
  18. pulumi_newrelic/cloud/azure_link_account.py +34 -31
  19. pulumi_newrelic/cloud/gcp_integrations.py +341 -322
  20. pulumi_newrelic/cloud/gcp_link_account.py +23 -20
  21. pulumi_newrelic/cloud/outputs.py +327 -1072
  22. pulumi_newrelic/config/__init__.pyi +6 -1
  23. pulumi_newrelic/config/vars.py +7 -2
  24. pulumi_newrelic/data_partition_rule.py +19 -18
  25. pulumi_newrelic/entity_tags.py +32 -31
  26. pulumi_newrelic/events_to_metrics_rule.py +23 -20
  27. pulumi_newrelic/get_account.py +24 -16
  28. pulumi_newrelic/get_alert_channel.py +26 -13
  29. pulumi_newrelic/get_alert_policy.py +35 -12
  30. pulumi_newrelic/get_application.py +39 -31
  31. pulumi_newrelic/get_authentication_domain.py +17 -13
  32. pulumi_newrelic/get_cloud_account.py +26 -18
  33. pulumi_newrelic/get_entity.py +90 -147
  34. pulumi_newrelic/get_group.py +58 -13
  35. pulumi_newrelic/get_key_transaction.py +109 -34
  36. pulumi_newrelic/get_notification_destination.py +64 -14
  37. pulumi_newrelic/get_obfuscation_expression.py +36 -28
  38. pulumi_newrelic/get_service_level_alert_helper.py +135 -117
  39. pulumi_newrelic/get_test_grok_pattern.py +29 -18
  40. pulumi_newrelic/get_user.py +17 -9
  41. pulumi_newrelic/group.py +5 -146
  42. pulumi_newrelic/infra_alert_condition.py +160 -167
  43. pulumi_newrelic/insights/_inputs.py +43 -0
  44. pulumi_newrelic/insights/event.py +48 -47
  45. pulumi_newrelic/insights/outputs.py +5 -0
  46. pulumi_newrelic/key_transaction.py +464 -0
  47. pulumi_newrelic/log_parsing_rule.py +25 -24
  48. pulumi_newrelic/monitor_downtime.py +211 -225
  49. pulumi_newrelic/notification_channel.py +381 -366
  50. pulumi_newrelic/notification_destination.py +192 -54
  51. pulumi_newrelic/nrql_alert_condition.py +345 -262
  52. pulumi_newrelic/nrql_drop_rule.py +31 -30
  53. pulumi_newrelic/obfuscation_expression.py +23 -20
  54. pulumi_newrelic/obfuscation_rule.py +38 -33
  55. pulumi_newrelic/one_dashboard.py +29 -24
  56. pulumi_newrelic/one_dashboard_json.py +19 -14
  57. pulumi_newrelic/one_dashboard_raw.py +110 -105
  58. pulumi_newrelic/outputs.py +2446 -245
  59. pulumi_newrelic/plugins/_inputs.py +145 -10
  60. pulumi_newrelic/plugins/application_settings.py +25 -36
  61. pulumi_newrelic/plugins/outputs.py +15 -10
  62. pulumi_newrelic/plugins/workload.py +215 -92
  63. pulumi_newrelic/provider.py +27 -33
  64. pulumi_newrelic/pulumi-plugin.json +2 -1
  65. pulumi_newrelic/service_level.py +185 -186
  66. pulumi_newrelic/synthetics/_inputs.py +159 -2
  67. pulumi_newrelic/synthetics/alert_condition.py +87 -98
  68. pulumi_newrelic/synthetics/broken_links_monitor.py +216 -99
  69. pulumi_newrelic/synthetics/cert_check_monitor.py +219 -100
  70. pulumi_newrelic/synthetics/get_private_location.py +34 -30
  71. pulumi_newrelic/synthetics/get_secure_credential.py +24 -16
  72. pulumi_newrelic/synthetics/monitor.py +348 -193
  73. pulumi_newrelic/synthetics/multi_location_alert_condition.py +105 -100
  74. pulumi_newrelic/synthetics/outputs.py +7 -2
  75. pulumi_newrelic/synthetics/private_location.py +25 -20
  76. pulumi_newrelic/synthetics/script_monitor.py +317 -182
  77. pulumi_newrelic/synthetics/secure_credential.py +23 -22
  78. pulumi_newrelic/synthetics/step_monitor.py +405 -100
  79. pulumi_newrelic/user.py +13 -10
  80. pulumi_newrelic/workflow.py +209 -196
  81. {pulumi_newrelic-5.21.0a1710157101.dist-info → pulumi_newrelic-5.39.0a1736849617.dist-info}/METADATA +7 -6
  82. pulumi_newrelic-5.39.0a1736849617.dist-info/RECORD +90 -0
  83. {pulumi_newrelic-5.21.0a1710157101.dist-info → pulumi_newrelic-5.39.0a1736849617.dist-info}/WHEEL +1 -1
  84. pulumi_newrelic-5.21.0a1710157101.dist-info/RECORD +0 -89
  85. {pulumi_newrelic-5.21.0a1710157101.dist-info → pulumi_newrelic-5.39.0a1736849617.dist-info}/top_level.txt +0 -0
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from .. import _utilities
11
16
 
12
17
  __all__ = ['SecureCredentialArgs', 'SecureCredential']
@@ -16,14 +21,14 @@ class SecureCredentialArgs:
16
21
  def __init__(__self__, *,
17
22
  key: pulumi.Input[str],
18
23
  value: pulumi.Input[str],
19
- account_id: Optional[pulumi.Input[int]] = None,
24
+ account_id: Optional[pulumi.Input[str]] = None,
20
25
  description: Optional[pulumi.Input[str]] = None,
21
26
  last_updated: Optional[pulumi.Input[str]] = None):
22
27
  """
23
28
  The set of arguments for constructing a SecureCredential resource.
24
29
  :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
25
30
  :param pulumi.Input[str] value: The secure credential's value.
26
- :param pulumi.Input[int] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
31
+ :param pulumi.Input[str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
27
32
  :param pulumi.Input[str] description: The secure credential's description.
28
33
  :param pulumi.Input[str] last_updated: The time the secure credential was last updated.
29
34
  """
@@ -62,14 +67,14 @@ class SecureCredentialArgs:
62
67
 
63
68
  @property
64
69
  @pulumi.getter(name="accountId")
65
- def account_id(self) -> Optional[pulumi.Input[int]]:
70
+ def account_id(self) -> Optional[pulumi.Input[str]]:
66
71
  """
67
72
  Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
68
73
  """
69
74
  return pulumi.get(self, "account_id")
70
75
 
71
76
  @account_id.setter
72
- def account_id(self, value: Optional[pulumi.Input[int]]):
77
+ def account_id(self, value: Optional[pulumi.Input[str]]):
73
78
  pulumi.set(self, "account_id", value)
74
79
 
75
80
  @property
@@ -100,14 +105,14 @@ class SecureCredentialArgs:
100
105
  @pulumi.input_type
101
106
  class _SecureCredentialState:
102
107
  def __init__(__self__, *,
103
- account_id: Optional[pulumi.Input[int]] = None,
108
+ account_id: Optional[pulumi.Input[str]] = None,
104
109
  description: Optional[pulumi.Input[str]] = None,
105
110
  key: Optional[pulumi.Input[str]] = None,
106
111
  last_updated: Optional[pulumi.Input[str]] = None,
107
112
  value: Optional[pulumi.Input[str]] = None):
108
113
  """
109
114
  Input properties used for looking up and filtering SecureCredential resources.
110
- :param pulumi.Input[int] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
115
+ :param pulumi.Input[str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
111
116
  :param pulumi.Input[str] description: The secure credential's description.
112
117
  :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
113
118
  :param pulumi.Input[str] last_updated: The time the secure credential was last updated.
@@ -126,14 +131,14 @@ class _SecureCredentialState:
126
131
 
127
132
  @property
128
133
  @pulumi.getter(name="accountId")
129
- def account_id(self) -> Optional[pulumi.Input[int]]:
134
+ def account_id(self) -> Optional[pulumi.Input[str]]:
130
135
  """
131
136
  Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
132
137
  """
133
138
  return pulumi.get(self, "account_id")
134
139
 
135
140
  @account_id.setter
136
- def account_id(self, value: Optional[pulumi.Input[int]]):
141
+ def account_id(self, value: Optional[pulumi.Input[str]]):
137
142
  pulumi.set(self, "account_id", value)
138
143
 
139
144
  @property
@@ -190,7 +195,7 @@ class SecureCredential(pulumi.CustomResource):
190
195
  def __init__(__self__,
191
196
  resource_name: str,
192
197
  opts: Optional[pulumi.ResourceOptions] = None,
193
- account_id: Optional[pulumi.Input[int]] = None,
198
+ account_id: Optional[pulumi.Input[str]] = None,
194
199
  description: Optional[pulumi.Input[str]] = None,
195
200
  key: Optional[pulumi.Input[str]] = None,
196
201
  last_updated: Optional[pulumi.Input[str]] = None,
@@ -201,17 +206,15 @@ class SecureCredential(pulumi.CustomResource):
201
206
 
202
207
  ## Example Usage
203
208
 
204
- <!--Start PulumiCodeChooser -->
205
209
  ```python
206
210
  import pulumi
207
211
  import pulumi_newrelic as newrelic
208
212
 
209
213
  foo = newrelic.synthetics.SecureCredential("foo",
210
- description="My description",
211
214
  key="MY_KEY",
212
- value="My value")
215
+ value="My value",
216
+ description="My description")
213
217
  ```
214
- <!--End PulumiCodeChooser -->
215
218
 
216
219
  ## Import
217
220
 
@@ -223,7 +226,7 @@ class SecureCredential(pulumi.CustomResource):
223
226
 
224
227
  :param str resource_name: The name of the resource.
225
228
  :param pulumi.ResourceOptions opts: Options for the resource.
226
- :param pulumi.Input[int] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
229
+ :param pulumi.Input[str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
227
230
  :param pulumi.Input[str] description: The secure credential's description.
228
231
  :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
229
232
  :param pulumi.Input[str] last_updated: The time the secure credential was last updated.
@@ -240,17 +243,15 @@ class SecureCredential(pulumi.CustomResource):
240
243
 
241
244
  ## Example Usage
242
245
 
243
- <!--Start PulumiCodeChooser -->
244
246
  ```python
245
247
  import pulumi
246
248
  import pulumi_newrelic as newrelic
247
249
 
248
250
  foo = newrelic.synthetics.SecureCredential("foo",
249
- description="My description",
250
251
  key="MY_KEY",
251
- value="My value")
252
+ value="My value",
253
+ description="My description")
252
254
  ```
253
- <!--End PulumiCodeChooser -->
254
255
 
255
256
  ## Import
256
257
 
@@ -275,7 +276,7 @@ class SecureCredential(pulumi.CustomResource):
275
276
  def _internal_init(__self__,
276
277
  resource_name: str,
277
278
  opts: Optional[pulumi.ResourceOptions] = None,
278
- account_id: Optional[pulumi.Input[int]] = None,
279
+ account_id: Optional[pulumi.Input[str]] = None,
279
280
  description: Optional[pulumi.Input[str]] = None,
280
281
  key: Optional[pulumi.Input[str]] = None,
281
282
  last_updated: Optional[pulumi.Input[str]] = None,
@@ -310,7 +311,7 @@ class SecureCredential(pulumi.CustomResource):
310
311
  def get(resource_name: str,
311
312
  id: pulumi.Input[str],
312
313
  opts: Optional[pulumi.ResourceOptions] = None,
313
- account_id: Optional[pulumi.Input[int]] = None,
314
+ account_id: Optional[pulumi.Input[str]] = None,
314
315
  description: Optional[pulumi.Input[str]] = None,
315
316
  key: Optional[pulumi.Input[str]] = None,
316
317
  last_updated: Optional[pulumi.Input[str]] = None,
@@ -322,7 +323,7 @@ class SecureCredential(pulumi.CustomResource):
322
323
  :param str resource_name: The unique name of the resulting resource.
323
324
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
324
325
  :param pulumi.ResourceOptions opts: Options for the resource.
325
- :param pulumi.Input[int] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
326
+ :param pulumi.Input[str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
326
327
  :param pulumi.Input[str] description: The secure credential's description.
327
328
  :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
328
329
  :param pulumi.Input[str] last_updated: The time the secure credential was last updated.
@@ -341,7 +342,7 @@ class SecureCredential(pulumi.CustomResource):
341
342
 
342
343
  @property
343
344
  @pulumi.getter(name="accountId")
344
- def account_id(self) -> pulumi.Output[int]:
345
+ def account_id(self) -> pulumi.Output[str]:
345
346
  """
346
347
  Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
347
348
  """