pulumi-newrelic 5.48.0a1752905769__py3-none-any.whl → 5.49.0__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 (89) hide show
  1. pulumi_newrelic/__init__.py +1 -1
  2. pulumi_newrelic/_inputs.py +3897 -3739
  3. pulumi_newrelic/account_management.py +35 -36
  4. pulumi_newrelic/alert_channel.py +55 -56
  5. pulumi_newrelic/alert_condition.py +217 -218
  6. pulumi_newrelic/alert_muting_rule.py +92 -93
  7. pulumi_newrelic/alert_policy.py +69 -70
  8. pulumi_newrelic/alert_policy_channel.py +52 -53
  9. pulumi_newrelic/api_access_key.py +112 -113
  10. pulumi_newrelic/browser_application.py +113 -114
  11. pulumi_newrelic/cloud/__init__.py +1 -1
  12. pulumi_newrelic/cloud/_inputs.py +2129 -2130
  13. pulumi_newrelic/cloud/aws_govcloud_integrations.py +95 -96
  14. pulumi_newrelic/cloud/aws_govcloud_link_account.py +69 -70
  15. pulumi_newrelic/cloud/aws_integrations.py +194 -195
  16. pulumi_newrelic/cloud/aws_link_account.py +69 -70
  17. pulumi_newrelic/cloud/azure_integrations.py +131 -132
  18. pulumi_newrelic/cloud/azure_link_account.py +103 -104
  19. pulumi_newrelic/cloud/gcp_integrations.py +113 -114
  20. pulumi_newrelic/cloud/gcp_link_account.py +52 -53
  21. pulumi_newrelic/cloud/outputs.py +1417 -1418
  22. pulumi_newrelic/config/__init__.py +1 -1
  23. pulumi_newrelic/config/__init__.pyi +1 -2
  24. pulumi_newrelic/config/vars.py +14 -15
  25. pulumi_newrelic/data_partition_rule.py +112 -113
  26. pulumi_newrelic/entity_tags.py +21 -22
  27. pulumi_newrelic/events_to_metrics_rule.py +95 -96
  28. pulumi_newrelic/get_account.py +21 -22
  29. pulumi_newrelic/get_alert_channel.py +20 -21
  30. pulumi_newrelic/get_alert_policy.py +25 -26
  31. pulumi_newrelic/get_application.py +13 -14
  32. pulumi_newrelic/get_authentication_domain.py +9 -10
  33. pulumi_newrelic/get_cloud_account.py +21 -22
  34. pulumi_newrelic/get_entity.py +52 -53
  35. pulumi_newrelic/get_group.py +17 -18
  36. pulumi_newrelic/get_key_transaction.py +25 -26
  37. pulumi_newrelic/get_notification_destination.py +29 -30
  38. pulumi_newrelic/get_obfuscation_expression.py +15 -16
  39. pulumi_newrelic/get_service_level_alert_helper.py +53 -54
  40. pulumi_newrelic/get_test_grok_pattern.py +22 -23
  41. pulumi_newrelic/get_user.py +21 -22
  42. pulumi_newrelic/group.py +52 -53
  43. pulumi_newrelic/infra_alert_condition.py +255 -256
  44. pulumi_newrelic/insights/__init__.py +1 -1
  45. pulumi_newrelic/insights/_inputs.py +32 -33
  46. pulumi_newrelic/insights/event.py +4 -5
  47. pulumi_newrelic/insights/outputs.py +22 -23
  48. pulumi_newrelic/key_transaction.py +104 -105
  49. pulumi_newrelic/log_parsing_rule.py +146 -147
  50. pulumi_newrelic/monitor_downtime.py +143 -144
  51. pulumi_newrelic/notification_channel.py +115 -116
  52. pulumi_newrelic/notification_destination.py +111 -112
  53. pulumi_newrelic/nrql_alert_condition.py +430 -431
  54. pulumi_newrelic/nrql_drop_rule.py +78 -79
  55. pulumi_newrelic/obfuscation_expression.py +69 -70
  56. pulumi_newrelic/obfuscation_rule.py +89 -90
  57. pulumi_newrelic/one_dashboard.py +93 -94
  58. pulumi_newrelic/one_dashboard_json.py +62 -63
  59. pulumi_newrelic/one_dashboard_raw.py +90 -91
  60. pulumi_newrelic/outputs.py +2724 -2632
  61. pulumi_newrelic/plugins/__init__.py +1 -1
  62. pulumi_newrelic/plugins/_inputs.py +158 -159
  63. pulumi_newrelic/plugins/application_settings.py +167 -168
  64. pulumi_newrelic/plugins/outputs.py +108 -109
  65. pulumi_newrelic/plugins/workload.py +131 -132
  66. pulumi_newrelic/provider.py +106 -107
  67. pulumi_newrelic/pulumi-plugin.json +1 -1
  68. pulumi_newrelic/service_level.py +76 -77
  69. pulumi_newrelic/synthetics/__init__.py +1 -1
  70. pulumi_newrelic/synthetics/_inputs.py +127 -128
  71. pulumi_newrelic/synthetics/alert_condition.py +95 -96
  72. pulumi_newrelic/synthetics/broken_links_monitor.py +197 -198
  73. pulumi_newrelic/synthetics/cert_check_monitor.py +205 -206
  74. pulumi_newrelic/synthetics/get_private_location.py +21 -22
  75. pulumi_newrelic/synthetics/get_secure_credential.py +19 -20
  76. pulumi_newrelic/synthetics/monitor.py +378 -379
  77. pulumi_newrelic/synthetics/multi_location_alert_condition.py +118 -119
  78. pulumi_newrelic/synthetics/outputs.py +85 -86
  79. pulumi_newrelic/synthetics/private_location.py +105 -106
  80. pulumi_newrelic/synthetics/script_monitor.py +302 -303
  81. pulumi_newrelic/synthetics/secure_credential.py +86 -87
  82. pulumi_newrelic/synthetics/step_monitor.py +220 -221
  83. pulumi_newrelic/user.py +69 -70
  84. pulumi_newrelic/workflow.py +139 -140
  85. {pulumi_newrelic-5.48.0a1752905769.dist-info → pulumi_newrelic-5.49.0.dist-info}/METADATA +1 -1
  86. pulumi_newrelic-5.49.0.dist-info/RECORD +90 -0
  87. pulumi_newrelic-5.48.0a1752905769.dist-info/RECORD +0 -90
  88. {pulumi_newrelic-5.48.0a1752905769.dist-info → pulumi_newrelic-5.49.0.dist-info}/WHEEL +0 -0
  89. {pulumi_newrelic-5.48.0a1752905769.dist-info → pulumi_newrelic-5.49.0.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
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
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -20,14 +19,14 @@ __all__ = ['GcpLinkAccountArgs', 'GcpLinkAccount']
20
19
  @pulumi.input_type
21
20
  class GcpLinkAccountArgs:
22
21
  def __init__(__self__, *,
23
- project_id: pulumi.Input[builtins.str],
24
- account_id: Optional[pulumi.Input[builtins.str]] = None,
25
- name: Optional[pulumi.Input[builtins.str]] = None):
22
+ project_id: pulumi.Input[_builtins.str],
23
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
24
+ name: Optional[pulumi.Input[_builtins.str]] = None):
26
25
  """
27
26
  The set of arguments for constructing a GcpLinkAccount resource.
28
- :param pulumi.Input[builtins.str] project_id: Project ID of the GCP account.
29
- :param pulumi.Input[builtins.str] account_id: Account ID of the New Relic account.
30
- :param pulumi.Input[builtins.str] name: name of the linked account
27
+ :param pulumi.Input[_builtins.str] project_id: Project ID of the GCP account.
28
+ :param pulumi.Input[_builtins.str] account_id: Account ID of the New Relic account.
29
+ :param pulumi.Input[_builtins.str] name: name of the linked account
31
30
  """
32
31
  pulumi.set(__self__, "project_id", project_id)
33
32
  if account_id is not None:
@@ -35,54 +34,54 @@ class GcpLinkAccountArgs:
35
34
  if name is not None:
36
35
  pulumi.set(__self__, "name", name)
37
36
 
38
- @property
37
+ @_builtins.property
39
38
  @pulumi.getter(name="projectId")
40
- def project_id(self) -> pulumi.Input[builtins.str]:
39
+ def project_id(self) -> pulumi.Input[_builtins.str]:
41
40
  """
42
41
  Project ID of the GCP account.
43
42
  """
44
43
  return pulumi.get(self, "project_id")
45
44
 
46
45
  @project_id.setter
47
- def project_id(self, value: pulumi.Input[builtins.str]):
46
+ def project_id(self, value: pulumi.Input[_builtins.str]):
48
47
  pulumi.set(self, "project_id", value)
49
48
 
50
- @property
49
+ @_builtins.property
51
50
  @pulumi.getter(name="accountId")
52
- def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
51
+ def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
53
52
  """
54
53
  Account ID of the New Relic account.
55
54
  """
56
55
  return pulumi.get(self, "account_id")
57
56
 
58
57
  @account_id.setter
59
- def account_id(self, value: Optional[pulumi.Input[builtins.str]]):
58
+ def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
60
59
  pulumi.set(self, "account_id", value)
61
60
 
62
- @property
61
+ @_builtins.property
63
62
  @pulumi.getter
64
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
63
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
65
64
  """
66
65
  name of the linked account
67
66
  """
68
67
  return pulumi.get(self, "name")
69
68
 
70
69
  @name.setter
71
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
70
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
72
71
  pulumi.set(self, "name", value)
73
72
 
74
73
 
75
74
  @pulumi.input_type
76
75
  class _GcpLinkAccountState:
77
76
  def __init__(__self__, *,
78
- account_id: Optional[pulumi.Input[builtins.str]] = None,
79
- name: Optional[pulumi.Input[builtins.str]] = None,
80
- project_id: Optional[pulumi.Input[builtins.str]] = None):
77
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
78
+ name: Optional[pulumi.Input[_builtins.str]] = None,
79
+ project_id: Optional[pulumi.Input[_builtins.str]] = None):
81
80
  """
82
81
  Input properties used for looking up and filtering GcpLinkAccount resources.
83
- :param pulumi.Input[builtins.str] account_id: Account ID of the New Relic account.
84
- :param pulumi.Input[builtins.str] name: name of the linked account
85
- :param pulumi.Input[builtins.str] project_id: Project ID of the GCP account.
82
+ :param pulumi.Input[_builtins.str] account_id: Account ID of the New Relic account.
83
+ :param pulumi.Input[_builtins.str] name: name of the linked account
84
+ :param pulumi.Input[_builtins.str] project_id: Project ID of the GCP account.
86
85
  """
87
86
  if account_id is not None:
88
87
  pulumi.set(__self__, "account_id", account_id)
@@ -91,40 +90,40 @@ class _GcpLinkAccountState:
91
90
  if project_id is not None:
92
91
  pulumi.set(__self__, "project_id", project_id)
93
92
 
94
- @property
93
+ @_builtins.property
95
94
  @pulumi.getter(name="accountId")
96
- def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
95
+ def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
97
96
  """
98
97
  Account ID of the New Relic account.
99
98
  """
100
99
  return pulumi.get(self, "account_id")
101
100
 
102
101
  @account_id.setter
103
- def account_id(self, value: Optional[pulumi.Input[builtins.str]]):
102
+ def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
104
103
  pulumi.set(self, "account_id", value)
105
104
 
106
- @property
105
+ @_builtins.property
107
106
  @pulumi.getter
108
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
107
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
109
108
  """
110
109
  name of the linked account
111
110
  """
112
111
  return pulumi.get(self, "name")
113
112
 
114
113
  @name.setter
115
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
114
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
116
115
  pulumi.set(self, "name", value)
117
116
 
118
- @property
117
+ @_builtins.property
119
118
  @pulumi.getter(name="projectId")
120
- def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
119
+ def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
121
120
  """
122
121
  Project ID of the GCP account.
123
122
  """
124
123
  return pulumi.get(self, "project_id")
125
124
 
126
125
  @project_id.setter
127
- def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
126
+ def project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
128
127
  pulumi.set(self, "project_id", value)
129
128
 
130
129
 
@@ -134,9 +133,9 @@ class GcpLinkAccount(pulumi.CustomResource):
134
133
  def __init__(__self__,
135
134
  resource_name: str,
136
135
  opts: Optional[pulumi.ResourceOptions] = None,
137
- account_id: Optional[pulumi.Input[builtins.str]] = None,
138
- name: Optional[pulumi.Input[builtins.str]] = None,
139
- project_id: Optional[pulumi.Input[builtins.str]] = None,
136
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
137
+ name: Optional[pulumi.Input[_builtins.str]] = None,
138
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
140
139
  __props__=None):
141
140
  """
142
141
  Use this resource to link a GCP account to New Relic.
@@ -179,9 +178,9 @@ class GcpLinkAccount(pulumi.CustomResource):
179
178
 
180
179
  :param str resource_name: The name of the resource.
181
180
  :param pulumi.ResourceOptions opts: Options for the resource.
182
- :param pulumi.Input[builtins.str] account_id: Account ID of the New Relic account.
183
- :param pulumi.Input[builtins.str] name: name of the linked account
184
- :param pulumi.Input[builtins.str] project_id: Project ID of the GCP account.
181
+ :param pulumi.Input[_builtins.str] account_id: Account ID of the New Relic account.
182
+ :param pulumi.Input[_builtins.str] name: name of the linked account
183
+ :param pulumi.Input[_builtins.str] project_id: Project ID of the GCP account.
185
184
  """
186
185
  ...
187
186
  @overload
@@ -243,9 +242,9 @@ class GcpLinkAccount(pulumi.CustomResource):
243
242
  def _internal_init(__self__,
244
243
  resource_name: str,
245
244
  opts: Optional[pulumi.ResourceOptions] = None,
246
- account_id: Optional[pulumi.Input[builtins.str]] = None,
247
- name: Optional[pulumi.Input[builtins.str]] = None,
248
- project_id: Optional[pulumi.Input[builtins.str]] = None,
245
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
246
+ name: Optional[pulumi.Input[_builtins.str]] = None,
247
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
249
248
  __props__=None):
250
249
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
251
250
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -270,9 +269,9 @@ class GcpLinkAccount(pulumi.CustomResource):
270
269
  def get(resource_name: str,
271
270
  id: pulumi.Input[str],
272
271
  opts: Optional[pulumi.ResourceOptions] = None,
273
- account_id: Optional[pulumi.Input[builtins.str]] = None,
274
- name: Optional[pulumi.Input[builtins.str]] = None,
275
- project_id: Optional[pulumi.Input[builtins.str]] = None) -> 'GcpLinkAccount':
272
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
273
+ name: Optional[pulumi.Input[_builtins.str]] = None,
274
+ project_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'GcpLinkAccount':
276
275
  """
277
276
  Get an existing GcpLinkAccount resource's state with the given name, id, and optional extra
278
277
  properties used to qualify the lookup.
@@ -280,9 +279,9 @@ class GcpLinkAccount(pulumi.CustomResource):
280
279
  :param str resource_name: The unique name of the resulting resource.
281
280
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
282
281
  :param pulumi.ResourceOptions opts: Options for the resource.
283
- :param pulumi.Input[builtins.str] account_id: Account ID of the New Relic account.
284
- :param pulumi.Input[builtins.str] name: name of the linked account
285
- :param pulumi.Input[builtins.str] project_id: Project ID of the GCP account.
282
+ :param pulumi.Input[_builtins.str] account_id: Account ID of the New Relic account.
283
+ :param pulumi.Input[_builtins.str] name: name of the linked account
284
+ :param pulumi.Input[_builtins.str] project_id: Project ID of the GCP account.
286
285
  """
287
286
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
288
287
 
@@ -293,25 +292,25 @@ class GcpLinkAccount(pulumi.CustomResource):
293
292
  __props__.__dict__["project_id"] = project_id
294
293
  return GcpLinkAccount(resource_name, opts=opts, __props__=__props__)
295
294
 
296
- @property
295
+ @_builtins.property
297
296
  @pulumi.getter(name="accountId")
298
- def account_id(self) -> pulumi.Output[builtins.str]:
297
+ def account_id(self) -> pulumi.Output[_builtins.str]:
299
298
  """
300
299
  Account ID of the New Relic account.
301
300
  """
302
301
  return pulumi.get(self, "account_id")
303
302
 
304
- @property
303
+ @_builtins.property
305
304
  @pulumi.getter
306
- def name(self) -> pulumi.Output[builtins.str]:
305
+ def name(self) -> pulumi.Output[_builtins.str]:
307
306
  """
308
307
  name of the linked account
309
308
  """
310
309
  return pulumi.get(self, "name")
311
310
 
312
- @property
311
+ @_builtins.property
313
312
  @pulumi.getter(name="projectId")
314
- def project_id(self) -> pulumi.Output[builtins.str]:
313
+ def project_id(self) -> pulumi.Output[_builtins.str]:
315
314
  """
316
315
  Project ID of the GCP account.
317
316
  """