pulumi-newrelic 5.24.0__py3-none-any.whl → 5.24.0a1714147731__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.
@@ -53,9 +53,6 @@ class AzureIntegrationsArgs:
53
53
  """
54
54
  The set of arguments for constructing a AzureIntegrations resource.
55
55
  :param pulumi.Input[int] linked_account_id: The ID of the linked Azure account in New Relic.
56
-
57
-
58
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
59
56
  :param pulumi.Input[int] 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`.
60
57
  :param pulumi.Input['AzureIntegrationsApiManagementArgs'] api_management: Azure API Management. See Integration blocks below for details.
61
58
  :param pulumi.Input['AzureIntegrationsAppGatewayArgs'] app_gateway: Azure App Gateway. See Integration blocks below for details.
@@ -75,8 +72,6 @@ class AzureIntegrationsArgs:
75
72
  :param pulumi.Input['AzureIntegrationsMachineLearningArgs'] machine_learning: Azure Machine Learning. See Integration blocks below for details.
76
73
  :param pulumi.Input['AzureIntegrationsMariaDbArgs'] maria_db: Azure MariaDB. See Integration blocks below for details.
77
74
  :param pulumi.Input['AzureIntegrationsMonitorArgs'] monitor: Azure Monitor. See Integration blocks below for details.
78
-
79
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
80
75
  :param pulumi.Input['AzureIntegrationsMysqlArgs'] mysql: Azure MySQL. See Integration blocks below for details.
81
76
  :param pulumi.Input['AzureIntegrationsMysqlFlexibleArgs'] mysql_flexible: Azure MySQL Flexible Server. See Integration blocks below for details.
82
77
  :param pulumi.Input['AzureIntegrationsPostgresqlArgs'] postgresql: Azure PostgreSQL. See Integration blocks below for details.
@@ -87,14 +82,14 @@ class AzureIntegrationsArgs:
87
82
  :param pulumi.Input['AzureIntegrationsSqlArgs'] sql: Azure SQL. See Integration blocks below for details.
88
83
  :param pulumi.Input['AzureIntegrationsSqlManagedArgs'] sql_managed: Azure SQL Managed. See Integration blocks below for details.
89
84
  :param pulumi.Input['AzureIntegrationsStorageArgs'] storage: for Azure Storage. See Integration blocks below for details.
90
-
91
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
92
85
  :param pulumi.Input['AzureIntegrationsVirtualMachineArgs'] virtual_machine: Azure Virtual machine. See Integration blocks below for details.
93
86
  :param pulumi.Input['AzureIntegrationsVirtualNetworksArgs'] virtual_networks: for Azure Virtual networks. See Integration blocks below for details.
87
+
88
+ Below argument supports the minimum metric polling interval of 3600 seconds
94
89
  :param pulumi.Input['AzureIntegrationsVmsArgs'] vms: Azure VMs. See Integration blocks below for details.
95
90
  :param pulumi.Input['AzureIntegrationsVpnGatewayArgs'] vpn_gateway: Azure VPN Gateway. See Integration blocks below for details.
96
91
 
97
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 1800 seconds.
92
+ Below arguments supports the minimum metric polling interval of 900 seconds
98
93
  """
99
94
  pulumi.set(__self__, "linked_account_id", linked_account_id)
100
95
  if account_id is not None:
@@ -169,9 +164,6 @@ class AzureIntegrationsArgs:
169
164
  def linked_account_id(self) -> pulumi.Input[int]:
170
165
  """
171
166
  The ID of the linked Azure account in New Relic.
172
-
173
-
174
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
175
167
  """
176
168
  return pulumi.get(self, "linked_account_id")
177
169
 
@@ -400,8 +392,6 @@ class AzureIntegrationsArgs:
400
392
  def monitor(self) -> Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]:
401
393
  """
402
394
  Azure Monitor. See Integration blocks below for details.
403
-
404
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
405
395
  """
406
396
  return pulumi.get(self, "monitor")
407
397
 
@@ -522,8 +512,6 @@ class AzureIntegrationsArgs:
522
512
  def storage(self) -> Optional[pulumi.Input['AzureIntegrationsStorageArgs']]:
523
513
  """
524
514
  for Azure Storage. See Integration blocks below for details.
525
-
526
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
527
515
  """
528
516
  return pulumi.get(self, "storage")
529
517
 
@@ -548,6 +536,8 @@ class AzureIntegrationsArgs:
548
536
  def virtual_networks(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]:
549
537
  """
550
538
  for Azure Virtual networks. See Integration blocks below for details.
539
+
540
+ Below argument supports the minimum metric polling interval of 3600 seconds
551
541
  """
552
542
  return pulumi.get(self, "virtual_networks")
553
543
 
@@ -573,7 +563,7 @@ class AzureIntegrationsArgs:
573
563
  """
574
564
  Azure VPN Gateway. See Integration blocks below for details.
575
565
 
576
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 1800 seconds.
566
+ Below arguments supports the minimum metric polling interval of 900 seconds
577
567
  """
578
568
  return pulumi.get(self, "vpn_gateway")
579
569
 
@@ -636,16 +626,11 @@ class _AzureIntegrationsState:
636
626
  :param pulumi.Input['AzureIntegrationsFunctionsArgs'] functions: Azure Functions. See Integration blocks below for details.
637
627
  :param pulumi.Input['AzureIntegrationsKeyVaultArgs'] key_vault: Azure Key Vault. See Integration blocks below for details.
638
628
  :param pulumi.Input[int] linked_account_id: The ID of the linked Azure account in New Relic.
639
-
640
-
641
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
642
629
  :param pulumi.Input['AzureIntegrationsLoadBalancerArgs'] load_balancer: Azure Load Balancer. See Integration blocks below for details.
643
630
  :param pulumi.Input['AzureIntegrationsLogicAppsArgs'] logic_apps: Azure Logic Apps. See Integration blocks below for details.
644
631
  :param pulumi.Input['AzureIntegrationsMachineLearningArgs'] machine_learning: Azure Machine Learning. See Integration blocks below for details.
645
632
  :param pulumi.Input['AzureIntegrationsMariaDbArgs'] maria_db: Azure MariaDB. See Integration blocks below for details.
646
633
  :param pulumi.Input['AzureIntegrationsMonitorArgs'] monitor: Azure Monitor. See Integration blocks below for details.
647
-
648
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
649
634
  :param pulumi.Input['AzureIntegrationsMysqlArgs'] mysql: Azure MySQL. See Integration blocks below for details.
650
635
  :param pulumi.Input['AzureIntegrationsMysqlFlexibleArgs'] mysql_flexible: Azure MySQL Flexible Server. See Integration blocks below for details.
651
636
  :param pulumi.Input['AzureIntegrationsPostgresqlArgs'] postgresql: Azure PostgreSQL. See Integration blocks below for details.
@@ -656,14 +641,14 @@ class _AzureIntegrationsState:
656
641
  :param pulumi.Input['AzureIntegrationsSqlArgs'] sql: Azure SQL. See Integration blocks below for details.
657
642
  :param pulumi.Input['AzureIntegrationsSqlManagedArgs'] sql_managed: Azure SQL Managed. See Integration blocks below for details.
658
643
  :param pulumi.Input['AzureIntegrationsStorageArgs'] storage: for Azure Storage. See Integration blocks below for details.
659
-
660
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
661
644
  :param pulumi.Input['AzureIntegrationsVirtualMachineArgs'] virtual_machine: Azure Virtual machine. See Integration blocks below for details.
662
645
  :param pulumi.Input['AzureIntegrationsVirtualNetworksArgs'] virtual_networks: for Azure Virtual networks. See Integration blocks below for details.
646
+
647
+ Below argument supports the minimum metric polling interval of 3600 seconds
663
648
  :param pulumi.Input['AzureIntegrationsVmsArgs'] vms: Azure VMs. See Integration blocks below for details.
664
649
  :param pulumi.Input['AzureIntegrationsVpnGatewayArgs'] vpn_gateway: Azure VPN Gateway. See Integration blocks below for details.
665
650
 
666
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 1800 seconds.
651
+ Below arguments supports the minimum metric polling interval of 900 seconds
667
652
  """
668
653
  if account_id is not None:
669
654
  pulumi.set(__self__, "account_id", account_id)
@@ -907,9 +892,6 @@ class _AzureIntegrationsState:
907
892
  def linked_account_id(self) -> Optional[pulumi.Input[int]]:
908
893
  """
909
894
  The ID of the linked Azure account in New Relic.
910
-
911
-
912
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
913
895
  """
914
896
  return pulumi.get(self, "linked_account_id")
915
897
 
@@ -970,8 +952,6 @@ class _AzureIntegrationsState:
970
952
  def monitor(self) -> Optional[pulumi.Input['AzureIntegrationsMonitorArgs']]:
971
953
  """
972
954
  Azure Monitor. See Integration blocks below for details.
973
-
974
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
975
955
  """
976
956
  return pulumi.get(self, "monitor")
977
957
 
@@ -1092,8 +1072,6 @@ class _AzureIntegrationsState:
1092
1072
  def storage(self) -> Optional[pulumi.Input['AzureIntegrationsStorageArgs']]:
1093
1073
  """
1094
1074
  for Azure Storage. See Integration blocks below for details.
1095
-
1096
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
1097
1075
  """
1098
1076
  return pulumi.get(self, "storage")
1099
1077
 
@@ -1118,6 +1096,8 @@ class _AzureIntegrationsState:
1118
1096
  def virtual_networks(self) -> Optional[pulumi.Input['AzureIntegrationsVirtualNetworksArgs']]:
1119
1097
  """
1120
1098
  for Azure Virtual networks. See Integration blocks below for details.
1099
+
1100
+ Below argument supports the minimum metric polling interval of 3600 seconds
1121
1101
  """
1122
1102
  return pulumi.get(self, "virtual_networks")
1123
1103
 
@@ -1143,7 +1123,7 @@ class _AzureIntegrationsState:
1143
1123
  """
1144
1124
  Azure VPN Gateway. See Integration blocks below for details.
1145
1125
 
1146
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 1800 seconds.
1126
+ Below arguments supports the minimum metric polling interval of 900 seconds
1147
1127
  """
1148
1128
  return pulumi.get(self, "vpn_gateway")
1149
1129
 
@@ -1222,23 +1202,23 @@ class AzureIntegrations(pulumi.CustomResource):
1222
1202
  linked_account_id=foo.id,
1223
1203
  account_id="The New Relic account ID",
1224
1204
  api_management=newrelic.cloud.AzureIntegrationsApiManagementArgs(
1225
- metrics_polling_interval=300,
1205
+ metrics_polling_interval=1200,
1226
1206
  resource_groups=["resource_groups"],
1227
1207
  ),
1228
1208
  app_gateway=newrelic.cloud.AzureIntegrationsAppGatewayArgs(
1229
- metrics_polling_interval=300,
1209
+ metrics_polling_interval=1200,
1230
1210
  resource_groups=["resource_groups"],
1231
1211
  ),
1232
1212
  app_service=newrelic.cloud.AzureIntegrationsAppServiceArgs(
1233
- metrics_polling_interval=300,
1213
+ metrics_polling_interval=1200,
1234
1214
  resource_groups=["resource_groups"],
1235
1215
  ),
1236
1216
  containers=newrelic.cloud.AzureIntegrationsContainersArgs(
1237
- metrics_polling_interval=300,
1217
+ metrics_polling_interval=1200,
1238
1218
  resource_groups=["resource_groups"],
1239
1219
  ),
1240
1220
  cosmos_db=newrelic.cloud.AzureIntegrationsCosmosDbArgs(
1241
- metrics_polling_interval=300,
1221
+ metrics_polling_interval=1200,
1242
1222
  resource_groups=["resource_groups"],
1243
1223
  ),
1244
1224
  cost_management=newrelic.cloud.AzureIntegrationsCostManagementArgs(
@@ -1246,51 +1226,51 @@ class AzureIntegrations(pulumi.CustomResource):
1246
1226
  tag_keys=["tag_keys"],
1247
1227
  ),
1248
1228
  data_factory=newrelic.cloud.AzureIntegrationsDataFactoryArgs(
1249
- metrics_polling_interval=300,
1229
+ metrics_polling_interval=1200,
1250
1230
  resource_groups=["resource_groups"],
1251
1231
  ),
1252
1232
  event_hub=newrelic.cloud.AzureIntegrationsEventHubArgs(
1253
- metrics_polling_interval=300,
1233
+ metrics_polling_interval=1200,
1254
1234
  resource_groups=["resource_groups"],
1255
1235
  ),
1256
1236
  express_route=newrelic.cloud.AzureIntegrationsExpressRouteArgs(
1257
- metrics_polling_interval=300,
1237
+ metrics_polling_interval=1200,
1258
1238
  resource_groups=["resource_groups"],
1259
1239
  ),
1260
1240
  firewalls=newrelic.cloud.AzureIntegrationsFirewallsArgs(
1261
- metrics_polling_interval=300,
1241
+ metrics_polling_interval=1200,
1262
1242
  resource_groups=["resource_groups"],
1263
1243
  ),
1264
1244
  front_door=newrelic.cloud.AzureIntegrationsFrontDoorArgs(
1265
- metrics_polling_interval=300,
1245
+ metrics_polling_interval=1200,
1266
1246
  resource_groups=["resource_groups"],
1267
1247
  ),
1268
1248
  functions=newrelic.cloud.AzureIntegrationsFunctionsArgs(
1269
- metrics_polling_interval=300,
1249
+ metrics_polling_interval=1200,
1270
1250
  resource_groups=["resource_groups"],
1271
1251
  ),
1272
1252
  key_vault=newrelic.cloud.AzureIntegrationsKeyVaultArgs(
1273
- metrics_polling_interval=300,
1253
+ metrics_polling_interval=1200,
1274
1254
  resource_groups=["resource_groups"],
1275
1255
  ),
1276
1256
  load_balancer=newrelic.cloud.AzureIntegrationsLoadBalancerArgs(
1277
- metrics_polling_interval=300,
1257
+ metrics_polling_interval=1200,
1278
1258
  resource_groups=["resource_groups"],
1279
1259
  ),
1280
1260
  logic_apps=newrelic.cloud.AzureIntegrationsLogicAppsArgs(
1281
- metrics_polling_interval=300,
1261
+ metrics_polling_interval=1200,
1282
1262
  resource_groups=["resource_groups"],
1283
1263
  ),
1284
1264
  machine_learning=newrelic.cloud.AzureIntegrationsMachineLearningArgs(
1285
- metrics_polling_interval=300,
1265
+ metrics_polling_interval=1200,
1286
1266
  resource_groups=["resource_groups"],
1287
1267
  ),
1288
1268
  maria_db=newrelic.cloud.AzureIntegrationsMariaDbArgs(
1289
- metrics_polling_interval=3600,
1269
+ metrics_polling_interval=1200,
1290
1270
  resource_groups=["resource_groups"],
1291
1271
  ),
1292
1272
  monitor=newrelic.cloud.AzureIntegrationsMonitorArgs(
1293
- metrics_polling_interval=60,
1273
+ metrics_polling_interval=1200,
1294
1274
  resource_groups=["resource_groups"],
1295
1275
  include_tags=["env:production"],
1296
1276
  exclude_tags=[
@@ -1301,59 +1281,59 @@ class AzureIntegrations(pulumi.CustomResource):
1301
1281
  resource_types=["microsoft.datashare/accounts"],
1302
1282
  ),
1303
1283
  mysql=newrelic.cloud.AzureIntegrationsMysqlArgs(
1304
- metrics_polling_interval=3600,
1284
+ metrics_polling_interval=1200,
1305
1285
  resource_groups=["resource_groups"],
1306
1286
  ),
1307
1287
  mysql_flexible=newrelic.cloud.AzureIntegrationsMysqlFlexibleArgs(
1308
- metrics_polling_interval=3600,
1288
+ metrics_polling_interval=1200,
1309
1289
  resource_groups=["resource_groups"],
1310
1290
  ),
1311
1291
  postgresql=newrelic.cloud.AzureIntegrationsPostgresqlArgs(
1312
- metrics_polling_interval=3600,
1292
+ metrics_polling_interval=1200,
1313
1293
  resource_groups=["resource_groups"],
1314
1294
  ),
1315
1295
  postgresql_flexible=newrelic.cloud.AzureIntegrationsPostgresqlFlexibleArgs(
1316
- metrics_polling_interval=3600,
1296
+ metrics_polling_interval=1200,
1317
1297
  resource_groups=["resource_groups"],
1318
1298
  ),
1319
1299
  power_bi_dedicated=newrelic.cloud.AzureIntegrationsPowerBiDedicatedArgs(
1320
- metrics_polling_interval=300,
1300
+ metrics_polling_interval=1200,
1321
1301
  resource_groups=["resource_groups"],
1322
1302
  ),
1323
1303
  redis_cache=newrelic.cloud.AzureIntegrationsRedisCacheArgs(
1324
- metrics_polling_interval=300,
1304
+ metrics_polling_interval=1200,
1325
1305
  resource_groups=["resource_groups"],
1326
1306
  ),
1327
1307
  service_bus=newrelic.cloud.AzureIntegrationsServiceBusArgs(
1328
- metrics_polling_interval=300,
1308
+ metrics_polling_interval=1200,
1329
1309
  resource_groups=["resource_groups"],
1330
1310
  ),
1331
1311
  sql=newrelic.cloud.AzureIntegrationsSqlArgs(
1332
- metrics_polling_interval=300,
1312
+ metrics_polling_interval=1200,
1333
1313
  resource_groups=["resource_groups"],
1334
1314
  ),
1335
1315
  sql_managed=newrelic.cloud.AzureIntegrationsSqlManagedArgs(
1336
- metrics_polling_interval=300,
1316
+ metrics_polling_interval=1200,
1337
1317
  resource_groups=["resource_groups"],
1338
1318
  ),
1339
1319
  storage=newrelic.cloud.AzureIntegrationsStorageArgs(
1340
- metrics_polling_interval=1800,
1320
+ metrics_polling_interval=1200,
1341
1321
  resource_groups=["resource_groups"],
1342
1322
  ),
1343
1323
  virtual_machine=newrelic.cloud.AzureIntegrationsVirtualMachineArgs(
1344
- metrics_polling_interval=300,
1324
+ metrics_polling_interval=1200,
1345
1325
  resource_groups=["resource_groups"],
1346
1326
  ),
1347
1327
  virtual_networks=newrelic.cloud.AzureIntegrationsVirtualNetworksArgs(
1348
- metrics_polling_interval=300,
1328
+ metrics_polling_interval=1200,
1349
1329
  resource_groups=["resource_groups"],
1350
1330
  ),
1351
1331
  vms=newrelic.cloud.AzureIntegrationsVmsArgs(
1352
- metrics_polling_interval=300,
1332
+ metrics_polling_interval=1200,
1353
1333
  resource_groups=["resource_groups"],
1354
1334
  ),
1355
1335
  vpn_gateway=newrelic.cloud.AzureIntegrationsVpnGatewayArgs(
1356
- metrics_polling_interval=300,
1336
+ metrics_polling_interval=1200,
1357
1337
  resource_groups=["resource_groups"],
1358
1338
  ))
1359
1339
  ```
@@ -1385,16 +1365,11 @@ class AzureIntegrations(pulumi.CustomResource):
1385
1365
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsFunctionsArgs']] functions: Azure Functions. See Integration blocks below for details.
1386
1366
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsKeyVaultArgs']] key_vault: Azure Key Vault. See Integration blocks below for details.
1387
1367
  :param pulumi.Input[int] linked_account_id: The ID of the linked Azure account in New Relic.
1388
-
1389
-
1390
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
1391
1368
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsLoadBalancerArgs']] load_balancer: Azure Load Balancer. See Integration blocks below for details.
1392
1369
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsLogicAppsArgs']] logic_apps: Azure Logic Apps. See Integration blocks below for details.
1393
1370
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMachineLearningArgs']] machine_learning: Azure Machine Learning. See Integration blocks below for details.
1394
1371
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMariaDbArgs']] maria_db: Azure MariaDB. See Integration blocks below for details.
1395
1372
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMonitorArgs']] monitor: Azure Monitor. See Integration blocks below for details.
1396
-
1397
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
1398
1373
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMysqlArgs']] mysql: Azure MySQL. See Integration blocks below for details.
1399
1374
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMysqlFlexibleArgs']] mysql_flexible: Azure MySQL Flexible Server. See Integration blocks below for details.
1400
1375
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsPostgresqlArgs']] postgresql: Azure PostgreSQL. See Integration blocks below for details.
@@ -1405,14 +1380,14 @@ class AzureIntegrations(pulumi.CustomResource):
1405
1380
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsSqlArgs']] sql: Azure SQL. See Integration blocks below for details.
1406
1381
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsSqlManagedArgs']] sql_managed: Azure SQL Managed. See Integration blocks below for details.
1407
1382
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsStorageArgs']] storage: for Azure Storage. See Integration blocks below for details.
1408
-
1409
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
1410
1383
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsVirtualMachineArgs']] virtual_machine: Azure Virtual machine. See Integration blocks below for details.
1411
1384
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsVirtualNetworksArgs']] virtual_networks: for Azure Virtual networks. See Integration blocks below for details.
1385
+
1386
+ Below argument supports the minimum metric polling interval of 3600 seconds
1412
1387
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsVmsArgs']] vms: Azure VMs. See Integration blocks below for details.
1413
1388
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsVpnGatewayArgs']] vpn_gateway: Azure VPN Gateway. See Integration blocks below for details.
1414
1389
 
1415
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 1800 seconds.
1390
+ Below arguments supports the minimum metric polling interval of 900 seconds
1416
1391
  """
1417
1392
  ...
1418
1393
  @overload
@@ -1450,23 +1425,23 @@ class AzureIntegrations(pulumi.CustomResource):
1450
1425
  linked_account_id=foo.id,
1451
1426
  account_id="The New Relic account ID",
1452
1427
  api_management=newrelic.cloud.AzureIntegrationsApiManagementArgs(
1453
- metrics_polling_interval=300,
1428
+ metrics_polling_interval=1200,
1454
1429
  resource_groups=["resource_groups"],
1455
1430
  ),
1456
1431
  app_gateway=newrelic.cloud.AzureIntegrationsAppGatewayArgs(
1457
- metrics_polling_interval=300,
1432
+ metrics_polling_interval=1200,
1458
1433
  resource_groups=["resource_groups"],
1459
1434
  ),
1460
1435
  app_service=newrelic.cloud.AzureIntegrationsAppServiceArgs(
1461
- metrics_polling_interval=300,
1436
+ metrics_polling_interval=1200,
1462
1437
  resource_groups=["resource_groups"],
1463
1438
  ),
1464
1439
  containers=newrelic.cloud.AzureIntegrationsContainersArgs(
1465
- metrics_polling_interval=300,
1440
+ metrics_polling_interval=1200,
1466
1441
  resource_groups=["resource_groups"],
1467
1442
  ),
1468
1443
  cosmos_db=newrelic.cloud.AzureIntegrationsCosmosDbArgs(
1469
- metrics_polling_interval=300,
1444
+ metrics_polling_interval=1200,
1470
1445
  resource_groups=["resource_groups"],
1471
1446
  ),
1472
1447
  cost_management=newrelic.cloud.AzureIntegrationsCostManagementArgs(
@@ -1474,51 +1449,51 @@ class AzureIntegrations(pulumi.CustomResource):
1474
1449
  tag_keys=["tag_keys"],
1475
1450
  ),
1476
1451
  data_factory=newrelic.cloud.AzureIntegrationsDataFactoryArgs(
1477
- metrics_polling_interval=300,
1452
+ metrics_polling_interval=1200,
1478
1453
  resource_groups=["resource_groups"],
1479
1454
  ),
1480
1455
  event_hub=newrelic.cloud.AzureIntegrationsEventHubArgs(
1481
- metrics_polling_interval=300,
1456
+ metrics_polling_interval=1200,
1482
1457
  resource_groups=["resource_groups"],
1483
1458
  ),
1484
1459
  express_route=newrelic.cloud.AzureIntegrationsExpressRouteArgs(
1485
- metrics_polling_interval=300,
1460
+ metrics_polling_interval=1200,
1486
1461
  resource_groups=["resource_groups"],
1487
1462
  ),
1488
1463
  firewalls=newrelic.cloud.AzureIntegrationsFirewallsArgs(
1489
- metrics_polling_interval=300,
1464
+ metrics_polling_interval=1200,
1490
1465
  resource_groups=["resource_groups"],
1491
1466
  ),
1492
1467
  front_door=newrelic.cloud.AzureIntegrationsFrontDoorArgs(
1493
- metrics_polling_interval=300,
1468
+ metrics_polling_interval=1200,
1494
1469
  resource_groups=["resource_groups"],
1495
1470
  ),
1496
1471
  functions=newrelic.cloud.AzureIntegrationsFunctionsArgs(
1497
- metrics_polling_interval=300,
1472
+ metrics_polling_interval=1200,
1498
1473
  resource_groups=["resource_groups"],
1499
1474
  ),
1500
1475
  key_vault=newrelic.cloud.AzureIntegrationsKeyVaultArgs(
1501
- metrics_polling_interval=300,
1476
+ metrics_polling_interval=1200,
1502
1477
  resource_groups=["resource_groups"],
1503
1478
  ),
1504
1479
  load_balancer=newrelic.cloud.AzureIntegrationsLoadBalancerArgs(
1505
- metrics_polling_interval=300,
1480
+ metrics_polling_interval=1200,
1506
1481
  resource_groups=["resource_groups"],
1507
1482
  ),
1508
1483
  logic_apps=newrelic.cloud.AzureIntegrationsLogicAppsArgs(
1509
- metrics_polling_interval=300,
1484
+ metrics_polling_interval=1200,
1510
1485
  resource_groups=["resource_groups"],
1511
1486
  ),
1512
1487
  machine_learning=newrelic.cloud.AzureIntegrationsMachineLearningArgs(
1513
- metrics_polling_interval=300,
1488
+ metrics_polling_interval=1200,
1514
1489
  resource_groups=["resource_groups"],
1515
1490
  ),
1516
1491
  maria_db=newrelic.cloud.AzureIntegrationsMariaDbArgs(
1517
- metrics_polling_interval=3600,
1492
+ metrics_polling_interval=1200,
1518
1493
  resource_groups=["resource_groups"],
1519
1494
  ),
1520
1495
  monitor=newrelic.cloud.AzureIntegrationsMonitorArgs(
1521
- metrics_polling_interval=60,
1496
+ metrics_polling_interval=1200,
1522
1497
  resource_groups=["resource_groups"],
1523
1498
  include_tags=["env:production"],
1524
1499
  exclude_tags=[
@@ -1529,59 +1504,59 @@ class AzureIntegrations(pulumi.CustomResource):
1529
1504
  resource_types=["microsoft.datashare/accounts"],
1530
1505
  ),
1531
1506
  mysql=newrelic.cloud.AzureIntegrationsMysqlArgs(
1532
- metrics_polling_interval=3600,
1507
+ metrics_polling_interval=1200,
1533
1508
  resource_groups=["resource_groups"],
1534
1509
  ),
1535
1510
  mysql_flexible=newrelic.cloud.AzureIntegrationsMysqlFlexibleArgs(
1536
- metrics_polling_interval=3600,
1511
+ metrics_polling_interval=1200,
1537
1512
  resource_groups=["resource_groups"],
1538
1513
  ),
1539
1514
  postgresql=newrelic.cloud.AzureIntegrationsPostgresqlArgs(
1540
- metrics_polling_interval=3600,
1515
+ metrics_polling_interval=1200,
1541
1516
  resource_groups=["resource_groups"],
1542
1517
  ),
1543
1518
  postgresql_flexible=newrelic.cloud.AzureIntegrationsPostgresqlFlexibleArgs(
1544
- metrics_polling_interval=3600,
1519
+ metrics_polling_interval=1200,
1545
1520
  resource_groups=["resource_groups"],
1546
1521
  ),
1547
1522
  power_bi_dedicated=newrelic.cloud.AzureIntegrationsPowerBiDedicatedArgs(
1548
- metrics_polling_interval=300,
1523
+ metrics_polling_interval=1200,
1549
1524
  resource_groups=["resource_groups"],
1550
1525
  ),
1551
1526
  redis_cache=newrelic.cloud.AzureIntegrationsRedisCacheArgs(
1552
- metrics_polling_interval=300,
1527
+ metrics_polling_interval=1200,
1553
1528
  resource_groups=["resource_groups"],
1554
1529
  ),
1555
1530
  service_bus=newrelic.cloud.AzureIntegrationsServiceBusArgs(
1556
- metrics_polling_interval=300,
1531
+ metrics_polling_interval=1200,
1557
1532
  resource_groups=["resource_groups"],
1558
1533
  ),
1559
1534
  sql=newrelic.cloud.AzureIntegrationsSqlArgs(
1560
- metrics_polling_interval=300,
1535
+ metrics_polling_interval=1200,
1561
1536
  resource_groups=["resource_groups"],
1562
1537
  ),
1563
1538
  sql_managed=newrelic.cloud.AzureIntegrationsSqlManagedArgs(
1564
- metrics_polling_interval=300,
1539
+ metrics_polling_interval=1200,
1565
1540
  resource_groups=["resource_groups"],
1566
1541
  ),
1567
1542
  storage=newrelic.cloud.AzureIntegrationsStorageArgs(
1568
- metrics_polling_interval=1800,
1543
+ metrics_polling_interval=1200,
1569
1544
  resource_groups=["resource_groups"],
1570
1545
  ),
1571
1546
  virtual_machine=newrelic.cloud.AzureIntegrationsVirtualMachineArgs(
1572
- metrics_polling_interval=300,
1547
+ metrics_polling_interval=1200,
1573
1548
  resource_groups=["resource_groups"],
1574
1549
  ),
1575
1550
  virtual_networks=newrelic.cloud.AzureIntegrationsVirtualNetworksArgs(
1576
- metrics_polling_interval=300,
1551
+ metrics_polling_interval=1200,
1577
1552
  resource_groups=["resource_groups"],
1578
1553
  ),
1579
1554
  vms=newrelic.cloud.AzureIntegrationsVmsArgs(
1580
- metrics_polling_interval=300,
1555
+ metrics_polling_interval=1200,
1581
1556
  resource_groups=["resource_groups"],
1582
1557
  ),
1583
1558
  vpn_gateway=newrelic.cloud.AzureIntegrationsVpnGatewayArgs(
1584
- metrics_polling_interval=300,
1559
+ metrics_polling_interval=1200,
1585
1560
  resource_groups=["resource_groups"],
1586
1561
  ))
1587
1562
  ```
@@ -1756,16 +1731,11 @@ class AzureIntegrations(pulumi.CustomResource):
1756
1731
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsFunctionsArgs']] functions: Azure Functions. See Integration blocks below for details.
1757
1732
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsKeyVaultArgs']] key_vault: Azure Key Vault. See Integration blocks below for details.
1758
1733
  :param pulumi.Input[int] linked_account_id: The ID of the linked Azure account in New Relic.
1759
-
1760
-
1761
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
1762
1734
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsLoadBalancerArgs']] load_balancer: Azure Load Balancer. See Integration blocks below for details.
1763
1735
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsLogicAppsArgs']] logic_apps: Azure Logic Apps. See Integration blocks below for details.
1764
1736
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMachineLearningArgs']] machine_learning: Azure Machine Learning. See Integration blocks below for details.
1765
1737
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMariaDbArgs']] maria_db: Azure MariaDB. See Integration blocks below for details.
1766
1738
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMonitorArgs']] monitor: Azure Monitor. See Integration blocks below for details.
1767
-
1768
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
1769
1739
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMysqlArgs']] mysql: Azure MySQL. See Integration blocks below for details.
1770
1740
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsMysqlFlexibleArgs']] mysql_flexible: Azure MySQL Flexible Server. See Integration blocks below for details.
1771
1741
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsPostgresqlArgs']] postgresql: Azure PostgreSQL. See Integration blocks below for details.
@@ -1776,14 +1746,14 @@ class AzureIntegrations(pulumi.CustomResource):
1776
1746
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsSqlArgs']] sql: Azure SQL. See Integration blocks below for details.
1777
1747
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsSqlManagedArgs']] sql_managed: Azure SQL Managed. See Integration blocks below for details.
1778
1748
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsStorageArgs']] storage: for Azure Storage. See Integration blocks below for details.
1779
-
1780
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
1781
1749
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsVirtualMachineArgs']] virtual_machine: Azure Virtual machine. See Integration blocks below for details.
1782
1750
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsVirtualNetworksArgs']] virtual_networks: for Azure Virtual networks. See Integration blocks below for details.
1751
+
1752
+ Below argument supports the minimum metric polling interval of 3600 seconds
1783
1753
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsVmsArgs']] vms: Azure VMs. See Integration blocks below for details.
1784
1754
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsVpnGatewayArgs']] vpn_gateway: Azure VPN Gateway. See Integration blocks below for details.
1785
1755
 
1786
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 1800 seconds.
1756
+ Below arguments supports the minimum metric polling interval of 900 seconds
1787
1757
  """
1788
1758
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1789
1759
 
@@ -1942,9 +1912,6 @@ class AzureIntegrations(pulumi.CustomResource):
1942
1912
  def linked_account_id(self) -> pulumi.Output[int]:
1943
1913
  """
1944
1914
  The ID of the linked Azure account in New Relic.
1945
-
1946
-
1947
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
1948
1915
  """
1949
1916
  return pulumi.get(self, "linked_account_id")
1950
1917
 
@@ -1985,8 +1952,6 @@ class AzureIntegrations(pulumi.CustomResource):
1985
1952
  def monitor(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsMonitor']]:
1986
1953
  """
1987
1954
  Azure Monitor. See Integration blocks below for details.
1988
-
1989
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
1990
1955
  """
1991
1956
  return pulumi.get(self, "monitor")
1992
1957
 
@@ -2067,8 +2032,6 @@ class AzureIntegrations(pulumi.CustomResource):
2067
2032
  def storage(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsStorage']]:
2068
2033
  """
2069
2034
  for Azure Storage. See Integration blocks below for details.
2070
-
2071
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
2072
2035
  """
2073
2036
  return pulumi.get(self, "storage")
2074
2037
 
@@ -2085,6 +2048,8 @@ class AzureIntegrations(pulumi.CustomResource):
2085
2048
  def virtual_networks(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsVirtualNetworks']]:
2086
2049
  """
2087
2050
  for Azure Virtual networks. See Integration blocks below for details.
2051
+
2052
+ Below argument supports the minimum metric polling interval of 3600 seconds
2088
2053
  """
2089
2054
  return pulumi.get(self, "virtual_networks")
2090
2055
 
@@ -2102,7 +2067,7 @@ class AzureIntegrations(pulumi.CustomResource):
2102
2067
  """
2103
2068
  Azure VPN Gateway. See Integration blocks below for details.
2104
2069
 
2105
- The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 1800 seconds.
2070
+ Below arguments supports the minimum metric polling interval of 900 seconds
2106
2071
  """
2107
2072
  return pulumi.get(self, "vpn_gateway")
2108
2073