pulumi-newrelic 5.23.0a1713561620__py3-none-any.whl → 5.23.0a1713984329__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/_inputs.py +183 -270
- pulumi_newrelic/account_management.py +14 -18
- pulumi_newrelic/alert_channel.py +28 -56
- pulumi_newrelic/alert_condition.py +84 -133
- pulumi_newrelic/alert_muting_rule.py +21 -25
- pulumi_newrelic/alert_policy.py +42 -33
- pulumi_newrelic/alert_policy_channel.py +0 -4
- pulumi_newrelic/cloud/_inputs.py +322 -1072
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -4
- pulumi_newrelic/cloud/aws_integrations.py +7 -11
- pulumi_newrelic/cloud/aws_link_account.py +0 -4
- pulumi_newrelic/cloud/azure_integrations.py +0 -4
- pulumi_newrelic/cloud/azure_link_account.py +0 -4
- pulumi_newrelic/cloud/gcp_integrations.py +0 -4
- pulumi_newrelic/cloud/gcp_link_account.py +0 -4
- pulumi_newrelic/cloud/outputs.py +322 -1072
- pulumi_newrelic/data_partition_rule.py +0 -4
- pulumi_newrelic/entity_tags.py +7 -11
- pulumi_newrelic/events_to_metrics_rule.py +0 -4
- pulumi_newrelic/get_account.py +0 -4
- pulumi_newrelic/get_application.py +0 -4
- pulumi_newrelic/get_authentication_domain.py +0 -4
- pulumi_newrelic/get_cloud_account.py +0 -4
- pulumi_newrelic/get_entity.py +0 -16
- pulumi_newrelic/get_group.py +0 -8
- pulumi_newrelic/get_key_transaction.py +0 -4
- pulumi_newrelic/get_notification_destination.py +20 -1
- pulumi_newrelic/get_obfuscation_expression.py +0 -4
- pulumi_newrelic/get_service_level_alert_helper.py +0 -30
- pulumi_newrelic/get_test_grok_pattern.py +0 -4
- pulumi_newrelic/get_user.py +0 -4
- pulumi_newrelic/group.py +0 -12
- pulumi_newrelic/infra_alert_condition.py +126 -113
- pulumi_newrelic/insights/event.py +0 -17
- pulumi_newrelic/log_parsing_rule.py +0 -8
- pulumi_newrelic/monitor_downtime.py +70 -101
- pulumi_newrelic/notification_channel.py +0 -44
- pulumi_newrelic/notification_destination.py +95 -1
- pulumi_newrelic/nrql_alert_condition.py +0 -20
- pulumi_newrelic/nrql_drop_rule.py +28 -32
- pulumi_newrelic/obfuscation_expression.py +0 -4
- pulumi_newrelic/obfuscation_rule.py +0 -4
- pulumi_newrelic/one_dashboard.py +42 -48
- pulumi_newrelic/one_dashboard_raw.py +0 -4
- pulumi_newrelic/outputs.py +180 -270
- pulumi_newrelic/plugins/_inputs.py +16 -16
- pulumi_newrelic/plugins/application_settings.py +0 -4
- pulumi_newrelic/plugins/outputs.py +16 -16
- pulumi_newrelic/plugins/workload.py +28 -48
- pulumi_newrelic/service_level.py +0 -91
- pulumi_newrelic/synthetics/alert_condition.py +14 -50
- pulumi_newrelic/synthetics/broken_links_monitor.py +0 -8
- pulumi_newrelic/synthetics/cert_check_monitor.py +0 -8
- pulumi_newrelic/synthetics/get_private_location.py +0 -8
- pulumi_newrelic/synthetics/get_secure_credential.py +0 -12
- pulumi_newrelic/synthetics/monitor.py +0 -16
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +49 -71
- pulumi_newrelic/synthetics/private_location.py +0 -4
- pulumi_newrelic/synthetics/script_monitor.py +4 -20
- pulumi_newrelic/synthetics/secure_credential.py +21 -18
- pulumi_newrelic/synthetics/step_monitor.py +4 -12
- pulumi_newrelic/user.py +0 -4
- pulumi_newrelic/workflow.py +0 -16
- {pulumi_newrelic-5.23.0a1713561620.dist-info → pulumi_newrelic-5.23.0a1713984329.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.23.0a1713984329.dist-info/RECORD +89 -0
- pulumi_newrelic-5.23.0a1713561620.dist-info/RECORD +0 -89
- {pulumi_newrelic-5.23.0a1713561620.dist-info → pulumi_newrelic-5.23.0a1713984329.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.23.0a1713561620.dist-info → pulumi_newrelic-5.23.0a1713984329.dist-info}/top_level.txt +0 -0
@@ -21,9 +21,10 @@ class SecureCredentialArgs:
|
|
21
21
|
last_updated: Optional[pulumi.Input[str]] = None):
|
22
22
|
"""
|
23
23
|
The set of arguments for constructing a SecureCredential resource.
|
24
|
-
:param pulumi.Input[str] key: The secure credential's key name.
|
24
|
+
: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
|
25
|
+
key to the underlying API.
|
25
26
|
:param pulumi.Input[str] value: The secure credential's value.
|
26
|
-
:param pulumi.Input[int] account_id:
|
27
|
+
:param pulumi.Input[int] account_id: The New Relic account ID where you want to create the secure credential.
|
27
28
|
:param pulumi.Input[str] description: The secure credential's description.
|
28
29
|
:param pulumi.Input[str] last_updated: The time the secure credential was last updated.
|
29
30
|
"""
|
@@ -40,7 +41,8 @@ class SecureCredentialArgs:
|
|
40
41
|
@pulumi.getter
|
41
42
|
def key(self) -> pulumi.Input[str]:
|
42
43
|
"""
|
43
|
-
The secure credential's key name.
|
44
|
+
The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
|
45
|
+
key to the underlying API.
|
44
46
|
"""
|
45
47
|
return pulumi.get(self, "key")
|
46
48
|
|
@@ -64,7 +66,7 @@ class SecureCredentialArgs:
|
|
64
66
|
@pulumi.getter(name="accountId")
|
65
67
|
def account_id(self) -> Optional[pulumi.Input[int]]:
|
66
68
|
"""
|
67
|
-
|
69
|
+
The New Relic account ID where you want to create the secure credential.
|
68
70
|
"""
|
69
71
|
return pulumi.get(self, "account_id")
|
70
72
|
|
@@ -107,9 +109,10 @@ class _SecureCredentialState:
|
|
107
109
|
value: Optional[pulumi.Input[str]] = None):
|
108
110
|
"""
|
109
111
|
Input properties used for looking up and filtering SecureCredential resources.
|
110
|
-
:param pulumi.Input[int] account_id:
|
112
|
+
:param pulumi.Input[int] account_id: The New Relic account ID where you want to create the secure credential.
|
111
113
|
:param pulumi.Input[str] description: The secure credential's description.
|
112
|
-
:param pulumi.Input[str] key: The secure credential's key name.
|
114
|
+
: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
|
115
|
+
key to the underlying API.
|
113
116
|
:param pulumi.Input[str] last_updated: The time the secure credential was last updated.
|
114
117
|
:param pulumi.Input[str] value: The secure credential's value.
|
115
118
|
"""
|
@@ -128,7 +131,7 @@ class _SecureCredentialState:
|
|
128
131
|
@pulumi.getter(name="accountId")
|
129
132
|
def account_id(self) -> Optional[pulumi.Input[int]]:
|
130
133
|
"""
|
131
|
-
|
134
|
+
The New Relic account ID where you want to create the secure credential.
|
132
135
|
"""
|
133
136
|
return pulumi.get(self, "account_id")
|
134
137
|
|
@@ -152,7 +155,8 @@ class _SecureCredentialState:
|
|
152
155
|
@pulumi.getter
|
153
156
|
def key(self) -> Optional[pulumi.Input[str]]:
|
154
157
|
"""
|
155
|
-
The secure credential's key name.
|
158
|
+
The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
|
159
|
+
key to the underlying API.
|
156
160
|
"""
|
157
161
|
return pulumi.get(self, "key")
|
158
162
|
|
@@ -201,7 +205,6 @@ class SecureCredential(pulumi.CustomResource):
|
|
201
205
|
|
202
206
|
## Example Usage
|
203
207
|
|
204
|
-
<!--Start PulumiCodeChooser -->
|
205
208
|
```python
|
206
209
|
import pulumi
|
207
210
|
import pulumi_newrelic as newrelic
|
@@ -211,7 +214,6 @@ class SecureCredential(pulumi.CustomResource):
|
|
211
214
|
value="My value",
|
212
215
|
description="My description")
|
213
216
|
```
|
214
|
-
<!--End PulumiCodeChooser -->
|
215
217
|
|
216
218
|
## Import
|
217
219
|
|
@@ -223,9 +225,10 @@ class SecureCredential(pulumi.CustomResource):
|
|
223
225
|
|
224
226
|
:param str resource_name: The name of the resource.
|
225
227
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
226
|
-
:param pulumi.Input[int] account_id:
|
228
|
+
:param pulumi.Input[int] account_id: The New Relic account ID where you want to create the secure credential.
|
227
229
|
:param pulumi.Input[str] description: The secure credential's description.
|
228
|
-
:param pulumi.Input[str] key: The secure credential's key name.
|
230
|
+
: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
|
231
|
+
key to the underlying API.
|
229
232
|
:param pulumi.Input[str] last_updated: The time the secure credential was last updated.
|
230
233
|
:param pulumi.Input[str] value: The secure credential's value.
|
231
234
|
"""
|
@@ -240,7 +243,6 @@ 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
|
@@ -250,7 +252,6 @@ class SecureCredential(pulumi.CustomResource):
|
|
250
252
|
value="My value",
|
251
253
|
description="My description")
|
252
254
|
```
|
253
|
-
<!--End PulumiCodeChooser -->
|
254
255
|
|
255
256
|
## Import
|
256
257
|
|
@@ -322,9 +323,10 @@ 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:
|
326
|
+
:param pulumi.Input[int] account_id: The New Relic account ID where you want to create the secure credential.
|
326
327
|
:param pulumi.Input[str] description: The secure credential's description.
|
327
|
-
:param pulumi.Input[str] key: The secure credential's key name.
|
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
|
329
|
+
key to the underlying API.
|
328
330
|
:param pulumi.Input[str] last_updated: The time the secure credential was last updated.
|
329
331
|
:param pulumi.Input[str] value: The secure credential's value.
|
330
332
|
"""
|
@@ -343,7 +345,7 @@ class SecureCredential(pulumi.CustomResource):
|
|
343
345
|
@pulumi.getter(name="accountId")
|
344
346
|
def account_id(self) -> pulumi.Output[int]:
|
345
347
|
"""
|
346
|
-
|
348
|
+
The New Relic account ID where you want to create the secure credential.
|
347
349
|
"""
|
348
350
|
return pulumi.get(self, "account_id")
|
349
351
|
|
@@ -359,7 +361,8 @@ class SecureCredential(pulumi.CustomResource):
|
|
359
361
|
@pulumi.getter
|
360
362
|
def key(self) -> pulumi.Output[str]:
|
361
363
|
"""
|
362
|
-
The secure credential's key name.
|
364
|
+
The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
|
365
|
+
key to the underlying API.
|
363
366
|
"""
|
364
367
|
return pulumi.get(self, "key")
|
365
368
|
|
@@ -218,7 +218,7 @@ class _StepMonitorState:
|
|
218
218
|
Input properties used for looking up and filtering StepMonitor resources.
|
219
219
|
:param pulumi.Input[int] account_id: The account in which the Synthetics monitor will be created.
|
220
220
|
:param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
|
221
|
-
:param pulumi.Input[str] guid: The unique identifier
|
221
|
+
:param pulumi.Input[str] guid: The unique entity identifier of the monitor in New Relic.
|
222
222
|
:param pulumi.Input[Sequence[pulumi.Input['StepMonitorLocationPrivateArgs']]] location_privates: The location the monitor will run from. At least one of `locations_public` or `location_private` is required. See Nested locations_private blocks below for details.
|
223
223
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
|
224
224
|
:param pulumi.Input[str] name: The name for the monitor.
|
@@ -287,7 +287,7 @@ class _StepMonitorState:
|
|
287
287
|
@pulumi.getter
|
288
288
|
def guid(self) -> Optional[pulumi.Input[str]]:
|
289
289
|
"""
|
290
|
-
The unique identifier
|
290
|
+
The unique entity identifier of the monitor in New Relic.
|
291
291
|
"""
|
292
292
|
return pulumi.get(self, "guid")
|
293
293
|
|
@@ -440,7 +440,6 @@ class StepMonitor(pulumi.CustomResource):
|
|
440
440
|
|
441
441
|
## Example Usage
|
442
442
|
|
443
|
-
<!--Start PulumiCodeChooser -->
|
444
443
|
```python
|
445
444
|
import pulumi
|
446
445
|
import pulumi_newrelic as newrelic
|
@@ -466,7 +465,6 @@ class StepMonitor(pulumi.CustomResource):
|
|
466
465
|
values=["some_value"],
|
467
466
|
)])
|
468
467
|
```
|
469
|
-
<!--End PulumiCodeChooser -->
|
470
468
|
See additional examples.
|
471
469
|
|
472
470
|
## Additional Examples
|
@@ -477,7 +475,6 @@ class StepMonitor(pulumi.CustomResource):
|
|
477
475
|
|
478
476
|
> **NOTE:** It can take up to 10 minutes for a private location to become available.
|
479
477
|
|
480
|
-
<!--Start PulumiCodeChooser -->
|
481
478
|
```python
|
482
479
|
import pulumi
|
483
480
|
import pulumi_newrelic as newrelic
|
@@ -504,7 +501,6 @@ class StepMonitor(pulumi.CustomResource):
|
|
504
501
|
values=["some_value"],
|
505
502
|
)])
|
506
503
|
```
|
507
|
-
<!--End PulumiCodeChooser -->
|
508
504
|
|
509
505
|
## Import
|
510
506
|
|
@@ -543,7 +539,6 @@ class StepMonitor(pulumi.CustomResource):
|
|
543
539
|
|
544
540
|
## Example Usage
|
545
541
|
|
546
|
-
<!--Start PulumiCodeChooser -->
|
547
542
|
```python
|
548
543
|
import pulumi
|
549
544
|
import pulumi_newrelic as newrelic
|
@@ -569,7 +564,6 @@ class StepMonitor(pulumi.CustomResource):
|
|
569
564
|
values=["some_value"],
|
570
565
|
)])
|
571
566
|
```
|
572
|
-
<!--End PulumiCodeChooser -->
|
573
567
|
See additional examples.
|
574
568
|
|
575
569
|
## Additional Examples
|
@@ -580,7 +574,6 @@ class StepMonitor(pulumi.CustomResource):
|
|
580
574
|
|
581
575
|
> **NOTE:** It can take up to 10 minutes for a private location to become available.
|
582
576
|
|
583
|
-
<!--Start PulumiCodeChooser -->
|
584
577
|
```python
|
585
578
|
import pulumi
|
586
579
|
import pulumi_newrelic as newrelic
|
@@ -607,7 +600,6 @@ class StepMonitor(pulumi.CustomResource):
|
|
607
600
|
values=["some_value"],
|
608
601
|
)])
|
609
602
|
```
|
610
|
-
<!--End PulumiCodeChooser -->
|
611
603
|
|
612
604
|
## Import
|
613
605
|
|
@@ -705,7 +697,7 @@ class StepMonitor(pulumi.CustomResource):
|
|
705
697
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
706
698
|
:param pulumi.Input[int] account_id: The account in which the Synthetics monitor will be created.
|
707
699
|
:param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
|
708
|
-
:param pulumi.Input[str] guid: The unique identifier
|
700
|
+
:param pulumi.Input[str] guid: The unique entity identifier of the monitor in New Relic.
|
709
701
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorLocationPrivateArgs']]]] location_privates: The location the monitor will run from. At least one of `locations_public` or `location_private` is required. See Nested locations_private blocks below for details.
|
710
702
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
|
711
703
|
:param pulumi.Input[str] name: The name for the monitor.
|
@@ -758,7 +750,7 @@ class StepMonitor(pulumi.CustomResource):
|
|
758
750
|
@pulumi.getter
|
759
751
|
def guid(self) -> pulumi.Output[str]:
|
760
752
|
"""
|
761
|
-
The unique identifier
|
753
|
+
The unique entity identifier of the monitor in New Relic.
|
762
754
|
"""
|
763
755
|
return pulumi.get(self, "guid")
|
764
756
|
|
pulumi_newrelic/user.py
CHANGED
@@ -184,7 +184,6 @@ class User(pulumi.CustomResource):
|
|
184
184
|
|
185
185
|
## Example Usage
|
186
186
|
|
187
|
-
<!--Start PulumiCodeChooser -->
|
188
187
|
```python
|
189
188
|
import pulumi
|
190
189
|
import pulumi_newrelic as newrelic
|
@@ -196,7 +195,6 @@ class User(pulumi.CustomResource):
|
|
196
195
|
authentication_domain_id=foo.id,
|
197
196
|
user_type="CORE_USER_TIER")
|
198
197
|
```
|
199
|
-
<!--End PulumiCodeChooser -->
|
200
198
|
|
201
199
|
## Import
|
202
200
|
|
@@ -228,7 +226,6 @@ class User(pulumi.CustomResource):
|
|
228
226
|
|
229
227
|
## Example Usage
|
230
228
|
|
231
|
-
<!--Start PulumiCodeChooser -->
|
232
229
|
```python
|
233
230
|
import pulumi
|
234
231
|
import pulumi_newrelic as newrelic
|
@@ -240,7 +237,6 @@ class User(pulumi.CustomResource):
|
|
240
237
|
authentication_domain_id=foo.id,
|
241
238
|
user_type="CORE_USER_TIER")
|
242
239
|
```
|
243
|
-
<!--End PulumiCodeChooser -->
|
244
240
|
|
245
241
|
## Import
|
246
242
|
|
pulumi_newrelic/workflow.py
CHANGED
@@ -399,7 +399,6 @@ class Workflow(pulumi.CustomResource):
|
|
399
399
|
## Example Usage
|
400
400
|
|
401
401
|
##### Workflow
|
402
|
-
<!--Start PulumiCodeChooser -->
|
403
402
|
```python
|
404
403
|
import pulumi
|
405
404
|
import pulumi_newrelic as newrelic
|
@@ -420,13 +419,11 @@ class Workflow(pulumi.CustomResource):
|
|
420
419
|
channel_id=some_channel["id"],
|
421
420
|
)])
|
422
421
|
```
|
423
|
-
<!--End PulumiCodeChooser -->
|
424
422
|
|
425
423
|
## Policy-Based Workflow Example
|
426
424
|
|
427
425
|
This scenario describes one of most common ways of using workflows by defining a set of policies the workflow handles
|
428
426
|
|
429
|
-
<!--Start PulumiCodeChooser -->
|
430
427
|
```python
|
431
428
|
import pulumi
|
432
429
|
import pulumi_newrelic as newrelic
|
@@ -473,11 +470,9 @@ class Workflow(pulumi.CustomResource):
|
|
473
470
|
channel_id=webhook_channel.id,
|
474
471
|
)])
|
475
472
|
```
|
476
|
-
<!--End PulumiCodeChooser -->
|
477
473
|
|
478
474
|
### An example of a workflow with enrichments
|
479
475
|
|
480
|
-
<!--Start PulumiCodeChooser -->
|
481
476
|
```python
|
482
477
|
import pulumi
|
483
478
|
import pulumi_newrelic as newrelic
|
@@ -506,11 +501,9 @@ class Workflow(pulumi.CustomResource):
|
|
506
501
|
channel_id=webhook_channel["id"],
|
507
502
|
)])
|
508
503
|
```
|
509
|
-
<!--End PulumiCodeChooser -->
|
510
504
|
|
511
505
|
### An example of a workflow with notification triggers
|
512
506
|
|
513
|
-
<!--Start PulumiCodeChooser -->
|
514
507
|
```python
|
515
508
|
import pulumi
|
516
509
|
import pulumi_newrelic as newrelic
|
@@ -532,7 +525,6 @@ class Workflow(pulumi.CustomResource):
|
|
532
525
|
notification_triggers=["ACTIVATED"],
|
533
526
|
)])
|
534
527
|
```
|
535
|
-
<!--End PulumiCodeChooser -->
|
536
528
|
|
537
529
|
## Additional Information
|
538
530
|
|
@@ -584,7 +576,6 @@ class Workflow(pulumi.CustomResource):
|
|
584
576
|
## Example Usage
|
585
577
|
|
586
578
|
##### Workflow
|
587
|
-
<!--Start PulumiCodeChooser -->
|
588
579
|
```python
|
589
580
|
import pulumi
|
590
581
|
import pulumi_newrelic as newrelic
|
@@ -605,13 +596,11 @@ class Workflow(pulumi.CustomResource):
|
|
605
596
|
channel_id=some_channel["id"],
|
606
597
|
)])
|
607
598
|
```
|
608
|
-
<!--End PulumiCodeChooser -->
|
609
599
|
|
610
600
|
## Policy-Based Workflow Example
|
611
601
|
|
612
602
|
This scenario describes one of most common ways of using workflows by defining a set of policies the workflow handles
|
613
603
|
|
614
|
-
<!--Start PulumiCodeChooser -->
|
615
604
|
```python
|
616
605
|
import pulumi
|
617
606
|
import pulumi_newrelic as newrelic
|
@@ -658,11 +647,9 @@ class Workflow(pulumi.CustomResource):
|
|
658
647
|
channel_id=webhook_channel.id,
|
659
648
|
)])
|
660
649
|
```
|
661
|
-
<!--End PulumiCodeChooser -->
|
662
650
|
|
663
651
|
### An example of a workflow with enrichments
|
664
652
|
|
665
|
-
<!--Start PulumiCodeChooser -->
|
666
653
|
```python
|
667
654
|
import pulumi
|
668
655
|
import pulumi_newrelic as newrelic
|
@@ -691,11 +678,9 @@ class Workflow(pulumi.CustomResource):
|
|
691
678
|
channel_id=webhook_channel["id"],
|
692
679
|
)])
|
693
680
|
```
|
694
|
-
<!--End PulumiCodeChooser -->
|
695
681
|
|
696
682
|
### An example of a workflow with notification triggers
|
697
683
|
|
698
|
-
<!--Start PulumiCodeChooser -->
|
699
684
|
```python
|
700
685
|
import pulumi
|
701
686
|
import pulumi_newrelic as newrelic
|
@@ -717,7 +702,6 @@ class Workflow(pulumi.CustomResource):
|
|
717
702
|
notification_triggers=["ACTIVATED"],
|
718
703
|
)])
|
719
704
|
```
|
720
|
-
<!--End PulumiCodeChooser -->
|
721
705
|
|
722
706
|
## Additional Information
|
723
707
|
|
@@ -0,0 +1,89 @@
|
|
1
|
+
pulumi_newrelic/__init__.py,sha256=Ekxa_c_Z6YcPWbvb7FFvd3lBPGRctMTA9rQGGzd13Ts,11328
|
2
|
+
pulumi_newrelic/_inputs.py,sha256=5DQRGOqITjKYcP6BTtM27bI_X64ygTDvb6hsk0Yb28I,469022
|
3
|
+
pulumi_newrelic/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
4
|
+
pulumi_newrelic/account_management.py,sha256=8mWtlTu8uP0x-4CVfAVL5kjuElnyNUeLHBqVNfIcyQc,8817
|
5
|
+
pulumi_newrelic/alert_channel.py,sha256=4sodQakUyfi7kCLMkyN6mqCJbGjwPalyScDfEvLenlw,20130
|
6
|
+
pulumi_newrelic/alert_condition.py,sha256=uVd-DZSxGW1BLS9jaCWobzCeQVWrX_tpkxJd1H2bDak,41574
|
7
|
+
pulumi_newrelic/alert_muting_rule.py,sha256=i4Ax9ybThjqOutwkHnTDCBT6FZcRNDCiQRAbRA7c7l8,18756
|
8
|
+
pulumi_newrelic/alert_policy.py,sha256=nAxaV_q0qfKiF1zOsxIxCRAMrE_xZhAErXTo8LXsIfI,26057
|
9
|
+
pulumi_newrelic/alert_policy_channel.py,sha256=xAiVGoYn-4W0P-84V0O24DebBJ5WnEZsB7Fcynod9G0,15477
|
10
|
+
pulumi_newrelic/api_access_key.py,sha256=ImnIbxvvPDRb4Lhf8uaANZYYkeKDhVet_AmUwPJyaW8,21435
|
11
|
+
pulumi_newrelic/browser_application.py,sha256=qV2660Zxy_hcI6qzL63WdxjU86QvPcsnBLjIu6jXsCg,21042
|
12
|
+
pulumi_newrelic/data_partition_rule.py,sha256=o0BKu1wud-9x3vZounbAJWumyXwwMw32vMvfzcka8Ls,20433
|
13
|
+
pulumi_newrelic/entity_tags.py,sha256=LdyMTlvgc1gQrHJZbVPIa4IaPUJrgy7EJxuy-bOxiXM,10029
|
14
|
+
pulumi_newrelic/events_to_metrics_rule.py,sha256=zG-TgPbiQWdsdbThAQK51DbDYoPvKrKjI0ZWPN85Ww0,15990
|
15
|
+
pulumi_newrelic/get_account.py,sha256=9UzKNb5Jjy97owe2HwcNx-fsUxPEel_V3anKifTC5Vo,4651
|
16
|
+
pulumi_newrelic/get_alert_channel.py,sha256=8fbAqBFL5BEXRWqTEf1RjfMnF_faYb59-ZiSf0R4-wk,5416
|
17
|
+
pulumi_newrelic/get_alert_policy.py,sha256=bXG0H6FGgPJOlSif9jcX3C281YSH7RdQLUMMeTzDhks,5795
|
18
|
+
pulumi_newrelic/get_application.py,sha256=QYmrFyNQVE0zwNZqyTUJoyr3eVvzUCb7JJGP_54ZNQM,5274
|
19
|
+
pulumi_newrelic/get_authentication_domain.py,sha256=wy5i9vGaNqYofpBE7gLrwmJAaM-NkdMglOK0lprSFjM,3498
|
20
|
+
pulumi_newrelic/get_cloud_account.py,sha256=8yAYziHYdHd1wIfNggdgI_wLq39amS3_f4eW-a-_hMY,5187
|
21
|
+
pulumi_newrelic/get_entity.py,sha256=HSdSIT7Vlq2NkxHftz0g5Givm9yz_f904Nso1ZMbu4Q,17826
|
22
|
+
pulumi_newrelic/get_group.py,sha256=pjW9nJr7tPPyi5YKev_VRyccEmQ_qGd6J8ZyWVxy33g,7783
|
23
|
+
pulumi_newrelic/get_key_transaction.py,sha256=E9z8R6wWYQiUS7PH3UOkLcmK0OfjWH2z0eClyF0nEdk,4043
|
24
|
+
pulumi_newrelic/get_notification_destination.py,sha256=lJ8svnaWcChmiqQ0Y56DEvG20tr5kbdtqeQwQcI2aoo,8152
|
25
|
+
pulumi_newrelic/get_obfuscation_expression.py,sha256=hCE-wwCU7lej_Pw15i8lfvkUmHQQhWAidpi82ZitIss,4917
|
26
|
+
pulumi_newrelic/get_service_level_alert_helper.py,sha256=l72tQXioD-T_aNC6kVZbbB4lJgN-94i3Uw1fjxUExFo,18514
|
27
|
+
pulumi_newrelic/get_test_grok_pattern.py,sha256=urF_I5IB_XA9BCvM9Ee0o1bqb1NCPbXF-HiWtHKP_4E,5538
|
28
|
+
pulumi_newrelic/get_user.py,sha256=QxI7LiKvkiBOc-Ovj3ySFzD1l2SrGO1Y7-xnrGhfP3A,7284
|
29
|
+
pulumi_newrelic/group.py,sha256=ifVMSVvNIQ4YtoRXIBCpzu7jy3AsEt0iQAFC4M3Rb8g,20907
|
30
|
+
pulumi_newrelic/infra_alert_condition.py,sha256=cGdWtqvz7Ld5JesxiH3rV5YbM2yYEJALTijUZq0qr3g,55350
|
31
|
+
pulumi_newrelic/log_parsing_rule.py,sha256=Ps-UJnwoOo7TBMslGcZ1EcZVKDvQQYBgn2LHh-Kvl8E,22408
|
32
|
+
pulumi_newrelic/monitor_downtime.py,sha256=s8uoNz56k4wkJlA4rPX2DADtFKPbWKwgMITWReYtw-w,40928
|
33
|
+
pulumi_newrelic/notification_channel.py,sha256=qy-eLwW6xA857SMH4WJ-nmiFse1WpVTp4IJvZEwUQfo,45688
|
34
|
+
pulumi_newrelic/notification_destination.py,sha256=8V3jTvxW4PI5tk7_-cJ6z23JXJ_hUmPRLXqS6Y20nMo,37505
|
35
|
+
pulumi_newrelic/nrql_alert_condition.py,sha256=y5IQOybMgrrxu8rWws5EtldfcLUZGA01KBOJdWBOZe8,105429
|
36
|
+
pulumi_newrelic/nrql_drop_rule.py,sha256=cl8nfgktPfJla-o08reMG_XsHvSrK7BMQPbH4BS2Kmk,16861
|
37
|
+
pulumi_newrelic/obfuscation_expression.py,sha256=xKG8CiFqJq7Fi1nN5xpjDK3poMwmWPakhuZHlk3vYGk,12339
|
38
|
+
pulumi_newrelic/obfuscation_rule.py,sha256=twPhKLnjSBbFxo1-uXryxNlXMrGIfs96PayPcsPTH7w,17809
|
39
|
+
pulumi_newrelic/one_dashboard.py,sha256=l2yM7Hyv7pwSmUeaJdFyXylcZu8aozJZ4f3e7RHg-8Y,18619
|
40
|
+
pulumi_newrelic/one_dashboard_json.py,sha256=nol5XYIGnZImO2UfE3QbQVSMTxlC4FlVLf0VzuNALJU,12622
|
41
|
+
pulumi_newrelic/one_dashboard_raw.py,sha256=mNTkXiLiQhRbR3K1xgeDNuHfqfh1Wdjo1aIhc_YuP0g,23542
|
42
|
+
pulumi_newrelic/outputs.py,sha256=lWhlJbjochotbpy8aI7KaiRMY5sGUO75AyR8n41uNyc,462547
|
43
|
+
pulumi_newrelic/provider.py,sha256=VPXhUfFLSVoIFew1P_oy7pHeondN5LbHsLoLqD3z7qs,19536
|
44
|
+
pulumi_newrelic/pulumi-plugin.json,sha256=BB2nuoRbgCmufIppkKjSbeCa7oIqt8NBakO_A4QV0Pk,45
|
45
|
+
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
46
|
+
pulumi_newrelic/service_level.py,sha256=n5i7XeyVSnFVZgDm3C9PoHmR70BE0n4S25bl06rVQ2U,25131
|
47
|
+
pulumi_newrelic/user.py,sha256=kmrrs7yU396-mOZwigKQVS4iAyJHGZgevWJJkjU_CdI,18942
|
48
|
+
pulumi_newrelic/workflow.py,sha256=RGz9iH2pJsEKHsD49VGIrOzVwDoyClDtqpGKY5hKIoY,41706
|
49
|
+
pulumi_newrelic/cloud/__init__.py,sha256=iv3_NQivZ9OvaZzsRb81j-_v55U3fjpbV-q2T8oW6i8,592
|
50
|
+
pulumi_newrelic/cloud/_inputs.py,sha256=PFxNJ_jznxsz2yI12uFYQMjQOI2SoHg0Q8CVieaq5SU,294585
|
51
|
+
pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=hLMpWgL21NsNGm5EfMi4cmNwskBkmpmfdITRaYGyJGA,62204
|
52
|
+
pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=9qnBNpfeY5g-1omrIV4cf80iQK3bYzVze552CcC9d-g,20827
|
53
|
+
pulumi_newrelic/cloud/aws_integrations.py,sha256=BXXnrRzkaWJBl_QUoRjhtQNFfTv4vHC3f0w6Y-wubT0,178549
|
54
|
+
pulumi_newrelic/cloud/aws_link_account.py,sha256=AW3QatCvWuJngSH90XNq0F-5-3KdEJhqR7ApRwSTWTY,15495
|
55
|
+
pulumi_newrelic/cloud/azure_integrations.py,sha256=9Wzkx5TjdXiZKiMDlEok628lTOIYFZnMAX_uajpUcy4,109298
|
56
|
+
pulumi_newrelic/cloud/azure_link_account.py,sha256=mMOVLFsyXt1JF7LC7Iv7RmDHqOMntE6jTyhlLIjoV0Y,18559
|
57
|
+
pulumi_newrelic/cloud/gcp_integrations.py,sha256=SJ4_Wqrz5ZSn6DLNLcpVdiwSfgnqLDg4GKUJPIwMGss,83502
|
58
|
+
pulumi_newrelic/cloud/gcp_link_account.py,sha256=MLYxn_IyYZm5eaA6R1V4LsyES1h-rte68X4QvCfDMjI,12431
|
59
|
+
pulumi_newrelic/cloud/outputs.py,sha256=Ow4BSp_VDxtvyYGpChi54fvOeBSUoyQ_kEBn1t1F-eQ,316241
|
60
|
+
pulumi_newrelic/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
61
|
+
pulumi_newrelic/config/__init__.pyi,sha256=8n6XwrQvqjl4HY1_XELEwc9YzT87qKE_XNuwTuxE1s8,845
|
62
|
+
pulumi_newrelic/config/vars.py,sha256=LoerUF1FfCG5xvxTF5mWFEP5ClRaMAK8KdgJiPmchp4,2110
|
63
|
+
pulumi_newrelic/insights/__init__.py,sha256=-tPATEB7zs4lUfIRTT0wNnN9a7uvXHsRi315Y9-rm30,335
|
64
|
+
pulumi_newrelic/insights/_inputs.py,sha256=_N6liJuXjt9GK3HWgA94q0fLjAckJd6Ou5ntAO0atNA,4324
|
65
|
+
pulumi_newrelic/insights/event.py,sha256=5uSl7ondJNTXc0ypv3sEBcdDPuuHUSHQRVXjbf20ROo,8896
|
66
|
+
pulumi_newrelic/insights/outputs.py,sha256=Rsw2x8EcSF_LE4pt_9jJtoF_ut0D1S4cRCxPzCIBVsU,3335
|
67
|
+
pulumi_newrelic/plugins/__init__.py,sha256=UeoukmKyu6Xm6K4W4z5N_CzyB634ttFEcP7GH9nTyeA,374
|
68
|
+
pulumi_newrelic/plugins/_inputs.py,sha256=VDptQjNnRhoeXubaDScaWrzj3SGZdnB5AIHd6CouIwA,16378
|
69
|
+
pulumi_newrelic/plugins/application_settings.py,sha256=gih1hG-Rh786Uqj-csmAeOJVeUGVcIONts_KZrra2gw,16324
|
70
|
+
pulumi_newrelic/plugins/outputs.py,sha256=rfN6vYax3n2ngC5dvVZ71FtiR0Az6LN9JQQlMWhs_QI,16191
|
71
|
+
pulumi_newrelic/plugins/workload.py,sha256=OPe_c1uv23gwzi7fcu93ym2jlvLWOBz_7ZoajwT9FhA,39626
|
72
|
+
pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
|
73
|
+
pulumi_newrelic/synthetics/_inputs.py,sha256=F8ecjlj2j3gv0oWwFNYGht9gktjMDumW-_hxoz852UE,13597
|
74
|
+
pulumi_newrelic/synthetics/alert_condition.py,sha256=yztIVICh0pJBm7iX6Noj4o6YU3AjsC4mRuX_Ypxfioc,20139
|
75
|
+
pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=6M45n6GDnhXhN38M2RkigyNWPEs4hVi4jb8AltD9dto,39073
|
76
|
+
pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=35uHyBVss7Pu9yVGgMhJnRWKutKcedT4-Av0zPfKJSs,41161
|
77
|
+
pulumi_newrelic/synthetics/get_private_location.py,sha256=Phsn8ZDUJhSvJLdXEowWPoS-VBm1nRcgLNwMIduxKSw,5787
|
78
|
+
pulumi_newrelic/synthetics/get_secure_credential.py,sha256=DiAHgm0pXM9G-5knB8KlGswZ5ZZxDwh356cUH6D0d18,4839
|
79
|
+
pulumi_newrelic/synthetics/monitor.py,sha256=E3lJkr1SPcdpoQtmvE5Z3iZ28Wj4hCZ9vWFPcEfLPbA,63714
|
80
|
+
pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=ReXKwWRU8-HOP_Gbdczcw43fY-nMXNaiZEv63OGZ628,31073
|
81
|
+
pulumi_newrelic/synthetics/outputs.py,sha256=vYBs8vBYKPBJoLpopcyZbVX8bHCXTuCx4hFehc4R_Hs,11169
|
82
|
+
pulumi_newrelic/synthetics/private_location.py,sha256=BluQDtDlZIB_cS8bElkn80Szd_rLEmOzRocFIcRMCoQ,17299
|
83
|
+
pulumi_newrelic/synthetics/script_monitor.py,sha256=r6x4DkgvJhlpKqwuenbPQymM0UUMIq_3V2ceHg8176c,53043
|
84
|
+
pulumi_newrelic/synthetics/secure_credential.py,sha256=ZRn9HLFuwBPIS-kCoe-HvqogKnlhgBzZ4hAy3J0mpaY,15238
|
85
|
+
pulumi_newrelic/synthetics/step_monitor.py,sha256=O6E8TWO-Fgy9OE0B2bN1mTvudq2hfk6h9HRpSHv0hjU,44357
|
86
|
+
pulumi_newrelic-5.23.0a1713984329.dist-info/METADATA,sha256=5S-mV7_HhIzzVb-hA3C0LnIOlJNBZphhC3D9vg-DQR4,3900
|
87
|
+
pulumi_newrelic-5.23.0a1713984329.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
88
|
+
pulumi_newrelic-5.23.0a1713984329.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
89
|
+
pulumi_newrelic-5.23.0a1713984329.dist-info/RECORD,,
|
@@ -1,89 +0,0 @@
|
|
1
|
-
pulumi_newrelic/__init__.py,sha256=Ekxa_c_Z6YcPWbvb7FFvd3lBPGRctMTA9rQGGzd13Ts,11328
|
2
|
-
pulumi_newrelic/_inputs.py,sha256=JGtADkz_crglB3eD2GkRGl_xdFIphx9W9I-r_8iwvSk,480744
|
3
|
-
pulumi_newrelic/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
4
|
-
pulumi_newrelic/account_management.py,sha256=QgCy7ncfFUPHhG4OLsflPwFMVmiveoTbg9FbLCgHmrg,8945
|
5
|
-
pulumi_newrelic/alert_channel.py,sha256=HLbSnw5HbTypinsUDChWeG_-TSUt4aBVSsx7WjKpQYs,22468
|
6
|
-
pulumi_newrelic/alert_condition.py,sha256=fHxOJ6qK05tQm-fquLCD5hpF7fEAhMpSmi9h9XD7ZHo,46895
|
7
|
-
pulumi_newrelic/alert_muting_rule.py,sha256=x_CI0QpIMABoyN426wjUOdMIzi2D0CAZVhmjhCIn6bE,19311
|
8
|
-
pulumi_newrelic/alert_policy.py,sha256=akx_edE7W2YWV2Q75j8LZ3QkUbrhgQ6IviN3b7Rrwxc,27211
|
9
|
-
pulumi_newrelic/alert_policy_channel.py,sha256=gkML9ElEnHZSZo05mxmoDaYm7yhT1M_IZXqAHCb0xms,15633
|
10
|
-
pulumi_newrelic/api_access_key.py,sha256=ImnIbxvvPDRb4Lhf8uaANZYYkeKDhVet_AmUwPJyaW8,21435
|
11
|
-
pulumi_newrelic/browser_application.py,sha256=qV2660Zxy_hcI6qzL63WdxjU86QvPcsnBLjIu6jXsCg,21042
|
12
|
-
pulumi_newrelic/data_partition_rule.py,sha256=O0F6TN64NqGcmx_GWzfKpVZg8GqvjObQT6L2K3kku7E,20589
|
13
|
-
pulumi_newrelic/entity_tags.py,sha256=4dZsgBG_CU6peOlitXIR-NpuboBELXZPp6fRafTisV4,10283
|
14
|
-
pulumi_newrelic/events_to_metrics_rule.py,sha256=sVqB1SkKijdY8HV3JkmVmXe3GuvDdQW5Oiugvsq7ZwU,16146
|
15
|
-
pulumi_newrelic/get_account.py,sha256=MXF-2JmA-8IJxJEhacxP5KutICDOz-tLnszpsyhZY1Q,4791
|
16
|
-
pulumi_newrelic/get_alert_channel.py,sha256=8fbAqBFL5BEXRWqTEf1RjfMnF_faYb59-ZiSf0R4-wk,5416
|
17
|
-
pulumi_newrelic/get_alert_policy.py,sha256=bXG0H6FGgPJOlSif9jcX3C281YSH7RdQLUMMeTzDhks,5795
|
18
|
-
pulumi_newrelic/get_application.py,sha256=DWlYK3_9acm1P6ujjrayzQalotJrjHpWLN5Ym4bPwjA,5414
|
19
|
-
pulumi_newrelic/get_authentication_domain.py,sha256=yJT3q9pDVEHom8mtVi-C57PuMMDUwqrrP2P_y6SFH1M,3638
|
20
|
-
pulumi_newrelic/get_cloud_account.py,sha256=6ZH4EJKd496uCt1rD5wYsfZxxJTPEi0g_biuMHIRVVY,5327
|
21
|
-
pulumi_newrelic/get_entity.py,sha256=vMBqqZcOadykVZuONP_YknOTmmaLTNIoy6A98H-Ayac,18386
|
22
|
-
pulumi_newrelic/get_group.py,sha256=Zqq7BpQfta0keQ3JOXBNFs9E5egsq_e1J8fNHAz7jx4,8063
|
23
|
-
pulumi_newrelic/get_key_transaction.py,sha256=tVStbkjcEXVlkYAVdITGEDXykBlFHmV2yH7MmduDYhc,4183
|
24
|
-
pulumi_newrelic/get_notification_destination.py,sha256=0xLd5ibPy8VNvBHBLss_GIXu50Zd9A8mxzeF4e9-57E,6799
|
25
|
-
pulumi_newrelic/get_obfuscation_expression.py,sha256=dBasty-MIgUdHVDQO1_Zo3gYxT2rPUl6HEATn85l6fY,5057
|
26
|
-
pulumi_newrelic/get_service_level_alert_helper.py,sha256=TcCtl5t6xpQD-yUaQFJA6x5EjtS9XQcrEhZecR6TZBU,20564
|
27
|
-
pulumi_newrelic/get_test_grok_pattern.py,sha256=jrIhcVHM-mHdOrK1qW9TVdHuKfFCmwCoaIuMyDyOHvg,5678
|
28
|
-
pulumi_newrelic/get_user.py,sha256=VifwDAVSlfdN3D5rx6pTzfQTtradIBHWIa5zBogkqso,7424
|
29
|
-
pulumi_newrelic/group.py,sha256=1XN8fGgKVq3xaewLRiqyArqO7j2H5qCbpoeR27bg2aE,21375
|
30
|
-
pulumi_newrelic/infra_alert_condition.py,sha256=sNP3q_FJKgVfZGXLKPrqD_y_G_PJ7RWL69-bThT5E2s,58305
|
31
|
-
pulumi_newrelic/log_parsing_rule.py,sha256=hMUou25gxvHouA4ceUIx4Mqx24AIohI0Cpj8-Ud6deM,22720
|
32
|
-
pulumi_newrelic/monitor_downtime.py,sha256=fd7MxTGlfCCis4Zls1-9HRJTTkR_DFifSE89VWmjOkY,46796
|
33
|
-
pulumi_newrelic/notification_channel.py,sha256=4xGVvjp3dAMtoxGxOAUqbQzU1jcPeseFgWBW9J0kDOM,47404
|
34
|
-
pulumi_newrelic/notification_destination.py,sha256=oayzxqHXi2D20EqVrAkGlc-hSgdr9yqW342tktN8aVw,29443
|
35
|
-
pulumi_newrelic/nrql_alert_condition.py,sha256=fHHhnJ0O_nN4ZKJJ8yOtzAd-ixfyewfeAHQ_nmYdBWs,106209
|
36
|
-
pulumi_newrelic/nrql_drop_rule.py,sha256=m1eB5DwfBTiHZw1tJ-BYeD7hx3g6xkA7ciApnaxD5y8,17682
|
37
|
-
pulumi_newrelic/obfuscation_expression.py,sha256=elsdrIry4lXsVHu3PUQLk-CSFJ6gP_1MzSomzodpI2U,12495
|
38
|
-
pulumi_newrelic/obfuscation_rule.py,sha256=qPHFrssOSj6HFZkMn6AyMYbu03QZQ4ILKm0qiZ2FEbo,17965
|
39
|
-
pulumi_newrelic/one_dashboard.py,sha256=WV_3eumopsQ26zEzcivKMc5lLKsWQdLBQhouUgr-BEE,20490
|
40
|
-
pulumi_newrelic/one_dashboard_json.py,sha256=nol5XYIGnZImO2UfE3QbQVSMTxlC4FlVLf0VzuNALJU,12622
|
41
|
-
pulumi_newrelic/one_dashboard_raw.py,sha256=atYUNWwRZnxugXdXiberT3g3HtdsnfFgXJk0j1ixZtE,23698
|
42
|
-
pulumi_newrelic/outputs.py,sha256=DY1J50MRpGwv5qfFg10iurt1hvOhOam7y4ipkHqX4II,473891
|
43
|
-
pulumi_newrelic/provider.py,sha256=VPXhUfFLSVoIFew1P_oy7pHeondN5LbHsLoLqD3z7qs,19536
|
44
|
-
pulumi_newrelic/pulumi-plugin.json,sha256=BB2nuoRbgCmufIppkKjSbeCa7oIqt8NBakO_A4QV0Pk,45
|
45
|
-
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
46
|
-
pulumi_newrelic/service_level.py,sha256=HytL0x-hZK9Cp7D4JNCaBaUWA5p8AGbANEiCqbHJirE,30527
|
47
|
-
pulumi_newrelic/user.py,sha256=ntd79b3D_V-2di-xNv2jQn2-VxzQPeuFXwFdeHdrkhM,19098
|
48
|
-
pulumi_newrelic/workflow.py,sha256=iibpXIAyQqlf8EdahrRhhPR8oZvryKgKsPM9EIn9F28,42330
|
49
|
-
pulumi_newrelic/cloud/__init__.py,sha256=iv3_NQivZ9OvaZzsRb81j-_v55U3fjpbV-q2T8oW6i8,592
|
50
|
-
pulumi_newrelic/cloud/_inputs.py,sha256=b8GQn6Yk8JhTcIttEAiWyYDw0E_QSW2eNQb3UFYLTYk,332136
|
51
|
-
pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=hLMpWgL21NsNGm5EfMi4cmNwskBkmpmfdITRaYGyJGA,62204
|
52
|
-
pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=wS3nzjpLZgy5ezZsLMJ3-NKvn04Z5teUFf-sgJI1G2I,20983
|
53
|
-
pulumi_newrelic/cloud/aws_integrations.py,sha256=YyES70H9ZlR0hg6a1ZZbZfThxH7cThZ924pwQ2-cMIc,180819
|
54
|
-
pulumi_newrelic/cloud/aws_link_account.py,sha256=hXvLKGt98p3Z6NibwmLKJUcR2oGZavTFE-c4RFIH5X0,15651
|
55
|
-
pulumi_newrelic/cloud/azure_integrations.py,sha256=oERQdze52wAS2rM2QJ8t7LPjBygYWhYhcIhmb-QXYRM,109454
|
56
|
-
pulumi_newrelic/cloud/azure_link_account.py,sha256=gEE4lqOoN4MHfdhNZIzLQqK_7lnr1z1l3ZUifKQ4734,18715
|
57
|
-
pulumi_newrelic/cloud/gcp_integrations.py,sha256=R8_SMH9H-rzRjTc1R0vCd0ZLQJGnN0MJa89ZDHBWhEA,83658
|
58
|
-
pulumi_newrelic/cloud/gcp_link_account.py,sha256=KvHvjgCdBFqfcWFN4kt82H5s0XMFo6_ELtTjdz1gE0k,12587
|
59
|
-
pulumi_newrelic/cloud/outputs.py,sha256=URkzIYZ5x8OJSTkR6CLawyqP2GT0R4eEIlsiA2RQwKg,353792
|
60
|
-
pulumi_newrelic/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
61
|
-
pulumi_newrelic/config/__init__.pyi,sha256=8n6XwrQvqjl4HY1_XELEwc9YzT87qKE_XNuwTuxE1s8,845
|
62
|
-
pulumi_newrelic/config/vars.py,sha256=LoerUF1FfCG5xvxTF5mWFEP5ClRaMAK8KdgJiPmchp4,2110
|
63
|
-
pulumi_newrelic/insights/__init__.py,sha256=-tPATEB7zs4lUfIRTT0wNnN9a7uvXHsRi315Y9-rm30,335
|
64
|
-
pulumi_newrelic/insights/_inputs.py,sha256=_N6liJuXjt9GK3HWgA94q0fLjAckJd6Ou5ntAO0atNA,4324
|
65
|
-
pulumi_newrelic/insights/event.py,sha256=EJmMJW8K9sEDZA8EAiTD7GXTWl2GpAz9S6ljcM2dd6E,10210
|
66
|
-
pulumi_newrelic/insights/outputs.py,sha256=Rsw2x8EcSF_LE4pt_9jJtoF_ut0D1S4cRCxPzCIBVsU,3335
|
67
|
-
pulumi_newrelic/plugins/__init__.py,sha256=UeoukmKyu6Xm6K4W4z5N_CzyB634ttFEcP7GH9nTyeA,374
|
68
|
-
pulumi_newrelic/plugins/_inputs.py,sha256=b7IKzTFR-FIfze1pBJTRzorpBmXjjjnF6Y0YEWHg5q8,17148
|
69
|
-
pulumi_newrelic/plugins/application_settings.py,sha256=I8edCp-duU-2f0O-zHVodp8YoSP4wmISyrVvNQHJCVA,16480
|
70
|
-
pulumi_newrelic/plugins/outputs.py,sha256=tC2nwOR7WwyxhXt5IRgjNcJxTE7411QCzz4kx4D-xqM,16961
|
71
|
-
pulumi_newrelic/plugins/workload.py,sha256=lVOwYEkLgoloJ9zDsTuec9xELFbjq8mkv68zI6Ko8ZY,42688
|
72
|
-
pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
|
73
|
-
pulumi_newrelic/synthetics/_inputs.py,sha256=F8ecjlj2j3gv0oWwFNYGht9gktjMDumW-_hxoz852UE,13597
|
74
|
-
pulumi_newrelic/synthetics/alert_condition.py,sha256=82sr6wDhpiOn2_UK1qAQInkXdiB1qNBIaH5u9MejQ94,21827
|
75
|
-
pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=D1DKkhJSSAlZq_T5D_cJY9jwg6WILsRu-zcsFXIiSJU,39385
|
76
|
-
pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=E-v6AZRBXkhhmSZbvVXs3Q1atYuNg4ohUpWNM_Q9UJc,41473
|
77
|
-
pulumi_newrelic/synthetics/get_private_location.py,sha256=uN_Tq4sjJVbiS0QCxNjEesZVGuZfIDk63FCauArTWQ0,6067
|
78
|
-
pulumi_newrelic/synthetics/get_secure_credential.py,sha256=RpMMEU2-hCoKZ8oT0rrCq8Rk0skr90NQtuEpM9L-T3M,5619
|
79
|
-
pulumi_newrelic/synthetics/monitor.py,sha256=eyyi1SZAxm2ZJAa6acsvsJm2YYWQHSuhU-XZq2-kvlY,64338
|
80
|
-
pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=gBS5o1CNSLbLIP_Z_lLr6B2m9quOqlxM8OjGKXs9E48,35271
|
81
|
-
pulumi_newrelic/synthetics/outputs.py,sha256=vYBs8vBYKPBJoLpopcyZbVX8bHCXTuCx4hFehc4R_Hs,11169
|
82
|
-
pulumi_newrelic/synthetics/private_location.py,sha256=M1KK6hm_H1SSX7e7MvbRPGI24o-EM2eonGse-vak1Ts,17455
|
83
|
-
pulumi_newrelic/synthetics/script_monitor.py,sha256=8CQQ-XP3WjJzyDgIIohD1JoQDyUyC793W8lvFhQ0wc0,53723
|
84
|
-
pulumi_newrelic/synthetics/secure_credential.py,sha256=mznK4gCOmFPfbUt0MOpIiIugGgoGlHxZshTl_5qN3xs,15758
|
85
|
-
pulumi_newrelic/synthetics/step_monitor.py,sha256=fSn5l0ntOjEiM8y-iy3zbAdWaNYDJWv5NHqLmrc03Yk,44725
|
86
|
-
pulumi_newrelic-5.23.0a1713561620.dist-info/METADATA,sha256=g-N0zNJkCH8QecGHkr0CGX9t65PRFYOa7JGJIeCFaLM,3900
|
87
|
-
pulumi_newrelic-5.23.0a1713561620.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
88
|
-
pulumi_newrelic-5.23.0a1713561620.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
89
|
-
pulumi_newrelic-5.23.0a1713561620.dist-info/RECORD,,
|
{pulumi_newrelic-5.23.0a1713561620.dist-info → pulumi_newrelic-5.23.0a1713984329.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|