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