pulumi-newrelic 5.46.0a1745475344__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.
- pulumi_newrelic/account_management.py +3 -0
- pulumi_newrelic/alert_channel.py +3 -0
- pulumi_newrelic/alert_condition.py +3 -0
- pulumi_newrelic/alert_muting_rule.py +5 -2
- pulumi_newrelic/alert_policy.py +3 -0
- pulumi_newrelic/alert_policy_channel.py +3 -0
- pulumi_newrelic/api_access_key.py +3 -0
- pulumi_newrelic/browser_application.py +3 -0
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +3 -0
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +3 -0
- pulumi_newrelic/cloud/aws_integrations.py +3 -0
- pulumi_newrelic/cloud/aws_link_account.py +3 -0
- pulumi_newrelic/cloud/azure_integrations.py +3 -0
- pulumi_newrelic/cloud/azure_link_account.py +3 -0
- pulumi_newrelic/cloud/gcp_integrations.py +3 -0
- pulumi_newrelic/cloud/gcp_link_account.py +3 -0
- pulumi_newrelic/data_partition_rule.py +3 -0
- pulumi_newrelic/entity_tags.py +3 -0
- pulumi_newrelic/events_to_metrics_rule.py +3 -0
- pulumi_newrelic/get_group.py +4 -4
- pulumi_newrelic/group.py +3 -0
- pulumi_newrelic/infra_alert_condition.py +3 -0
- pulumi_newrelic/insights/event.py +3 -0
- pulumi_newrelic/key_transaction.py +3 -0
- pulumi_newrelic/log_parsing_rule.py +3 -0
- pulumi_newrelic/monitor_downtime.py +3 -0
- pulumi_newrelic/notification_channel.py +3 -0
- pulumi_newrelic/notification_destination.py +3 -0
- pulumi_newrelic/nrql_alert_condition.py +3 -0
- pulumi_newrelic/nrql_drop_rule.py +3 -0
- pulumi_newrelic/obfuscation_expression.py +3 -0
- pulumi_newrelic/obfuscation_rule.py +3 -0
- pulumi_newrelic/one_dashboard.py +3 -0
- pulumi_newrelic/one_dashboard_json.py +3 -0
- pulumi_newrelic/one_dashboard_raw.py +3 -0
- pulumi_newrelic/plugins/application_settings.py +3 -0
- pulumi_newrelic/plugins/workload.py +3 -0
- pulumi_newrelic/provider.py +3 -0
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +3 -0
- pulumi_newrelic/synthetics/alert_condition.py +3 -0
- pulumi_newrelic/synthetics/broken_links_monitor.py +3 -0
- pulumi_newrelic/synthetics/cert_check_monitor.py +3 -0
- pulumi_newrelic/synthetics/monitor.py +3 -0
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +3 -0
- pulumi_newrelic/synthetics/private_location.py +3 -0
- pulumi_newrelic/synthetics/script_monitor.py +3 -0
- pulumi_newrelic/synthetics/secure_credential.py +3 -0
- pulumi_newrelic/synthetics/step_monitor.py +3 -0
- pulumi_newrelic/user.py +3 -0
- pulumi_newrelic/workflow.py +3 -0
- {pulumi_newrelic-5.46.0a1745475344.dist-info → pulumi_newrelic-5.46.0a1745952141.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.46.0a1745952141.dist-info/RECORD +90 -0
- {pulumi_newrelic-5.46.0a1745475344.dist-info → pulumi_newrelic-5.46.0a1745952141.dist-info}/WHEEL +1 -1
- pulumi_newrelic-5.46.0a1745475344.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.46.0a1745475344.dist-info → pulumi_newrelic-5.46.0a1745952141.dist-info}/top_level.txt +0 -0
pulumi_newrelic/alert_channel.py
CHANGED
@@ -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
|
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
|
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
|
pulumi_newrelic/alert_policy.py
CHANGED
@@ -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,
|
@@ -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,
|
pulumi_newrelic/entity_tags.py
CHANGED
pulumi_newrelic/get_group.py
CHANGED
@@ -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
|
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
|
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
@@ -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,
|
@@ -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,
|
pulumi_newrelic/one_dashboard.py
CHANGED
pulumi_newrelic/provider.py
CHANGED
pulumi_newrelic/service_level.py
CHANGED
@@ -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,
|
pulumi_newrelic/user.py
CHANGED
pulumi_newrelic/workflow.py
CHANGED
@@ -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,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=cHSLSFprYx6kMGu0Xe3L0kiR4KSnFK3Lw210l_fE-OM,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.0a1745475344.dist-info/METADATA,sha256=srsuTvkhc2uRmZYqP6qW4JHrYeUqYGC_KosE9wXGfWY,3963
|
88
|
-
pulumi_newrelic-5.46.0a1745475344.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
89
|
-
pulumi_newrelic-5.46.0a1745475344.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
90
|
-
pulumi_newrelic-5.46.0a1745475344.dist-info/RECORD,,
|
File without changes
|