pulumi-newrelic 5.48.0a1753156041__py3-none-any.whl → 5.49.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.
Files changed (89) hide show
  1. pulumi_newrelic/__init__.py +1 -1
  2. pulumi_newrelic/_inputs.py +3759 -3760
  3. pulumi_newrelic/account_management.py +35 -36
  4. pulumi_newrelic/alert_channel.py +55 -56
  5. pulumi_newrelic/alert_condition.py +217 -218
  6. pulumi_newrelic/alert_muting_rule.py +92 -93
  7. pulumi_newrelic/alert_policy.py +69 -70
  8. pulumi_newrelic/alert_policy_channel.py +52 -53
  9. pulumi_newrelic/api_access_key.py +112 -113
  10. pulumi_newrelic/browser_application.py +113 -114
  11. pulumi_newrelic/cloud/__init__.py +1 -1
  12. pulumi_newrelic/cloud/_inputs.py +2129 -2130
  13. pulumi_newrelic/cloud/aws_govcloud_integrations.py +95 -96
  14. pulumi_newrelic/cloud/aws_govcloud_link_account.py +69 -70
  15. pulumi_newrelic/cloud/aws_integrations.py +194 -195
  16. pulumi_newrelic/cloud/aws_link_account.py +69 -70
  17. pulumi_newrelic/cloud/azure_integrations.py +131 -132
  18. pulumi_newrelic/cloud/azure_link_account.py +103 -104
  19. pulumi_newrelic/cloud/gcp_integrations.py +113 -114
  20. pulumi_newrelic/cloud/gcp_link_account.py +52 -53
  21. pulumi_newrelic/cloud/outputs.py +1417 -1418
  22. pulumi_newrelic/config/__init__.py +1 -1
  23. pulumi_newrelic/config/__init__.pyi +1 -2
  24. pulumi_newrelic/config/vars.py +14 -15
  25. pulumi_newrelic/data_partition_rule.py +112 -113
  26. pulumi_newrelic/entity_tags.py +21 -22
  27. pulumi_newrelic/events_to_metrics_rule.py +95 -96
  28. pulumi_newrelic/get_account.py +21 -22
  29. pulumi_newrelic/get_alert_channel.py +20 -21
  30. pulumi_newrelic/get_alert_policy.py +25 -26
  31. pulumi_newrelic/get_application.py +13 -14
  32. pulumi_newrelic/get_authentication_domain.py +9 -10
  33. pulumi_newrelic/get_cloud_account.py +21 -22
  34. pulumi_newrelic/get_entity.py +52 -53
  35. pulumi_newrelic/get_group.py +17 -18
  36. pulumi_newrelic/get_key_transaction.py +25 -26
  37. pulumi_newrelic/get_notification_destination.py +29 -30
  38. pulumi_newrelic/get_obfuscation_expression.py +15 -16
  39. pulumi_newrelic/get_service_level_alert_helper.py +53 -54
  40. pulumi_newrelic/get_test_grok_pattern.py +22 -23
  41. pulumi_newrelic/get_user.py +21 -22
  42. pulumi_newrelic/group.py +52 -53
  43. pulumi_newrelic/infra_alert_condition.py +255 -256
  44. pulumi_newrelic/insights/__init__.py +1 -1
  45. pulumi_newrelic/insights/_inputs.py +32 -33
  46. pulumi_newrelic/insights/event.py +4 -5
  47. pulumi_newrelic/insights/outputs.py +22 -23
  48. pulumi_newrelic/key_transaction.py +104 -105
  49. pulumi_newrelic/log_parsing_rule.py +146 -147
  50. pulumi_newrelic/monitor_downtime.py +143 -144
  51. pulumi_newrelic/notification_channel.py +115 -116
  52. pulumi_newrelic/notification_destination.py +111 -112
  53. pulumi_newrelic/nrql_alert_condition.py +430 -431
  54. pulumi_newrelic/nrql_drop_rule.py +78 -79
  55. pulumi_newrelic/obfuscation_expression.py +69 -70
  56. pulumi_newrelic/obfuscation_rule.py +89 -90
  57. pulumi_newrelic/one_dashboard.py +93 -94
  58. pulumi_newrelic/one_dashboard_json.py +62 -63
  59. pulumi_newrelic/one_dashboard_raw.py +90 -91
  60. pulumi_newrelic/outputs.py +2646 -2647
  61. pulumi_newrelic/plugins/__init__.py +1 -1
  62. pulumi_newrelic/plugins/_inputs.py +158 -159
  63. pulumi_newrelic/plugins/application_settings.py +167 -168
  64. pulumi_newrelic/plugins/outputs.py +108 -109
  65. pulumi_newrelic/plugins/workload.py +131 -132
  66. pulumi_newrelic/provider.py +106 -107
  67. pulumi_newrelic/pulumi-plugin.json +1 -1
  68. pulumi_newrelic/service_level.py +76 -77
  69. pulumi_newrelic/synthetics/__init__.py +1 -1
  70. pulumi_newrelic/synthetics/_inputs.py +127 -128
  71. pulumi_newrelic/synthetics/alert_condition.py +95 -96
  72. pulumi_newrelic/synthetics/broken_links_monitor.py +197 -198
  73. pulumi_newrelic/synthetics/cert_check_monitor.py +205 -206
  74. pulumi_newrelic/synthetics/get_private_location.py +21 -22
  75. pulumi_newrelic/synthetics/get_secure_credential.py +19 -20
  76. pulumi_newrelic/synthetics/monitor.py +378 -379
  77. pulumi_newrelic/synthetics/multi_location_alert_condition.py +118 -119
  78. pulumi_newrelic/synthetics/outputs.py +85 -86
  79. pulumi_newrelic/synthetics/private_location.py +105 -106
  80. pulumi_newrelic/synthetics/script_monitor.py +302 -303
  81. pulumi_newrelic/synthetics/secure_credential.py +86 -87
  82. pulumi_newrelic/synthetics/step_monitor.py +220 -221
  83. pulumi_newrelic/user.py +69 -70
  84. pulumi_newrelic/workflow.py +139 -140
  85. {pulumi_newrelic-5.48.0a1753156041.dist-info → pulumi_newrelic-5.49.0.dist-info}/METADATA +1 -1
  86. pulumi_newrelic-5.49.0.dist-info/RECORD +90 -0
  87. pulumi_newrelic-5.48.0a1753156041.dist-info/RECORD +0 -90
  88. {pulumi_newrelic-5.48.0a1753156041.dist-info → pulumi_newrelic-5.49.0.dist-info}/WHEEL +0 -0
  89. {pulumi_newrelic-5.48.0a1753156041.dist-info → pulumi_newrelic-5.49.0.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
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
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -22,8 +21,8 @@ __all__ = ['AzureIntegrationsArgs', 'AzureIntegrations']
22
21
  @pulumi.input_type
23
22
  class AzureIntegrationsArgs:
24
23
  def __init__(__self__, *,
25
- linked_account_id: pulumi.Input[builtins.str],
26
- account_id: Optional[pulumi.Input[builtins.str]] = None,
24
+ linked_account_id: pulumi.Input[_builtins.str],
25
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
27
26
  api_management: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']] = None,
28
27
  app_gateway: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']] = None,
29
28
  app_service: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']] = None,
@@ -58,11 +57,11 @@ class AzureIntegrationsArgs:
58
57
  vpn_gateway: Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']] = None):
59
58
  """
60
59
  The set of arguments for constructing a AzureIntegrations resource.
61
- :param pulumi.Input[builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
60
+ :param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
62
61
 
63
62
 
64
63
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
65
- :param pulumi.Input[builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
64
+ :param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
66
65
  :param pulumi.Input['AzureIntegrationsApiManagementArgs'] api_management: Azure API Management. See Integration blocks below for details.
67
66
  :param pulumi.Input['AzureIntegrationsAppGatewayArgs'] app_gateway: Azure App Gateway. See Integration blocks below for details.
68
67
  :param pulumi.Input['AzureIntegrationsAppServiceArgs'] app_service: Azure App Service. See Integration blocks below for details.
@@ -170,9 +169,9 @@ class AzureIntegrationsArgs:
170
169
  if vpn_gateway is not None:
171
170
  pulumi.set(__self__, "vpn_gateway", vpn_gateway)
172
171
 
173
- @property
172
+ @_builtins.property
174
173
  @pulumi.getter(name="linkedAccountId")
175
- def linked_account_id(self) -> pulumi.Input[builtins.str]:
174
+ def linked_account_id(self) -> pulumi.Input[_builtins.str]:
176
175
  """
177
176
  The ID of the linked Azure account in New Relic.
178
177
 
@@ -182,22 +181,22 @@ class AzureIntegrationsArgs:
182
181
  return pulumi.get(self, "linked_account_id")
183
182
 
184
183
  @linked_account_id.setter
185
- def linked_account_id(self, value: pulumi.Input[builtins.str]):
184
+ def linked_account_id(self, value: pulumi.Input[_builtins.str]):
186
185
  pulumi.set(self, "linked_account_id", value)
187
186
 
188
- @property
187
+ @_builtins.property
189
188
  @pulumi.getter(name="accountId")
190
- def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
189
+ def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
191
190
  """
192
191
  The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
193
192
  """
194
193
  return pulumi.get(self, "account_id")
195
194
 
196
195
  @account_id.setter
197
- def account_id(self, value: Optional[pulumi.Input[builtins.str]]):
196
+ def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
198
197
  pulumi.set(self, "account_id", value)
199
198
 
200
- @property
199
+ @_builtins.property
201
200
  @pulumi.getter(name="apiManagement")
202
201
  def api_management(self) -> Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']]:
203
202
  """
@@ -209,7 +208,7 @@ class AzureIntegrationsArgs:
209
208
  def api_management(self, value: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']]):
210
209
  pulumi.set(self, "api_management", value)
211
210
 
212
- @property
211
+ @_builtins.property
213
212
  @pulumi.getter(name="appGateway")
214
213
  def app_gateway(self) -> Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']]:
215
214
  """
@@ -221,7 +220,7 @@ class AzureIntegrationsArgs:
221
220
  def app_gateway(self, value: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']]):
222
221
  pulumi.set(self, "app_gateway", value)
223
222
 
224
- @property
223
+ @_builtins.property
225
224
  @pulumi.getter(name="appService")
226
225
  def app_service(self) -> Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]:
227
226
  """
@@ -233,7 +232,7 @@ class AzureIntegrationsArgs:
233
232
  def app_service(self, value: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]):
234
233
  pulumi.set(self, "app_service", value)
235
234
 
236
- @property
235
+ @_builtins.property
237
236
  @pulumi.getter
238
237
  def containers(self) -> Optional[pulumi.Input['AzureIntegrationsContainersArgs']]:
239
238
  """
@@ -245,7 +244,7 @@ class AzureIntegrationsArgs:
245
244
  def containers(self, value: Optional[pulumi.Input['AzureIntegrationsContainersArgs']]):
246
245
  pulumi.set(self, "containers", value)
247
246
 
248
- @property
247
+ @_builtins.property
249
248
  @pulumi.getter(name="cosmosDb")
250
249
  def cosmos_db(self) -> Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']]:
251
250
  """
@@ -257,7 +256,7 @@ class AzureIntegrationsArgs:
257
256
  def cosmos_db(self, value: Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']]):
258
257
  pulumi.set(self, "cosmos_db", value)
259
258
 
260
- @property
259
+ @_builtins.property
261
260
  @pulumi.getter(name="costManagement")
262
261
  def cost_management(self) -> Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']]:
263
262
  """
@@ -269,7 +268,7 @@ class AzureIntegrationsArgs:
269
268
  def cost_management(self, value: Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']]):
270
269
  pulumi.set(self, "cost_management", value)
271
270
 
272
- @property
271
+ @_builtins.property
273
272
  @pulumi.getter(name="dataFactory")
274
273
  def data_factory(self) -> Optional[pulumi.Input['AzureIntegrationsDataFactoryArgs']]:
275
274
  """
@@ -281,7 +280,7 @@ class AzureIntegrationsArgs:
281
280
  def data_factory(self, value: Optional[pulumi.Input['AzureIntegrationsDataFactoryArgs']]):
282
281
  pulumi.set(self, "data_factory", value)
283
282
 
284
- @property
283
+ @_builtins.property
285
284
  @pulumi.getter(name="eventHub")
286
285
  def event_hub(self) -> Optional[pulumi.Input['AzureIntegrationsEventHubArgs']]:
287
286
  """
@@ -293,7 +292,7 @@ class AzureIntegrationsArgs:
293
292
  def event_hub(self, value: Optional[pulumi.Input['AzureIntegrationsEventHubArgs']]):
294
293
  pulumi.set(self, "event_hub", value)
295
294
 
296
- @property
295
+ @_builtins.property
297
296
  @pulumi.getter(name="expressRoute")
298
297
  def express_route(self) -> Optional[pulumi.Input['AzureIntegrationsExpressRouteArgs']]:
299
298
  """
@@ -305,7 +304,7 @@ class AzureIntegrationsArgs:
305
304
  def express_route(self, value: Optional[pulumi.Input['AzureIntegrationsExpressRouteArgs']]):
306
305
  pulumi.set(self, "express_route", value)
307
306
 
308
- @property
307
+ @_builtins.property
309
308
  @pulumi.getter
310
309
  def firewalls(self) -> Optional[pulumi.Input['AzureIntegrationsFirewallsArgs']]:
311
310
  """
@@ -317,7 +316,7 @@ class AzureIntegrationsArgs:
317
316
  def firewalls(self, value: Optional[pulumi.Input['AzureIntegrationsFirewallsArgs']]):
318
317
  pulumi.set(self, "firewalls", value)
319
318
 
320
- @property
319
+ @_builtins.property
321
320
  @pulumi.getter(name="frontDoor")
322
321
  def front_door(self) -> Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']]:
323
322
  """
@@ -329,7 +328,7 @@ class AzureIntegrationsArgs:
329
328
  def front_door(self, value: Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']]):
330
329
  pulumi.set(self, "front_door", value)
331
330
 
332
- @property
331
+ @_builtins.property
333
332
  @pulumi.getter
334
333
  def functions(self) -> Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']]:
335
334
  """
@@ -341,7 +340,7 @@ class AzureIntegrationsArgs:
341
340
  def functions(self, value: Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']]):
342
341
  pulumi.set(self, "functions", value)
343
342
 
344
- @property
343
+ @_builtins.property
345
344
  @pulumi.getter(name="keyVault")
346
345
  def key_vault(self) -> Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']]:
347
346
  """
@@ -353,7 +352,7 @@ class AzureIntegrationsArgs:
353
352
  def key_vault(self, value: Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']]):
354
353
  pulumi.set(self, "key_vault", value)
355
354
 
356
- @property
355
+ @_builtins.property
357
356
  @pulumi.getter(name="loadBalancer")
358
357
  def load_balancer(self) -> Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']]:
359
358
  """
@@ -365,7 +364,7 @@ class AzureIntegrationsArgs:
365
364
  def load_balancer(self, value: Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']]):
366
365
  pulumi.set(self, "load_balancer", value)
367
366
 
368
- @property
367
+ @_builtins.property
369
368
  @pulumi.getter(name="logicApps")
370
369
  def logic_apps(self) -> Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']]:
371
370
  """
@@ -377,7 +376,7 @@ class AzureIntegrationsArgs:
377
376
  def logic_apps(self, value: Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']]):
378
377
  pulumi.set(self, "logic_apps", value)
379
378
 
380
- @property
379
+ @_builtins.property
381
380
  @pulumi.getter(name="machineLearning")
382
381
  def machine_learning(self) -> Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']]:
383
382
  """
@@ -389,7 +388,7 @@ class AzureIntegrationsArgs:
389
388
  def machine_learning(self, value: Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']]):
390
389
  pulumi.set(self, "machine_learning", value)
391
390
 
392
- @property
391
+ @_builtins.property
393
392
  @pulumi.getter(name="mariaDb")
394
393
  def maria_db(self) -> Optional[pulumi.Input['AzureIntegrationsMariaDbArgs']]:
395
394
  """
@@ -401,7 +400,7 @@ class AzureIntegrationsArgs:
401
400
  def maria_db(self, value: Optional[pulumi.Input['AzureIntegrationsMariaDbArgs']]):
402
401
  pulumi.set(self, "maria_db", value)
403
402
 
404
- @property
403
+ @_builtins.property
405
404
  @pulumi.getter
406
405
  def monitor(self) -> Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]:
407
406
  """
@@ -415,7 +414,7 @@ class AzureIntegrationsArgs:
415
414
  def monitor(self, value: Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]):
416
415
  pulumi.set(self, "monitor", value)
417
416
 
418
- @property
417
+ @_builtins.property
419
418
  @pulumi.getter
420
419
  def mysql(self) -> Optional[pulumi.Input['AzureIntegrationsMysqlArgs']]:
421
420
  """
@@ -427,7 +426,7 @@ class AzureIntegrationsArgs:
427
426
  def mysql(self, value: Optional[pulumi.Input['AzureIntegrationsMysqlArgs']]):
428
427
  pulumi.set(self, "mysql", value)
429
428
 
430
- @property
429
+ @_builtins.property
431
430
  @pulumi.getter(name="mysqlFlexible")
432
431
  def mysql_flexible(self) -> Optional[pulumi.Input['AzureIntegrationsMysqlFlexibleArgs']]:
433
432
  """
@@ -439,7 +438,7 @@ class AzureIntegrationsArgs:
439
438
  def mysql_flexible(self, value: Optional[pulumi.Input['AzureIntegrationsMysqlFlexibleArgs']]):
440
439
  pulumi.set(self, "mysql_flexible", value)
441
440
 
442
- @property
441
+ @_builtins.property
443
442
  @pulumi.getter
444
443
  def postgresql(self) -> Optional[pulumi.Input['AzureIntegrationsPostgresqlArgs']]:
445
444
  """
@@ -451,7 +450,7 @@ class AzureIntegrationsArgs:
451
450
  def postgresql(self, value: Optional[pulumi.Input['AzureIntegrationsPostgresqlArgs']]):
452
451
  pulumi.set(self, "postgresql", value)
453
452
 
454
- @property
453
+ @_builtins.property
455
454
  @pulumi.getter(name="postgresqlFlexible")
456
455
  def postgresql_flexible(self) -> Optional[pulumi.Input['AzureIntegrationsPostgresqlFlexibleArgs']]:
457
456
  """
@@ -463,7 +462,7 @@ class AzureIntegrationsArgs:
463
462
  def postgresql_flexible(self, value: Optional[pulumi.Input['AzureIntegrationsPostgresqlFlexibleArgs']]):
464
463
  pulumi.set(self, "postgresql_flexible", value)
465
464
 
466
- @property
465
+ @_builtins.property
467
466
  @pulumi.getter(name="powerBiDedicated")
468
467
  def power_bi_dedicated(self) -> Optional[pulumi.Input['AzureIntegrationsPowerBiDedicatedArgs']]:
469
468
  """
@@ -475,7 +474,7 @@ class AzureIntegrationsArgs:
475
474
  def power_bi_dedicated(self, value: Optional[pulumi.Input['AzureIntegrationsPowerBiDedicatedArgs']]):
476
475
  pulumi.set(self, "power_bi_dedicated", value)
477
476
 
478
- @property
477
+ @_builtins.property
479
478
  @pulumi.getter(name="redisCache")
480
479
  def redis_cache(self) -> Optional[pulumi.Input['AzureIntegrationsRedisCacheArgs']]:
481
480
  """
@@ -487,7 +486,7 @@ class AzureIntegrationsArgs:
487
486
  def redis_cache(self, value: Optional[pulumi.Input['AzureIntegrationsRedisCacheArgs']]):
488
487
  pulumi.set(self, "redis_cache", value)
489
488
 
490
- @property
489
+ @_builtins.property
491
490
  @pulumi.getter(name="serviceBus")
492
491
  def service_bus(self) -> Optional[pulumi.Input['AzureIntegrationsServiceBusArgs']]:
493
492
  """
@@ -499,7 +498,7 @@ class AzureIntegrationsArgs:
499
498
  def service_bus(self, value: Optional[pulumi.Input['AzureIntegrationsServiceBusArgs']]):
500
499
  pulumi.set(self, "service_bus", value)
501
500
 
502
- @property
501
+ @_builtins.property
503
502
  @pulumi.getter
504
503
  def sql(self) -> Optional[pulumi.Input['AzureIntegrationsSqlArgs']]:
505
504
  """
@@ -511,7 +510,7 @@ class AzureIntegrationsArgs:
511
510
  def sql(self, value: Optional[pulumi.Input['AzureIntegrationsSqlArgs']]):
512
511
  pulumi.set(self, "sql", value)
513
512
 
514
- @property
513
+ @_builtins.property
515
514
  @pulumi.getter(name="sqlManaged")
516
515
  def sql_managed(self) -> Optional[pulumi.Input['AzureIntegrationsSqlManagedArgs']]:
517
516
  """
@@ -523,7 +522,7 @@ class AzureIntegrationsArgs:
523
522
  def sql_managed(self, value: Optional[pulumi.Input['AzureIntegrationsSqlManagedArgs']]):
524
523
  pulumi.set(self, "sql_managed", value)
525
524
 
526
- @property
525
+ @_builtins.property
527
526
  @pulumi.getter
528
527
  def storage(self) -> Optional[pulumi.Input['AzureIntegrationsStorageArgs']]:
529
528
  """
@@ -537,7 +536,7 @@ class AzureIntegrationsArgs:
537
536
  def storage(self, value: Optional[pulumi.Input['AzureIntegrationsStorageArgs']]):
538
537
  pulumi.set(self, "storage", value)
539
538
 
540
- @property
539
+ @_builtins.property
541
540
  @pulumi.getter(name="virtualMachine")
542
541
  def virtual_machine(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualMachineArgs']]:
543
542
  """
@@ -549,7 +548,7 @@ class AzureIntegrationsArgs:
549
548
  def virtual_machine(self, value: Optional[pulumi.Input['AzureIntegrationsVirtualMachineArgs']]):
550
549
  pulumi.set(self, "virtual_machine", value)
551
550
 
552
- @property
551
+ @_builtins.property
553
552
  @pulumi.getter(name="virtualNetworks")
554
553
  def virtual_networks(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]:
555
554
  """
@@ -561,7 +560,7 @@ class AzureIntegrationsArgs:
561
560
  def virtual_networks(self, value: Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]):
562
561
  pulumi.set(self, "virtual_networks", value)
563
562
 
564
- @property
563
+ @_builtins.property
565
564
  @pulumi.getter
566
565
  def vms(self) -> Optional[pulumi.Input['AzureIntegrationsVmsArgs']]:
567
566
  """
@@ -573,7 +572,7 @@ class AzureIntegrationsArgs:
573
572
  def vms(self, value: Optional[pulumi.Input['AzureIntegrationsVmsArgs']]):
574
573
  pulumi.set(self, "vms", value)
575
574
 
576
- @property
575
+ @_builtins.property
577
576
  @pulumi.getter(name="vpnGateway")
578
577
  def vpn_gateway(self) -> Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']]:
579
578
  """
@@ -591,7 +590,7 @@ class AzureIntegrationsArgs:
591
590
  @pulumi.input_type
592
591
  class _AzureIntegrationsState:
593
592
  def __init__(__self__, *,
594
- account_id: Optional[pulumi.Input[builtins.str]] = None,
593
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
595
594
  api_management: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']] = None,
596
595
  app_gateway: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']] = None,
597
596
  app_service: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']] = None,
@@ -605,7 +604,7 @@ class _AzureIntegrationsState:
605
604
  front_door: Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']] = None,
606
605
  functions: Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']] = None,
607
606
  key_vault: Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']] = None,
608
- linked_account_id: Optional[pulumi.Input[builtins.str]] = None,
607
+ linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
609
608
  load_balancer: Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']] = None,
610
609
  logic_apps: Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']] = None,
611
610
  machine_learning: Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']] = None,
@@ -627,7 +626,7 @@ class _AzureIntegrationsState:
627
626
  vpn_gateway: Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']] = None):
628
627
  """
629
628
  Input properties used for looking up and filtering AzureIntegrations resources.
630
- :param pulumi.Input[builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
629
+ :param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
631
630
  :param pulumi.Input['AzureIntegrationsApiManagementArgs'] api_management: Azure API Management. See Integration blocks below for details.
632
631
  :param pulumi.Input['AzureIntegrationsAppGatewayArgs'] app_gateway: Azure App Gateway. See Integration blocks below for details.
633
632
  :param pulumi.Input['AzureIntegrationsAppServiceArgs'] app_service: Azure App Service. See Integration blocks below for details.
@@ -641,7 +640,7 @@ class _AzureIntegrationsState:
641
640
  :param pulumi.Input['AzureIntegrationsFrontDoorArgs'] front_door: Azure Front Door. See Integration blocks below for details.
642
641
  :param pulumi.Input['AzureIntegrationsFunctionsArgs'] functions: Azure Functions. See Integration blocks below for details.
643
642
  :param pulumi.Input['AzureIntegrationsKeyVaultArgs'] key_vault: Azure Key Vault. See Integration blocks below for details.
644
- :param pulumi.Input[builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
643
+ :param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
645
644
 
646
645
 
647
646
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
@@ -740,19 +739,19 @@ class _AzureIntegrationsState:
740
739
  if vpn_gateway is not None:
741
740
  pulumi.set(__self__, "vpn_gateway", vpn_gateway)
742
741
 
743
- @property
742
+ @_builtins.property
744
743
  @pulumi.getter(name="accountId")
745
- def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
744
+ def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
746
745
  """
747
746
  The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
748
747
  """
749
748
  return pulumi.get(self, "account_id")
750
749
 
751
750
  @account_id.setter
752
- def account_id(self, value: Optional[pulumi.Input[builtins.str]]):
751
+ def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
753
752
  pulumi.set(self, "account_id", value)
754
753
 
755
- @property
754
+ @_builtins.property
756
755
  @pulumi.getter(name="apiManagement")
757
756
  def api_management(self) -> Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']]:
758
757
  """
@@ -764,7 +763,7 @@ class _AzureIntegrationsState:
764
763
  def api_management(self, value: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']]):
765
764
  pulumi.set(self, "api_management", value)
766
765
 
767
- @property
766
+ @_builtins.property
768
767
  @pulumi.getter(name="appGateway")
769
768
  def app_gateway(self) -> Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']]:
770
769
  """
@@ -776,7 +775,7 @@ class _AzureIntegrationsState:
776
775
  def app_gateway(self, value: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']]):
777
776
  pulumi.set(self, "app_gateway", value)
778
777
 
779
- @property
778
+ @_builtins.property
780
779
  @pulumi.getter(name="appService")
781
780
  def app_service(self) -> Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]:
782
781
  """
@@ -788,7 +787,7 @@ class _AzureIntegrationsState:
788
787
  def app_service(self, value: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]):
789
788
  pulumi.set(self, "app_service", value)
790
789
 
791
- @property
790
+ @_builtins.property
792
791
  @pulumi.getter
793
792
  def containers(self) -> Optional[pulumi.Input['AzureIntegrationsContainersArgs']]:
794
793
  """
@@ -800,7 +799,7 @@ class _AzureIntegrationsState:
800
799
  def containers(self, value: Optional[pulumi.Input['AzureIntegrationsContainersArgs']]):
801
800
  pulumi.set(self, "containers", value)
802
801
 
803
- @property
802
+ @_builtins.property
804
803
  @pulumi.getter(name="cosmosDb")
805
804
  def cosmos_db(self) -> Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']]:
806
805
  """
@@ -812,7 +811,7 @@ class _AzureIntegrationsState:
812
811
  def cosmos_db(self, value: Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']]):
813
812
  pulumi.set(self, "cosmos_db", value)
814
813
 
815
- @property
814
+ @_builtins.property
816
815
  @pulumi.getter(name="costManagement")
817
816
  def cost_management(self) -> Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']]:
818
817
  """
@@ -824,7 +823,7 @@ class _AzureIntegrationsState:
824
823
  def cost_management(self, value: Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']]):
825
824
  pulumi.set(self, "cost_management", value)
826
825
 
827
- @property
826
+ @_builtins.property
828
827
  @pulumi.getter(name="dataFactory")
829
828
  def data_factory(self) -> Optional[pulumi.Input['AzureIntegrationsDataFactoryArgs']]:
830
829
  """
@@ -836,7 +835,7 @@ class _AzureIntegrationsState:
836
835
  def data_factory(self, value: Optional[pulumi.Input['AzureIntegrationsDataFactoryArgs']]):
837
836
  pulumi.set(self, "data_factory", value)
838
837
 
839
- @property
838
+ @_builtins.property
840
839
  @pulumi.getter(name="eventHub")
841
840
  def event_hub(self) -> Optional[pulumi.Input['AzureIntegrationsEventHubArgs']]:
842
841
  """
@@ -848,7 +847,7 @@ class _AzureIntegrationsState:
848
847
  def event_hub(self, value: Optional[pulumi.Input['AzureIntegrationsEventHubArgs']]):
849
848
  pulumi.set(self, "event_hub", value)
850
849
 
851
- @property
850
+ @_builtins.property
852
851
  @pulumi.getter(name="expressRoute")
853
852
  def express_route(self) -> Optional[pulumi.Input['AzureIntegrationsExpressRouteArgs']]:
854
853
  """
@@ -860,7 +859,7 @@ class _AzureIntegrationsState:
860
859
  def express_route(self, value: Optional[pulumi.Input['AzureIntegrationsExpressRouteArgs']]):
861
860
  pulumi.set(self, "express_route", value)
862
861
 
863
- @property
862
+ @_builtins.property
864
863
  @pulumi.getter
865
864
  def firewalls(self) -> Optional[pulumi.Input['AzureIntegrationsFirewallsArgs']]:
866
865
  """
@@ -872,7 +871,7 @@ class _AzureIntegrationsState:
872
871
  def firewalls(self, value: Optional[pulumi.Input['AzureIntegrationsFirewallsArgs']]):
873
872
  pulumi.set(self, "firewalls", value)
874
873
 
875
- @property
874
+ @_builtins.property
876
875
  @pulumi.getter(name="frontDoor")
877
876
  def front_door(self) -> Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']]:
878
877
  """
@@ -884,7 +883,7 @@ class _AzureIntegrationsState:
884
883
  def front_door(self, value: Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']]):
885
884
  pulumi.set(self, "front_door", value)
886
885
 
887
- @property
886
+ @_builtins.property
888
887
  @pulumi.getter
889
888
  def functions(self) -> Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']]:
890
889
  """
@@ -896,7 +895,7 @@ class _AzureIntegrationsState:
896
895
  def functions(self, value: Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']]):
897
896
  pulumi.set(self, "functions", value)
898
897
 
899
- @property
898
+ @_builtins.property
900
899
  @pulumi.getter(name="keyVault")
901
900
  def key_vault(self) -> Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']]:
902
901
  """
@@ -908,9 +907,9 @@ class _AzureIntegrationsState:
908
907
  def key_vault(self, value: Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']]):
909
908
  pulumi.set(self, "key_vault", value)
910
909
 
911
- @property
910
+ @_builtins.property
912
911
  @pulumi.getter(name="linkedAccountId")
913
- def linked_account_id(self) -> Optional[pulumi.Input[builtins.str]]:
912
+ def linked_account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
914
913
  """
915
914
  The ID of the linked Azure account in New Relic.
916
915
 
@@ -920,10 +919,10 @@ class _AzureIntegrationsState:
920
919
  return pulumi.get(self, "linked_account_id")
921
920
 
922
921
  @linked_account_id.setter
923
- def linked_account_id(self, value: Optional[pulumi.Input[builtins.str]]):
922
+ def linked_account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
924
923
  pulumi.set(self, "linked_account_id", value)
925
924
 
926
- @property
925
+ @_builtins.property
927
926
  @pulumi.getter(name="loadBalancer")
928
927
  def load_balancer(self) -> Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']]:
929
928
  """
@@ -935,7 +934,7 @@ class _AzureIntegrationsState:
935
934
  def load_balancer(self, value: Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']]):
936
935
  pulumi.set(self, "load_balancer", value)
937
936
 
938
- @property
937
+ @_builtins.property
939
938
  @pulumi.getter(name="logicApps")
940
939
  def logic_apps(self) -> Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']]:
941
940
  """
@@ -947,7 +946,7 @@ class _AzureIntegrationsState:
947
946
  def logic_apps(self, value: Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']]):
948
947
  pulumi.set(self, "logic_apps", value)
949
948
 
950
- @property
949
+ @_builtins.property
951
950
  @pulumi.getter(name="machineLearning")
952
951
  def machine_learning(self) -> Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']]:
953
952
  """
@@ -959,7 +958,7 @@ class _AzureIntegrationsState:
959
958
  def machine_learning(self, value: Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']]):
960
959
  pulumi.set(self, "machine_learning", value)
961
960
 
962
- @property
961
+ @_builtins.property
963
962
  @pulumi.getter(name="mariaDb")
964
963
  def maria_db(self) -> Optional[pulumi.Input['AzureIntegrationsMariaDbArgs']]:
965
964
  """
@@ -971,7 +970,7 @@ class _AzureIntegrationsState:
971
970
  def maria_db(self, value: Optional[pulumi.Input['AzureIntegrationsMariaDbArgs']]):
972
971
  pulumi.set(self, "maria_db", value)
973
972
 
974
- @property
973
+ @_builtins.property
975
974
  @pulumi.getter
976
975
  def monitor(self) -> Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]:
977
976
  """
@@ -985,7 +984,7 @@ class _AzureIntegrationsState:
985
984
  def monitor(self, value: Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]):
986
985
  pulumi.set(self, "monitor", value)
987
986
 
988
- @property
987
+ @_builtins.property
989
988
  @pulumi.getter
990
989
  def mysql(self) -> Optional[pulumi.Input['AzureIntegrationsMysqlArgs']]:
991
990
  """
@@ -997,7 +996,7 @@ class _AzureIntegrationsState:
997
996
  def mysql(self, value: Optional[pulumi.Input['AzureIntegrationsMysqlArgs']]):
998
997
  pulumi.set(self, "mysql", value)
999
998
 
1000
- @property
999
+ @_builtins.property
1001
1000
  @pulumi.getter(name="mysqlFlexible")
1002
1001
  def mysql_flexible(self) -> Optional[pulumi.Input['AzureIntegrationsMysqlFlexibleArgs']]:
1003
1002
  """
@@ -1009,7 +1008,7 @@ class _AzureIntegrationsState:
1009
1008
  def mysql_flexible(self, value: Optional[pulumi.Input['AzureIntegrationsMysqlFlexibleArgs']]):
1010
1009
  pulumi.set(self, "mysql_flexible", value)
1011
1010
 
1012
- @property
1011
+ @_builtins.property
1013
1012
  @pulumi.getter
1014
1013
  def postgresql(self) -> Optional[pulumi.Input['AzureIntegrationsPostgresqlArgs']]:
1015
1014
  """
@@ -1021,7 +1020,7 @@ class _AzureIntegrationsState:
1021
1020
  def postgresql(self, value: Optional[pulumi.Input['AzureIntegrationsPostgresqlArgs']]):
1022
1021
  pulumi.set(self, "postgresql", value)
1023
1022
 
1024
- @property
1023
+ @_builtins.property
1025
1024
  @pulumi.getter(name="postgresqlFlexible")
1026
1025
  def postgresql_flexible(self) -> Optional[pulumi.Input['AzureIntegrationsPostgresqlFlexibleArgs']]:
1027
1026
  """
@@ -1033,7 +1032,7 @@ class _AzureIntegrationsState:
1033
1032
  def postgresql_flexible(self, value: Optional[pulumi.Input['AzureIntegrationsPostgresqlFlexibleArgs']]):
1034
1033
  pulumi.set(self, "postgresql_flexible", value)
1035
1034
 
1036
- @property
1035
+ @_builtins.property
1037
1036
  @pulumi.getter(name="powerBiDedicated")
1038
1037
  def power_bi_dedicated(self) -> Optional[pulumi.Input['AzureIntegrationsPowerBiDedicatedArgs']]:
1039
1038
  """
@@ -1045,7 +1044,7 @@ class _AzureIntegrationsState:
1045
1044
  def power_bi_dedicated(self, value: Optional[pulumi.Input['AzureIntegrationsPowerBiDedicatedArgs']]):
1046
1045
  pulumi.set(self, "power_bi_dedicated", value)
1047
1046
 
1048
- @property
1047
+ @_builtins.property
1049
1048
  @pulumi.getter(name="redisCache")
1050
1049
  def redis_cache(self) -> Optional[pulumi.Input['AzureIntegrationsRedisCacheArgs']]:
1051
1050
  """
@@ -1057,7 +1056,7 @@ class _AzureIntegrationsState:
1057
1056
  def redis_cache(self, value: Optional[pulumi.Input['AzureIntegrationsRedisCacheArgs']]):
1058
1057
  pulumi.set(self, "redis_cache", value)
1059
1058
 
1060
- @property
1059
+ @_builtins.property
1061
1060
  @pulumi.getter(name="serviceBus")
1062
1061
  def service_bus(self) -> Optional[pulumi.Input['AzureIntegrationsServiceBusArgs']]:
1063
1062
  """
@@ -1069,7 +1068,7 @@ class _AzureIntegrationsState:
1069
1068
  def service_bus(self, value: Optional[pulumi.Input['AzureIntegrationsServiceBusArgs']]):
1070
1069
  pulumi.set(self, "service_bus", value)
1071
1070
 
1072
- @property
1071
+ @_builtins.property
1073
1072
  @pulumi.getter
1074
1073
  def sql(self) -> Optional[pulumi.Input['AzureIntegrationsSqlArgs']]:
1075
1074
  """
@@ -1081,7 +1080,7 @@ class _AzureIntegrationsState:
1081
1080
  def sql(self, value: Optional[pulumi.Input['AzureIntegrationsSqlArgs']]):
1082
1081
  pulumi.set(self, "sql", value)
1083
1082
 
1084
- @property
1083
+ @_builtins.property
1085
1084
  @pulumi.getter(name="sqlManaged")
1086
1085
  def sql_managed(self) -> Optional[pulumi.Input['AzureIntegrationsSqlManagedArgs']]:
1087
1086
  """
@@ -1093,7 +1092,7 @@ class _AzureIntegrationsState:
1093
1092
  def sql_managed(self, value: Optional[pulumi.Input['AzureIntegrationsSqlManagedArgs']]):
1094
1093
  pulumi.set(self, "sql_managed", value)
1095
1094
 
1096
- @property
1095
+ @_builtins.property
1097
1096
  @pulumi.getter
1098
1097
  def storage(self) -> Optional[pulumi.Input['AzureIntegrationsStorageArgs']]:
1099
1098
  """
@@ -1107,7 +1106,7 @@ class _AzureIntegrationsState:
1107
1106
  def storage(self, value: Optional[pulumi.Input['AzureIntegrationsStorageArgs']]):
1108
1107
  pulumi.set(self, "storage", value)
1109
1108
 
1110
- @property
1109
+ @_builtins.property
1111
1110
  @pulumi.getter(name="virtualMachine")
1112
1111
  def virtual_machine(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualMachineArgs']]:
1113
1112
  """
@@ -1119,7 +1118,7 @@ class _AzureIntegrationsState:
1119
1118
  def virtual_machine(self, value: Optional[pulumi.Input['AzureIntegrationsVirtualMachineArgs']]):
1120
1119
  pulumi.set(self, "virtual_machine", value)
1121
1120
 
1122
- @property
1121
+ @_builtins.property
1123
1122
  @pulumi.getter(name="virtualNetworks")
1124
1123
  def virtual_networks(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]:
1125
1124
  """
@@ -1131,7 +1130,7 @@ class _AzureIntegrationsState:
1131
1130
  def virtual_networks(self, value: Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]):
1132
1131
  pulumi.set(self, "virtual_networks", value)
1133
1132
 
1134
- @property
1133
+ @_builtins.property
1135
1134
  @pulumi.getter
1136
1135
  def vms(self) -> Optional[pulumi.Input['AzureIntegrationsVmsArgs']]:
1137
1136
  """
@@ -1143,7 +1142,7 @@ class _AzureIntegrationsState:
1143
1142
  def vms(self, value: Optional[pulumi.Input['AzureIntegrationsVmsArgs']]):
1144
1143
  pulumi.set(self, "vms", value)
1145
1144
 
1146
- @property
1145
+ @_builtins.property
1147
1146
  @pulumi.getter(name="vpnGateway")
1148
1147
  def vpn_gateway(self) -> Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']]:
1149
1148
  """
@@ -1164,7 +1163,7 @@ class AzureIntegrations(pulumi.CustomResource):
1164
1163
  def __init__(__self__,
1165
1164
  resource_name: str,
1166
1165
  opts: Optional[pulumi.ResourceOptions] = None,
1167
- account_id: Optional[pulumi.Input[builtins.str]] = None,
1166
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
1168
1167
  api_management: Optional[pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']]] = None,
1169
1168
  app_gateway: Optional[pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']]] = None,
1170
1169
  app_service: Optional[pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']]] = None,
@@ -1178,7 +1177,7 @@ class AzureIntegrations(pulumi.CustomResource):
1178
1177
  front_door: Optional[pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']]] = None,
1179
1178
  functions: Optional[pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']]] = None,
1180
1179
  key_vault: Optional[pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']]] = None,
1181
- linked_account_id: Optional[pulumi.Input[builtins.str]] = None,
1180
+ linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
1182
1181
  load_balancer: Optional[pulumi.Input[Union['AzureIntegrationsLoadBalancerArgs', 'AzureIntegrationsLoadBalancerArgsDict']]] = None,
1183
1182
  logic_apps: Optional[pulumi.Input[Union['AzureIntegrationsLogicAppsArgs', 'AzureIntegrationsLogicAppsArgsDict']]] = None,
1184
1183
  machine_learning: Optional[pulumi.Input[Union['AzureIntegrationsMachineLearningArgs', 'AzureIntegrationsMachineLearningArgsDict']]] = None,
@@ -1377,7 +1376,7 @@ class AzureIntegrations(pulumi.CustomResource):
1377
1376
 
1378
1377
  :param str resource_name: The name of the resource.
1379
1378
  :param pulumi.ResourceOptions opts: Options for the resource.
1380
- :param pulumi.Input[builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1379
+ :param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1381
1380
  :param pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']] api_management: Azure API Management. See Integration blocks below for details.
1382
1381
  :param pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']] app_gateway: Azure App Gateway. See Integration blocks below for details.
1383
1382
  :param pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']] app_service: Azure App Service. See Integration blocks below for details.
@@ -1391,7 +1390,7 @@ class AzureIntegrations(pulumi.CustomResource):
1391
1390
  :param pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']] front_door: Azure Front Door. See Integration blocks below for details.
1392
1391
  :param pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']] functions: Azure Functions. See Integration blocks below for details.
1393
1392
  :param pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']] key_vault: Azure Key Vault. See Integration blocks below for details.
1394
- :param pulumi.Input[builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
1393
+ :param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
1395
1394
 
1396
1395
 
1397
1396
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
@@ -1618,7 +1617,7 @@ class AzureIntegrations(pulumi.CustomResource):
1618
1617
  def _internal_init(__self__,
1619
1618
  resource_name: str,
1620
1619
  opts: Optional[pulumi.ResourceOptions] = None,
1621
- account_id: Optional[pulumi.Input[builtins.str]] = None,
1620
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
1622
1621
  api_management: Optional[pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']]] = None,
1623
1622
  app_gateway: Optional[pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']]] = None,
1624
1623
  app_service: Optional[pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']]] = None,
@@ -1632,7 +1631,7 @@ class AzureIntegrations(pulumi.CustomResource):
1632
1631
  front_door: Optional[pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']]] = None,
1633
1632
  functions: Optional[pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']]] = None,
1634
1633
  key_vault: Optional[pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']]] = None,
1635
- linked_account_id: Optional[pulumi.Input[builtins.str]] = None,
1634
+ linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
1636
1635
  load_balancer: Optional[pulumi.Input[Union['AzureIntegrationsLoadBalancerArgs', 'AzureIntegrationsLoadBalancerArgsDict']]] = None,
1637
1636
  logic_apps: Optional[pulumi.Input[Union['AzureIntegrationsLogicAppsArgs', 'AzureIntegrationsLogicAppsArgsDict']]] = None,
1638
1637
  machine_learning: Optional[pulumi.Input[Union['AzureIntegrationsMachineLearningArgs', 'AzureIntegrationsMachineLearningArgsDict']]] = None,
@@ -1707,7 +1706,7 @@ class AzureIntegrations(pulumi.CustomResource):
1707
1706
  def get(resource_name: str,
1708
1707
  id: pulumi.Input[str],
1709
1708
  opts: Optional[pulumi.ResourceOptions] = None,
1710
- account_id: Optional[pulumi.Input[builtins.str]] = None,
1709
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
1711
1710
  api_management: Optional[pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']]] = None,
1712
1711
  app_gateway: Optional[pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']]] = None,
1713
1712
  app_service: Optional[pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']]] = None,
@@ -1721,7 +1720,7 @@ class AzureIntegrations(pulumi.CustomResource):
1721
1720
  front_door: Optional[pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']]] = None,
1722
1721
  functions: Optional[pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']]] = None,
1723
1722
  key_vault: Optional[pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']]] = None,
1724
- linked_account_id: Optional[pulumi.Input[builtins.str]] = None,
1723
+ linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
1725
1724
  load_balancer: Optional[pulumi.Input[Union['AzureIntegrationsLoadBalancerArgs', 'AzureIntegrationsLoadBalancerArgsDict']]] = None,
1726
1725
  logic_apps: Optional[pulumi.Input[Union['AzureIntegrationsLogicAppsArgs', 'AzureIntegrationsLogicAppsArgsDict']]] = None,
1727
1726
  machine_learning: Optional[pulumi.Input[Union['AzureIntegrationsMachineLearningArgs', 'AzureIntegrationsMachineLearningArgsDict']]] = None,
@@ -1748,7 +1747,7 @@ class AzureIntegrations(pulumi.CustomResource):
1748
1747
  :param str resource_name: The unique name of the resulting resource.
1749
1748
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1750
1749
  :param pulumi.ResourceOptions opts: Options for the resource.
1751
- :param pulumi.Input[builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1750
+ :param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1752
1751
  :param pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']] api_management: Azure API Management. See Integration blocks below for details.
1753
1752
  :param pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']] app_gateway: Azure App Gateway. See Integration blocks below for details.
1754
1753
  :param pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']] app_service: Azure App Service. See Integration blocks below for details.
@@ -1762,7 +1761,7 @@ class AzureIntegrations(pulumi.CustomResource):
1762
1761
  :param pulumi.Input[Union['AzureIntegrationsFrontDoorArgs', 'AzureIntegrationsFrontDoorArgsDict']] front_door: Azure Front Door. See Integration blocks below for details.
1763
1762
  :param pulumi.Input[Union['AzureIntegrationsFunctionsArgs', 'AzureIntegrationsFunctionsArgsDict']] functions: Azure Functions. See Integration blocks below for details.
1764
1763
  :param pulumi.Input[Union['AzureIntegrationsKeyVaultArgs', 'AzureIntegrationsKeyVaultArgsDict']] key_vault: Azure Key Vault. See Integration blocks below for details.
1765
- :param pulumi.Input[builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
1764
+ :param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked Azure account in New Relic.
1766
1765
 
1767
1766
 
1768
1767
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
@@ -1832,15 +1831,15 @@ class AzureIntegrations(pulumi.CustomResource):
1832
1831
  __props__.__dict__["vpn_gateway"] = vpn_gateway
1833
1832
  return AzureIntegrations(resource_name, opts=opts, __props__=__props__)
1834
1833
 
1835
- @property
1834
+ @_builtins.property
1836
1835
  @pulumi.getter(name="accountId")
1837
- def account_id(self) -> pulumi.Output[builtins.str]:
1836
+ def account_id(self) -> pulumi.Output[_builtins.str]:
1838
1837
  """
1839
1838
  The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1840
1839
  """
1841
1840
  return pulumi.get(self, "account_id")
1842
1841
 
1843
- @property
1842
+ @_builtins.property
1844
1843
  @pulumi.getter(name="apiManagement")
1845
1844
  def api_management(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsApiManagement']]:
1846
1845
  """
@@ -1848,7 +1847,7 @@ class AzureIntegrations(pulumi.CustomResource):
1848
1847
  """
1849
1848
  return pulumi.get(self, "api_management")
1850
1849
 
1851
- @property
1850
+ @_builtins.property
1852
1851
  @pulumi.getter(name="appGateway")
1853
1852
  def app_gateway(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsAppGateway']]:
1854
1853
  """
@@ -1856,7 +1855,7 @@ class AzureIntegrations(pulumi.CustomResource):
1856
1855
  """
1857
1856
  return pulumi.get(self, "app_gateway")
1858
1857
 
1859
- @property
1858
+ @_builtins.property
1860
1859
  @pulumi.getter(name="appService")
1861
1860
  def app_service(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsAppService']]:
1862
1861
  """
@@ -1864,7 +1863,7 @@ class AzureIntegrations(pulumi.CustomResource):
1864
1863
  """
1865
1864
  return pulumi.get(self, "app_service")
1866
1865
 
1867
- @property
1866
+ @_builtins.property
1868
1867
  @pulumi.getter
1869
1868
  def containers(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsContainers']]:
1870
1869
  """
@@ -1872,7 +1871,7 @@ class AzureIntegrations(pulumi.CustomResource):
1872
1871
  """
1873
1872
  return pulumi.get(self, "containers")
1874
1873
 
1875
- @property
1874
+ @_builtins.property
1876
1875
  @pulumi.getter(name="cosmosDb")
1877
1876
  def cosmos_db(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsCosmosDb']]:
1878
1877
  """
@@ -1880,7 +1879,7 @@ class AzureIntegrations(pulumi.CustomResource):
1880
1879
  """
1881
1880
  return pulumi.get(self, "cosmos_db")
1882
1881
 
1883
- @property
1882
+ @_builtins.property
1884
1883
  @pulumi.getter(name="costManagement")
1885
1884
  def cost_management(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsCostManagement']]:
1886
1885
  """
@@ -1888,7 +1887,7 @@ class AzureIntegrations(pulumi.CustomResource):
1888
1887
  """
1889
1888
  return pulumi.get(self, "cost_management")
1890
1889
 
1891
- @property
1890
+ @_builtins.property
1892
1891
  @pulumi.getter(name="dataFactory")
1893
1892
  def data_factory(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsDataFactory']]:
1894
1893
  """
@@ -1896,7 +1895,7 @@ class AzureIntegrations(pulumi.CustomResource):
1896
1895
  """
1897
1896
  return pulumi.get(self, "data_factory")
1898
1897
 
1899
- @property
1898
+ @_builtins.property
1900
1899
  @pulumi.getter(name="eventHub")
1901
1900
  def event_hub(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsEventHub']]:
1902
1901
  """
@@ -1904,7 +1903,7 @@ class AzureIntegrations(pulumi.CustomResource):
1904
1903
  """
1905
1904
  return pulumi.get(self, "event_hub")
1906
1905
 
1907
- @property
1906
+ @_builtins.property
1908
1907
  @pulumi.getter(name="expressRoute")
1909
1908
  def express_route(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsExpressRoute']]:
1910
1909
  """
@@ -1912,7 +1911,7 @@ class AzureIntegrations(pulumi.CustomResource):
1912
1911
  """
1913
1912
  return pulumi.get(self, "express_route")
1914
1913
 
1915
- @property
1914
+ @_builtins.property
1916
1915
  @pulumi.getter
1917
1916
  def firewalls(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsFirewalls']]:
1918
1917
  """
@@ -1920,7 +1919,7 @@ class AzureIntegrations(pulumi.CustomResource):
1920
1919
  """
1921
1920
  return pulumi.get(self, "firewalls")
1922
1921
 
1923
- @property
1922
+ @_builtins.property
1924
1923
  @pulumi.getter(name="frontDoor")
1925
1924
  def front_door(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsFrontDoor']]:
1926
1925
  """
@@ -1928,7 +1927,7 @@ class AzureIntegrations(pulumi.CustomResource):
1928
1927
  """
1929
1928
  return pulumi.get(self, "front_door")
1930
1929
 
1931
- @property
1930
+ @_builtins.property
1932
1931
  @pulumi.getter
1933
1932
  def functions(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsFunctions']]:
1934
1933
  """
@@ -1936,7 +1935,7 @@ class AzureIntegrations(pulumi.CustomResource):
1936
1935
  """
1937
1936
  return pulumi.get(self, "functions")
1938
1937
 
1939
- @property
1938
+ @_builtins.property
1940
1939
  @pulumi.getter(name="keyVault")
1941
1940
  def key_vault(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsKeyVault']]:
1942
1941
  """
@@ -1944,9 +1943,9 @@ class AzureIntegrations(pulumi.CustomResource):
1944
1943
  """
1945
1944
  return pulumi.get(self, "key_vault")
1946
1945
 
1947
- @property
1946
+ @_builtins.property
1948
1947
  @pulumi.getter(name="linkedAccountId")
1949
- def linked_account_id(self) -> pulumi.Output[builtins.str]:
1948
+ def linked_account_id(self) -> pulumi.Output[_builtins.str]:
1950
1949
  """
1951
1950
  The ID of the linked Azure account in New Relic.
1952
1951
 
@@ -1955,7 +1954,7 @@ class AzureIntegrations(pulumi.CustomResource):
1955
1954
  """
1956
1955
  return pulumi.get(self, "linked_account_id")
1957
1956
 
1958
- @property
1957
+ @_builtins.property
1959
1958
  @pulumi.getter(name="loadBalancer")
1960
1959
  def load_balancer(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsLoadBalancer']]:
1961
1960
  """
@@ -1963,7 +1962,7 @@ class AzureIntegrations(pulumi.CustomResource):
1963
1962
  """
1964
1963
  return pulumi.get(self, "load_balancer")
1965
1964
 
1966
- @property
1965
+ @_builtins.property
1967
1966
  @pulumi.getter(name="logicApps")
1968
1967
  def logic_apps(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsLogicApps']]:
1969
1968
  """
@@ -1971,7 +1970,7 @@ class AzureIntegrations(pulumi.CustomResource):
1971
1970
  """
1972
1971
  return pulumi.get(self, "logic_apps")
1973
1972
 
1974
- @property
1973
+ @_builtins.property
1975
1974
  @pulumi.getter(name="machineLearning")
1976
1975
  def machine_learning(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMachineLearning']]:
1977
1976
  """
@@ -1979,7 +1978,7 @@ class AzureIntegrations(pulumi.CustomResource):
1979
1978
  """
1980
1979
  return pulumi.get(self, "machine_learning")
1981
1980
 
1982
- @property
1981
+ @_builtins.property
1983
1982
  @pulumi.getter(name="mariaDb")
1984
1983
  def maria_db(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMariaDb']]:
1985
1984
  """
@@ -1987,7 +1986,7 @@ class AzureIntegrations(pulumi.CustomResource):
1987
1986
  """
1988
1987
  return pulumi.get(self, "maria_db")
1989
1988
 
1990
- @property
1989
+ @_builtins.property
1991
1990
  @pulumi.getter
1992
1991
  def monitor(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMonitor']]:
1993
1992
  """
@@ -1997,7 +1996,7 @@ class AzureIntegrations(pulumi.CustomResource):
1997
1996
  """
1998
1997
  return pulumi.get(self, "monitor")
1999
1998
 
2000
- @property
1999
+ @_builtins.property
2001
2000
  @pulumi.getter
2002
2001
  def mysql(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMysql']]:
2003
2002
  """
@@ -2005,7 +2004,7 @@ class AzureIntegrations(pulumi.CustomResource):
2005
2004
  """
2006
2005
  return pulumi.get(self, "mysql")
2007
2006
 
2008
- @property
2007
+ @_builtins.property
2009
2008
  @pulumi.getter(name="mysqlFlexible")
2010
2009
  def mysql_flexible(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMysqlFlexible']]:
2011
2010
  """
@@ -2013,7 +2012,7 @@ class AzureIntegrations(pulumi.CustomResource):
2013
2012
  """
2014
2013
  return pulumi.get(self, "mysql_flexible")
2015
2014
 
2016
- @property
2015
+ @_builtins.property
2017
2016
  @pulumi.getter
2018
2017
  def postgresql(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsPostgresql']]:
2019
2018
  """
@@ -2021,7 +2020,7 @@ class AzureIntegrations(pulumi.CustomResource):
2021
2020
  """
2022
2021
  return pulumi.get(self, "postgresql")
2023
2022
 
2024
- @property
2023
+ @_builtins.property
2025
2024
  @pulumi.getter(name="postgresqlFlexible")
2026
2025
  def postgresql_flexible(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsPostgresqlFlexible']]:
2027
2026
  """
@@ -2029,7 +2028,7 @@ class AzureIntegrations(pulumi.CustomResource):
2029
2028
  """
2030
2029
  return pulumi.get(self, "postgresql_flexible")
2031
2030
 
2032
- @property
2031
+ @_builtins.property
2033
2032
  @pulumi.getter(name="powerBiDedicated")
2034
2033
  def power_bi_dedicated(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsPowerBiDedicated']]:
2035
2034
  """
@@ -2037,7 +2036,7 @@ class AzureIntegrations(pulumi.CustomResource):
2037
2036
  """
2038
2037
  return pulumi.get(self, "power_bi_dedicated")
2039
2038
 
2040
- @property
2039
+ @_builtins.property
2041
2040
  @pulumi.getter(name="redisCache")
2042
2041
  def redis_cache(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsRedisCache']]:
2043
2042
  """
@@ -2045,7 +2044,7 @@ class AzureIntegrations(pulumi.CustomResource):
2045
2044
  """
2046
2045
  return pulumi.get(self, "redis_cache")
2047
2046
 
2048
- @property
2047
+ @_builtins.property
2049
2048
  @pulumi.getter(name="serviceBus")
2050
2049
  def service_bus(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsServiceBus']]:
2051
2050
  """
@@ -2053,7 +2052,7 @@ class AzureIntegrations(pulumi.CustomResource):
2053
2052
  """
2054
2053
  return pulumi.get(self, "service_bus")
2055
2054
 
2056
- @property
2055
+ @_builtins.property
2057
2056
  @pulumi.getter
2058
2057
  def sql(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsSql']]:
2059
2058
  """
@@ -2061,7 +2060,7 @@ class AzureIntegrations(pulumi.CustomResource):
2061
2060
  """
2062
2061
  return pulumi.get(self, "sql")
2063
2062
 
2064
- @property
2063
+ @_builtins.property
2065
2064
  @pulumi.getter(name="sqlManaged")
2066
2065
  def sql_managed(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsSqlManaged']]:
2067
2066
  """
@@ -2069,7 +2068,7 @@ class AzureIntegrations(pulumi.CustomResource):
2069
2068
  """
2070
2069
  return pulumi.get(self, "sql_managed")
2071
2070
 
2072
- @property
2071
+ @_builtins.property
2073
2072
  @pulumi.getter
2074
2073
  def storage(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsStorage']]:
2075
2074
  """
@@ -2079,7 +2078,7 @@ class AzureIntegrations(pulumi.CustomResource):
2079
2078
  """
2080
2079
  return pulumi.get(self, "storage")
2081
2080
 
2082
- @property
2081
+ @_builtins.property
2083
2082
  @pulumi.getter(name="virtualMachine")
2084
2083
  def virtual_machine(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsVirtualMachine']]:
2085
2084
  """
@@ -2087,7 +2086,7 @@ class AzureIntegrations(pulumi.CustomResource):
2087
2086
  """
2088
2087
  return pulumi.get(self, "virtual_machine")
2089
2088
 
2090
- @property
2089
+ @_builtins.property
2091
2090
  @pulumi.getter(name="virtualNetworks")
2092
2091
  def virtual_networks(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsVirtualNetworks']]:
2093
2092
  """
@@ -2095,7 +2094,7 @@ class AzureIntegrations(pulumi.CustomResource):
2095
2094
  """
2096
2095
  return pulumi.get(self, "virtual_networks")
2097
2096
 
2098
- @property
2097
+ @_builtins.property
2099
2098
  @pulumi.getter
2100
2099
  def vms(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsVms']]:
2101
2100
  """
@@ -2103,7 +2102,7 @@ class AzureIntegrations(pulumi.CustomResource):
2103
2102
  """
2104
2103
  return pulumi.get(self, "vms")
2105
2104
 
2106
- @property
2105
+ @_builtins.property
2107
2106
  @pulumi.getter(name="vpnGateway")
2108
2107
  def vpn_gateway(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsVpnGateway']]:
2109
2108
  """