pulumi-newrelic 5.22.0__py3-none-any.whl → 5.58.0a1763707205__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.
Potentially problematic release.
This version of pulumi-newrelic might be problematic. Click here for more details.
- pulumi_newrelic/__init__.py +28 -1
- pulumi_newrelic/_inputs.py +10385 -2976
- pulumi_newrelic/_utilities.py +50 -10
- pulumi_newrelic/account_management.py +48 -42
- pulumi_newrelic/alert_channel.py +165 -175
- pulumi_newrelic/alert_condition.py +307 -319
- pulumi_newrelic/alert_muting_rule.py +193 -140
- pulumi_newrelic/alert_policy.py +121 -117
- pulumi_newrelic/alert_policy_channel.py +89 -79
- pulumi_newrelic/api_access_key.py +195 -193
- pulumi_newrelic/browser_application.py +120 -114
- pulumi_newrelic/cloud/__init__.py +3 -1
- pulumi_newrelic/cloud/_inputs.py +4267 -2714
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +206 -196
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +143 -228
- pulumi_newrelic/cloud/aws_integrations.py +510 -1490
- pulumi_newrelic/cloud/aws_link_account.py +80 -76
- pulumi_newrelic/cloud/azure_integrations.py +673 -587
- pulumi_newrelic/cloud/azure_link_account.py +121 -117
- pulumi_newrelic/cloud/gcp_integrations.py +428 -408
- pulumi_newrelic/cloud/gcp_link_account.py +65 -61
- pulumi_newrelic/cloud/oci_link_account.py +926 -0
- pulumi_newrelic/cloud/outputs.py +1678 -2321
- pulumi_newrelic/config/__init__.py +2 -1
- pulumi_newrelic/config/__init__.pyi +8 -3
- pulumi_newrelic/config/vars.py +22 -17
- pulumi_newrelic/data_partition_rule.py +119 -117
- pulumi_newrelic/entity_tags.py +111 -53
- pulumi_newrelic/events_to_metrics_rule.py +106 -102
- pulumi_newrelic/get_account.py +41 -33
- pulumi_newrelic/get_alert_channel.py +73 -28
- pulumi_newrelic/get_alert_policy.py +82 -33
- pulumi_newrelic/get_application.py +51 -43
- pulumi_newrelic/get_authentication_domain.py +27 -23
- pulumi_newrelic/get_cloud_account.py +43 -35
- pulumi_newrelic/get_entity.py +126 -183
- pulumi_newrelic/get_group.py +76 -31
- pulumi_newrelic/get_key_transaction.py +117 -42
- pulumi_newrelic/get_notification_destination.py +75 -38
- pulumi_newrelic/get_obfuscation_expression.py +47 -39
- pulumi_newrelic/get_service_level_alert_helper.py +189 -171
- pulumi_newrelic/get_test_grok_pattern.py +47 -36
- pulumi_newrelic/get_user.py +39 -31
- pulumi_newrelic/group.py +59 -199
- pulumi_newrelic/infra_alert_condition.py +399 -405
- pulumi_newrelic/insights/__init__.py +2 -1
- pulumi_newrelic/insights/_inputs.py +71 -28
- pulumi_newrelic/insights/event.py +54 -52
- pulumi_newrelic/insights/outputs.py +28 -23
- pulumi_newrelic/key_transaction.py +465 -0
- pulumi_newrelic/log_parsing_rule.py +159 -157
- pulumi_newrelic/monitor_downtime.py +311 -331
- pulumi_newrelic/notification_channel.py +534 -464
- pulumi_newrelic/notification_destination.py +238 -141
- pulumi_newrelic/nrql_alert_condition.py +820 -614
- pulumi_newrelic/nrql_drop_rule.py +113 -151
- pulumi_newrelic/obfuscation_expression.py +80 -76
- pulumi_newrelic/obfuscation_rule.py +115 -109
- pulumi_newrelic/one_dashboard.py +110 -104
- pulumi_newrelic/one_dashboard_json.py +69 -63
- pulumi_newrelic/one_dashboard_raw.py +212 -206
- pulumi_newrelic/outputs.py +4936 -2234
- pulumi_newrelic/pipeline_cloud_rule.py +335 -0
- pulumi_newrelic/plugins/__init__.py +2 -1
- pulumi_newrelic/plugins/_inputs.py +519 -89
- pulumi_newrelic/plugins/application_settings.py +463 -187
- pulumi_newrelic/plugins/outputs.py +336 -74
- pulumi_newrelic/plugins/workload.py +313 -189
- pulumi_newrelic/provider.py +156 -142
- pulumi_newrelic/pulumi-plugin.json +2 -1
- pulumi_newrelic/service_level.py +263 -263
- pulumi_newrelic/synthetics/__init__.py +2 -1
- pulumi_newrelic/synthetics/_inputs.py +265 -108
- pulumi_newrelic/synthetics/alert_condition.py +170 -180
- pulumi_newrelic/synthetics/broken_links_monitor.py +297 -249
- pulumi_newrelic/synthetics/cert_check_monitor.py +306 -258
- pulumi_newrelic/synthetics/get_private_location.py +51 -47
- pulumi_newrelic/synthetics/get_secure_credential.py +39 -31
- pulumi_newrelic/synthetics/monitor.py +658 -460
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +211 -205
- pulumi_newrelic/synthetics/outputs.py +92 -87
- pulumi_newrelic/synthetics/private_location.py +118 -112
- pulumi_newrelic/synthetics/script_monitor.py +613 -373
- pulumi_newrelic/synthetics/secure_credential.py +97 -95
- pulumi_newrelic/synthetics/step_monitor.py +445 -275
- pulumi_newrelic/user.py +84 -80
- pulumi_newrelic/workflow.py +336 -322
- {pulumi_newrelic-5.22.0.dist-info → pulumi_newrelic-5.58.0a1763707205.dist-info}/METADATA +7 -6
- pulumi_newrelic-5.58.0a1763707205.dist-info/RECORD +92 -0
- {pulumi_newrelic-5.22.0.dist-info → pulumi_newrelic-5.58.0a1763707205.dist-info}/WHEEL +1 -1
- pulumi_newrelic-5.22.0.dist-info/RECORD +0 -89
- {pulumi_newrelic-5.22.0.dist-info → pulumi_newrelic-5.58.0a1763707205.dist-info}/top_level.txt +0 -0
pulumi_newrelic/__init__.py
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins as _builtins
|
|
5
6
|
from . import _utilities
|
|
6
7
|
import typing
|
|
7
8
|
# Export this package's modules as members:
|
|
@@ -32,6 +33,7 @@ from .get_test_grok_pattern import *
|
|
|
32
33
|
from .get_user import *
|
|
33
34
|
from .group import *
|
|
34
35
|
from .infra_alert_condition import *
|
|
36
|
+
from .key_transaction import *
|
|
35
37
|
from .log_parsing_rule import *
|
|
36
38
|
from .monitor_downtime import *
|
|
37
39
|
from .notification_channel import *
|
|
@@ -43,6 +45,7 @@ from .obfuscation_rule import *
|
|
|
43
45
|
from .one_dashboard import *
|
|
44
46
|
from .one_dashboard_json import *
|
|
45
47
|
from .one_dashboard_raw import *
|
|
48
|
+
from .pipeline_cloud_rule import *
|
|
46
49
|
from .provider import *
|
|
47
50
|
from .service_level import *
|
|
48
51
|
from .user import *
|
|
@@ -136,6 +139,14 @@ _utilities.register(
|
|
|
136
139
|
"newrelic:cloud/gcpLinkAccount:GcpLinkAccount": "GcpLinkAccount"
|
|
137
140
|
}
|
|
138
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"pkg": "newrelic",
|
|
144
|
+
"mod": "cloud/ociLinkAccount",
|
|
145
|
+
"fqn": "pulumi_newrelic.cloud",
|
|
146
|
+
"classes": {
|
|
147
|
+
"newrelic:cloud/ociLinkAccount:OciLinkAccount": "OciLinkAccount"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
139
150
|
{
|
|
140
151
|
"pkg": "newrelic",
|
|
141
152
|
"mod": "index/accountManagement",
|
|
@@ -240,6 +251,14 @@ _utilities.register(
|
|
|
240
251
|
"newrelic:index/infraAlertCondition:InfraAlertCondition": "InfraAlertCondition"
|
|
241
252
|
}
|
|
242
253
|
},
|
|
254
|
+
{
|
|
255
|
+
"pkg": "newrelic",
|
|
256
|
+
"mod": "index/keyTransaction",
|
|
257
|
+
"fqn": "pulumi_newrelic",
|
|
258
|
+
"classes": {
|
|
259
|
+
"newrelic:index/keyTransaction:KeyTransaction": "KeyTransaction"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
243
262
|
{
|
|
244
263
|
"pkg": "newrelic",
|
|
245
264
|
"mod": "index/logParsingRule",
|
|
@@ -328,6 +347,14 @@ _utilities.register(
|
|
|
328
347
|
"newrelic:index/oneDashboardRaw:OneDashboardRaw": "OneDashboardRaw"
|
|
329
348
|
}
|
|
330
349
|
},
|
|
350
|
+
{
|
|
351
|
+
"pkg": "newrelic",
|
|
352
|
+
"mod": "index/pipelineCloudRule",
|
|
353
|
+
"fqn": "pulumi_newrelic",
|
|
354
|
+
"classes": {
|
|
355
|
+
"newrelic:index/pipelineCloudRule:PipelineCloudRule": "PipelineCloudRule"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
331
358
|
{
|
|
332
359
|
"pkg": "newrelic",
|
|
333
360
|
"mod": "index/serviceLevel",
|