pulumi-newrelic 5.55.0a1760077761__py3-none-any.whl → 5.55.0a1760375591__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/cloud/aws_govcloud_integrations.py +4 -0
- pulumi_newrelic/get_alert_channel.py +4 -0
- pulumi_newrelic/get_alert_policy.py +4 -0
- pulumi_newrelic/pulumi-plugin.json +1 -1
- {pulumi_newrelic-5.55.0a1760077761.dist-info → pulumi_newrelic-5.55.0a1760375591.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.55.0a1760077761.dist-info → pulumi_newrelic-5.55.0a1760375591.dist-info}/RECORD +8 -8
- {pulumi_newrelic-5.55.0a1760077761.dist-info → pulumi_newrelic-5.55.0a1760375591.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.55.0a1760077761.dist-info → pulumi_newrelic-5.55.0a1760375591.dist-info}/top_level.txt +0 -0
@@ -779,6 +779,8 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
|
|
779
779
|
|
780
780
|
To pull data from AWSGovCloud, complete the [steps outlined here](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/connect/connect-aws-govcloud-new-relic).
|
781
781
|
|
782
|
+
## Example Usage
|
783
|
+
|
782
784
|
## Import
|
783
785
|
|
784
786
|
Integrate AWSGovCloud accounts can be imported using the `id`, e.g.
|
@@ -833,6 +835,8 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
|
|
833
835
|
|
834
836
|
To pull data from AWSGovCloud, complete the [steps outlined here](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/connect/connect-aws-govcloud-new-relic).
|
835
837
|
|
838
|
+
## Example Usage
|
839
|
+
|
836
840
|
## Import
|
837
841
|
|
838
842
|
Integrate AWSGovCloud accounts can be imported using the `id`, e.g.
|
@@ -112,6 +112,8 @@ def get_alert_channel(account_id: Optional[_builtins.str] = None,
|
|
112
112
|
|
113
113
|
> **WARNING:** The `AlertChannel` data source is deprecated and will be removed in the next major release.
|
114
114
|
|
115
|
+
## Example Usage
|
116
|
+
|
115
117
|
|
116
118
|
:param _builtins.str account_id: The New Relic account ID to operate on. This allows you to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
117
119
|
:param _builtins.str name: The name of the alert channel in New Relic.
|
@@ -137,6 +139,8 @@ def get_alert_channel_output(account_id: Optional[pulumi.Input[Optional[_builtin
|
|
137
139
|
|
138
140
|
> **WARNING:** The `AlertChannel` data source is deprecated and will be removed in the next major release.
|
139
141
|
|
142
|
+
## Example Usage
|
143
|
+
|
140
144
|
|
141
145
|
:param _builtins.str account_id: The New Relic account ID to operate on. This allows you to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
142
146
|
:param _builtins.str name: The name of the alert channel in New Relic.
|
@@ -113,6 +113,8 @@ def get_alert_policy(account_id: Optional[_builtins.str] = None,
|
|
113
113
|
"""
|
114
114
|
Use this data source to get information about a specific alert policy in New Relic that already exists.
|
115
115
|
|
116
|
+
## Example Usage
|
117
|
+
|
116
118
|
|
117
119
|
:param _builtins.str account_id: The New Relic account ID to operate on. This allows you to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
118
120
|
:param _builtins.str incident_preference: The rollup strategy for the policy, which can have one of the following values:
|
@@ -142,6 +144,8 @@ def get_alert_policy_output(account_id: Optional[pulumi.Input[Optional[_builtins
|
|
142
144
|
"""
|
143
145
|
Use this data source to get information about a specific alert policy in New Relic that already exists.
|
144
146
|
|
147
|
+
## Example Usage
|
148
|
+
|
145
149
|
|
146
150
|
:param _builtins.str account_id: The New Relic account ID to operate on. This allows you to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
147
151
|
:param _builtins.str incident_preference: The rollup strategy for the policy, which can have one of the following values:
|
{pulumi_newrelic-5.55.0a1760077761.dist-info → pulumi_newrelic-5.55.0a1760375591.dist-info}/RECORD
RENAMED
@@ -13,8 +13,8 @@ pulumi_newrelic/data_partition_rule.py,sha256=trKw0gNOAVf7AVp7bHtpJuyVxGJbOFkx9N
|
|
13
13
|
pulumi_newrelic/entity_tags.py,sha256=HyxogjoTyc9jBnvUSltxGjK7JdRqrbAfm5DUpcTd1NE,10549
|
14
14
|
pulumi_newrelic/events_to_metrics_rule.py,sha256=1c4hMI-wspYsroOmqGkK2uSK-0qReyZDydwy_MSZUNc,17184
|
15
15
|
pulumi_newrelic/get_account.py,sha256=-6rn4zzYqY1nLv93qjQ-SpI1ZyE-SpWbPkv__dWdDkI,5604
|
16
|
-
pulumi_newrelic/get_alert_channel.py,sha256=
|
17
|
-
pulumi_newrelic/get_alert_policy.py,sha256=
|
16
|
+
pulumi_newrelic/get_alert_channel.py,sha256=29iEF97J6NzRQL7H-ZuMD3wXTSsv8TRhULr7EIQJUx0,6495
|
17
|
+
pulumi_newrelic/get_alert_policy.py,sha256=m3QMiL3e5b2CEkGF4QyVCyC-SV0cBQFrqDWKkAyvbxo,10016
|
18
18
|
pulumi_newrelic/get_application.py,sha256=SO_71J4z99hRXDNzum9TwJZLOqkrN7NaWCIHzh31bVw,6068
|
19
19
|
pulumi_newrelic/get_authentication_domain.py,sha256=hdYJK1DvCHzmwUodaCY2XWiTfkGZlKG4NYYYdsyFKfw,4192
|
20
20
|
pulumi_newrelic/get_cloud_account.py,sha256=lhu5c5RwUtMY0667P-6qzBpLtr5GS_2A3uttWt69SAM,6193
|
@@ -43,14 +43,14 @@ pulumi_newrelic/one_dashboard_raw.py,sha256=bTp__xyOtRYfwLR81YQLYyi_9NQNpTee7B_d
|
|
43
43
|
pulumi_newrelic/outputs.py,sha256=JoLnE95YqfEuG8lOYpUILpHsWI6DD829e63iPK-1Lqg,630645
|
44
44
|
pulumi_newrelic/pipeline_cloud_rule.py,sha256=I6874bmRCGe0b_ClHs86qyYkpFML2QvD_iMzJ-NN_ws,13644
|
45
45
|
pulumi_newrelic/provider.py,sha256=644yJkWitRT_BZOlW_q-_W0x_bnLAIfOrFx_O1V_CEA,20441
|
46
|
-
pulumi_newrelic/pulumi-plugin.json,sha256=
|
46
|
+
pulumi_newrelic/pulumi-plugin.json,sha256=U73isehSqDUTV4mZ7JxnXQmUtmSR5O2ABj5oHlbHf7w,85
|
47
47
|
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
48
48
|
pulumi_newrelic/service_level.py,sha256=gxclcbnMv1zxbt3ZSR1QCHSzcKiYXUCJfFjbyn3mKvE,29792
|
49
49
|
pulumi_newrelic/user.py,sha256=CTl-KJ2yLDl8dwmRGksYCHCQ2KvUyA8U81WV4cGpaj4,19842
|
50
50
|
pulumi_newrelic/workflow.py,sha256=tuJiT4Kp1J8DEzhigSF9QJjETewd0efiVG0P_nx1VT8,44221
|
51
51
|
pulumi_newrelic/cloud/__init__.py,sha256=5s_YksnfVoN7CFDTly58zX6t-Mf-A_kHoY7KTrOHQfM,635
|
52
52
|
pulumi_newrelic/cloud/_inputs.py,sha256=8-i7Pd7nFzLHNWd62mlOSvUtyDxUAwpnpKnkYs2FRis,405332
|
53
|
-
pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=
|
53
|
+
pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=pvnG9GBrhDttQrt8irq-9mWI1OksOahS7pmlTu4ns9M,66489
|
54
54
|
pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=08wV9Cyyqqg7OYPfRDTR6H2AaGxtaSIIg6wm3GpyYB8,19514
|
55
55
|
pulumi_newrelic/cloud/aws_integrations.py,sha256=HPrTC0d2bwDpumoW_n_neQciSvnotaFECSmr9Y5NzT8,133408
|
56
56
|
pulumi_newrelic/cloud/aws_link_account.py,sha256=oHTkMYWqmPWIZFYf9H9yMdVJbIL_vqQmTUSUh9T18TY,16415
|
@@ -86,7 +86,7 @@ pulumi_newrelic/synthetics/private_location.py,sha256=RInZWYYxloyzGmgaVTsEO_fGrn
|
|
86
86
|
pulumi_newrelic/synthetics/script_monitor.py,sha256=Ijs_jSriw0BFjqEt7sS5jfaiunBhmEB-Li-ED3lYhaM,73319
|
87
87
|
pulumi_newrelic/synthetics/secure_credential.py,sha256=f4gs62_FcBaeO6YMZLMKwBuOS73qxpKmudoelXbmtso,16701
|
88
88
|
pulumi_newrelic/synthetics/step_monitor.py,sha256=1PtSgEInngOinmSSPaPqIxwJx2iSRoMSa9Fw6zlh-rQ,52671
|
89
|
-
pulumi_newrelic-5.55.
|
90
|
-
pulumi_newrelic-5.55.
|
91
|
-
pulumi_newrelic-5.55.
|
92
|
-
pulumi_newrelic-5.55.
|
89
|
+
pulumi_newrelic-5.55.0a1760375591.dist-info/METADATA,sha256=aINGuCHnZ2o_m8V1XscFGwv7izc3hjJJNTZ6kNNt-6s,3966
|
90
|
+
pulumi_newrelic-5.55.0a1760375591.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
91
|
+
pulumi_newrelic-5.55.0a1760375591.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
92
|
+
pulumi_newrelic-5.55.0a1760375591.dist-info/RECORD,,
|
{pulumi_newrelic-5.55.0a1760077761.dist-info → pulumi_newrelic-5.55.0a1760375591.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|