pulumi-newrelic 5.46.0a1745302655__py3-none-any.whl → 5.46.0a1745952141__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 (56) hide show
  1. pulumi_newrelic/account_management.py +3 -0
  2. pulumi_newrelic/alert_channel.py +3 -0
  3. pulumi_newrelic/alert_condition.py +3 -0
  4. pulumi_newrelic/alert_muting_rule.py +5 -2
  5. pulumi_newrelic/alert_policy.py +3 -0
  6. pulumi_newrelic/alert_policy_channel.py +3 -0
  7. pulumi_newrelic/api_access_key.py +3 -0
  8. pulumi_newrelic/browser_application.py +3 -0
  9. pulumi_newrelic/cloud/aws_govcloud_integrations.py +3 -0
  10. pulumi_newrelic/cloud/aws_govcloud_link_account.py +3 -0
  11. pulumi_newrelic/cloud/aws_integrations.py +3 -0
  12. pulumi_newrelic/cloud/aws_link_account.py +3 -0
  13. pulumi_newrelic/cloud/azure_integrations.py +3 -0
  14. pulumi_newrelic/cloud/azure_link_account.py +3 -0
  15. pulumi_newrelic/cloud/gcp_integrations.py +3 -0
  16. pulumi_newrelic/cloud/gcp_link_account.py +3 -0
  17. pulumi_newrelic/data_partition_rule.py +3 -0
  18. pulumi_newrelic/entity_tags.py +3 -0
  19. pulumi_newrelic/events_to_metrics_rule.py +3 -0
  20. pulumi_newrelic/get_group.py +4 -4
  21. pulumi_newrelic/group.py +3 -0
  22. pulumi_newrelic/infra_alert_condition.py +3 -0
  23. pulumi_newrelic/insights/event.py +3 -0
  24. pulumi_newrelic/key_transaction.py +3 -0
  25. pulumi_newrelic/log_parsing_rule.py +3 -0
  26. pulumi_newrelic/monitor_downtime.py +3 -0
  27. pulumi_newrelic/notification_channel.py +3 -0
  28. pulumi_newrelic/notification_destination.py +3 -0
  29. pulumi_newrelic/nrql_alert_condition.py +3 -0
  30. pulumi_newrelic/nrql_drop_rule.py +3 -0
  31. pulumi_newrelic/obfuscation_expression.py +3 -0
  32. pulumi_newrelic/obfuscation_rule.py +3 -0
  33. pulumi_newrelic/one_dashboard.py +3 -0
  34. pulumi_newrelic/one_dashboard_json.py +3 -0
  35. pulumi_newrelic/one_dashboard_raw.py +3 -0
  36. pulumi_newrelic/plugins/application_settings.py +3 -0
  37. pulumi_newrelic/plugins/workload.py +3 -0
  38. pulumi_newrelic/provider.py +3 -0
  39. pulumi_newrelic/pulumi-plugin.json +1 -1
  40. pulumi_newrelic/service_level.py +3 -0
  41. pulumi_newrelic/synthetics/alert_condition.py +3 -0
  42. pulumi_newrelic/synthetics/broken_links_monitor.py +3 -0
  43. pulumi_newrelic/synthetics/cert_check_monitor.py +3 -0
  44. pulumi_newrelic/synthetics/monitor.py +3 -0
  45. pulumi_newrelic/synthetics/multi_location_alert_condition.py +3 -0
  46. pulumi_newrelic/synthetics/private_location.py +3 -0
  47. pulumi_newrelic/synthetics/script_monitor.py +3 -0
  48. pulumi_newrelic/synthetics/secure_credential.py +3 -0
  49. pulumi_newrelic/synthetics/step_monitor.py +3 -0
  50. pulumi_newrelic/user.py +3 -0
  51. pulumi_newrelic/workflow.py +3 -0
  52. {pulumi_newrelic-5.46.0a1745302655.dist-info → pulumi_newrelic-5.46.0a1745952141.dist-info}/METADATA +1 -1
  53. pulumi_newrelic-5.46.0a1745952141.dist-info/RECORD +90 -0
  54. {pulumi_newrelic-5.46.0a1745302655.dist-info → pulumi_newrelic-5.46.0a1745952141.dist-info}/WHEEL +1 -1
  55. pulumi_newrelic-5.46.0a1745302655.dist-info/RECORD +0 -90
  56. {pulumi_newrelic-5.46.0a1745302655.dist-info → pulumi_newrelic-5.46.0a1745952141.dist-info}/top_level.txt +0 -0
@@ -97,6 +97,9 @@ class _AccountManagementState:
97
97
 
98
98
 
99
99
  class AccountManagement(pulumi.CustomResource):
100
+
101
+ pulumi_type = "newrelic:index/accountManagement:AccountManagement"
102
+
100
103
  @overload
101
104
  def __init__(__self__,
102
105
  resource_name: str,
@@ -163,6 +163,9 @@ class _AlertChannelState:
163
163
 
164
164
 
165
165
  class AlertChannel(pulumi.CustomResource):
166
+
167
+ pulumi_type = "newrelic:index/alertChannel:AlertChannel"
168
+
166
169
  @overload
167
170
  def __init__(__self__,
168
171
  resource_name: str,
@@ -495,6 +495,9 @@ class _AlertConditionState:
495
495
 
496
496
 
497
497
  class AlertCondition(pulumi.CustomResource):
498
+
499
+ pulumi_type = "newrelic:index/alertCondition:AlertCondition"
500
+
498
501
  @overload
499
502
  def __init__(__self__,
500
503
  resource_name: str,
@@ -258,6 +258,9 @@ class _AlertMutingRuleState:
258
258
 
259
259
 
260
260
  class AlertMutingRule(pulumi.CustomResource):
261
+
262
+ pulumi_type = "newrelic:index/alertMutingRule:AlertMutingRule"
263
+
261
264
  @overload
262
265
  def __init__(__self__,
263
266
  resource_name: str,
@@ -313,7 +316,7 @@ class AlertMutingRule(pulumi.CustomResource):
313
316
 
314
317
  ## Import
315
318
 
316
- Alert conditions can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.
319
+ Alert Muting Rules can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.
317
320
 
318
321
  ```sh
319
322
  $ pulumi import newrelic:index/alertMutingRule:AlertMutingRule foo 538291:6789035
@@ -378,7 +381,7 @@ class AlertMutingRule(pulumi.CustomResource):
378
381
 
379
382
  ## Import
380
383
 
381
- Alert conditions can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.
384
+ Alert Muting Rules can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.
382
385
 
383
386
  ```sh
384
387
  $ pulumi import newrelic:index/alertMutingRule:AlertMutingRule foo 538291:6789035
@@ -170,6 +170,9 @@ class _AlertPolicyState:
170
170
 
171
171
 
172
172
  class AlertPolicy(pulumi.CustomResource):
173
+
174
+ pulumi_type = "newrelic:index/alertPolicy:AlertPolicy"
175
+
173
176
  @overload
174
177
  def __init__(__self__,
175
178
  resource_name: str,
@@ -128,6 +128,9 @@ class _AlertPolicyChannelState:
128
128
 
129
129
 
130
130
  class AlertPolicyChannel(pulumi.CustomResource):
131
+
132
+ pulumi_type = "newrelic:index/alertPolicyChannel:AlertPolicyChannel"
133
+
131
134
  @overload
132
135
  def __init__(__self__,
133
136
  resource_name: str,
@@ -240,6 +240,9 @@ class _ApiAccessKeyState:
240
240
 
241
241
 
242
242
  class ApiAccessKey(pulumi.CustomResource):
243
+
244
+ pulumi_type = "newrelic:index/apiAccessKey:ApiAccessKey"
245
+
243
246
  @overload
244
247
  def __init__(__self__,
245
248
  resource_name: str,
@@ -242,6 +242,9 @@ class _BrowserApplicationState:
242
242
 
243
243
 
244
244
  class BrowserApplication(pulumi.CustomResource):
245
+
246
+ pulumi_type = "newrelic:index/browserApplication:BrowserApplication"
247
+
245
248
  @overload
246
249
  def __init__(__self__,
247
250
  resource_name: str,
@@ -739,6 +739,9 @@ class _AwsGovcloudIntegrationsState:
739
739
 
740
740
 
741
741
  class AwsGovcloudIntegrations(pulumi.CustomResource):
742
+
743
+ pulumi_type = "newrelic:cloud/awsGovcloudIntegrations:AwsGovcloudIntegrations"
744
+
742
745
  @overload
743
746
  def __init__(__self__,
744
747
  resource_name: str,
@@ -173,6 +173,9 @@ class _AwsGovcloudLinkAccountState:
173
173
 
174
174
 
175
175
  class AwsGovcloudLinkAccount(pulumi.CustomResource):
176
+
177
+ pulumi_type = "newrelic:cloud/awsGovcloudLinkAccount:AwsGovcloudLinkAccount"
178
+
176
179
  @overload
177
180
  def __init__(__self__,
178
181
  resource_name: str,
@@ -1763,6 +1763,9 @@ class _AwsIntegrationsState:
1763
1763
 
1764
1764
 
1765
1765
  class AwsIntegrations(pulumi.CustomResource):
1766
+
1767
+ pulumi_type = "newrelic:cloud/awsIntegrations:AwsIntegrations"
1768
+
1766
1769
  @overload
1767
1770
  def __init__(__self__,
1768
1771
  resource_name: str,
@@ -161,6 +161,9 @@ class _AwsLinkAccountState:
161
161
 
162
162
 
163
163
  class AwsLinkAccount(pulumi.CustomResource):
164
+
165
+ pulumi_type = "newrelic:cloud/awsLinkAccount:AwsLinkAccount"
166
+
164
167
  @overload
165
168
  def __init__(__self__,
166
169
  resource_name: str,
@@ -1159,6 +1159,9 @@ class _AzureIntegrationsState:
1159
1159
 
1160
1160
 
1161
1161
  class AzureIntegrations(pulumi.CustomResource):
1162
+
1163
+ pulumi_type = "newrelic:cloud/azureIntegrations:AzureIntegrations"
1164
+
1162
1165
  @overload
1163
1166
  def __init__(__self__,
1164
1167
  resource_name: str,
@@ -222,6 +222,9 @@ class _AzureLinkAccountState:
222
222
 
223
223
 
224
224
  class AzureLinkAccount(pulumi.CustomResource):
225
+
226
+ pulumi_type = "newrelic:cloud/azureLinkAccount:AzureLinkAccount"
227
+
225
228
  @overload
226
229
  def __init__(__self__,
227
230
  resource_name: str,
@@ -939,6 +939,9 @@ class _GcpIntegrationsState:
939
939
 
940
940
 
941
941
  class GcpIntegrations(pulumi.CustomResource):
942
+
943
+ pulumi_type = "newrelic:cloud/gcpIntegrations:GcpIntegrations"
944
+
942
945
  @overload
943
946
  def __init__(__self__,
944
947
  resource_name: str,
@@ -129,6 +129,9 @@ class _GcpLinkAccountState:
129
129
 
130
130
 
131
131
  class GcpLinkAccount(pulumi.CustomResource):
132
+
133
+ pulumi_type = "newrelic:cloud/gcpLinkAccount:GcpLinkAccount"
134
+
132
135
  @overload
133
136
  def __init__(__self__,
134
137
  resource_name: str,
@@ -238,6 +238,9 @@ class _DataPartitionRuleState:
238
238
 
239
239
 
240
240
  class DataPartitionRule(pulumi.CustomResource):
241
+
242
+ pulumi_type = "newrelic:index/dataPartitionRule:DataPartitionRule"
243
+
241
244
  @overload
242
245
  def __init__(__self__,
243
246
  resource_name: str,
@@ -98,6 +98,9 @@ class _EntityTagsState:
98
98
 
99
99
 
100
100
  class EntityTags(pulumi.CustomResource):
101
+
102
+ pulumi_type = "newrelic:index/entityTags:EntityTags"
103
+
101
104
  @overload
102
105
  def __init__(__self__,
103
106
  resource_name: str,
@@ -209,6 +209,9 @@ class _EventsToMetricsRuleState:
209
209
 
210
210
 
211
211
  class EventsToMetricsRule(pulumi.CustomResource):
212
+
213
+ pulumi_type = "newrelic:index/eventsToMetricsRule:EventsToMetricsRule"
214
+
212
215
  @overload
213
216
  def __init__(__self__,
214
217
  resource_name: str,
@@ -114,8 +114,8 @@ def get_group(authentication_domain_id: Optional[builtins.str] = None,
114
114
  foo_get_group = newrelic.get_group(authentication_domain_id=foo.id,
115
115
  name="Test Group")
116
116
  id = foo_get_group.id
117
- user_ids = std.join(separator=", ",
118
- input=foo_get_group.user_ids).result if len(foo_get_group.user_ids) > 0 else ""
117
+ user_ids = len(foo_get_group.user_ids).apply(lambda length: std.join(separator=", ",
118
+ input=foo_get_group.user_ids).result if length > 0 else "")
119
119
  ```
120
120
 
121
121
 
@@ -169,8 +169,8 @@ def get_group_output(authentication_domain_id: Optional[pulumi.Input[builtins.st
169
169
  foo_get_group = newrelic.get_group(authentication_domain_id=foo.id,
170
170
  name="Test Group")
171
171
  id = foo_get_group.id
172
- user_ids = std.join(separator=", ",
173
- input=foo_get_group.user_ids).result if len(foo_get_group.user_ids) > 0 else ""
172
+ user_ids = len(foo_get_group.user_ids).apply(lambda length: std.join(separator=", ",
173
+ input=foo_get_group.user_ids).result if length > 0 else "")
174
174
  ```
175
175
 
176
176
 
pulumi_newrelic/group.py CHANGED
@@ -145,6 +145,9 @@ class _GroupState:
145
145
 
146
146
 
147
147
  class Group(pulumi.CustomResource):
148
+
149
+ pulumi_type = "newrelic:index/group:Group"
150
+
148
151
  @overload
149
152
  def __init__(__self__,
150
153
  resource_name: str,
@@ -578,6 +578,9 @@ class _InfraAlertConditionState:
578
578
 
579
579
 
580
580
  class InfraAlertCondition(pulumi.CustomResource):
581
+
582
+ pulumi_type = "newrelic:index/infraAlertCondition:InfraAlertCondition"
583
+
581
584
  @overload
582
585
  def __init__(__self__,
583
586
  resource_name: str,
@@ -67,6 +67,9 @@ class _EventState:
67
67
 
68
68
 
69
69
  class Event(pulumi.CustomResource):
70
+
71
+ pulumi_type = "newrelic:insights/event:Event"
72
+
70
73
  @overload
71
74
  def __init__(__self__,
72
75
  resource_name: str,
@@ -230,6 +230,9 @@ class _KeyTransactionState:
230
230
 
231
231
 
232
232
  class KeyTransaction(pulumi.CustomResource):
233
+
234
+ pulumi_type = "newrelic:index/keyTransaction:KeyTransaction"
235
+
233
236
  @overload
234
237
  def __init__(__self__,
235
238
  resource_name: str,
@@ -302,6 +302,9 @@ class _LogParsingRuleState:
302
302
 
303
303
 
304
304
  class LogParsingRule(pulumi.CustomResource):
305
+
306
+ pulumi_type = "newrelic:index/logParsingRule:LogParsingRule"
307
+
305
308
  @overload
306
309
  def __init__(__self__,
307
310
  resource_name: str,
@@ -356,6 +356,9 @@ class _MonitorDowntimeState:
356
356
 
357
357
 
358
358
  class MonitorDowntime(pulumi.CustomResource):
359
+
360
+ pulumi_type = "newrelic:index/monitorDowntime:MonitorDowntime"
361
+
359
362
  @overload
360
363
  def __init__(__self__,
361
364
  resource_name: str,
@@ -272,6 +272,9 @@ class _NotificationChannelState:
272
272
 
273
273
 
274
274
  class NotificationChannel(pulumi.CustomResource):
275
+
276
+ pulumi_type = "newrelic:index/notificationChannel:NotificationChannel"
277
+
275
278
  @overload
276
279
  def __init__(__self__,
277
280
  resource_name: str,
@@ -378,6 +378,9 @@ class _NotificationDestinationState:
378
378
 
379
379
 
380
380
  class NotificationDestination(pulumi.CustomResource):
381
+
382
+ pulumi_type = "newrelic:index/notificationDestination:NotificationDestination"
383
+
381
384
  @overload
382
385
  def __init__(__self__,
383
386
  resource_name: str,
@@ -970,6 +970,9 @@ class _NrqlAlertConditionState:
970
970
 
971
971
 
972
972
  class NrqlAlertCondition(pulumi.CustomResource):
973
+
974
+ pulumi_type = "newrelic:index/nrqlAlertCondition:NrqlAlertCondition"
975
+
973
976
  @overload
974
977
  def __init__(__self__,
975
978
  resource_name: str,
@@ -176,6 +176,9 @@ class _NrqlDropRuleState:
176
176
 
177
177
 
178
178
  class NrqlDropRule(pulumi.CustomResource):
179
+
180
+ pulumi_type = "newrelic:index/nrqlDropRule:NrqlDropRule"
181
+
179
182
  @overload
180
183
  def __init__(__self__,
181
184
  resource_name: str,
@@ -161,6 +161,9 @@ class _ObfuscationExpressionState:
161
161
 
162
162
 
163
163
  class ObfuscationExpression(pulumi.CustomResource):
164
+
165
+ pulumi_type = "newrelic:index/obfuscationExpression:ObfuscationExpression"
166
+
164
167
  @overload
165
168
  def __init__(__self__,
166
169
  resource_name: str,
@@ -225,6 +225,9 @@ class _ObfuscationRuleState:
225
225
 
226
226
 
227
227
  class ObfuscationRule(pulumi.CustomResource):
228
+
229
+ pulumi_type = "newrelic:index/obfuscationRule:ObfuscationRule"
230
+
228
231
  @overload
229
232
  def __init__(__self__,
230
233
  resource_name: str,
@@ -259,6 +259,9 @@ class _OneDashboardState:
259
259
 
260
260
 
261
261
  class OneDashboard(pulumi.CustomResource):
262
+
263
+ pulumi_type = "newrelic:index/oneDashboard:OneDashboard"
264
+
262
265
  @overload
263
266
  def __init__(__self__,
264
267
  resource_name: str,
@@ -145,6 +145,9 @@ class _OneDashboardJsonState:
145
145
 
146
146
 
147
147
  class OneDashboardJson(pulumi.CustomResource):
148
+
149
+ pulumi_type = "newrelic:index/oneDashboardJson:OneDashboardJson"
150
+
148
151
  @overload
149
152
  def __init__(__self__,
150
153
  resource_name: str,
@@ -227,6 +227,9 @@ class _OneDashboardRawState:
227
227
 
228
228
 
229
229
  class OneDashboardRaw(pulumi.CustomResource):
230
+
231
+ pulumi_type = "newrelic:index/oneDashboardRaw:OneDashboardRaw"
232
+
230
233
  @overload
231
234
  def __init__(__self__,
232
235
  resource_name: str,
@@ -408,6 +408,9 @@ class _ApplicationSettingsState:
408
408
 
409
409
 
410
410
  class ApplicationSettings(pulumi.CustomResource):
411
+
412
+ pulumi_type = "newrelic:plugins/applicationSettings:ApplicationSettings"
413
+
411
414
  @overload
412
415
  def __init__(__self__,
413
416
  resource_name: str,
@@ -356,6 +356,9 @@ class _WorkloadState:
356
356
 
357
357
 
358
358
  class Workload(pulumi.CustomResource):
359
+
360
+ pulumi_type = "newrelic:plugins/workload:Workload"
361
+
359
362
  @overload
360
363
  def __init__(__self__,
361
364
  resource_name: str,
@@ -205,6 +205,9 @@ class ProviderArgs:
205
205
 
206
206
 
207
207
  class Provider(pulumi.ProviderResource):
208
+
209
+ pulumi_type = "pulumi:providers:newrelic"
210
+
208
211
  @overload
209
212
  def __init__(__self__,
210
213
  resource_name: str,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "newrelic",
4
- "version": "5.46.0-alpha.1745302655"
4
+ "version": "5.46.0-alpha.1745952141"
5
5
  }
@@ -233,6 +233,9 @@ class _ServiceLevelState:
233
233
 
234
234
 
235
235
  class ServiceLevel(pulumi.CustomResource):
236
+
237
+ pulumi_type = "newrelic:index/serviceLevel:ServiceLevel"
238
+
236
239
  @overload
237
240
  def __init__(__self__,
238
241
  resource_name: str,
@@ -224,6 +224,9 @@ class _AlertConditionState:
224
224
 
225
225
 
226
226
  class AlertCondition(pulumi.CustomResource):
227
+
228
+ pulumi_type = "newrelic:synthetics/alertCondition:AlertCondition"
229
+
227
230
  @overload
228
231
  def __init__(__self__,
229
232
  resource_name: str,
@@ -425,6 +425,9 @@ class _BrokenLinksMonitorState:
425
425
 
426
426
 
427
427
  class BrokenLinksMonitor(pulumi.CustomResource):
428
+
429
+ pulumi_type = "newrelic:synthetics/brokenLinksMonitor:BrokenLinksMonitor"
430
+
428
431
  @overload
429
432
  def __init__(__self__,
430
433
  resource_name: str,
@@ -440,6 +440,9 @@ class _CertCheckMonitorState:
440
440
 
441
441
 
442
442
  class CertCheckMonitor(pulumi.CustomResource):
443
+
444
+ pulumi_type = "newrelic:synthetics/certCheckMonitor:CertCheckMonitor"
445
+
443
446
  @overload
444
447
  def __init__(__self__,
445
448
  resource_name: str,
@@ -818,6 +818,9 @@ class _MonitorState:
818
818
 
819
819
 
820
820
  class Monitor(pulumi.CustomResource):
821
+
822
+ pulumi_type = "newrelic:synthetics/monitor:Monitor"
823
+
821
824
  @overload
822
825
  def __init__(__self__,
823
826
  resource_name: str,
@@ -317,6 +317,9 @@ class _MultiLocationAlertConditionState:
317
317
 
318
318
 
319
319
  class MultiLocationAlertCondition(pulumi.CustomResource):
320
+
321
+ pulumi_type = "newrelic:synthetics/multiLocationAlertCondition:MultiLocationAlertCondition"
322
+
320
323
  @overload
321
324
  def __init__(__self__,
322
325
  resource_name: str,
@@ -225,6 +225,9 @@ class _PrivateLocationState:
225
225
 
226
226
 
227
227
  class PrivateLocation(pulumi.CustomResource):
228
+
229
+ pulumi_type = "newrelic:synthetics/privateLocation:PrivateLocation"
230
+
228
231
  @overload
229
232
  def __init__(__self__,
230
233
  resource_name: str,
@@ -657,6 +657,9 @@ class _ScriptMonitorState:
657
657
 
658
658
 
659
659
  class ScriptMonitor(pulumi.CustomResource):
660
+
661
+ pulumi_type = "newrelic:synthetics/scriptMonitor:ScriptMonitor"
662
+
660
663
  @overload
661
664
  def __init__(__self__,
662
665
  resource_name: str,
@@ -192,6 +192,9 @@ class _SecureCredentialState:
192
192
 
193
193
 
194
194
  class SecureCredential(pulumi.CustomResource):
195
+
196
+ pulumi_type = "newrelic:synthetics/secureCredential:SecureCredential"
197
+
195
198
  @overload
196
199
  def __init__(__self__,
197
200
  resource_name: str,
@@ -521,6 +521,9 @@ class _StepMonitorState:
521
521
 
522
522
 
523
523
  class StepMonitor(pulumi.CustomResource):
524
+
525
+ pulumi_type = "newrelic:synthetics/stepMonitor:StepMonitor"
526
+
524
527
  @overload
525
528
  def __init__(__self__,
526
529
  resource_name: str,
pulumi_newrelic/user.py CHANGED
@@ -176,6 +176,9 @@ class _UserState:
176
176
 
177
177
 
178
178
  class User(pulumi.CustomResource):
179
+
180
+ pulumi_type = "newrelic:index/user:User"
181
+
179
182
  @overload
180
183
  def __init__(__self__,
181
184
  resource_name: str,
@@ -381,6 +381,9 @@ class _WorkflowState:
381
381
 
382
382
 
383
383
  class Workflow(pulumi.CustomResource):
384
+
385
+ pulumi_type = "newrelic:index/workflow:Workflow"
386
+
384
387
  @overload
385
388
  def __init__(__self__,
386
389
  resource_name: str,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_newrelic
3
- Version: 5.46.0a1745302655
3
+ Version: 5.46.0a1745952141
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
@@ -0,0 +1,90 @@
1
+ pulumi_newrelic/__init__.py,sha256=iQ260FiXECBVhO6vGhVlRpNzFnKab_Q33eYljjmdgI0,11551
2
+ pulumi_newrelic/_inputs.py,sha256=F_vpo6keM61Mw4vOfx_okWItS0ysH3P68YWRo53PMqI,839908
3
+ pulumi_newrelic/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
+ pulumi_newrelic/account_management.py,sha256=jqTriJj9PrJXP5qGBsRqybU0s9yKlg5GU9WGQZEa-KY,9304
5
+ pulumi_newrelic/alert_channel.py,sha256=uVDmp9M5jXbmdojoOfz4Qlp7axNDHXb7OOEThx8VKNc,22282
6
+ pulumi_newrelic/alert_condition.py,sha256=4kXi57s6Om4T-vovefXone40QTZI8sjj7WgCrRDVp8o,48366
7
+ pulumi_newrelic/alert_muting_rule.py,sha256=0sNMzelSdXo7gUct7u5_4Dj75w4Uq-HxDpiff6nxr6c,23457
8
+ pulumi_newrelic/alert_policy.py,sha256=TIbDiUC4m04465eYyqZ5KM6-3As5VjAsUMYqEozwloY,26861
9
+ pulumi_newrelic/alert_policy_channel.py,sha256=LFblYUhg5QcGvIHLmWFde93aSeCeupNdyJXihXh7rRs,16712
10
+ pulumi_newrelic/api_access_key.py,sha256=C50J9EzELAmiQBUSjS2802GhbPROCHWgzJ4b-1cVo6o,23329
11
+ pulumi_newrelic/browser_application.py,sha256=Bm2apoEpmIvQjBw64Y83N8U6RFtPs-1bJuEdnOnhhXk,22126
12
+ pulumi_newrelic/data_partition_rule.py,sha256=87inbgVgUyGhbbyPZUefgCiHFBnJE60DcNuK41em3Uc,21515
13
+ pulumi_newrelic/entity_tags.py,sha256=HgIXmxbTO1oS5UOnqnuq0CEOrwoI5i3v8uVyREyul0o,10492
14
+ pulumi_newrelic/events_to_metrics_rule.py,sha256=eYO4eC2iwfwCRLgnvAkiNt0JbCT03jBmySCPj0Qo3Mk,16954
15
+ pulumi_newrelic/get_account.py,sha256=sS8X37ehCiI5HXprSK9VN3ZRUhM930rndw06zxJAVIg,5565
16
+ pulumi_newrelic/get_alert_channel.py,sha256=HVhTYGNguYVldyWwh4d2uGKaABHyHpCNx1cnRVIncAs,6395
17
+ pulumi_newrelic/get_alert_policy.py,sha256=q88dJeFH4CTuZauTypiW_i3sopWsVZiAw7WGTugoUSc,9911
18
+ pulumi_newrelic/get_application.py,sha256=rP3X7wAl3EmzU-YJyrPVfOcH0AswPDIsnBl29EiVjhM,6037
19
+ pulumi_newrelic/get_authentication_domain.py,sha256=L5FBUFPyC12-WPXCL3rzPwcGGXSyu8a3J7SwD4WoRaY,4183
20
+ pulumi_newrelic/get_cloud_account.py,sha256=-7ZfVH4ymxHgGswVjTGpIRgpKy6zIUlsxMKVjRKTYIw,6154
21
+ pulumi_newrelic/get_entity.py,sha256=FkncpUdyeIOT4tWdW16nChCWkQ2AbQqWApPiuCr3rDs,14645
22
+ pulumi_newrelic/get_group.py,sha256=q2zERUm3wuxpDdwxOFXkv6ewVHCmtarXFj4jtfvpmqU,8744
23
+ pulumi_newrelic/get_key_transaction.py,sha256=OAkpIenXD_a73HNXxEKg9VDH0P-9Iyv2rluBpMEwhKU,8494
24
+ pulumi_newrelic/get_notification_destination.py,sha256=f_9voUy8J-bWw71-lpsRKQ8rZUVG1Kj_k5wcbOAGevs,9624
25
+ pulumi_newrelic/get_obfuscation_expression.py,sha256=J7axRiaTPDcb5Ro0Cpr4_p4Tp9XhyNNgtcsu5XGduyg,5702
26
+ pulumi_newrelic/get_service_level_alert_helper.py,sha256=rln_D1NaqaeVM15gOEpHJsxg18oY5bYP6kUEalos4PU,21553
27
+ pulumi_newrelic/get_test_grok_pattern.py,sha256=owXrQEcr0RVXMomv_B4UZiH5XzgYxq2ROuE-77wTxxs,6548
28
+ pulumi_newrelic/get_user.py,sha256=QgtbjxuED8wzuCxFkNRck3Y2TOb0Oe7XPXi8cn4nUmo,8255
29
+ pulumi_newrelic/group.py,sha256=KZBNtWyDXuvNljIkrLidJzqMFmBNukkxwFXMqccqi7U,15816
30
+ pulumi_newrelic/infra_alert_condition.py,sha256=ntUS5jRJcfm667_mhn_xlwRjOqcr4sHpXXA6h8rMjiY,60108
31
+ pulumi_newrelic/key_transaction.py,sha256=5fNH4D7ujoj5FbnrOqHvUwOKqwNbwHIwMupljw3G5EY,23714
32
+ pulumi_newrelic/log_parsing_rule.py,sha256=oMzZnFCAhx_-CpMlLRTuHjJGN92iOTxP2UEVZC5wlcI,23736
33
+ pulumi_newrelic/monitor_downtime.py,sha256=yJSGn4K_ugN_D779MGPvI_Tah6TKxO-6co6Fd3QF_6E,41955
34
+ pulumi_newrelic/notification_channel.py,sha256=-4FSn2Q_kl-Fj2_Ese-nz1HmYpOA6Y8qXZ_Aqi7r2F4,49954
35
+ pulumi_newrelic/notification_destination.py,sha256=MCA9Mfl61DqJCxhBPPkdYuTyUo4pWw-AjDaRTmL9ZLQ,40094
36
+ pulumi_newrelic/nrql_alert_condition.py,sha256=EgrbHANeuxagh5spGJnVervJA5XsfS5jB9k7pXZtAR4,121737
37
+ pulumi_newrelic/nrql_drop_rule.py,sha256=4wI8c_wOnCpfVnflR5rrhPrM6l3TCjapiZ4EBIRT8co,18358
38
+ pulumi_newrelic/obfuscation_expression.py,sha256=-BhWCQL7qAdxD-ViSG211tKOhlitBl2HFmGLgjqUBUU,13118
39
+ pulumi_newrelic/obfuscation_rule.py,sha256=-p84Iaq50zR53GHv4f4uWehH5GYGVgC1fIOe6zgUhy8,18758
40
+ pulumi_newrelic/one_dashboard.py,sha256=NX2OWfdWOw670xq5VaCUJyCw8wgkos434L7L3YV-LYs,21563
41
+ pulumi_newrelic/one_dashboard_json.py,sha256=TscAp21xZ-6TXmtG1xRFgfUM0Nvz8rrMFHy_6Kd-HTw,13324
42
+ pulumi_newrelic/one_dashboard_raw.py,sha256=XMjgob56uaDL4Vk_M8gjc_s6lBb5ArlsHAz0pwaBPZM,24383
43
+ pulumi_newrelic/outputs.py,sha256=IpwhOLBwcfvRHycFTaaoLneQcTWPWRwkeJ-HhvvJly4,605102
44
+ pulumi_newrelic/provider.py,sha256=Ea4TknAmbDYIENwyyFzoD2nW6_3sQJPzKabWvc3FVfk,19268
45
+ pulumi_newrelic/pulumi-plugin.json,sha256=szyfG2JDfdXB600IwSVx0rDR0vq_pdLaxw_a5F8iz5Y,85
46
+ pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
+ pulumi_newrelic/service_level.py,sha256=peNoq8A5xyMY11zMMlqfBkNeTtThRSorB6eVuB-ALS0,29563
48
+ pulumi_newrelic/user.py,sha256=zhRUaLVvr-BzcN5Cbhya6zxlXKZWHmIiN1Q17BvLkCA,19683
49
+ pulumi_newrelic/workflow.py,sha256=a_q1ZLJr2Md-D-4ojVdrp93q3oEAt9tVKVoCEyHQghs,43803
50
+ pulumi_newrelic/cloud/__init__.py,sha256=WqPUlS786WO8ZlclloutPE6LeALq51OLQtGzh46GIpo,608
51
+ pulumi_newrelic/cloud/_inputs.py,sha256=kaTINcB3mBDz1QJQqZEatLBN4UeawHYJ_6UI16IdOy4,397718
52
+ pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=YfbpiBRjiFZyb0lJEOpH5KIk5eStdaZlLMDpMbhba_I,65766
53
+ pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=C4W_mZuwh00UXOphCjphP0lTGq3V6CeZjhCZT8Q5Cls,19355
54
+ pulumi_newrelic/cloud/aws_integrations.py,sha256=duGOVyJNzrGJVYAiYUeMpzKg-4UsleLyTvuNqC6PlCo,128905
55
+ pulumi_newrelic/cloud/aws_link_account.py,sha256=OPwgZsv3Uo-EK9E_kFuOu5R9T5P4cPbConE7rb0-uVA,16256
56
+ pulumi_newrelic/cloud/azure_integrations.py,sha256=YHBfz2NOVK68VU5d8xhj0Y2msUE7zqVa8eSzsXfwVVg,114532
57
+ pulumi_newrelic/cloud/azure_link_account.py,sha256=Z4IWUafpEWKB857MnI9cF9czt1WTCvRFmdqGAXlFEKg,19926
58
+ pulumi_newrelic/cloud/gcp_integrations.py,sha256=ruUar5iOFIf5HnagLdwZQnGH2KB9pxNrlmR2PydsR_I,86306
59
+ pulumi_newrelic/cloud/gcp_link_account.py,sha256=ueiW9XYrV_ui3s9TQGuEw7kjUE0O_UkEEnHwegOuQZI,13068
60
+ pulumi_newrelic/cloud/outputs.py,sha256=TH45MoKGgoe_yzOUZkz_2q4l1t3qIba8ssXMV3GVTtg,325935
61
+ pulumi_newrelic/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
62
+ pulumi_newrelic/config/__init__.pyi,sha256=wWmVYUDEW00iW8bPBQYAnVLtI-4pLU3eoTeYKOulaOo,1035
63
+ pulumi_newrelic/config/vars.py,sha256=9FbxBnUrgPJJwVDdcAKc56fJE0YEWnzSdF5ViJvAeq8,2292
64
+ pulumi_newrelic/insights/__init__.py,sha256=wY_absI1XMbMsKYhsALGBQ4WoFFV2hiWC5G-ierwjyo,351
65
+ pulumi_newrelic/insights/_inputs.py,sha256=ijJd49jgCIEXrND66K4ubts49iEMROtg8Z3q1VKfdRs,6059
66
+ pulumi_newrelic/insights/event.py,sha256=BNfFp2vBF3UH6bOCGUc3sQ9bE98eDvj6ax--hq8zkiM,10107
67
+ pulumi_newrelic/insights/outputs.py,sha256=WE73on6x3K79PrcsA-TP07WxOVPxWr2ouoaks-x0THU,3660
68
+ pulumi_newrelic/plugins/__init__.py,sha256=MFsNi9WT-gf23niN5oePFRyx-6iS-vKvPGD1bUAqqbU,390
69
+ pulumi_newrelic/plugins/_inputs.py,sha256=msqtI1nf98A6sJUurgmDwDopORXTuLnvJ5PcogzaKXw,38089
70
+ pulumi_newrelic/plugins/application_settings.py,sha256=kJQFXEHtQYctdE7lZlKg_tCP-h_CDPXgMvQ05ygxrUc,37888
71
+ pulumi_newrelic/plugins/outputs.py,sha256=PuklJ6fAxMpBtJdKnkLmSY04kH3b_9M1sp9kK9v2MR0,28876
72
+ pulumi_newrelic/plugins/workload.py,sha256=BZmzcKw7xoeI2ksTVGBIeYyBDHBl-E65C5IgS9b-g5Y,42290
73
+ pulumi_newrelic/synthetics/__init__.py,sha256=UeQRfGDlKrXvgqLw-6IxLZyYzeCqH_b86qSrFXihJO0,696
74
+ pulumi_newrelic/synthetics/_inputs.py,sha256=Qdldup5YSWB3oghUonYgi3oo9kZ6EwXD1e2WkT3n1T0,19641
75
+ pulumi_newrelic/synthetics/alert_condition.py,sha256=e-XfphwCTaYhiQhx8zN24TPG8ou_JVMK7dQvOZzad1k,22540
76
+ pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=JAshReXl19SPIElYTIYf8O8Hb1opTIIouMcRGJO98AQ,40215
77
+ pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=xR7HqtDHH_P6ZGOvhahUiYSs50XyiByoaZaDReF3t-E,42374
78
+ pulumi_newrelic/synthetics/get_private_location.py,sha256=2pel2R92y7oqINOhir-arDw9VgtxAmEWqHyV-9dI-zY,6639
79
+ pulumi_newrelic/synthetics/get_secure_credential.py,sha256=NodFereL1rvsGBQzpK3yHNrugIzdy3iERWTi7nyKgnE,6438
80
+ pulumi_newrelic/synthetics/monitor.py,sha256=0XYozqv7tMrmsusGkmoK2ZUQSuohTXvbokhKtiJd0l4,79292
81
+ pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=xQFksqaJY6c5vM5o2sUe4xe1YsX0A_T4AcxDC4WDFhA,35767
82
+ pulumi_newrelic/synthetics/outputs.py,sha256=830xXyikEURoCzFGzPhN3P24STqD6j-bHzqapGexWYE,11974
83
+ pulumi_newrelic/synthetics/private_location.py,sha256=CVd81cZ1SUT_ePIvzl87HQcDHbprYDkU4jkhIxansBA,18319
84
+ pulumi_newrelic/synthetics/script_monitor.py,sha256=P44cbfa2SVKkYT1Uog44a_50pwbG49CrJQvMavWbKAk,69783
85
+ pulumi_newrelic/synthetics/secure_credential.py,sha256=72bkYj3ChekNLqvK_bS_nDk0UjB96osbFRVOLXzwQ-s,16498
86
+ pulumi_newrelic/synthetics/step_monitor.py,sha256=iw87WCub3Kee4cijkx-pVq8479ulWcCIJNIC3K6vpMg,52037
87
+ pulumi_newrelic-5.46.0a1745952141.dist-info/METADATA,sha256=maBXczhZSVvZKKD8TjCt_XgpgKWGBkyBYemzAEV0Tc8,3963
88
+ pulumi_newrelic-5.46.0a1745952141.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
89
+ pulumi_newrelic-5.46.0a1745952141.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
90
+ pulumi_newrelic-5.46.0a1745952141.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.0)
2
+ Generator: setuptools (80.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,90 +0,0 @@
1
- pulumi_newrelic/__init__.py,sha256=iQ260FiXECBVhO6vGhVlRpNzFnKab_Q33eYljjmdgI0,11551
2
- pulumi_newrelic/_inputs.py,sha256=F_vpo6keM61Mw4vOfx_okWItS0ysH3P68YWRo53PMqI,839908
3
- pulumi_newrelic/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_newrelic/account_management.py,sha256=KM8peY_9pOsq_uH-KiCNX1hm7okLp1leYTtG0R3OpiA,9231
5
- pulumi_newrelic/alert_channel.py,sha256=FkvQB5CDOJQOVLmECp26gyTXG-HNIUM2Iwxi2aFW2yA,22219
6
- pulumi_newrelic/alert_condition.py,sha256=u-9dzv2C0h_F3LPcFoEI-RrkJ9sc1Jfwb0YhUdrAXuM,48299
7
- pulumi_newrelic/alert_muting_rule.py,sha256=Qis6xTnapgF7XU_6hNm3OcE1V8yizldpVlT2EWY8TIg,23384
8
- pulumi_newrelic/alert_policy.py,sha256=fC1vzXDi92jG0HhFIgswlAHDAz5aMg9THMJEKJKwxPM,26800
9
- pulumi_newrelic/alert_policy_channel.py,sha256=cGMQJdFhIoftbGOy2YFoVR0CLkExpspDMbs-2V1eoFo,16637
10
- pulumi_newrelic/api_access_key.py,sha256=OAuUG3HyuG6pp68WSiZE2fZkGqj8dHpgSHxT63OaYX4,23266
11
- pulumi_newrelic/browser_application.py,sha256=yfdZZ5kBNflQHPJnvkD3IBFsSjX87T4xwiqUeOtFPQs,22051
12
- pulumi_newrelic/data_partition_rule.py,sha256=ZFQ5giRt3wRhVjSXOwEyzBV3rQaorY2erzhnChLiLwQ,21442
13
- pulumi_newrelic/entity_tags.py,sha256=PaCb0ttUr6tLfkH3o_K47V51BfgcbJy-NmfF4zllcrc,10433
14
- pulumi_newrelic/events_to_metrics_rule.py,sha256=vu7DTM5sEjabr33sxx0AEuEgYkI1Gyhv93qlEdmxG-k,16877
15
- pulumi_newrelic/get_account.py,sha256=sS8X37ehCiI5HXprSK9VN3ZRUhM930rndw06zxJAVIg,5565
16
- pulumi_newrelic/get_alert_channel.py,sha256=HVhTYGNguYVldyWwh4d2uGKaABHyHpCNx1cnRVIncAs,6395
17
- pulumi_newrelic/get_alert_policy.py,sha256=q88dJeFH4CTuZauTypiW_i3sopWsVZiAw7WGTugoUSc,9911
18
- pulumi_newrelic/get_application.py,sha256=rP3X7wAl3EmzU-YJyrPVfOcH0AswPDIsnBl29EiVjhM,6037
19
- pulumi_newrelic/get_authentication_domain.py,sha256=L5FBUFPyC12-WPXCL3rzPwcGGXSyu8a3J7SwD4WoRaY,4183
20
- pulumi_newrelic/get_cloud_account.py,sha256=-7ZfVH4ymxHgGswVjTGpIRgpKy6zIUlsxMKVjRKTYIw,6154
21
- pulumi_newrelic/get_entity.py,sha256=FkncpUdyeIOT4tWdW16nChCWkQ2AbQqWApPiuCr3rDs,14645
22
- pulumi_newrelic/get_group.py,sha256=ty_eG3M2iCMpcEG7oUDV1z5zBhiPDr5sowb-zbJH310,8686
23
- pulumi_newrelic/get_key_transaction.py,sha256=OAkpIenXD_a73HNXxEKg9VDH0P-9Iyv2rluBpMEwhKU,8494
24
- pulumi_newrelic/get_notification_destination.py,sha256=f_9voUy8J-bWw71-lpsRKQ8rZUVG1Kj_k5wcbOAGevs,9624
25
- pulumi_newrelic/get_obfuscation_expression.py,sha256=J7axRiaTPDcb5Ro0Cpr4_p4Tp9XhyNNgtcsu5XGduyg,5702
26
- pulumi_newrelic/get_service_level_alert_helper.py,sha256=rln_D1NaqaeVM15gOEpHJsxg18oY5bYP6kUEalos4PU,21553
27
- pulumi_newrelic/get_test_grok_pattern.py,sha256=owXrQEcr0RVXMomv_B4UZiH5XzgYxq2ROuE-77wTxxs,6548
28
- pulumi_newrelic/get_user.py,sha256=QgtbjxuED8wzuCxFkNRck3Y2TOb0Oe7XPXi8cn4nUmo,8255
29
- pulumi_newrelic/group.py,sha256=fQsEdGG-4rY8Q3ahTfYLiAaO-z4LHDHHTrQTH2dp_W4,15767
30
- pulumi_newrelic/infra_alert_condition.py,sha256=XEo-k94O_4DuC7JCXxknyl-BJdWOqS6DiGSuo-rB898,60031
31
- pulumi_newrelic/key_transaction.py,sha256=cJoSMAvUOX4LUR2K9IrqZgucDIZekFJftxVW_BVwmqs,23647
32
- pulumi_newrelic/log_parsing_rule.py,sha256=LR9-lVtubqwmk0hknYHsvGXzHXTBuXk0mmha1hz0xCA,23669
33
- pulumi_newrelic/monitor_downtime.py,sha256=yIi5ukF_j1v_xBGn4JJgEZyAiA3pc_Zxk0kcptt_Y6Y,41886
34
- pulumi_newrelic/notification_channel.py,sha256=0pJJ5nFbYCnyX1YLCNrDX2XjXs5iva-QBgOgnL4hA0o,49877
35
- pulumi_newrelic/notification_destination.py,sha256=7BGL0jldOXK_Wu-8imfpXvUMmAkqjKSn5hGAMLrcyGA,40009
36
- pulumi_newrelic/nrql_alert_condition.py,sha256=nQ8D8K50PmWbOcPTvELX-Dbi8K9AUyPwcOCQGyTlQgU,121662
37
- pulumi_newrelic/nrql_drop_rule.py,sha256=MDcX6ntGPXuRUTXA6tvN0Lw1PALCH9LJHlIqKPXfzNc,18295
38
- pulumi_newrelic/obfuscation_expression.py,sha256=6BpTtPxP_egunB3GbB3lQoIswvniFeYEU7r9BHXjaXw,13037
39
- pulumi_newrelic/obfuscation_rule.py,sha256=KkmAoZcy-s6nVE5Ye_g_pO3tjrHHdAPsUdpwcobNjpc,18689
40
- pulumi_newrelic/one_dashboard.py,sha256=73i-lZWxt4IUK8zL31Mu-CfQUsbVajTM_409ZKjy-T8,21500
41
- pulumi_newrelic/one_dashboard_json.py,sha256=SyY-wAgSxL1F0pcdW3QxVwzQjFTzn0_WNHuibn_xz6k,13253
42
- pulumi_newrelic/one_dashboard_raw.py,sha256=wclScb_x306vkpe1x2Je0nT4jsQmAx9L6atfkAKyTT0,24314
43
- pulumi_newrelic/outputs.py,sha256=IpwhOLBwcfvRHycFTaaoLneQcTWPWRwkeJ-HhvvJly4,605102
44
- pulumi_newrelic/provider.py,sha256=SggmvrccVnHfa8ylypIBe3UTufSg7xF3pJ5pGzcz0OQ,19220
45
- pulumi_newrelic/pulumi-plugin.json,sha256=4MG8miEDqUgV9tKdEEFgS753O78C-_IRkZxcQ7MnK8A,85
46
- pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
- pulumi_newrelic/service_level.py,sha256=atYukzatFuzkCsQ1SzFUsZuC2K7D9bL4BzKPqPe9_v8,29500
48
- pulumi_newrelic/user.py,sha256=vKkE7ZrvyojitScis3dGTjAG027KwOAX9D0qdBFK5Vk,19636
49
- pulumi_newrelic/workflow.py,sha256=wlf-SsMtIccKBVnsFlrlV1ApJaT3DKukwSA0EWRaKhI,43748
50
- pulumi_newrelic/cloud/__init__.py,sha256=WqPUlS786WO8ZlclloutPE6LeALq51OLQtGzh46GIpo,608
51
- pulumi_newrelic/cloud/_inputs.py,sha256=kaTINcB3mBDz1QJQqZEatLBN4UeawHYJ_6UI16IdOy4,397718
52
- pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=4IZjRu--NJPTAeyEW4Cj7AmawTFsLgQDL4pjIRkOeSU,65681
53
- pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=_HaIj4ZoBtD9uT5uJSbqwktOSBRjL67KINKLycJQVDQ,19272
54
- pulumi_newrelic/cloud/aws_integrations.py,sha256=8SVKMmkl8T_BNKwPbpqTjEpHAkn9UYHTCBokdXWfsNY,128836
55
- pulumi_newrelic/cloud/aws_link_account.py,sha256=4u5mUnmI6RTiMlSOePEenYp8NwIyJ9v8GkLu3XWZgG4,16189
56
- pulumi_newrelic/cloud/azure_integrations.py,sha256=O4oG44NeSmeieTW2MN3-Eu_Y_gcCaBoLUwkNTy3wQCE,114459
57
- pulumi_newrelic/cloud/azure_link_account.py,sha256=grGsnux9VmMn8HFqYQnlxB51QRgb2Pc9JEzY8dl2wDE,19855
58
- pulumi_newrelic/cloud/gcp_integrations.py,sha256=K0kK7ywFQ-3NevRVfGas9xYLPWYm7f9a9dSTP8qoLZY,86237
59
- pulumi_newrelic/cloud/gcp_link_account.py,sha256=ECDSakYPAc5MWVbqxW_x0ACxP5NsxBoHISkeZZCjfqU,13001
60
- pulumi_newrelic/cloud/outputs.py,sha256=TH45MoKGgoe_yzOUZkz_2q4l1t3qIba8ssXMV3GVTtg,325935
61
- pulumi_newrelic/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
62
- pulumi_newrelic/config/__init__.pyi,sha256=wWmVYUDEW00iW8bPBQYAnVLtI-4pLU3eoTeYKOulaOo,1035
63
- pulumi_newrelic/config/vars.py,sha256=9FbxBnUrgPJJwVDdcAKc56fJE0YEWnzSdF5ViJvAeq8,2292
64
- pulumi_newrelic/insights/__init__.py,sha256=wY_absI1XMbMsKYhsALGBQ4WoFFV2hiWC5G-ierwjyo,351
65
- pulumi_newrelic/insights/_inputs.py,sha256=ijJd49jgCIEXrND66K4ubts49iEMROtg8Z3q1VKfdRs,6059
66
- pulumi_newrelic/insights/event.py,sha256=oIbhWFo3BwCHXgANm5Dp39_VzVSPJ8QMHG4MZvbvgSQ,10055
67
- pulumi_newrelic/insights/outputs.py,sha256=WE73on6x3K79PrcsA-TP07WxOVPxWr2ouoaks-x0THU,3660
68
- pulumi_newrelic/plugins/__init__.py,sha256=MFsNi9WT-gf23niN5oePFRyx-6iS-vKvPGD1bUAqqbU,390
69
- pulumi_newrelic/plugins/_inputs.py,sha256=msqtI1nf98A6sJUurgmDwDopORXTuLnvJ5PcogzaKXw,38089
70
- pulumi_newrelic/plugins/application_settings.py,sha256=sjSOgyvsWO2cvgWrgV_ddKK9fGCO_76UD-TLm3tTHtA,37809
71
- pulumi_newrelic/plugins/outputs.py,sha256=PuklJ6fAxMpBtJdKnkLmSY04kH3b_9M1sp9kK9v2MR0,28876
72
- pulumi_newrelic/plugins/workload.py,sha256=BpHoCQw6NSy3HAaIHV-x43sjyuo_kEhGp4rJfHElRek,42233
73
- pulumi_newrelic/synthetics/__init__.py,sha256=UeQRfGDlKrXvgqLw-6IxLZyYzeCqH_b86qSrFXihJO0,696
74
- pulumi_newrelic/synthetics/_inputs.py,sha256=Qdldup5YSWB3oghUonYgi3oo9kZ6EwXD1e2WkT3n1T0,19641
75
- pulumi_newrelic/synthetics/alert_condition.py,sha256=GP14RaQ35FJzepCGYawsAfkX26L4oFUpKEqsX8EAOgI,22468
76
- pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=DfsLOUMjTZipg_KxF0G-qYCbgjYTLRVYRsyZn2FjfNI,40135
77
- pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=2wRCihtSdPgxs1U2uvT-K_gjTzWpcKSz2j2DgnVc2KI,42298
78
- pulumi_newrelic/synthetics/get_private_location.py,sha256=2pel2R92y7oqINOhir-arDw9VgtxAmEWqHyV-9dI-zY,6639
79
- pulumi_newrelic/synthetics/get_secure_credential.py,sha256=NodFereL1rvsGBQzpK3yHNrugIzdy3iERWTi7nyKgnE,6438
80
- pulumi_newrelic/synthetics/monitor.py,sha256=X0qiIhUTb78UL8100YImhHYJaUX7qyYHOcQoQvy98vw,79234
81
- pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=n_iTb6OieWp_5N7YzgomuFjBKJtXp938qyeMScvNLPU,35669
82
- pulumi_newrelic/synthetics/outputs.py,sha256=830xXyikEURoCzFGzPhN3P24STqD6j-bHzqapGexWYE,11974
83
- pulumi_newrelic/synthetics/private_location.py,sha256=dsC0aFKDrcTh73BhTUht5MfSJddFvfQFDIHUApgiBoA,18245
84
- pulumi_newrelic/synthetics/script_monitor.py,sha256=G8TEwL_PSTExY04iCQL37ZaUZWbpdlQjzi8JPTHpzUY,69713
85
- pulumi_newrelic/synthetics/secure_credential.py,sha256=eJT70RioesqYFZpp_mGZI1kGq86aGKrYVQ2ruxjyclU,16422
86
- pulumi_newrelic/synthetics/step_monitor.py,sha256=ncDR1e_phoIm1rnpn5ETDuS534qnFt6KKoqAteh9ROg,51971
87
- pulumi_newrelic-5.46.0a1745302655.dist-info/METADATA,sha256=Veaj3-hfLMH7iftgLx6ucsWoPKFphabRB1HdXr-1jVM,3963
88
- pulumi_newrelic-5.46.0a1745302655.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
89
- pulumi_newrelic-5.46.0a1745302655.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
90
- pulumi_newrelic-5.46.0a1745302655.dist-info/RECORD,,