pulumi-newrelic 5.46.0a1746166765__py3-none-any.whl → 5.46.0a1746734485__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 +1 -3
- pulumi_newrelic/alert_channel.py +1 -3
- pulumi_newrelic/alert_condition.py +1 -3
- pulumi_newrelic/alert_muting_rule.py +1 -3
- pulumi_newrelic/alert_policy.py +1 -3
- pulumi_newrelic/alert_policy_channel.py +1 -3
- pulumi_newrelic/api_access_key.py +1 -3
- pulumi_newrelic/browser_application.py +1 -3
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +1 -3
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +1 -3
- pulumi_newrelic/cloud/aws_integrations.py +1 -3
- pulumi_newrelic/cloud/aws_link_account.py +1 -3
- pulumi_newrelic/cloud/azure_integrations.py +1 -3
- pulumi_newrelic/cloud/azure_link_account.py +1 -3
- pulumi_newrelic/cloud/gcp_integrations.py +1 -3
- pulumi_newrelic/cloud/gcp_link_account.py +1 -3
- pulumi_newrelic/data_partition_rule.py +1 -3
- pulumi_newrelic/entity_tags.py +1 -3
- pulumi_newrelic/events_to_metrics_rule.py +1 -3
- pulumi_newrelic/group.py +1 -3
- pulumi_newrelic/infra_alert_condition.py +1 -3
- pulumi_newrelic/insights/event.py +1 -3
- pulumi_newrelic/key_transaction.py +1 -3
- pulumi_newrelic/log_parsing_rule.py +1 -3
- pulumi_newrelic/monitor_downtime.py +1 -3
- pulumi_newrelic/notification_channel.py +1 -3
- pulumi_newrelic/notification_destination.py +1 -3
- pulumi_newrelic/nrql_alert_condition.py +1 -3
- pulumi_newrelic/nrql_drop_rule.py +1 -3
- pulumi_newrelic/obfuscation_expression.py +1 -3
- pulumi_newrelic/obfuscation_rule.py +1 -3
- pulumi_newrelic/one_dashboard.py +1 -3
- pulumi_newrelic/one_dashboard_json.py +1 -3
- pulumi_newrelic/one_dashboard_raw.py +1 -3
- pulumi_newrelic/plugins/application_settings.py +1 -3
- pulumi_newrelic/plugins/workload.py +1 -3
- pulumi_newrelic/provider.py +21 -3
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +1 -3
- pulumi_newrelic/synthetics/alert_condition.py +1 -3
- pulumi_newrelic/synthetics/broken_links_monitor.py +1 -3
- pulumi_newrelic/synthetics/cert_check_monitor.py +1 -3
- pulumi_newrelic/synthetics/monitor.py +1 -3
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +1 -3
- pulumi_newrelic/synthetics/private_location.py +1 -3
- pulumi_newrelic/synthetics/script_monitor.py +1 -3
- pulumi_newrelic/synthetics/secure_credential.py +1 -3
- pulumi_newrelic/synthetics/step_monitor.py +1 -3
- pulumi_newrelic/user.py +1 -3
- pulumi_newrelic/workflow.py +1 -3
- {pulumi_newrelic-5.46.0a1746166765.dist-info → pulumi_newrelic-5.46.0a1746734485.dist-info}/METADATA +3 -3
- pulumi_newrelic-5.46.0a1746734485.dist-info/RECORD +90 -0
- {pulumi_newrelic-5.46.0a1746166765.dist-info → pulumi_newrelic-5.46.0a1746734485.dist-info}/WHEEL +1 -1
- pulumi_newrelic-5.46.0a1746166765.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.46.0a1746166765.dist-info → pulumi_newrelic-5.46.0a1746734485.dist-info}/top_level.txt +0 -0
@@ -96,10 +96,8 @@ class _AccountManagementState:
|
|
96
96
|
pulumi.set(self, "region", value)
|
97
97
|
|
98
98
|
|
99
|
+
@pulumi.type_token("newrelic:index/accountManagement:AccountManagement")
|
99
100
|
class AccountManagement(pulumi.CustomResource):
|
100
|
-
|
101
|
-
pulumi_type = "newrelic:index/accountManagement:AccountManagement"
|
102
|
-
|
103
101
|
@overload
|
104
102
|
def __init__(__self__,
|
105
103
|
resource_name: str,
|
pulumi_newrelic/alert_channel.py
CHANGED
@@ -162,10 +162,8 @@ class _AlertChannelState:
|
|
162
162
|
pulumi.set(self, "type", value)
|
163
163
|
|
164
164
|
|
165
|
+
@pulumi.type_token("newrelic:index/alertChannel:AlertChannel")
|
165
166
|
class AlertChannel(pulumi.CustomResource):
|
166
|
-
|
167
|
-
pulumi_type = "newrelic:index/alertChannel:AlertChannel"
|
168
|
-
|
169
167
|
@overload
|
170
168
|
def __init__(__self__,
|
171
169
|
resource_name: str,
|
@@ -494,10 +494,8 @@ class _AlertConditionState:
|
|
494
494
|
pulumi.set(self, "violation_close_timer", value)
|
495
495
|
|
496
496
|
|
497
|
+
@pulumi.type_token("newrelic:index/alertCondition:AlertCondition")
|
497
498
|
class AlertCondition(pulumi.CustomResource):
|
498
|
-
|
499
|
-
pulumi_type = "newrelic:index/alertCondition:AlertCondition"
|
500
|
-
|
501
499
|
@overload
|
502
500
|
def __init__(__self__,
|
503
501
|
resource_name: str,
|
@@ -257,10 +257,8 @@ class _AlertMutingRuleState:
|
|
257
257
|
pulumi.set(self, "schedule", value)
|
258
258
|
|
259
259
|
|
260
|
+
@pulumi.type_token("newrelic:index/alertMutingRule:AlertMutingRule")
|
260
261
|
class AlertMutingRule(pulumi.CustomResource):
|
261
|
-
|
262
|
-
pulumi_type = "newrelic:index/alertMutingRule:AlertMutingRule"
|
263
|
-
|
264
262
|
@overload
|
265
263
|
def __init__(__self__,
|
266
264
|
resource_name: str,
|
pulumi_newrelic/alert_policy.py
CHANGED
@@ -169,10 +169,8 @@ class _AlertPolicyState:
|
|
169
169
|
pulumi.set(self, "name", value)
|
170
170
|
|
171
171
|
|
172
|
+
@pulumi.type_token("newrelic:index/alertPolicy:AlertPolicy")
|
172
173
|
class AlertPolicy(pulumi.CustomResource):
|
173
|
-
|
174
|
-
pulumi_type = "newrelic:index/alertPolicy:AlertPolicy"
|
175
|
-
|
176
174
|
@overload
|
177
175
|
def __init__(__self__,
|
178
176
|
resource_name: str,
|
@@ -127,10 +127,8 @@ class _AlertPolicyChannelState:
|
|
127
127
|
pulumi.set(self, "policy_id", value)
|
128
128
|
|
129
129
|
|
130
|
+
@pulumi.type_token("newrelic:index/alertPolicyChannel:AlertPolicyChannel")
|
130
131
|
class AlertPolicyChannel(pulumi.CustomResource):
|
131
|
-
|
132
|
-
pulumi_type = "newrelic:index/alertPolicyChannel:AlertPolicyChannel"
|
133
|
-
|
134
132
|
@overload
|
135
133
|
def __init__(__self__,
|
136
134
|
resource_name: str,
|
@@ -239,10 +239,8 @@ class _ApiAccessKeyState:
|
|
239
239
|
pulumi.set(self, "user_id", value)
|
240
240
|
|
241
241
|
|
242
|
+
@pulumi.type_token("newrelic:index/apiAccessKey:ApiAccessKey")
|
242
243
|
class ApiAccessKey(pulumi.CustomResource):
|
243
|
-
|
244
|
-
pulumi_type = "newrelic:index/apiAccessKey:ApiAccessKey"
|
245
|
-
|
246
244
|
@overload
|
247
245
|
def __init__(__self__,
|
248
246
|
resource_name: str,
|
@@ -241,10 +241,8 @@ class _BrowserApplicationState:
|
|
241
241
|
pulumi.set(self, "name", value)
|
242
242
|
|
243
243
|
|
244
|
+
@pulumi.type_token("newrelic:index/browserApplication:BrowserApplication")
|
244
245
|
class BrowserApplication(pulumi.CustomResource):
|
245
|
-
|
246
|
-
pulumi_type = "newrelic:index/browserApplication:BrowserApplication"
|
247
|
-
|
248
246
|
@overload
|
249
247
|
def __init__(__self__,
|
250
248
|
resource_name: str,
|
@@ -738,10 +738,8 @@ class _AwsGovcloudIntegrationsState:
|
|
738
738
|
pulumi.set(self, "sqs", value)
|
739
739
|
|
740
740
|
|
741
|
+
@pulumi.type_token("newrelic:cloud/awsGovcloudIntegrations:AwsGovcloudIntegrations")
|
741
742
|
class AwsGovcloudIntegrations(pulumi.CustomResource):
|
742
|
-
|
743
|
-
pulumi_type = "newrelic:cloud/awsGovcloudIntegrations:AwsGovcloudIntegrations"
|
744
|
-
|
745
743
|
@overload
|
746
744
|
def __init__(__self__,
|
747
745
|
resource_name: str,
|
@@ -172,10 +172,8 @@ class _AwsGovcloudLinkAccountState:
|
|
172
172
|
pulumi.set(self, "name", value)
|
173
173
|
|
174
174
|
|
175
|
+
@pulumi.type_token("newrelic:cloud/awsGovcloudLinkAccount:AwsGovcloudLinkAccount")
|
175
176
|
class AwsGovcloudLinkAccount(pulumi.CustomResource):
|
176
|
-
|
177
|
-
pulumi_type = "newrelic:cloud/awsGovcloudLinkAccount:AwsGovcloudLinkAccount"
|
178
|
-
|
179
177
|
@overload
|
180
178
|
def __init__(__self__,
|
181
179
|
resource_name: str,
|
@@ -1762,10 +1762,8 @@ class _AwsIntegrationsState:
|
|
1762
1762
|
pulumi.set(self, "x_ray", value)
|
1763
1763
|
|
1764
1764
|
|
1765
|
+
@pulumi.type_token("newrelic:cloud/awsIntegrations:AwsIntegrations")
|
1765
1766
|
class AwsIntegrations(pulumi.CustomResource):
|
1766
|
-
|
1767
|
-
pulumi_type = "newrelic:cloud/awsIntegrations:AwsIntegrations"
|
1768
|
-
|
1769
1767
|
@overload
|
1770
1768
|
def __init__(__self__,
|
1771
1769
|
resource_name: str,
|
@@ -160,10 +160,8 @@ class _AwsLinkAccountState:
|
|
160
160
|
pulumi.set(self, "name", value)
|
161
161
|
|
162
162
|
|
163
|
+
@pulumi.type_token("newrelic:cloud/awsLinkAccount:AwsLinkAccount")
|
163
164
|
class AwsLinkAccount(pulumi.CustomResource):
|
164
|
-
|
165
|
-
pulumi_type = "newrelic:cloud/awsLinkAccount:AwsLinkAccount"
|
166
|
-
|
167
165
|
@overload
|
168
166
|
def __init__(__self__,
|
169
167
|
resource_name: str,
|
@@ -1158,10 +1158,8 @@ class _AzureIntegrationsState:
|
|
1158
1158
|
pulumi.set(self, "vpn_gateway", value)
|
1159
1159
|
|
1160
1160
|
|
1161
|
+
@pulumi.type_token("newrelic:cloud/azureIntegrations:AzureIntegrations")
|
1161
1162
|
class AzureIntegrations(pulumi.CustomResource):
|
1162
|
-
|
1163
|
-
pulumi_type = "newrelic:cloud/azureIntegrations:AzureIntegrations"
|
1164
|
-
|
1165
1163
|
@overload
|
1166
1164
|
def __init__(__self__,
|
1167
1165
|
resource_name: str,
|
@@ -221,10 +221,8 @@ class _AzureLinkAccountState:
|
|
221
221
|
pulumi.set(self, "tenant_id", value)
|
222
222
|
|
223
223
|
|
224
|
+
@pulumi.type_token("newrelic:cloud/azureLinkAccount:AzureLinkAccount")
|
224
225
|
class AzureLinkAccount(pulumi.CustomResource):
|
225
|
-
|
226
|
-
pulumi_type = "newrelic:cloud/azureLinkAccount:AzureLinkAccount"
|
227
|
-
|
228
226
|
@overload
|
229
227
|
def __init__(__self__,
|
230
228
|
resource_name: str,
|
@@ -938,10 +938,8 @@ class _GcpIntegrationsState:
|
|
938
938
|
pulumi.set(self, "vpc_access", value)
|
939
939
|
|
940
940
|
|
941
|
+
@pulumi.type_token("newrelic:cloud/gcpIntegrations:GcpIntegrations")
|
941
942
|
class GcpIntegrations(pulumi.CustomResource):
|
942
|
-
|
943
|
-
pulumi_type = "newrelic:cloud/gcpIntegrations:GcpIntegrations"
|
944
|
-
|
945
943
|
@overload
|
946
944
|
def __init__(__self__,
|
947
945
|
resource_name: str,
|
@@ -128,10 +128,8 @@ class _GcpLinkAccountState:
|
|
128
128
|
pulumi.set(self, "project_id", value)
|
129
129
|
|
130
130
|
|
131
|
+
@pulumi.type_token("newrelic:cloud/gcpLinkAccount:GcpLinkAccount")
|
131
132
|
class GcpLinkAccount(pulumi.CustomResource):
|
132
|
-
|
133
|
-
pulumi_type = "newrelic:cloud/gcpLinkAccount:GcpLinkAccount"
|
134
|
-
|
135
133
|
@overload
|
136
134
|
def __init__(__self__,
|
137
135
|
resource_name: str,
|
@@ -237,10 +237,8 @@ class _DataPartitionRuleState:
|
|
237
237
|
pulumi.set(self, "target_data_partition", value)
|
238
238
|
|
239
239
|
|
240
|
+
@pulumi.type_token("newrelic:index/dataPartitionRule:DataPartitionRule")
|
240
241
|
class DataPartitionRule(pulumi.CustomResource):
|
241
|
-
|
242
|
-
pulumi_type = "newrelic:index/dataPartitionRule:DataPartitionRule"
|
243
|
-
|
244
242
|
@overload
|
245
243
|
def __init__(__self__,
|
246
244
|
resource_name: str,
|
pulumi_newrelic/entity_tags.py
CHANGED
@@ -97,10 +97,8 @@ class _EntityTagsState:
|
|
97
97
|
pulumi.set(self, "tags", value)
|
98
98
|
|
99
99
|
|
100
|
+
@pulumi.type_token("newrelic:index/entityTags:EntityTags")
|
100
101
|
class EntityTags(pulumi.CustomResource):
|
101
|
-
|
102
|
-
pulumi_type = "newrelic:index/entityTags:EntityTags"
|
103
|
-
|
104
102
|
@overload
|
105
103
|
def __init__(__self__,
|
106
104
|
resource_name: str,
|
@@ -208,10 +208,8 @@ class _EventsToMetricsRuleState:
|
|
208
208
|
pulumi.set(self, "rule_id", value)
|
209
209
|
|
210
210
|
|
211
|
+
@pulumi.type_token("newrelic:index/eventsToMetricsRule:EventsToMetricsRule")
|
211
212
|
class EventsToMetricsRule(pulumi.CustomResource):
|
212
|
-
|
213
|
-
pulumi_type = "newrelic:index/eventsToMetricsRule:EventsToMetricsRule"
|
214
|
-
|
215
213
|
@overload
|
216
214
|
def __init__(__self__,
|
217
215
|
resource_name: str,
|
pulumi_newrelic/group.py
CHANGED
@@ -144,10 +144,8 @@ class _GroupState:
|
|
144
144
|
pulumi.set(self, "user_ids", value)
|
145
145
|
|
146
146
|
|
147
|
+
@pulumi.type_token("newrelic:index/group:Group")
|
147
148
|
class Group(pulumi.CustomResource):
|
148
|
-
|
149
|
-
pulumi_type = "newrelic:index/group:Group"
|
150
|
-
|
151
149
|
@overload
|
152
150
|
def __init__(__self__,
|
153
151
|
resource_name: str,
|
@@ -577,10 +577,8 @@ class _InfraAlertConditionState:
|
|
577
577
|
pulumi.set(self, "where", value)
|
578
578
|
|
579
579
|
|
580
|
+
@pulumi.type_token("newrelic:index/infraAlertCondition:InfraAlertCondition")
|
580
581
|
class InfraAlertCondition(pulumi.CustomResource):
|
581
|
-
|
582
|
-
pulumi_type = "newrelic:index/infraAlertCondition:InfraAlertCondition"
|
583
|
-
|
584
582
|
@overload
|
585
583
|
def __init__(__self__,
|
586
584
|
resource_name: str,
|
@@ -66,10 +66,8 @@ class _EventState:
|
|
66
66
|
pulumi.set(self, "events", value)
|
67
67
|
|
68
68
|
|
69
|
+
@pulumi.type_token("newrelic:insights/event:Event")
|
69
70
|
class Event(pulumi.CustomResource):
|
70
|
-
|
71
|
-
pulumi_type = "newrelic:insights/event:Event"
|
72
|
-
|
73
71
|
@overload
|
74
72
|
def __init__(__self__,
|
75
73
|
resource_name: str,
|
@@ -229,10 +229,8 @@ class _KeyTransactionState:
|
|
229
229
|
pulumi.set(self, "type", value)
|
230
230
|
|
231
231
|
|
232
|
+
@pulumi.type_token("newrelic:index/keyTransaction:KeyTransaction")
|
232
233
|
class KeyTransaction(pulumi.CustomResource):
|
233
|
-
|
234
|
-
pulumi_type = "newrelic:index/keyTransaction:KeyTransaction"
|
235
|
-
|
236
234
|
@overload
|
237
235
|
def __init__(__self__,
|
238
236
|
resource_name: str,
|
@@ -301,10 +301,8 @@ class _LogParsingRuleState:
|
|
301
301
|
pulumi.set(self, "nrql", value)
|
302
302
|
|
303
303
|
|
304
|
+
@pulumi.type_token("newrelic:index/logParsingRule:LogParsingRule")
|
304
305
|
class LogParsingRule(pulumi.CustomResource):
|
305
|
-
|
306
|
-
pulumi_type = "newrelic:index/logParsingRule:LogParsingRule"
|
307
|
-
|
308
306
|
@overload
|
309
307
|
def __init__(__self__,
|
310
308
|
resource_name: str,
|
@@ -355,10 +355,8 @@ class _MonitorDowntimeState:
|
|
355
355
|
pulumi.set(self, "time_zone", value)
|
356
356
|
|
357
357
|
|
358
|
+
@pulumi.type_token("newrelic:index/monitorDowntime:MonitorDowntime")
|
358
359
|
class MonitorDowntime(pulumi.CustomResource):
|
359
|
-
|
360
|
-
pulumi_type = "newrelic:index/monitorDowntime:MonitorDowntime"
|
361
|
-
|
362
360
|
@overload
|
363
361
|
def __init__(__self__,
|
364
362
|
resource_name: str,
|
@@ -271,10 +271,8 @@ class _NotificationChannelState:
|
|
271
271
|
pulumi.set(self, "type", value)
|
272
272
|
|
273
273
|
|
274
|
+
@pulumi.type_token("newrelic:index/notificationChannel:NotificationChannel")
|
274
275
|
class NotificationChannel(pulumi.CustomResource):
|
275
|
-
|
276
|
-
pulumi_type = "newrelic:index/notificationChannel:NotificationChannel"
|
277
|
-
|
278
276
|
@overload
|
279
277
|
def __init__(__self__,
|
280
278
|
resource_name: str,
|
@@ -377,10 +377,8 @@ class _NotificationDestinationState:
|
|
377
377
|
pulumi.set(self, "type", value)
|
378
378
|
|
379
379
|
|
380
|
+
@pulumi.type_token("newrelic:index/notificationDestination:NotificationDestination")
|
380
381
|
class NotificationDestination(pulumi.CustomResource):
|
381
|
-
|
382
|
-
pulumi_type = "newrelic:index/notificationDestination:NotificationDestination"
|
383
|
-
|
384
382
|
@overload
|
385
383
|
def __init__(__self__,
|
386
384
|
resource_name: str,
|
@@ -969,10 +969,8 @@ class _NrqlAlertConditionState:
|
|
969
969
|
pulumi.set(self, "warning", value)
|
970
970
|
|
971
971
|
|
972
|
+
@pulumi.type_token("newrelic:index/nrqlAlertCondition:NrqlAlertCondition")
|
972
973
|
class NrqlAlertCondition(pulumi.CustomResource):
|
973
|
-
|
974
|
-
pulumi_type = "newrelic:index/nrqlAlertCondition:NrqlAlertCondition"
|
975
|
-
|
976
974
|
@overload
|
977
975
|
def __init__(__self__,
|
978
976
|
resource_name: str,
|
@@ -175,10 +175,8 @@ class _NrqlDropRuleState:
|
|
175
175
|
pulumi.set(self, "rule_id", value)
|
176
176
|
|
177
177
|
|
178
|
+
@pulumi.type_token("newrelic:index/nrqlDropRule:NrqlDropRule")
|
178
179
|
class NrqlDropRule(pulumi.CustomResource):
|
179
|
-
|
180
|
-
pulumi_type = "newrelic:index/nrqlDropRule:NrqlDropRule"
|
181
|
-
|
182
180
|
@overload
|
183
181
|
def __init__(__self__,
|
184
182
|
resource_name: str,
|
@@ -160,10 +160,8 @@ class _ObfuscationExpressionState:
|
|
160
160
|
pulumi.set(self, "regex", value)
|
161
161
|
|
162
162
|
|
163
|
+
@pulumi.type_token("newrelic:index/obfuscationExpression:ObfuscationExpression")
|
163
164
|
class ObfuscationExpression(pulumi.CustomResource):
|
164
|
-
|
165
|
-
pulumi_type = "newrelic:index/obfuscationExpression:ObfuscationExpression"
|
166
|
-
|
167
165
|
@overload
|
168
166
|
def __init__(__self__,
|
169
167
|
resource_name: str,
|
@@ -224,10 +224,8 @@ class _ObfuscationRuleState:
|
|
224
224
|
pulumi.set(self, "name", value)
|
225
225
|
|
226
226
|
|
227
|
+
@pulumi.type_token("newrelic:index/obfuscationRule:ObfuscationRule")
|
227
228
|
class ObfuscationRule(pulumi.CustomResource):
|
228
|
-
|
229
|
-
pulumi_type = "newrelic:index/obfuscationRule:ObfuscationRule"
|
230
|
-
|
231
229
|
@overload
|
232
230
|
def __init__(__self__,
|
233
231
|
resource_name: str,
|
pulumi_newrelic/one_dashboard.py
CHANGED
@@ -258,10 +258,8 @@ class _OneDashboardState:
|
|
258
258
|
pulumi.set(self, "variables", value)
|
259
259
|
|
260
260
|
|
261
|
+
@pulumi.type_token("newrelic:index/oneDashboard:OneDashboard")
|
261
262
|
class OneDashboard(pulumi.CustomResource):
|
262
|
-
|
263
|
-
pulumi_type = "newrelic:index/oneDashboard:OneDashboard"
|
264
|
-
|
265
263
|
@overload
|
266
264
|
def __init__(__self__,
|
267
265
|
resource_name: str,
|
@@ -144,10 +144,8 @@ class _OneDashboardJsonState:
|
|
144
144
|
pulumi.set(self, "updated_at", value)
|
145
145
|
|
146
146
|
|
147
|
+
@pulumi.type_token("newrelic:index/oneDashboardJson:OneDashboardJson")
|
147
148
|
class OneDashboardJson(pulumi.CustomResource):
|
148
|
-
|
149
|
-
pulumi_type = "newrelic:index/oneDashboardJson:OneDashboardJson"
|
150
|
-
|
151
149
|
@overload
|
152
150
|
def __init__(__self__,
|
153
151
|
resource_name: str,
|
@@ -226,10 +226,8 @@ class _OneDashboardRawState:
|
|
226
226
|
pulumi.set(self, "permissions", value)
|
227
227
|
|
228
228
|
|
229
|
+
@pulumi.type_token("newrelic:index/oneDashboardRaw:OneDashboardRaw")
|
229
230
|
class OneDashboardRaw(pulumi.CustomResource):
|
230
|
-
|
231
|
-
pulumi_type = "newrelic:index/oneDashboardRaw:OneDashboardRaw"
|
232
|
-
|
233
231
|
@overload
|
234
232
|
def __init__(__self__,
|
235
233
|
resource_name: str,
|
@@ -407,10 +407,8 @@ class _ApplicationSettingsState:
|
|
407
407
|
pulumi.set(self, "use_server_side_config", value)
|
408
408
|
|
409
409
|
|
410
|
+
@pulumi.type_token("newrelic:plugins/applicationSettings:ApplicationSettings")
|
410
411
|
class ApplicationSettings(pulumi.CustomResource):
|
411
|
-
|
412
|
-
pulumi_type = "newrelic:plugins/applicationSettings:ApplicationSettings"
|
413
|
-
|
414
412
|
@overload
|
415
413
|
def __init__(__self__,
|
416
414
|
resource_name: str,
|
@@ -355,10 +355,8 @@ class _WorkloadState:
|
|
355
355
|
pulumi.set(self, "workload_id", value)
|
356
356
|
|
357
357
|
|
358
|
+
@pulumi.type_token("newrelic:plugins/workload:Workload")
|
358
359
|
class Workload(pulumi.CustomResource):
|
359
|
-
|
360
|
-
pulumi_type = "newrelic:plugins/workload:Workload"
|
361
|
-
|
362
360
|
@overload
|
363
361
|
def __init__(__self__,
|
364
362
|
resource_name: str,
|
pulumi_newrelic/provider.py
CHANGED
@@ -204,10 +204,8 @@ class ProviderArgs:
|
|
204
204
|
pulumi.set(self, "synthetics_api_url", value)
|
205
205
|
|
206
206
|
|
207
|
+
@pulumi.type_token("pulumi:providers:newrelic")
|
207
208
|
class Provider(pulumi.ProviderResource):
|
208
|
-
|
209
|
-
pulumi_type = "pulumi:providers:newrelic"
|
210
|
-
|
211
209
|
@overload
|
212
210
|
def __init__(__self__,
|
213
211
|
resource_name: str,
|
@@ -379,3 +377,23 @@ class Provider(pulumi.ProviderResource):
|
|
379
377
|
def synthetics_api_url(self) -> pulumi.Output[Optional[builtins.str]]:
|
380
378
|
return pulumi.get(self, "synthetics_api_url")
|
381
379
|
|
380
|
+
@pulumi.output_type
|
381
|
+
class TerraformConfigResult:
|
382
|
+
def __init__(__self__, result=None):
|
383
|
+
if result and not isinstance(result, dict):
|
384
|
+
raise TypeError("Expected argument 'result' to be a dict")
|
385
|
+
pulumi.set(__self__, "result", result)
|
386
|
+
|
387
|
+
@property
|
388
|
+
@pulumi.getter
|
389
|
+
def result(self) -> Mapping[str, Any]:
|
390
|
+
return pulumi.get(self, "result")
|
391
|
+
|
392
|
+
def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult']:
|
393
|
+
"""
|
394
|
+
This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
|
395
|
+
"""
|
396
|
+
__args__ = dict()
|
397
|
+
__args__['__self__'] = __self__
|
398
|
+
return pulumi.runtime.call('pulumi:providers:newrelic/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult)
|
399
|
+
|
pulumi_newrelic/service_level.py
CHANGED
@@ -232,10 +232,8 @@ class _ServiceLevelState:
|
|
232
232
|
pulumi.set(self, "sli_id", value)
|
233
233
|
|
234
234
|
|
235
|
+
@pulumi.type_token("newrelic:index/serviceLevel:ServiceLevel")
|
235
236
|
class ServiceLevel(pulumi.CustomResource):
|
236
|
-
|
237
|
-
pulumi_type = "newrelic:index/serviceLevel:ServiceLevel"
|
238
|
-
|
239
237
|
@overload
|
240
238
|
def __init__(__self__,
|
241
239
|
resource_name: str,
|
@@ -223,10 +223,8 @@ class _AlertConditionState:
|
|
223
223
|
pulumi.set(self, "runbook_url", value)
|
224
224
|
|
225
225
|
|
226
|
+
@pulumi.type_token("newrelic:synthetics/alertCondition:AlertCondition")
|
226
227
|
class AlertCondition(pulumi.CustomResource):
|
227
|
-
|
228
|
-
pulumi_type = "newrelic:synthetics/alertCondition:AlertCondition"
|
229
|
-
|
230
228
|
@overload
|
231
229
|
def __init__(__self__,
|
232
230
|
resource_name: str,
|
@@ -424,10 +424,8 @@ class _BrokenLinksMonitorState:
|
|
424
424
|
pulumi.set(self, "use_unsupported_legacy_runtime", value)
|
425
425
|
|
426
426
|
|
427
|
+
@pulumi.type_token("newrelic:synthetics/brokenLinksMonitor:BrokenLinksMonitor")
|
427
428
|
class BrokenLinksMonitor(pulumi.CustomResource):
|
428
|
-
|
429
|
-
pulumi_type = "newrelic:synthetics/brokenLinksMonitor:BrokenLinksMonitor"
|
430
|
-
|
431
429
|
@overload
|
432
430
|
def __init__(__self__,
|
433
431
|
resource_name: str,
|
@@ -439,10 +439,8 @@ class _CertCheckMonitorState:
|
|
439
439
|
pulumi.set(self, "use_unsupported_legacy_runtime", value)
|
440
440
|
|
441
441
|
|
442
|
+
@pulumi.type_token("newrelic:synthetics/certCheckMonitor:CertCheckMonitor")
|
442
443
|
class CertCheckMonitor(pulumi.CustomResource):
|
443
|
-
|
444
|
-
pulumi_type = "newrelic:synthetics/certCheckMonitor:CertCheckMonitor"
|
445
|
-
|
446
444
|
@overload
|
447
445
|
def __init__(__self__,
|
448
446
|
resource_name: str,
|
@@ -817,10 +817,8 @@ class _MonitorState:
|
|
817
817
|
pulumi.set(self, "verify_ssl", value)
|
818
818
|
|
819
819
|
|
820
|
+
@pulumi.type_token("newrelic:synthetics/monitor:Monitor")
|
820
821
|
class Monitor(pulumi.CustomResource):
|
821
|
-
|
822
|
-
pulumi_type = "newrelic:synthetics/monitor:Monitor"
|
823
|
-
|
824
822
|
@overload
|
825
823
|
def __init__(__self__,
|
826
824
|
resource_name: str,
|
@@ -316,10 +316,8 @@ class _MultiLocationAlertConditionState:
|
|
316
316
|
pulumi.set(self, "warning", value)
|
317
317
|
|
318
318
|
|
319
|
+
@pulumi.type_token("newrelic:synthetics/multiLocationAlertCondition:MultiLocationAlertCondition")
|
319
320
|
class MultiLocationAlertCondition(pulumi.CustomResource):
|
320
|
-
|
321
|
-
pulumi_type = "newrelic:synthetics/multiLocationAlertCondition:MultiLocationAlertCondition"
|
322
|
-
|
323
321
|
@overload
|
324
322
|
def __init__(__self__,
|
325
323
|
resource_name: str,
|
@@ -224,10 +224,8 @@ class _PrivateLocationState:
|
|
224
224
|
pulumi.set(self, "verified_script_execution", value)
|
225
225
|
|
226
226
|
|
227
|
+
@pulumi.type_token("newrelic:synthetics/privateLocation:PrivateLocation")
|
227
228
|
class PrivateLocation(pulumi.CustomResource):
|
228
|
-
|
229
|
-
pulumi_type = "newrelic:synthetics/privateLocation:PrivateLocation"
|
230
|
-
|
231
229
|
@overload
|
232
230
|
def __init__(__self__,
|
233
231
|
resource_name: str,
|
@@ -656,10 +656,8 @@ class _ScriptMonitorState:
|
|
656
656
|
pulumi.set(self, "use_unsupported_legacy_runtime", value)
|
657
657
|
|
658
658
|
|
659
|
+
@pulumi.type_token("newrelic:synthetics/scriptMonitor:ScriptMonitor")
|
659
660
|
class ScriptMonitor(pulumi.CustomResource):
|
660
|
-
|
661
|
-
pulumi_type = "newrelic:synthetics/scriptMonitor:ScriptMonitor"
|
662
|
-
|
663
661
|
@overload
|
664
662
|
def __init__(__self__,
|
665
663
|
resource_name: str,
|
@@ -191,10 +191,8 @@ class _SecureCredentialState:
|
|
191
191
|
pulumi.set(self, "value", value)
|
192
192
|
|
193
193
|
|
194
|
+
@pulumi.type_token("newrelic:synthetics/secureCredential:SecureCredential")
|
194
195
|
class SecureCredential(pulumi.CustomResource):
|
195
|
-
|
196
|
-
pulumi_type = "newrelic:synthetics/secureCredential:SecureCredential"
|
197
|
-
|
198
196
|
@overload
|
199
197
|
def __init__(__self__,
|
200
198
|
resource_name: str,
|
@@ -520,10 +520,8 @@ class _StepMonitorState:
|
|
520
520
|
pulumi.set(self, "use_unsupported_legacy_runtime", value)
|
521
521
|
|
522
522
|
|
523
|
+
@pulumi.type_token("newrelic:synthetics/stepMonitor:StepMonitor")
|
523
524
|
class StepMonitor(pulumi.CustomResource):
|
524
|
-
|
525
|
-
pulumi_type = "newrelic:synthetics/stepMonitor:StepMonitor"
|
526
|
-
|
527
525
|
@overload
|
528
526
|
def __init__(__self__,
|
529
527
|
resource_name: str,
|
pulumi_newrelic/user.py
CHANGED
@@ -175,10 +175,8 @@ class _UserState:
|
|
175
175
|
pulumi.set(self, "user_type", value)
|
176
176
|
|
177
177
|
|
178
|
+
@pulumi.type_token("newrelic:index/user:User")
|
178
179
|
class User(pulumi.CustomResource):
|
179
|
-
|
180
|
-
pulumi_type = "newrelic:index/user:User"
|
181
|
-
|
182
180
|
@overload
|
183
181
|
def __init__(__self__,
|
184
182
|
resource_name: str,
|
pulumi_newrelic/workflow.py
CHANGED
@@ -380,10 +380,8 @@ class _WorkflowState:
|
|
380
380
|
pulumi.set(self, "workflow_id", value)
|
381
381
|
|
382
382
|
|
383
|
+
@pulumi.type_token("newrelic:index/workflow:Workflow")
|
383
384
|
class Workflow(pulumi.CustomResource):
|
384
|
-
|
385
|
-
pulumi_type = "newrelic:index/workflow:Workflow"
|
386
|
-
|
387
385
|
@overload
|
388
386
|
def __init__(__self__,
|
389
387
|
resource_name: str,
|
{pulumi_newrelic-5.46.0a1746166765.dist-info → pulumi_newrelic-5.46.0a1746734485.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pulumi_newrelic
|
3
|
-
Version: 5.46.
|
3
|
+
Version: 5.46.0a1746734485
|
4
4
|
Summary: A Pulumi package for creating and managing New Relic resources.
|
5
5
|
License: Apache-2.0
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
@@ -9,9 +9,9 @@ Keywords: pulumi,new relic
|
|
9
9
|
Requires-Python: >=3.9
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
Requires-Dist: parver>=0.2.1
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.165.0
|
13
13
|
Requires-Dist: semver>=2.8.1
|
14
|
-
Requires-Dist: typing-extensions
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
15
15
|
|
16
16
|
[](https://github.com/pulumi/pulumi-newrelic/actions)
|
17
17
|
[](https://slack.pulumi.com)
|
@@ -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=bW-_7WyhGxKosgROHoDONaL8s8flZsAuj6GXt0TDNRY,9304
|
5
|
+
pulumi_newrelic/alert_channel.py,sha256=4XecWhlfBjWXY7BKI1CGavM06OBLC4dkQESV72pIFWA,22282
|
6
|
+
pulumi_newrelic/alert_condition.py,sha256=QrHw4sKihJ_6RhLKLQyZc21CXw_mljHpw7n_OGPRe-4,48366
|
7
|
+
pulumi_newrelic/alert_muting_rule.py,sha256=aW7R9CJb9Msk4JF66SnehjkWoJIWANCI8IC01Cz0Lnw,23457
|
8
|
+
pulumi_newrelic/alert_policy.py,sha256=jCxZtDd-p4lhyPhc6y4S-UTUISahIn3c_--ARGAtZyY,26861
|
9
|
+
pulumi_newrelic/alert_policy_channel.py,sha256=YqTOZSIXEQ3nkSJf3Gh8xsdNIlB3MuoYuZJozUszKSM,16712
|
10
|
+
pulumi_newrelic/api_access_key.py,sha256=9FJZ-v-m0mtESSflAgfWZRtLyWYGcDOGZ0tR-eCNN48,23329
|
11
|
+
pulumi_newrelic/browser_application.py,sha256=eag-oWsNsxCA03AKjRu4myaYdLWNUEDM2F43moISacw,22126
|
12
|
+
pulumi_newrelic/data_partition_rule.py,sha256=OpXM1CReOQKqDrwtfQXO5cG5jhcaOr7Rh7_B5-pZ9tI,21515
|
13
|
+
pulumi_newrelic/entity_tags.py,sha256=LZeMG15WTUmuctJAU4if5iR-26kByyj_xIgRixGmlGI,10492
|
14
|
+
pulumi_newrelic/events_to_metrics_rule.py,sha256=Ggu-nTe4GyKpgjicII-LKKFkeH7IF0HxUpxmTBI0b-s,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=F4ANdaarO74aNCbazQPzQNr52APtjkmqCZO3Zs4cJ18,15816
|
30
|
+
pulumi_newrelic/infra_alert_condition.py,sha256=5waUDIHSG1v9SDexezg10EwbxAaNN2xugFVTiq3wwnw,60108
|
31
|
+
pulumi_newrelic/key_transaction.py,sha256=mpq0CpvY-6YGOmyOeJ948ZNxUMqyAd93QmS1Ug92fxY,23714
|
32
|
+
pulumi_newrelic/log_parsing_rule.py,sha256=6b7xtOHvCydfGxKNkk4hCA4fZbeZ1VKpu02WLqAjA2U,23736
|
33
|
+
pulumi_newrelic/monitor_downtime.py,sha256=S5viBFtUxszdmLEzvj39aG3JT7eRxGn9du9noDflgSA,41955
|
34
|
+
pulumi_newrelic/notification_channel.py,sha256=cAxyOA2Vi8NvRJSsJAbepChUE2WcsNt6GTaS55P0f6A,49954
|
35
|
+
pulumi_newrelic/notification_destination.py,sha256=VPr931SwzkuiNRkDEKcO0NQxbkM8Plxzwu6rYU9gbpo,40094
|
36
|
+
pulumi_newrelic/nrql_alert_condition.py,sha256=xw_iJQ5gTcATOXxhU6edtnucQvae_mhIHMZZBWQMtEM,121737
|
37
|
+
pulumi_newrelic/nrql_drop_rule.py,sha256=K__MMCSYPjZRCkZ_2VpDjhNUbNt9ZIMl3gfy8uEGkZo,18358
|
38
|
+
pulumi_newrelic/obfuscation_expression.py,sha256=fNyi780IvNOKli6wNFUBagbY1Ke_qa4uuyQI681qRLA,13118
|
39
|
+
pulumi_newrelic/obfuscation_rule.py,sha256=bbCBeLfoYBS7TxWeI7_GeaqM2SUsZEbhKXYU1wp0rGc,18758
|
40
|
+
pulumi_newrelic/one_dashboard.py,sha256=9w18PgRsRgYS254n1vP8GXuG3t6UtRG6zeqmBMydS9E,21563
|
41
|
+
pulumi_newrelic/one_dashboard_json.py,sha256=rAZdAtPBnlZPuEmjdXru1-_UFFPJElkwM6RglM2mM3U,13324
|
42
|
+
pulumi_newrelic/one_dashboard_raw.py,sha256=I1vB6sGGsMlSmCEwQpCgVFwz2Y8TBBSXSTOsUo1IOdE,24383
|
43
|
+
pulumi_newrelic/outputs.py,sha256=IpwhOLBwcfvRHycFTaaoLneQcTWPWRwkeJ-HhvvJly4,605102
|
44
|
+
pulumi_newrelic/provider.py,sha256=EgMOS6nAfCgblYJueoIDVKqq8-73tJhgdeDpka1feyw,20139
|
45
|
+
pulumi_newrelic/pulumi-plugin.json,sha256=SMsnydle8BN4TGYaLdxjRWwSMkOQ6BpUhtxdB4NP734,85
|
46
|
+
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
47
|
+
pulumi_newrelic/service_level.py,sha256=6GGWzFwBryPkCOgAa-J1s3vdG9eYR_AajBj2p5LG-4A,29563
|
48
|
+
pulumi_newrelic/user.py,sha256=_mKutuSa4Pv8rJavUPSnQSjjGx3MVYnWMUEpzGk6hmY,19683
|
49
|
+
pulumi_newrelic/workflow.py,sha256=1DObPEd1NPeJsFBGOdoe61VfCb6T-0OAkmU3WcIzsTE,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=Q0Fq4mAmKh8DV16-LJb0-1YmbdpAkpLRshF0D0LTeaI,65766
|
53
|
+
pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=CjwrFBtPPF2y8ADBSJ4vWMmiH1MiN1--ncHdGwOe6X4,19355
|
54
|
+
pulumi_newrelic/cloud/aws_integrations.py,sha256=LsDxP9vQ6b8RXhria5NbycoYufANRtbqs5vC_NAy6uA,128905
|
55
|
+
pulumi_newrelic/cloud/aws_link_account.py,sha256=uItU2_0Flg0gDpH_OTq4auE-xV2ba32p2LDDYCMa72o,16256
|
56
|
+
pulumi_newrelic/cloud/azure_integrations.py,sha256=L8HGDlAbkPR2QfHUzdkx6jakwYCi83UdCjgbIbrSNCU,114532
|
57
|
+
pulumi_newrelic/cloud/azure_link_account.py,sha256=CKMz7arF5zfEznZ8PHwbrAfNwpRXB24ekRRRepX8I1M,19926
|
58
|
+
pulumi_newrelic/cloud/gcp_integrations.py,sha256=3UsTRDrkMwhc2RmN3WHhIET0_c9jqTDwEger1tKB8-I,86306
|
59
|
+
pulumi_newrelic/cloud/gcp_link_account.py,sha256=DW0hZwLw_OBRfTl7n-5q1TdNOqc9Ju2XwMZ2A6VzI8E,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=VSonlTXVazSoDJ-9dLtE7jRFBL5TGzmgo5RyZJfkyYI,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=e1csBITjlud0YH8zLW609wKp5uDLRGxjdWN9cfvRtb8,37888
|
71
|
+
pulumi_newrelic/plugins/outputs.py,sha256=PuklJ6fAxMpBtJdKnkLmSY04kH3b_9M1sp9kK9v2MR0,28876
|
72
|
+
pulumi_newrelic/plugins/workload.py,sha256=jjjUGM0ORi9Qh83MzYP-4Thm-KXL6tzaENp7ZYiQUm4,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=wbtwrRDcu_gVBc3C_uwosJTbG46qZRMweVW4RCD7hBI,22540
|
76
|
+
pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=pDS1JmCyKDXtfT5FkINIrXrRJU3nhCETzej3CawdTTc,40215
|
77
|
+
pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=51Xl8Io5tgrIyR96CusKmAn4z7JGnBP23i7MHqQuUNU,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=oEXLoZGvHgUQCaO_w0eE466vOmuHERpzgOM8VoWnf60,79292
|
81
|
+
pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=lsegttUjWeHk6NePm7csTtFNLRhgM6zy_CMx147Bzdc,35767
|
82
|
+
pulumi_newrelic/synthetics/outputs.py,sha256=830xXyikEURoCzFGzPhN3P24STqD6j-bHzqapGexWYE,11974
|
83
|
+
pulumi_newrelic/synthetics/private_location.py,sha256=Yve4AfEorAiaD8O0MefbW_wiw7ICNZbsHT-UqbXsucE,18319
|
84
|
+
pulumi_newrelic/synthetics/script_monitor.py,sha256=jv_jhfObfLtvCgwfHLt_V1-LGCu7fBIDvVhMWQmn12I,69783
|
85
|
+
pulumi_newrelic/synthetics/secure_credential.py,sha256=D7ZJ4RIP7c5KirtAv3Fo2U6q7MXMvoNiBarP9TdvXhk,16498
|
86
|
+
pulumi_newrelic/synthetics/step_monitor.py,sha256=Y-A4FdZaq9IAwG-bGpeV88X_WyAiaouCXDD9oVTv46U,52037
|
87
|
+
pulumi_newrelic-5.46.0a1746734485.dist-info/METADATA,sha256=-vxjaiadG_BAXum6Kr7KOOEympHihFgNNT7Kw0jKvBo,3966
|
88
|
+
pulumi_newrelic-5.46.0a1746734485.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
89
|
+
pulumi_newrelic-5.46.0a1746734485.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
90
|
+
pulumi_newrelic-5.46.0a1746734485.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=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=22CIB5K-2auP5Y8vgTj0V289asGQzDYhEv8uCtlyBV8,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.0a1746166765.dist-info/METADATA,sha256=Cb7iL614xeVkFarspmWpR0Nkm_t4mH-vFVGWbCTAAjA,3963
|
88
|
-
pulumi_newrelic-5.46.0a1746166765.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
89
|
-
pulumi_newrelic-5.46.0a1746166765.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
90
|
-
pulumi_newrelic-5.46.0a1746166765.dist-info/RECORD,,
|
File without changes
|