pulumi-newrelic 5.32.1a1726562929__py3-none-any.whl → 5.33.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_newrelic/__init__.py +9 -0
- pulumi_newrelic/_inputs.py +1266 -62
- pulumi_newrelic/key_transaction.py +459 -0
- pulumi_newrelic/outputs.py +953 -1
- pulumi_newrelic/pulumi-plugin.json +1 -1
- {pulumi_newrelic-5.32.1a1726562929.dist-info → pulumi_newrelic-5.33.0.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.32.1a1726562929.dist-info → pulumi_newrelic-5.33.0.dist-info}/RECORD +9 -8
- {pulumi_newrelic-5.32.1a1726562929.dist-info → pulumi_newrelic-5.33.0.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.32.1a1726562929.dist-info → pulumi_newrelic-5.33.0.dist-info}/top_level.txt +0 -0
pulumi_newrelic/__init__.py
CHANGED
@@ -32,6 +32,7 @@ from .get_test_grok_pattern import *
|
|
32
32
|
from .get_user import *
|
33
33
|
from .group import *
|
34
34
|
from .infra_alert_condition import *
|
35
|
+
from .key_transaction import *
|
35
36
|
from .log_parsing_rule import *
|
36
37
|
from .monitor_downtime import *
|
37
38
|
from .notification_channel import *
|
@@ -240,6 +241,14 @@ _utilities.register(
|
|
240
241
|
"newrelic:index/infraAlertCondition:InfraAlertCondition": "InfraAlertCondition"
|
241
242
|
}
|
242
243
|
},
|
244
|
+
{
|
245
|
+
"pkg": "newrelic",
|
246
|
+
"mod": "index/keyTransaction",
|
247
|
+
"fqn": "pulumi_newrelic",
|
248
|
+
"classes": {
|
249
|
+
"newrelic:index/keyTransaction:KeyTransaction": "KeyTransaction"
|
250
|
+
}
|
251
|
+
},
|
243
252
|
{
|
244
253
|
"pkg": "newrelic",
|
245
254
|
"mod": "index/logParsingRule",
|