pulumi-newrelic 5.23.0__py3-none-any.whl → 5.23.0a1711707796__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 (68) hide show
  1. pulumi_newrelic/_inputs.py +270 -183
  2. pulumi_newrelic/account_management.py +20 -20
  3. pulumi_newrelic/alert_channel.py +92 -76
  4. pulumi_newrelic/alert_condition.py +163 -104
  5. pulumi_newrelic/alert_muting_rule.py +35 -33
  6. pulumi_newrelic/alert_policy.py +43 -68
  7. pulumi_newrelic/alert_policy_channel.py +8 -12
  8. pulumi_newrelic/cloud/_inputs.py +1072 -322
  9. pulumi_newrelic/cloud/aws_govcloud_link_account.py +6 -4
  10. pulumi_newrelic/cloud/aws_integrations.py +15 -13
  11. pulumi_newrelic/cloud/aws_link_account.py +6 -4
  12. pulumi_newrelic/cloud/azure_integrations.py +12 -10
  13. pulumi_newrelic/cloud/azure_link_account.py +6 -4
  14. pulumi_newrelic/cloud/gcp_integrations.py +6 -6
  15. pulumi_newrelic/cloud/gcp_link_account.py +6 -4
  16. pulumi_newrelic/cloud/outputs.py +1072 -322
  17. pulumi_newrelic/data_partition_rule.py +4 -0
  18. pulumi_newrelic/entity_tags.py +17 -13
  19. pulumi_newrelic/events_to_metrics_rule.py +4 -2
  20. pulumi_newrelic/get_account.py +4 -0
  21. pulumi_newrelic/get_application.py +10 -8
  22. pulumi_newrelic/get_authentication_domain.py +8 -4
  23. pulumi_newrelic/get_cloud_account.py +4 -0
  24. pulumi_newrelic/get_entity.py +32 -28
  25. pulumi_newrelic/get_group.py +8 -42
  26. pulumi_newrelic/get_key_transaction.py +10 -8
  27. pulumi_newrelic/get_notification_destination.py +1 -20
  28. pulumi_newrelic/get_obfuscation_expression.py +4 -2
  29. pulumi_newrelic/get_service_level_alert_helper.py +46 -22
  30. pulumi_newrelic/get_test_grok_pattern.py +6 -4
  31. pulumi_newrelic/get_user.py +4 -0
  32. pulumi_newrelic/group.py +42 -40
  33. pulumi_newrelic/infra_alert_condition.py +145 -154
  34. pulumi_newrelic/insights/event.py +25 -8
  35. pulumi_newrelic/log_parsing_rule.py +10 -6
  36. pulumi_newrelic/monitor_downtime.py +193 -174
  37. pulumi_newrelic/notification_channel.py +150 -124
  38. pulumi_newrelic/notification_destination.py +1 -95
  39. pulumi_newrelic/nrql_alert_condition.py +48 -38
  40. pulumi_newrelic/nrql_drop_rule.py +38 -34
  41. pulumi_newrelic/obfuscation_expression.py +4 -2
  42. pulumi_newrelic/obfuscation_rule.py +4 -4
  43. pulumi_newrelic/one_dashboard.py +48 -42
  44. pulumi_newrelic/one_dashboard_raw.py +86 -86
  45. pulumi_newrelic/outputs.py +270 -180
  46. pulumi_newrelic/plugins/_inputs.py +16 -16
  47. pulumi_newrelic/plugins/application_settings.py +36 -20
  48. pulumi_newrelic/plugins/outputs.py +16 -16
  49. pulumi_newrelic/plugins/workload.py +40 -158
  50. pulumi_newrelic/service_level.py +123 -38
  51. pulumi_newrelic/synthetics/alert_condition.py +78 -34
  52. pulumi_newrelic/synthetics/broken_links_monitor.py +20 -18
  53. pulumi_newrelic/synthetics/cert_check_monitor.py +18 -16
  54. pulumi_newrelic/synthetics/get_private_location.py +8 -0
  55. pulumi_newrelic/synthetics/get_secure_credential.py +12 -0
  56. pulumi_newrelic/synthetics/monitor.py +52 -48
  57. pulumi_newrelic/synthetics/multi_location_alert_condition.py +83 -69
  58. pulumi_newrelic/synthetics/private_location.py +6 -6
  59. pulumi_newrelic/synthetics/script_monitor.py +42 -38
  60. pulumi_newrelic/synthetics/secure_credential.py +22 -25
  61. pulumi_newrelic/synthetics/step_monitor.py +20 -18
  62. pulumi_newrelic/user.py +10 -8
  63. pulumi_newrelic/workflow.py +24 -20
  64. {pulumi_newrelic-5.23.0.dist-info → pulumi_newrelic-5.23.0a1711707796.dist-info}/METADATA +1 -1
  65. pulumi_newrelic-5.23.0a1711707796.dist-info/RECORD +89 -0
  66. pulumi_newrelic-5.23.0.dist-info/RECORD +0 -89
  67. {pulumi_newrelic-5.23.0.dist-info → pulumi_newrelic-5.23.0a1711707796.dist-info}/WHEEL +0 -0
  68. {pulumi_newrelic-5.23.0.dist-info → pulumi_newrelic-5.23.0a1711707796.dist-info}/top_level.txt +0 -0
@@ -182,11 +182,13 @@ class AwsGovcloudIntegrationsAlb(dict):
182
182
  tag_key: Optional[str] = None,
183
183
  tag_value: Optional[str] = None):
184
184
  """
185
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
185
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
186
186
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
187
187
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
188
188
  :param Sequence[str] load_balancer_prefixes: Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.
189
- :param int metrics_polling_interval: The data polling interval in seconds
189
+ :param int metrics_polling_interval: The data polling interval in seconds.
190
+
191
+ Some integration types support an additional set of arguments:
190
192
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
191
193
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
192
194
  """
@@ -209,7 +211,7 @@ class AwsGovcloudIntegrationsAlb(dict):
209
211
  @pulumi.getter(name="awsRegions")
210
212
  def aws_regions(self) -> Optional[Sequence[str]]:
211
213
  """
212
- Specify each AWS region that includes the resources that you want to monitor
214
+ Specify each AWS region that includes the resources that you want to monitor.
213
215
  """
214
216
  return pulumi.get(self, "aws_regions")
215
217
 
@@ -241,7 +243,9 @@ class AwsGovcloudIntegrationsAlb(dict):
241
243
  @pulumi.getter(name="metricsPollingInterval")
242
244
  def metrics_polling_interval(self) -> Optional[int]:
243
245
  """
244
- The data polling interval in seconds
246
+ The data polling interval in seconds.
247
+
248
+ Some integration types support an additional set of arguments:
245
249
  """
246
250
  return pulumi.get(self, "metrics_polling_interval")
247
251
 
@@ -296,9 +300,11 @@ class AwsGovcloudIntegrationsApiGateway(dict):
296
300
  tag_key: Optional[str] = None,
297
301
  tag_value: Optional[str] = None):
298
302
  """
299
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
300
- :param int metrics_polling_interval: The data polling interval in seconds
301
- :param Sequence[str] stage_prefixes: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
303
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
304
+ :param int metrics_polling_interval: The data polling interval in seconds.
305
+
306
+ Some integration types support an additional set of arguments:
307
+ :param Sequence[str] stage_prefixes: Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.
302
308
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
303
309
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
304
310
  """
@@ -317,7 +323,7 @@ class AwsGovcloudIntegrationsApiGateway(dict):
317
323
  @pulumi.getter(name="awsRegions")
318
324
  def aws_regions(self) -> Optional[Sequence[str]]:
319
325
  """
320
- Specify each AWS region that includes the resources that you want to monitor
326
+ Specify each AWS region that includes the resources that you want to monitor.
321
327
  """
322
328
  return pulumi.get(self, "aws_regions")
323
329
 
@@ -325,7 +331,9 @@ class AwsGovcloudIntegrationsApiGateway(dict):
325
331
  @pulumi.getter(name="metricsPollingInterval")
326
332
  def metrics_polling_interval(self) -> Optional[int]:
327
333
  """
328
- The data polling interval in seconds
334
+ The data polling interval in seconds.
335
+
336
+ Some integration types support an additional set of arguments:
329
337
  """
330
338
  return pulumi.get(self, "metrics_polling_interval")
331
339
 
@@ -333,7 +341,7 @@ class AwsGovcloudIntegrationsApiGateway(dict):
333
341
  @pulumi.getter(name="stagePrefixes")
334
342
  def stage_prefixes(self) -> Optional[Sequence[str]]:
335
343
  """
336
- Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
344
+ Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.
337
345
  """
338
346
  return pulumi.get(self, "stage_prefixes")
339
347
 
@@ -379,8 +387,10 @@ class AwsGovcloudIntegrationsAutoScaling(dict):
379
387
  aws_regions: Optional[Sequence[str]] = None,
380
388
  metrics_polling_interval: Optional[int] = None):
381
389
  """
382
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
383
- :param int metrics_polling_interval: The data polling interval in seconds
390
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
391
+ :param int metrics_polling_interval: The data polling interval in seconds.
392
+
393
+ Some integration types support an additional set of arguments:
384
394
  """
385
395
  if aws_regions is not None:
386
396
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -391,7 +401,7 @@ class AwsGovcloudIntegrationsAutoScaling(dict):
391
401
  @pulumi.getter(name="awsRegions")
392
402
  def aws_regions(self) -> Optional[Sequence[str]]:
393
403
  """
394
- Specify each AWS region that includes the resources that you want to monitor
404
+ Specify each AWS region that includes the resources that you want to monitor.
395
405
  """
396
406
  return pulumi.get(self, "aws_regions")
397
407
 
@@ -399,7 +409,9 @@ class AwsGovcloudIntegrationsAutoScaling(dict):
399
409
  @pulumi.getter(name="metricsPollingInterval")
400
410
  def metrics_polling_interval(self) -> Optional[int]:
401
411
  """
402
- The data polling interval in seconds
412
+ The data polling interval in seconds.
413
+
414
+ Some integration types support an additional set of arguments:
403
415
  """
404
416
  return pulumi.get(self, "metrics_polling_interval")
405
417
 
@@ -429,8 +441,10 @@ class AwsGovcloudIntegrationsAwsDirectConnect(dict):
429
441
  aws_regions: Optional[Sequence[str]] = None,
430
442
  metrics_polling_interval: Optional[int] = None):
431
443
  """
432
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
433
- :param int metrics_polling_interval: The data polling interval in seconds
444
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
445
+ :param int metrics_polling_interval: The data polling interval in seconds.
446
+
447
+ Some integration types support an additional set of arguments:
434
448
  """
435
449
  if aws_regions is not None:
436
450
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -441,7 +455,7 @@ class AwsGovcloudIntegrationsAwsDirectConnect(dict):
441
455
  @pulumi.getter(name="awsRegions")
442
456
  def aws_regions(self) -> Optional[Sequence[str]]:
443
457
  """
444
- Specify each AWS region that includes the resources that you want to monitor
458
+ Specify each AWS region that includes the resources that you want to monitor.
445
459
  """
446
460
  return pulumi.get(self, "aws_regions")
447
461
 
@@ -449,7 +463,9 @@ class AwsGovcloudIntegrationsAwsDirectConnect(dict):
449
463
  @pulumi.getter(name="metricsPollingInterval")
450
464
  def metrics_polling_interval(self) -> Optional[int]:
451
465
  """
452
- The data polling interval in seconds
466
+ The data polling interval in seconds.
467
+
468
+ Some integration types support an additional set of arguments:
453
469
  """
454
470
  return pulumi.get(self, "metrics_polling_interval")
455
471
 
@@ -479,8 +495,10 @@ class AwsGovcloudIntegrationsAwsStates(dict):
479
495
  aws_regions: Optional[Sequence[str]] = None,
480
496
  metrics_polling_interval: Optional[int] = None):
481
497
  """
482
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
483
- :param int metrics_polling_interval: The data polling interval in seconds
498
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
499
+ :param int metrics_polling_interval: The data polling interval in seconds.
500
+
501
+ Some integration types support an additional set of arguments:
484
502
  """
485
503
  if aws_regions is not None:
486
504
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -491,7 +509,7 @@ class AwsGovcloudIntegrationsAwsStates(dict):
491
509
  @pulumi.getter(name="awsRegions")
492
510
  def aws_regions(self) -> Optional[Sequence[str]]:
493
511
  """
494
- Specify each AWS region that includes the resources that you want to monitor
512
+ Specify each AWS region that includes the resources that you want to monitor.
495
513
  """
496
514
  return pulumi.get(self, "aws_regions")
497
515
 
@@ -499,7 +517,9 @@ class AwsGovcloudIntegrationsAwsStates(dict):
499
517
  @pulumi.getter(name="metricsPollingInterval")
500
518
  def metrics_polling_interval(self) -> Optional[int]:
501
519
  """
502
- The data polling interval in seconds
520
+ The data polling interval in seconds.
521
+
522
+ Some integration types support an additional set of arguments:
503
523
  """
504
524
  return pulumi.get(self, "metrics_polling_interval")
505
525
 
@@ -529,8 +549,10 @@ class AwsGovcloudIntegrationsCloudtrail(dict):
529
549
  aws_regions: Optional[Sequence[str]] = None,
530
550
  metrics_polling_interval: Optional[int] = None):
531
551
  """
532
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
533
- :param int metrics_polling_interval: The data polling interval in seconds
552
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
553
+ :param int metrics_polling_interval: The data polling interval in seconds.
554
+
555
+ Some integration types support an additional set of arguments:
534
556
  """
535
557
  if aws_regions is not None:
536
558
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -541,7 +563,7 @@ class AwsGovcloudIntegrationsCloudtrail(dict):
541
563
  @pulumi.getter(name="awsRegions")
542
564
  def aws_regions(self) -> Optional[Sequence[str]]:
543
565
  """
544
- Specify each AWS region that includes the resources that you want to monitor
566
+ Specify each AWS region that includes the resources that you want to monitor.
545
567
  """
546
568
  return pulumi.get(self, "aws_regions")
547
569
 
@@ -549,7 +571,9 @@ class AwsGovcloudIntegrationsCloudtrail(dict):
549
571
  @pulumi.getter(name="metricsPollingInterval")
550
572
  def metrics_polling_interval(self) -> Optional[int]:
551
573
  """
552
- The data polling interval in seconds
574
+ The data polling interval in seconds.
575
+
576
+ Some integration types support an additional set of arguments:
553
577
  """
554
578
  return pulumi.get(self, "metrics_polling_interval")
555
579
 
@@ -591,10 +615,12 @@ class AwsGovcloudIntegrationsDynamoDb(dict):
591
615
  tag_key: Optional[str] = None,
592
616
  tag_value: Optional[str] = None):
593
617
  """
594
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
618
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
595
619
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
596
620
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
597
- :param int metrics_polling_interval: The data polling interval in seconds
621
+ :param int metrics_polling_interval: The data polling interval in seconds.
622
+
623
+ Some integration types support an additional set of arguments:
598
624
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
599
625
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
600
626
  """
@@ -615,7 +641,7 @@ class AwsGovcloudIntegrationsDynamoDb(dict):
615
641
  @pulumi.getter(name="awsRegions")
616
642
  def aws_regions(self) -> Optional[Sequence[str]]:
617
643
  """
618
- Specify each AWS region that includes the resources that you want to monitor
644
+ Specify each AWS region that includes the resources that you want to monitor.
619
645
  """
620
646
  return pulumi.get(self, "aws_regions")
621
647
 
@@ -639,7 +665,9 @@ class AwsGovcloudIntegrationsDynamoDb(dict):
639
665
  @pulumi.getter(name="metricsPollingInterval")
640
666
  def metrics_polling_interval(self) -> Optional[int]:
641
667
  """
642
- The data polling interval in seconds
668
+ The data polling interval in seconds.
669
+
670
+ Some integration types support an additional set of arguments:
643
671
  """
644
672
  return pulumi.get(self, "metrics_polling_interval")
645
673
 
@@ -694,9 +722,11 @@ class AwsGovcloudIntegrationsEbs(dict):
694
722
  tag_key: Optional[str] = None,
695
723
  tag_value: Optional[str] = None):
696
724
  """
697
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
725
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
698
726
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
699
- :param int metrics_polling_interval: The data polling interval in seconds
727
+ :param int metrics_polling_interval: The data polling interval in seconds.
728
+
729
+ Some integration types support an additional set of arguments:
700
730
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
701
731
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
702
732
  """
@@ -715,7 +745,7 @@ class AwsGovcloudIntegrationsEbs(dict):
715
745
  @pulumi.getter(name="awsRegions")
716
746
  def aws_regions(self) -> Optional[Sequence[str]]:
717
747
  """
718
- Specify each AWS region that includes the resources that you want to monitor
748
+ Specify each AWS region that includes the resources that you want to monitor.
719
749
  """
720
750
  return pulumi.get(self, "aws_regions")
721
751
 
@@ -731,7 +761,9 @@ class AwsGovcloudIntegrationsEbs(dict):
731
761
  @pulumi.getter(name="metricsPollingInterval")
732
762
  def metrics_polling_interval(self) -> Optional[int]:
733
763
  """
734
- The data polling interval in seconds
764
+ The data polling interval in seconds.
765
+
766
+ Some integration types support an additional set of arguments:
735
767
  """
736
768
  return pulumi.get(self, "metrics_polling_interval")
737
769
 
@@ -786,9 +818,11 @@ class AwsGovcloudIntegrationsEc2(dict):
786
818
  tag_key: Optional[str] = None,
787
819
  tag_value: Optional[str] = None):
788
820
  """
789
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
821
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
790
822
  :param bool fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected
791
- :param int metrics_polling_interval: The data polling interval in seconds
823
+ :param int metrics_polling_interval: The data polling interval in seconds.
824
+
825
+ Some integration types support an additional set of arguments:
792
826
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
793
827
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
794
828
  """
@@ -807,7 +841,7 @@ class AwsGovcloudIntegrationsEc2(dict):
807
841
  @pulumi.getter(name="awsRegions")
808
842
  def aws_regions(self) -> Optional[Sequence[str]]:
809
843
  """
810
- Specify each AWS region that includes the resources that you want to monitor
844
+ Specify each AWS region that includes the resources that you want to monitor.
811
845
  """
812
846
  return pulumi.get(self, "aws_regions")
813
847
 
@@ -823,7 +857,9 @@ class AwsGovcloudIntegrationsEc2(dict):
823
857
  @pulumi.getter(name="metricsPollingInterval")
824
858
  def metrics_polling_interval(self) -> Optional[int]:
825
859
  """
826
- The data polling interval in seconds
860
+ The data polling interval in seconds.
861
+
862
+ Some integration types support an additional set of arguments:
827
863
  """
828
864
  return pulumi.get(self, "metrics_polling_interval")
829
865
 
@@ -878,9 +914,11 @@ class AwsGovcloudIntegrationsElasticSearch(dict):
878
914
  tag_key: Optional[str] = None,
879
915
  tag_value: Optional[str] = None):
880
916
  """
881
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
882
- :param bool fetch_nodes: Specify if IP addresses of ec2 instance should be collected
883
- :param int metrics_polling_interval: The data polling interval in seconds
917
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
918
+ :param bool fetch_nodes: Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.
919
+ :param int metrics_polling_interval: The data polling interval in seconds.
920
+
921
+ Some integration types support an additional set of arguments:
884
922
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
885
923
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
886
924
  """
@@ -899,7 +937,7 @@ class AwsGovcloudIntegrationsElasticSearch(dict):
899
937
  @pulumi.getter(name="awsRegions")
900
938
  def aws_regions(self) -> Optional[Sequence[str]]:
901
939
  """
902
- Specify each AWS region that includes the resources that you want to monitor
940
+ Specify each AWS region that includes the resources that you want to monitor.
903
941
  """
904
942
  return pulumi.get(self, "aws_regions")
905
943
 
@@ -907,7 +945,7 @@ class AwsGovcloudIntegrationsElasticSearch(dict):
907
945
  @pulumi.getter(name="fetchNodes")
908
946
  def fetch_nodes(self) -> Optional[bool]:
909
947
  """
910
- Specify if IP addresses of ec2 instance should be collected
948
+ Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.
911
949
  """
912
950
  return pulumi.get(self, "fetch_nodes")
913
951
 
@@ -915,7 +953,9 @@ class AwsGovcloudIntegrationsElasticSearch(dict):
915
953
  @pulumi.getter(name="metricsPollingInterval")
916
954
  def metrics_polling_interval(self) -> Optional[int]:
917
955
  """
918
- The data polling interval in seconds
956
+ The data polling interval in seconds.
957
+
958
+ Some integration types support an additional set of arguments:
919
959
  """
920
960
  return pulumi.get(self, "metrics_polling_interval")
921
961
 
@@ -967,10 +1007,12 @@ class AwsGovcloudIntegrationsElb(dict):
967
1007
  fetch_tags: Optional[bool] = None,
968
1008
  metrics_polling_interval: Optional[int] = None):
969
1009
  """
970
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1010
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
971
1011
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
972
1012
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
973
- :param int metrics_polling_interval: The data polling interval in seconds
1013
+ :param int metrics_polling_interval: The data polling interval in seconds.
1014
+
1015
+ Some integration types support an additional set of arguments:
974
1016
  """
975
1017
  if aws_regions is not None:
976
1018
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -985,7 +1027,7 @@ class AwsGovcloudIntegrationsElb(dict):
985
1027
  @pulumi.getter(name="awsRegions")
986
1028
  def aws_regions(self) -> Optional[Sequence[str]]:
987
1029
  """
988
- Specify each AWS region that includes the resources that you want to monitor
1030
+ Specify each AWS region that includes the resources that you want to monitor.
989
1031
  """
990
1032
  return pulumi.get(self, "aws_regions")
991
1033
 
@@ -1009,7 +1051,9 @@ class AwsGovcloudIntegrationsElb(dict):
1009
1051
  @pulumi.getter(name="metricsPollingInterval")
1010
1052
  def metrics_polling_interval(self) -> Optional[int]:
1011
1053
  """
1012
- The data polling interval in seconds
1054
+ The data polling interval in seconds.
1055
+
1056
+ Some integration types support an additional set of arguments:
1013
1057
  """
1014
1058
  return pulumi.get(self, "metrics_polling_interval")
1015
1059
 
@@ -1048,9 +1092,11 @@ class AwsGovcloudIntegrationsEmr(dict):
1048
1092
  tag_key: Optional[str] = None,
1049
1093
  tag_value: Optional[str] = None):
1050
1094
  """
1051
- :param str aws_regions: Specify each AWS region that includes the resources that you want to monitor
1095
+ :param str aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1052
1096
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1053
- :param int metrics_polling_interval: The data polling interval in seconds
1097
+ :param int metrics_polling_interval: The data polling interval in seconds.
1098
+
1099
+ Some integration types support an additional set of arguments:
1054
1100
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1055
1101
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1056
1102
  """
@@ -1069,7 +1115,7 @@ class AwsGovcloudIntegrationsEmr(dict):
1069
1115
  @pulumi.getter(name="awsRegions")
1070
1116
  def aws_regions(self) -> Optional[str]:
1071
1117
  """
1072
- Specify each AWS region that includes the resources that you want to monitor
1118
+ Specify each AWS region that includes the resources that you want to monitor.
1073
1119
  """
1074
1120
  return pulumi.get(self, "aws_regions")
1075
1121
 
@@ -1085,7 +1131,9 @@ class AwsGovcloudIntegrationsEmr(dict):
1085
1131
  @pulumi.getter(name="metricsPollingInterval")
1086
1132
  def metrics_polling_interval(self) -> Optional[int]:
1087
1133
  """
1088
- The data polling interval in seconds
1134
+ The data polling interval in seconds.
1135
+
1136
+ Some integration types support an additional set of arguments:
1089
1137
  """
1090
1138
  return pulumi.get(self, "metrics_polling_interval")
1091
1139
 
@@ -1134,7 +1182,9 @@ class AwsGovcloudIntegrationsIam(dict):
1134
1182
  tag_key: Optional[str] = None,
1135
1183
  tag_value: Optional[str] = None):
1136
1184
  """
1137
- :param int metrics_polling_interval: The data polling interval in seconds
1185
+ :param int metrics_polling_interval: The data polling interval in seconds.
1186
+
1187
+ Some integration types support an additional set of arguments:
1138
1188
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1139
1189
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1140
1190
  """
@@ -1149,7 +1199,9 @@ class AwsGovcloudIntegrationsIam(dict):
1149
1199
  @pulumi.getter(name="metricsPollingInterval")
1150
1200
  def metrics_polling_interval(self) -> Optional[int]:
1151
1201
  """
1152
- The data polling interval in seconds
1202
+ The data polling interval in seconds.
1203
+
1204
+ Some integration types support an additional set of arguments:
1153
1205
  """
1154
1206
  return pulumi.get(self, "metrics_polling_interval")
1155
1207
 
@@ -1204,9 +1256,11 @@ class AwsGovcloudIntegrationsLambda(dict):
1204
1256
  tag_key: Optional[str] = None,
1205
1257
  tag_value: Optional[str] = None):
1206
1258
  """
1207
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1259
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1208
1260
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1209
- :param int metrics_polling_interval: The data polling interval in seconds
1261
+ :param int metrics_polling_interval: The data polling interval in seconds.
1262
+
1263
+ Some integration types support an additional set of arguments:
1210
1264
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1211
1265
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1212
1266
  """
@@ -1225,7 +1279,7 @@ class AwsGovcloudIntegrationsLambda(dict):
1225
1279
  @pulumi.getter(name="awsRegions")
1226
1280
  def aws_regions(self) -> Optional[Sequence[str]]:
1227
1281
  """
1228
- Specify each AWS region that includes the resources that you want to monitor
1282
+ Specify each AWS region that includes the resources that you want to monitor.
1229
1283
  """
1230
1284
  return pulumi.get(self, "aws_regions")
1231
1285
 
@@ -1241,7 +1295,9 @@ class AwsGovcloudIntegrationsLambda(dict):
1241
1295
  @pulumi.getter(name="metricsPollingInterval")
1242
1296
  def metrics_polling_interval(self) -> Optional[int]:
1243
1297
  """
1244
- The data polling interval in seconds
1298
+ The data polling interval in seconds.
1299
+
1300
+ Some integration types support an additional set of arguments:
1245
1301
  """
1246
1302
  return pulumi.get(self, "metrics_polling_interval")
1247
1303
 
@@ -1296,9 +1352,11 @@ class AwsGovcloudIntegrationsRds(dict):
1296
1352
  tag_key: Optional[str] = None,
1297
1353
  tag_value: Optional[str] = None):
1298
1354
  """
1299
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1355
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1300
1356
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1301
- :param int metrics_polling_interval: The data polling interval in seconds
1357
+ :param int metrics_polling_interval: The data polling interval in seconds.
1358
+
1359
+ Some integration types support an additional set of arguments:
1302
1360
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1303
1361
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1304
1362
  """
@@ -1317,7 +1375,7 @@ class AwsGovcloudIntegrationsRds(dict):
1317
1375
  @pulumi.getter(name="awsRegions")
1318
1376
  def aws_regions(self) -> Optional[Sequence[str]]:
1319
1377
  """
1320
- Specify each AWS region that includes the resources that you want to monitor
1378
+ Specify each AWS region that includes the resources that you want to monitor.
1321
1379
  """
1322
1380
  return pulumi.get(self, "aws_regions")
1323
1381
 
@@ -1333,7 +1391,9 @@ class AwsGovcloudIntegrationsRds(dict):
1333
1391
  @pulumi.getter(name="metricsPollingInterval")
1334
1392
  def metrics_polling_interval(self) -> Optional[int]:
1335
1393
  """
1336
- The data polling interval in seconds
1394
+ The data polling interval in seconds.
1395
+
1396
+ Some integration types support an additional set of arguments:
1337
1397
  """
1338
1398
  return pulumi.get(self, "metrics_polling_interval")
1339
1399
 
@@ -1385,8 +1445,10 @@ class AwsGovcloudIntegrationsRedShift(dict):
1385
1445
  tag_key: Optional[str] = None,
1386
1446
  tag_value: Optional[str] = None):
1387
1447
  """
1388
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1389
- :param int metrics_polling_interval: The data polling interval in seconds
1448
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1449
+ :param int metrics_polling_interval: The data polling interval in seconds.
1450
+
1451
+ Some integration types support an additional set of arguments:
1390
1452
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1391
1453
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1392
1454
  """
@@ -1403,7 +1465,7 @@ class AwsGovcloudIntegrationsRedShift(dict):
1403
1465
  @pulumi.getter(name="awsRegions")
1404
1466
  def aws_regions(self) -> Optional[Sequence[str]]:
1405
1467
  """
1406
- Specify each AWS region that includes the resources that you want to monitor
1468
+ Specify each AWS region that includes the resources that you want to monitor.
1407
1469
  """
1408
1470
  return pulumi.get(self, "aws_regions")
1409
1471
 
@@ -1411,7 +1473,9 @@ class AwsGovcloudIntegrationsRedShift(dict):
1411
1473
  @pulumi.getter(name="metricsPollingInterval")
1412
1474
  def metrics_polling_interval(self) -> Optional[int]:
1413
1475
  """
1414
- The data polling interval in seconds
1476
+ The data polling interval in seconds.
1477
+
1478
+ Some integration types support an additional set of arguments:
1415
1479
  """
1416
1480
  return pulumi.get(self, "metrics_polling_interval")
1417
1481
 
@@ -1458,7 +1522,9 @@ class AwsGovcloudIntegrationsRoute53(dict):
1458
1522
  metrics_polling_interval: Optional[int] = None):
1459
1523
  """
1460
1524
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1461
- :param int metrics_polling_interval: The data polling interval in seconds
1525
+ :param int metrics_polling_interval: The data polling interval in seconds.
1526
+
1527
+ Some integration types support an additional set of arguments:
1462
1528
  """
1463
1529
  if fetch_extended_inventory is not None:
1464
1530
  pulumi.set(__self__, "fetch_extended_inventory", fetch_extended_inventory)
@@ -1477,7 +1543,9 @@ class AwsGovcloudIntegrationsRoute53(dict):
1477
1543
  @pulumi.getter(name="metricsPollingInterval")
1478
1544
  def metrics_polling_interval(self) -> Optional[int]:
1479
1545
  """
1480
- The data polling interval in seconds
1546
+ The data polling interval in seconds.
1547
+
1548
+ Some integration types support an additional set of arguments:
1481
1549
  """
1482
1550
  return pulumi.get(self, "metrics_polling_interval")
1483
1551
 
@@ -1518,7 +1586,9 @@ class AwsGovcloudIntegrationsS3(dict):
1518
1586
  """
1519
1587
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1520
1588
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1521
- :param int metrics_polling_interval: The data polling interval in seconds
1589
+ :param int metrics_polling_interval: The data polling interval in seconds.
1590
+
1591
+ Some integration types support an additional set of arguments:
1522
1592
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1523
1593
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1524
1594
  """
@@ -1553,7 +1623,9 @@ class AwsGovcloudIntegrationsS3(dict):
1553
1623
  @pulumi.getter(name="metricsPollingInterval")
1554
1624
  def metrics_polling_interval(self) -> Optional[int]:
1555
1625
  """
1556
- The data polling interval in seconds
1626
+ The data polling interval in seconds.
1627
+
1628
+ Some integration types support an additional set of arguments:
1557
1629
  """
1558
1630
  return pulumi.get(self, "metrics_polling_interval")
1559
1631
 
@@ -1602,9 +1674,11 @@ class AwsGovcloudIntegrationsSns(dict):
1602
1674
  fetch_extended_inventory: Optional[bool] = None,
1603
1675
  metrics_polling_interval: Optional[int] = None):
1604
1676
  """
1605
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1677
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1606
1678
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1607
- :param int metrics_polling_interval: The data polling interval in seconds
1679
+ :param int metrics_polling_interval: The data polling interval in seconds.
1680
+
1681
+ Some integration types support an additional set of arguments:
1608
1682
  """
1609
1683
  if aws_regions is not None:
1610
1684
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -1617,7 +1691,7 @@ class AwsGovcloudIntegrationsSns(dict):
1617
1691
  @pulumi.getter(name="awsRegions")
1618
1692
  def aws_regions(self) -> Optional[Sequence[str]]:
1619
1693
  """
1620
- Specify each AWS region that includes the resources that you want to monitor
1694
+ Specify each AWS region that includes the resources that you want to monitor.
1621
1695
  """
1622
1696
  return pulumi.get(self, "aws_regions")
1623
1697
 
@@ -1633,7 +1707,9 @@ class AwsGovcloudIntegrationsSns(dict):
1633
1707
  @pulumi.getter(name="metricsPollingInterval")
1634
1708
  def metrics_polling_interval(self) -> Optional[int]:
1635
1709
  """
1636
- The data polling interval in seconds
1710
+ The data polling interval in seconds.
1711
+
1712
+ Some integration types support an additional set of arguments:
1637
1713
  """
1638
1714
  return pulumi.get(self, "metrics_polling_interval")
1639
1715
 
@@ -1678,10 +1754,12 @@ class AwsGovcloudIntegrationsSqs(dict):
1678
1754
  tag_key: Optional[str] = None,
1679
1755
  tag_value: Optional[str] = None):
1680
1756
  """
1681
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1757
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1682
1758
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1683
1759
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1684
- :param int metrics_polling_interval: The data polling interval in seconds
1760
+ :param int metrics_polling_interval: The data polling interval in seconds.
1761
+
1762
+ Some integration types support an additional set of arguments:
1685
1763
  :param Sequence[str] queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
1686
1764
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1687
1765
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
@@ -1705,7 +1783,7 @@ class AwsGovcloudIntegrationsSqs(dict):
1705
1783
  @pulumi.getter(name="awsRegions")
1706
1784
  def aws_regions(self) -> Optional[Sequence[str]]:
1707
1785
  """
1708
- Specify each AWS region that includes the resources that you want to monitor
1786
+ Specify each AWS region that includes the resources that you want to monitor.
1709
1787
  """
1710
1788
  return pulumi.get(self, "aws_regions")
1711
1789
 
@@ -1729,7 +1807,9 @@ class AwsGovcloudIntegrationsSqs(dict):
1729
1807
  @pulumi.getter(name="metricsPollingInterval")
1730
1808
  def metrics_polling_interval(self) -> Optional[int]:
1731
1809
  """
1732
- The data polling interval in seconds
1810
+ The data polling interval in seconds.
1811
+
1812
+ Some integration types support an additional set of arguments:
1733
1813
  """
1734
1814
  return pulumi.get(self, "metrics_polling_interval")
1735
1815
 
@@ -1798,11 +1878,17 @@ class AwsIntegrationsAlb(dict):
1798
1878
  tag_key: Optional[str] = None,
1799
1879
  tag_value: Optional[str] = None):
1800
1880
  """
1801
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1881
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1882
+ </details>
1802
1883
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1884
+
1885
+ Furthermore, below integration types supports the following common arguments.
1803
1886
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1804
1887
  :param Sequence[str] load_balancer_prefixes: Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.
1805
1888
  :param int metrics_polling_interval: The data polling interval in seconds.
1889
+
1890
+ <details>
1891
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1806
1892
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1807
1893
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1808
1894
  """
@@ -1825,7 +1911,8 @@ class AwsIntegrationsAlb(dict):
1825
1911
  @pulumi.getter(name="awsRegions")
1826
1912
  def aws_regions(self) -> Optional[Sequence[str]]:
1827
1913
  """
1828
- Specify each AWS region that includes the resources that you want to monitor.
1914
+ Specify each AWS region that includes the resources that you want to monitor.
1915
+ </details>
1829
1916
  """
1830
1917
  return pulumi.get(self, "aws_regions")
1831
1918
 
@@ -1834,6 +1921,8 @@ class AwsIntegrationsAlb(dict):
1834
1921
  def fetch_extended_inventory(self) -> Optional[bool]:
1835
1922
  """
1836
1923
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1924
+
1925
+ Furthermore, below integration types supports the following common arguments.
1837
1926
  """
1838
1927
  return pulumi.get(self, "fetch_extended_inventory")
1839
1928
 
@@ -1858,6 +1947,9 @@ class AwsIntegrationsAlb(dict):
1858
1947
  def metrics_polling_interval(self) -> Optional[int]:
1859
1948
  """
1860
1949
  The data polling interval in seconds.
1950
+
1951
+ <details>
1952
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1861
1953
  """
1862
1954
  return pulumi.get(self, "metrics_polling_interval")
1863
1955
 
@@ -1912,8 +2004,12 @@ class AwsIntegrationsApiGateway(dict):
1912
2004
  tag_key: Optional[str] = None,
1913
2005
  tag_value: Optional[str] = None):
1914
2006
  """
1915
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
2007
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2008
+ </details>
1916
2009
  :param int metrics_polling_interval: The data polling interval in seconds.
2010
+
2011
+ <details>
2012
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1917
2013
  :param Sequence[str] stage_prefixes: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1918
2014
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1919
2015
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
@@ -1933,7 +2029,8 @@ class AwsIntegrationsApiGateway(dict):
1933
2029
  @pulumi.getter(name="awsRegions")
1934
2030
  def aws_regions(self) -> Optional[Sequence[str]]:
1935
2031
  """
1936
- Specify each AWS region that includes the resources that you want to monitor
2032
+ Specify each AWS region that includes the resources that you want to monitor.
2033
+ </details>
1937
2034
  """
1938
2035
  return pulumi.get(self, "aws_regions")
1939
2036
 
@@ -1942,6 +2039,9 @@ class AwsIntegrationsApiGateway(dict):
1942
2039
  def metrics_polling_interval(self) -> Optional[int]:
1943
2040
  """
1944
2041
  The data polling interval in seconds.
2042
+
2043
+ <details>
2044
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1945
2045
  """
1946
2046
  return pulumi.get(self, "metrics_polling_interval")
1947
2047
 
@@ -1995,8 +2095,12 @@ class AwsIntegrationsAutoScaling(dict):
1995
2095
  aws_regions: Optional[Sequence[str]] = None,
1996
2096
  metrics_polling_interval: Optional[int] = None):
1997
2097
  """
1998
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2098
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2099
+ </details>
1999
2100
  :param int metrics_polling_interval: The data polling interval in seconds.
2101
+
2102
+ <details>
2103
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2000
2104
  """
2001
2105
  if aws_regions is not None:
2002
2106
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2007,7 +2111,8 @@ class AwsIntegrationsAutoScaling(dict):
2007
2111
  @pulumi.getter(name="awsRegions")
2008
2112
  def aws_regions(self) -> Optional[Sequence[str]]:
2009
2113
  """
2010
- Specify each AWS region that includes the resources that you want to monitor.
2114
+ Specify each AWS region that includes the resources that you want to monitor.
2115
+ </details>
2011
2116
  """
2012
2117
  return pulumi.get(self, "aws_regions")
2013
2118
 
@@ -2016,6 +2121,9 @@ class AwsIntegrationsAutoScaling(dict):
2016
2121
  def metrics_polling_interval(self) -> Optional[int]:
2017
2122
  """
2018
2123
  The data polling interval in seconds.
2124
+
2125
+ <details>
2126
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2019
2127
  """
2020
2128
  return pulumi.get(self, "metrics_polling_interval")
2021
2129
 
@@ -2045,8 +2153,12 @@ class AwsIntegrationsAwsAppSync(dict):
2045
2153
  aws_regions: Optional[Sequence[str]] = None,
2046
2154
  metrics_polling_interval: Optional[int] = None):
2047
2155
  """
2048
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2156
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2157
+ </details>
2049
2158
  :param int metrics_polling_interval: The data polling interval in seconds.
2159
+
2160
+ <details>
2161
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2050
2162
  """
2051
2163
  if aws_regions is not None:
2052
2164
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2057,7 +2169,8 @@ class AwsIntegrationsAwsAppSync(dict):
2057
2169
  @pulumi.getter(name="awsRegions")
2058
2170
  def aws_regions(self) -> Optional[Sequence[str]]:
2059
2171
  """
2060
- Specify each AWS region that includes the resources that you want to monitor.
2172
+ Specify each AWS region that includes the resources that you want to monitor.
2173
+ </details>
2061
2174
  """
2062
2175
  return pulumi.get(self, "aws_regions")
2063
2176
 
@@ -2066,6 +2179,9 @@ class AwsIntegrationsAwsAppSync(dict):
2066
2179
  def metrics_polling_interval(self) -> Optional[int]:
2067
2180
  """
2068
2181
  The data polling interval in seconds.
2182
+
2183
+ <details>
2184
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2069
2185
  """
2070
2186
  return pulumi.get(self, "metrics_polling_interval")
2071
2187
 
@@ -2095,8 +2211,12 @@ class AwsIntegrationsAwsAthena(dict):
2095
2211
  aws_regions: Optional[Sequence[str]] = None,
2096
2212
  metrics_polling_interval: Optional[int] = None):
2097
2213
  """
2098
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2214
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2215
+ </details>
2099
2216
  :param int metrics_polling_interval: The data polling interval in seconds.
2217
+
2218
+ <details>
2219
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2100
2220
  """
2101
2221
  if aws_regions is not None:
2102
2222
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2107,7 +2227,8 @@ class AwsIntegrationsAwsAthena(dict):
2107
2227
  @pulumi.getter(name="awsRegions")
2108
2228
  def aws_regions(self) -> Optional[Sequence[str]]:
2109
2229
  """
2110
- Specify each AWS region that includes the resources that you want to monitor.
2230
+ Specify each AWS region that includes the resources that you want to monitor.
2231
+ </details>
2111
2232
  """
2112
2233
  return pulumi.get(self, "aws_regions")
2113
2234
 
@@ -2116,6 +2237,9 @@ class AwsIntegrationsAwsAthena(dict):
2116
2237
  def metrics_polling_interval(self) -> Optional[int]:
2117
2238
  """
2118
2239
  The data polling interval in seconds.
2240
+
2241
+ <details>
2242
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2119
2243
  """
2120
2244
  return pulumi.get(self, "metrics_polling_interval")
2121
2245
 
@@ -2145,8 +2269,12 @@ class AwsIntegrationsAwsCognito(dict):
2145
2269
  aws_regions: Optional[Sequence[str]] = None,
2146
2270
  metrics_polling_interval: Optional[int] = None):
2147
2271
  """
2148
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2272
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2273
+ </details>
2149
2274
  :param int metrics_polling_interval: The data polling interval in seconds.
2275
+
2276
+ <details>
2277
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2150
2278
  """
2151
2279
  if aws_regions is not None:
2152
2280
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2157,7 +2285,8 @@ class AwsIntegrationsAwsCognito(dict):
2157
2285
  @pulumi.getter(name="awsRegions")
2158
2286
  def aws_regions(self) -> Optional[Sequence[str]]:
2159
2287
  """
2160
- Specify each AWS region that includes the resources that you want to monitor.
2288
+ Specify each AWS region that includes the resources that you want to monitor.
2289
+ </details>
2161
2290
  """
2162
2291
  return pulumi.get(self, "aws_regions")
2163
2292
 
@@ -2166,6 +2295,9 @@ class AwsIntegrationsAwsCognito(dict):
2166
2295
  def metrics_polling_interval(self) -> Optional[int]:
2167
2296
  """
2168
2297
  The data polling interval in seconds.
2298
+
2299
+ <details>
2300
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2169
2301
  """
2170
2302
  return pulumi.get(self, "metrics_polling_interval")
2171
2303
 
@@ -2195,8 +2327,12 @@ class AwsIntegrationsAwsConnect(dict):
2195
2327
  aws_regions: Optional[Sequence[str]] = None,
2196
2328
  metrics_polling_interval: Optional[int] = None):
2197
2329
  """
2198
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2330
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2331
+ </details>
2199
2332
  :param int metrics_polling_interval: The data polling interval in seconds.
2333
+
2334
+ <details>
2335
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2200
2336
  """
2201
2337
  if aws_regions is not None:
2202
2338
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2207,7 +2343,8 @@ class AwsIntegrationsAwsConnect(dict):
2207
2343
  @pulumi.getter(name="awsRegions")
2208
2344
  def aws_regions(self) -> Optional[Sequence[str]]:
2209
2345
  """
2210
- Specify each AWS region that includes the resources that you want to monitor.
2346
+ Specify each AWS region that includes the resources that you want to monitor.
2347
+ </details>
2211
2348
  """
2212
2349
  return pulumi.get(self, "aws_regions")
2213
2350
 
@@ -2216,6 +2353,9 @@ class AwsIntegrationsAwsConnect(dict):
2216
2353
  def metrics_polling_interval(self) -> Optional[int]:
2217
2354
  """
2218
2355
  The data polling interval in seconds.
2356
+
2357
+ <details>
2358
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2219
2359
  """
2220
2360
  return pulumi.get(self, "metrics_polling_interval")
2221
2361
 
@@ -2245,8 +2385,12 @@ class AwsIntegrationsAwsDirectConnect(dict):
2245
2385
  aws_regions: Optional[Sequence[str]] = None,
2246
2386
  metrics_polling_interval: Optional[int] = None):
2247
2387
  """
2248
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2388
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2389
+ </details>
2249
2390
  :param int metrics_polling_interval: The data polling interval in seconds.
2391
+
2392
+ <details>
2393
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2250
2394
  """
2251
2395
  if aws_regions is not None:
2252
2396
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2257,7 +2401,8 @@ class AwsIntegrationsAwsDirectConnect(dict):
2257
2401
  @pulumi.getter(name="awsRegions")
2258
2402
  def aws_regions(self) -> Optional[Sequence[str]]:
2259
2403
  """
2260
- Specify each AWS region that includes the resources that you want to monitor.
2404
+ Specify each AWS region that includes the resources that you want to monitor.
2405
+ </details>
2261
2406
  """
2262
2407
  return pulumi.get(self, "aws_regions")
2263
2408
 
@@ -2266,6 +2411,9 @@ class AwsIntegrationsAwsDirectConnect(dict):
2266
2411
  def metrics_polling_interval(self) -> Optional[int]:
2267
2412
  """
2268
2413
  The data polling interval in seconds.
2414
+
2415
+ <details>
2416
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2269
2417
  """
2270
2418
  return pulumi.get(self, "metrics_polling_interval")
2271
2419
 
@@ -2295,8 +2443,12 @@ class AwsIntegrationsAwsFsx(dict):
2295
2443
  aws_regions: Optional[Sequence[str]] = None,
2296
2444
  metrics_polling_interval: Optional[int] = None):
2297
2445
  """
2298
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2446
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2447
+ </details>
2299
2448
  :param int metrics_polling_interval: The data polling interval in seconds.
2449
+
2450
+ <details>
2451
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2300
2452
  """
2301
2453
  if aws_regions is not None:
2302
2454
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2307,7 +2459,8 @@ class AwsIntegrationsAwsFsx(dict):
2307
2459
  @pulumi.getter(name="awsRegions")
2308
2460
  def aws_regions(self) -> Optional[Sequence[str]]:
2309
2461
  """
2310
- Specify each AWS region that includes the resources that you want to monitor.
2462
+ Specify each AWS region that includes the resources that you want to monitor.
2463
+ </details>
2311
2464
  """
2312
2465
  return pulumi.get(self, "aws_regions")
2313
2466
 
@@ -2316,6 +2469,9 @@ class AwsIntegrationsAwsFsx(dict):
2316
2469
  def metrics_polling_interval(self) -> Optional[int]:
2317
2470
  """
2318
2471
  The data polling interval in seconds.
2472
+
2473
+ <details>
2474
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2319
2475
  """
2320
2476
  return pulumi.get(self, "metrics_polling_interval")
2321
2477
 
@@ -2345,8 +2501,12 @@ class AwsIntegrationsAwsGlue(dict):
2345
2501
  aws_regions: Optional[Sequence[str]] = None,
2346
2502
  metrics_polling_interval: Optional[int] = None):
2347
2503
  """
2348
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2504
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2505
+ </details>
2349
2506
  :param int metrics_polling_interval: The data polling interval in seconds.
2507
+
2508
+ <details>
2509
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2350
2510
  """
2351
2511
  if aws_regions is not None:
2352
2512
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2357,7 +2517,8 @@ class AwsIntegrationsAwsGlue(dict):
2357
2517
  @pulumi.getter(name="awsRegions")
2358
2518
  def aws_regions(self) -> Optional[Sequence[str]]:
2359
2519
  """
2360
- Specify each AWS region that includes the resources that you want to monitor.
2520
+ Specify each AWS region that includes the resources that you want to monitor.
2521
+ </details>
2361
2522
  """
2362
2523
  return pulumi.get(self, "aws_regions")
2363
2524
 
@@ -2366,6 +2527,9 @@ class AwsIntegrationsAwsGlue(dict):
2366
2527
  def metrics_polling_interval(self) -> Optional[int]:
2367
2528
  """
2368
2529
  The data polling interval in seconds.
2530
+
2531
+ <details>
2532
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2369
2533
  """
2370
2534
  return pulumi.get(self, "metrics_polling_interval")
2371
2535
 
@@ -2395,8 +2559,12 @@ class AwsIntegrationsAwsKinesisAnalytics(dict):
2395
2559
  aws_regions: Optional[Sequence[str]] = None,
2396
2560
  metrics_polling_interval: Optional[int] = None):
2397
2561
  """
2398
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2562
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2563
+ </details>
2399
2564
  :param int metrics_polling_interval: The data polling interval in seconds.
2565
+
2566
+ <details>
2567
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2400
2568
  """
2401
2569
  if aws_regions is not None:
2402
2570
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2407,7 +2575,8 @@ class AwsIntegrationsAwsKinesisAnalytics(dict):
2407
2575
  @pulumi.getter(name="awsRegions")
2408
2576
  def aws_regions(self) -> Optional[Sequence[str]]:
2409
2577
  """
2410
- Specify each AWS region that includes the resources that you want to monitor.
2578
+ Specify each AWS region that includes the resources that you want to monitor.
2579
+ </details>
2411
2580
  """
2412
2581
  return pulumi.get(self, "aws_regions")
2413
2582
 
@@ -2416,6 +2585,9 @@ class AwsIntegrationsAwsKinesisAnalytics(dict):
2416
2585
  def metrics_polling_interval(self) -> Optional[int]:
2417
2586
  """
2418
2587
  The data polling interval in seconds.
2588
+
2589
+ <details>
2590
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2419
2591
  """
2420
2592
  return pulumi.get(self, "metrics_polling_interval")
2421
2593
 
@@ -2445,8 +2617,12 @@ class AwsIntegrationsAwsMediaConvert(dict):
2445
2617
  aws_regions: Optional[Sequence[str]] = None,
2446
2618
  metrics_polling_interval: Optional[int] = None):
2447
2619
  """
2448
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2620
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2621
+ </details>
2449
2622
  :param int metrics_polling_interval: The data polling interval in seconds.
2623
+
2624
+ <details>
2625
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2450
2626
  """
2451
2627
  if aws_regions is not None:
2452
2628
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2457,7 +2633,8 @@ class AwsIntegrationsAwsMediaConvert(dict):
2457
2633
  @pulumi.getter(name="awsRegions")
2458
2634
  def aws_regions(self) -> Optional[Sequence[str]]:
2459
2635
  """
2460
- Specify each AWS region that includes the resources that you want to monitor.
2636
+ Specify each AWS region that includes the resources that you want to monitor.
2637
+ </details>
2461
2638
  """
2462
2639
  return pulumi.get(self, "aws_regions")
2463
2640
 
@@ -2466,6 +2643,9 @@ class AwsIntegrationsAwsMediaConvert(dict):
2466
2643
  def metrics_polling_interval(self) -> Optional[int]:
2467
2644
  """
2468
2645
  The data polling interval in seconds.
2646
+
2647
+ <details>
2648
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2469
2649
  """
2470
2650
  return pulumi.get(self, "metrics_polling_interval")
2471
2651
 
@@ -2495,8 +2675,12 @@ class AwsIntegrationsAwsMediaPackageVod(dict):
2495
2675
  aws_regions: Optional[Sequence[str]] = None,
2496
2676
  metrics_polling_interval: Optional[int] = None):
2497
2677
  """
2498
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2678
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2679
+ </details>
2499
2680
  :param int metrics_polling_interval: The data polling interval in seconds.
2681
+
2682
+ <details>
2683
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2500
2684
  """
2501
2685
  if aws_regions is not None:
2502
2686
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2507,7 +2691,8 @@ class AwsIntegrationsAwsMediaPackageVod(dict):
2507
2691
  @pulumi.getter(name="awsRegions")
2508
2692
  def aws_regions(self) -> Optional[Sequence[str]]:
2509
2693
  """
2510
- Specify each AWS region that includes the resources that you want to monitor.
2694
+ Specify each AWS region that includes the resources that you want to monitor.
2695
+ </details>
2511
2696
  """
2512
2697
  return pulumi.get(self, "aws_regions")
2513
2698
 
@@ -2516,6 +2701,9 @@ class AwsIntegrationsAwsMediaPackageVod(dict):
2516
2701
  def metrics_polling_interval(self) -> Optional[int]:
2517
2702
  """
2518
2703
  The data polling interval in seconds.
2704
+
2705
+ <details>
2706
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2519
2707
  """
2520
2708
  return pulumi.get(self, "metrics_polling_interval")
2521
2709
 
@@ -2545,8 +2733,12 @@ class AwsIntegrationsAwsMq(dict):
2545
2733
  aws_regions: Optional[Sequence[str]] = None,
2546
2734
  metrics_polling_interval: Optional[int] = None):
2547
2735
  """
2548
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2736
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2737
+ </details>
2549
2738
  :param int metrics_polling_interval: The data polling interval in seconds.
2739
+
2740
+ <details>
2741
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2550
2742
  """
2551
2743
  if aws_regions is not None:
2552
2744
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2557,7 +2749,8 @@ class AwsIntegrationsAwsMq(dict):
2557
2749
  @pulumi.getter(name="awsRegions")
2558
2750
  def aws_regions(self) -> Optional[Sequence[str]]:
2559
2751
  """
2560
- Specify each AWS region that includes the resources that you want to monitor.
2752
+ Specify each AWS region that includes the resources that you want to monitor.
2753
+ </details>
2561
2754
  """
2562
2755
  return pulumi.get(self, "aws_regions")
2563
2756
 
@@ -2566,6 +2759,9 @@ class AwsIntegrationsAwsMq(dict):
2566
2759
  def metrics_polling_interval(self) -> Optional[int]:
2567
2760
  """
2568
2761
  The data polling interval in seconds.
2762
+
2763
+ <details>
2764
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2569
2765
  """
2570
2766
  return pulumi.get(self, "metrics_polling_interval")
2571
2767
 
@@ -2595,8 +2791,12 @@ class AwsIntegrationsAwsMsk(dict):
2595
2791
  aws_regions: Optional[Sequence[str]] = None,
2596
2792
  metrics_polling_interval: Optional[int] = None):
2597
2793
  """
2598
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2794
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2795
+ </details>
2599
2796
  :param int metrics_polling_interval: The data polling interval in seconds.
2797
+
2798
+ <details>
2799
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2600
2800
  """
2601
2801
  if aws_regions is not None:
2602
2802
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2607,7 +2807,8 @@ class AwsIntegrationsAwsMsk(dict):
2607
2807
  @pulumi.getter(name="awsRegions")
2608
2808
  def aws_regions(self) -> Optional[Sequence[str]]:
2609
2809
  """
2610
- Specify each AWS region that includes the resources that you want to monitor.
2810
+ Specify each AWS region that includes the resources that you want to monitor.
2811
+ </details>
2611
2812
  """
2612
2813
  return pulumi.get(self, "aws_regions")
2613
2814
 
@@ -2616,6 +2817,9 @@ class AwsIntegrationsAwsMsk(dict):
2616
2817
  def metrics_polling_interval(self) -> Optional[int]:
2617
2818
  """
2618
2819
  The data polling interval in seconds.
2820
+
2821
+ <details>
2822
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2619
2823
  """
2620
2824
  return pulumi.get(self, "metrics_polling_interval")
2621
2825
 
@@ -2645,8 +2849,12 @@ class AwsIntegrationsAwsNeptune(dict):
2645
2849
  aws_regions: Optional[Sequence[str]] = None,
2646
2850
  metrics_polling_interval: Optional[int] = None):
2647
2851
  """
2648
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2852
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2853
+ </details>
2649
2854
  :param int metrics_polling_interval: The data polling interval in seconds.
2855
+
2856
+ <details>
2857
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2650
2858
  """
2651
2859
  if aws_regions is not None:
2652
2860
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2657,7 +2865,8 @@ class AwsIntegrationsAwsNeptune(dict):
2657
2865
  @pulumi.getter(name="awsRegions")
2658
2866
  def aws_regions(self) -> Optional[Sequence[str]]:
2659
2867
  """
2660
- Specify each AWS region that includes the resources that you want to monitor.
2868
+ Specify each AWS region that includes the resources that you want to monitor.
2869
+ </details>
2661
2870
  """
2662
2871
  return pulumi.get(self, "aws_regions")
2663
2872
 
@@ -2666,6 +2875,9 @@ class AwsIntegrationsAwsNeptune(dict):
2666
2875
  def metrics_polling_interval(self) -> Optional[int]:
2667
2876
  """
2668
2877
  The data polling interval in seconds.
2878
+
2879
+ <details>
2880
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2669
2881
  """
2670
2882
  return pulumi.get(self, "metrics_polling_interval")
2671
2883
 
@@ -2695,8 +2907,12 @@ class AwsIntegrationsAwsQldb(dict):
2695
2907
  aws_regions: Optional[Sequence[str]] = None,
2696
2908
  metrics_polling_interval: Optional[int] = None):
2697
2909
  """
2698
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2910
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2911
+ </details>
2699
2912
  :param int metrics_polling_interval: The data polling interval in seconds.
2913
+
2914
+ <details>
2915
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2700
2916
  """
2701
2917
  if aws_regions is not None:
2702
2918
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2707,7 +2923,8 @@ class AwsIntegrationsAwsQldb(dict):
2707
2923
  @pulumi.getter(name="awsRegions")
2708
2924
  def aws_regions(self) -> Optional[Sequence[str]]:
2709
2925
  """
2710
- Specify each AWS region that includes the resources that you want to monitor.
2926
+ Specify each AWS region that includes the resources that you want to monitor.
2927
+ </details>
2711
2928
  """
2712
2929
  return pulumi.get(self, "aws_regions")
2713
2930
 
@@ -2716,6 +2933,9 @@ class AwsIntegrationsAwsQldb(dict):
2716
2933
  def metrics_polling_interval(self) -> Optional[int]:
2717
2934
  """
2718
2935
  The data polling interval in seconds.
2936
+
2937
+ <details>
2938
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2719
2939
  """
2720
2940
  return pulumi.get(self, "metrics_polling_interval")
2721
2941
 
@@ -2745,8 +2965,12 @@ class AwsIntegrationsAwsRoute53resolver(dict):
2745
2965
  aws_regions: Optional[Sequence[str]] = None,
2746
2966
  metrics_polling_interval: Optional[int] = None):
2747
2967
  """
2748
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2968
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2969
+ </details>
2749
2970
  :param int metrics_polling_interval: The data polling interval in seconds.
2971
+
2972
+ <details>
2973
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2750
2974
  """
2751
2975
  if aws_regions is not None:
2752
2976
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2757,7 +2981,8 @@ class AwsIntegrationsAwsRoute53resolver(dict):
2757
2981
  @pulumi.getter(name="awsRegions")
2758
2982
  def aws_regions(self) -> Optional[Sequence[str]]:
2759
2983
  """
2760
- Specify each AWS region that includes the resources that you want to monitor.
2984
+ Specify each AWS region that includes the resources that you want to monitor.
2985
+ </details>
2761
2986
  """
2762
2987
  return pulumi.get(self, "aws_regions")
2763
2988
 
@@ -2766,6 +2991,9 @@ class AwsIntegrationsAwsRoute53resolver(dict):
2766
2991
  def metrics_polling_interval(self) -> Optional[int]:
2767
2992
  """
2768
2993
  The data polling interval in seconds.
2994
+
2995
+ <details>
2996
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2769
2997
  """
2770
2998
  return pulumi.get(self, "metrics_polling_interval")
2771
2999
 
@@ -2795,8 +3023,12 @@ class AwsIntegrationsAwsStates(dict):
2795
3023
  aws_regions: Optional[Sequence[str]] = None,
2796
3024
  metrics_polling_interval: Optional[int] = None):
2797
3025
  """
2798
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3026
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3027
+ </details>
2799
3028
  :param int metrics_polling_interval: The data polling interval in seconds.
3029
+
3030
+ <details>
3031
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2800
3032
  """
2801
3033
  if aws_regions is not None:
2802
3034
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2807,7 +3039,8 @@ class AwsIntegrationsAwsStates(dict):
2807
3039
  @pulumi.getter(name="awsRegions")
2808
3040
  def aws_regions(self) -> Optional[Sequence[str]]:
2809
3041
  """
2810
- Specify each AWS region that includes the resources that you want to monitor.
3042
+ Specify each AWS region that includes the resources that you want to monitor.
3043
+ </details>
2811
3044
  """
2812
3045
  return pulumi.get(self, "aws_regions")
2813
3046
 
@@ -2816,6 +3049,9 @@ class AwsIntegrationsAwsStates(dict):
2816
3049
  def metrics_polling_interval(self) -> Optional[int]:
2817
3050
  """
2818
3051
  The data polling interval in seconds.
3052
+
3053
+ <details>
3054
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2819
3055
  """
2820
3056
  return pulumi.get(self, "metrics_polling_interval")
2821
3057
 
@@ -2845,8 +3081,12 @@ class AwsIntegrationsAwsTransitGateway(dict):
2845
3081
  aws_regions: Optional[Sequence[str]] = None,
2846
3082
  metrics_polling_interval: Optional[int] = None):
2847
3083
  """
2848
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3084
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3085
+ </details>
2849
3086
  :param int metrics_polling_interval: The data polling interval in seconds.
3087
+
3088
+ <details>
3089
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2850
3090
  """
2851
3091
  if aws_regions is not None:
2852
3092
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2857,7 +3097,8 @@ class AwsIntegrationsAwsTransitGateway(dict):
2857
3097
  @pulumi.getter(name="awsRegions")
2858
3098
  def aws_regions(self) -> Optional[Sequence[str]]:
2859
3099
  """
2860
- Specify each AWS region that includes the resources that you want to monitor.
3100
+ Specify each AWS region that includes the resources that you want to monitor.
3101
+ </details>
2861
3102
  """
2862
3103
  return pulumi.get(self, "aws_regions")
2863
3104
 
@@ -2866,6 +3107,9 @@ class AwsIntegrationsAwsTransitGateway(dict):
2866
3107
  def metrics_polling_interval(self) -> Optional[int]:
2867
3108
  """
2868
3109
  The data polling interval in seconds.
3110
+
3111
+ <details>
3112
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2869
3113
  """
2870
3114
  return pulumi.get(self, "metrics_polling_interval")
2871
3115
 
@@ -2895,8 +3139,12 @@ class AwsIntegrationsAwsWaf(dict):
2895
3139
  aws_regions: Optional[Sequence[str]] = None,
2896
3140
  metrics_polling_interval: Optional[int] = None):
2897
3141
  """
2898
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3142
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3143
+ </details>
2899
3144
  :param int metrics_polling_interval: The data polling interval in seconds.
3145
+
3146
+ <details>
3147
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2900
3148
  """
2901
3149
  if aws_regions is not None:
2902
3150
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2907,7 +3155,8 @@ class AwsIntegrationsAwsWaf(dict):
2907
3155
  @pulumi.getter(name="awsRegions")
2908
3156
  def aws_regions(self) -> Optional[Sequence[str]]:
2909
3157
  """
2910
- Specify each AWS region that includes the resources that you want to monitor.
3158
+ Specify each AWS region that includes the resources that you want to monitor.
3159
+ </details>
2911
3160
  """
2912
3161
  return pulumi.get(self, "aws_regions")
2913
3162
 
@@ -2916,6 +3165,9 @@ class AwsIntegrationsAwsWaf(dict):
2916
3165
  def metrics_polling_interval(self) -> Optional[int]:
2917
3166
  """
2918
3167
  The data polling interval in seconds.
3168
+
3169
+ <details>
3170
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2919
3171
  """
2920
3172
  return pulumi.get(self, "metrics_polling_interval")
2921
3173
 
@@ -2945,8 +3197,12 @@ class AwsIntegrationsAwsWafv2(dict):
2945
3197
  aws_regions: Optional[Sequence[str]] = None,
2946
3198
  metrics_polling_interval: Optional[int] = None):
2947
3199
  """
2948
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3200
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3201
+ </details>
2949
3202
  :param int metrics_polling_interval: The data polling interval in seconds.
3203
+
3204
+ <details>
3205
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2950
3206
  """
2951
3207
  if aws_regions is not None:
2952
3208
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2957,7 +3213,8 @@ class AwsIntegrationsAwsWafv2(dict):
2957
3213
  @pulumi.getter(name="awsRegions")
2958
3214
  def aws_regions(self) -> Optional[Sequence[str]]:
2959
3215
  """
2960
- Specify each AWS region that includes the resources that you want to monitor.
3216
+ Specify each AWS region that includes the resources that you want to monitor.
3217
+ </details>
2961
3218
  """
2962
3219
  return pulumi.get(self, "aws_regions")
2963
3220
 
@@ -2966,6 +3223,9 @@ class AwsIntegrationsAwsWafv2(dict):
2966
3223
  def metrics_polling_interval(self) -> Optional[int]:
2967
3224
  """
2968
3225
  The data polling interval in seconds.
3226
+
3227
+ <details>
3228
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2969
3229
  """
2970
3230
  return pulumi.get(self, "metrics_polling_interval")
2971
3231
 
@@ -2993,6 +3253,9 @@ class AwsIntegrationsBilling(dict):
2993
3253
  metrics_polling_interval: Optional[int] = None):
2994
3254
  """
2995
3255
  :param int metrics_polling_interval: The data polling interval in seconds.
3256
+
3257
+ <details>
3258
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2996
3259
  """
2997
3260
  if metrics_polling_interval is not None:
2998
3261
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -3002,6 +3265,9 @@ class AwsIntegrationsBilling(dict):
3002
3265
  def metrics_polling_interval(self) -> Optional[int]:
3003
3266
  """
3004
3267
  The data polling interval in seconds.
3268
+
3269
+ <details>
3270
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3005
3271
  """
3006
3272
  return pulumi.get(self, "metrics_polling_interval")
3007
3273
 
@@ -3043,6 +3309,9 @@ class AwsIntegrationsCloudfront(dict):
3043
3309
  :param bool fetch_lambdas_at_edge: Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
3044
3310
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3045
3311
  :param int metrics_polling_interval: The data polling interval in seconds.
3312
+
3313
+ <details>
3314
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3046
3315
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3047
3316
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3048
3317
  """
@@ -3078,6 +3347,9 @@ class AwsIntegrationsCloudfront(dict):
3078
3347
  def metrics_polling_interval(self) -> Optional[int]:
3079
3348
  """
3080
3349
  The data polling interval in seconds.
3350
+
3351
+ <details>
3352
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3081
3353
  """
3082
3354
  return pulumi.get(self, "metrics_polling_interval")
3083
3355
 
@@ -3123,8 +3395,12 @@ class AwsIntegrationsCloudtrail(dict):
3123
3395
  aws_regions: Optional[Sequence[str]] = None,
3124
3396
  metrics_polling_interval: Optional[int] = None):
3125
3397
  """
3126
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3398
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3399
+ </details>
3127
3400
  :param int metrics_polling_interval: The data polling interval in seconds.
3401
+
3402
+ <details>
3403
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3128
3404
  """
3129
3405
  if aws_regions is not None:
3130
3406
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3135,7 +3411,8 @@ class AwsIntegrationsCloudtrail(dict):
3135
3411
  @pulumi.getter(name="awsRegions")
3136
3412
  def aws_regions(self) -> Optional[Sequence[str]]:
3137
3413
  """
3138
- Specify each AWS region that includes the resources that you want to monitor.
3414
+ Specify each AWS region that includes the resources that you want to monitor.
3415
+ </details>
3139
3416
  """
3140
3417
  return pulumi.get(self, "aws_regions")
3141
3418
 
@@ -3144,6 +3421,9 @@ class AwsIntegrationsCloudtrail(dict):
3144
3421
  def metrics_polling_interval(self) -> Optional[int]:
3145
3422
  """
3146
3423
  The data polling interval in seconds.
3424
+
3425
+ <details>
3426
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3147
3427
  """
3148
3428
  return pulumi.get(self, "metrics_polling_interval")
3149
3429
 
@@ -3173,8 +3453,12 @@ class AwsIntegrationsDocDb(dict):
3173
3453
  aws_regions: Optional[Sequence[str]] = None,
3174
3454
  metrics_polling_interval: Optional[int] = None):
3175
3455
  """
3176
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3456
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3457
+ </details>
3177
3458
  :param int metrics_polling_interval: The data polling interval in seconds.
3459
+
3460
+ <details>
3461
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3178
3462
  """
3179
3463
  if aws_regions is not None:
3180
3464
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3185,7 +3469,8 @@ class AwsIntegrationsDocDb(dict):
3185
3469
  @pulumi.getter(name="awsRegions")
3186
3470
  def aws_regions(self) -> Optional[Sequence[str]]:
3187
3471
  """
3188
- Specify each AWS region that includes the resources that you want to monitor.
3472
+ Specify each AWS region that includes the resources that you want to monitor.
3473
+ </details>
3189
3474
  """
3190
3475
  return pulumi.get(self, "aws_regions")
3191
3476
 
@@ -3194,6 +3479,9 @@ class AwsIntegrationsDocDb(dict):
3194
3479
  def metrics_polling_interval(self) -> Optional[int]:
3195
3480
  """
3196
3481
  The data polling interval in seconds.
3482
+
3483
+ <details>
3484
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3197
3485
  """
3198
3486
  return pulumi.get(self, "metrics_polling_interval")
3199
3487
 
@@ -3235,10 +3523,16 @@ class AwsIntegrationsDynamodb(dict):
3235
3523
  tag_key: Optional[str] = None,
3236
3524
  tag_value: Optional[str] = None):
3237
3525
  """
3238
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3526
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3527
+ </details>
3239
3528
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
3240
- :param bool fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3529
+
3530
+ Furthermore, below integration types supports the following common arguments.
3531
+ :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3241
3532
  :param int metrics_polling_interval: The data polling interval in seconds.
3533
+
3534
+ <details>
3535
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3242
3536
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3243
3537
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3244
3538
  """
@@ -3259,7 +3553,8 @@ class AwsIntegrationsDynamodb(dict):
3259
3553
  @pulumi.getter(name="awsRegions")
3260
3554
  def aws_regions(self) -> Optional[Sequence[str]]:
3261
3555
  """
3262
- Specify each AWS region that includes the resources that you want to monitor.
3556
+ Specify each AWS region that includes the resources that you want to monitor.
3557
+ </details>
3263
3558
  """
3264
3559
  return pulumi.get(self, "aws_regions")
3265
3560
 
@@ -3268,6 +3563,8 @@ class AwsIntegrationsDynamodb(dict):
3268
3563
  def fetch_extended_inventory(self) -> Optional[bool]:
3269
3564
  """
3270
3565
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
3566
+
3567
+ Furthermore, below integration types supports the following common arguments.
3271
3568
  """
3272
3569
  return pulumi.get(self, "fetch_extended_inventory")
3273
3570
 
@@ -3275,7 +3572,7 @@ class AwsIntegrationsDynamodb(dict):
3275
3572
  @pulumi.getter(name="fetchTags")
3276
3573
  def fetch_tags(self) -> Optional[bool]:
3277
3574
  """
3278
- Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3575
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3279
3576
  """
3280
3577
  return pulumi.get(self, "fetch_tags")
3281
3578
 
@@ -3284,6 +3581,9 @@ class AwsIntegrationsDynamodb(dict):
3284
3581
  def metrics_polling_interval(self) -> Optional[int]:
3285
3582
  """
3286
3583
  The data polling interval in seconds.
3584
+
3585
+ <details>
3586
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3287
3587
  """
3288
3588
  return pulumi.get(self, "metrics_polling_interval")
3289
3589
 
@@ -3338,9 +3638,15 @@ class AwsIntegrationsEbs(dict):
3338
3638
  tag_key: Optional[str] = None,
3339
3639
  tag_value: Optional[str] = None):
3340
3640
  """
3341
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3641
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3642
+ </details>
3342
3643
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
3644
+
3645
+ Furthermore, below integration types supports the following common arguments.
3343
3646
  :param int metrics_polling_interval: The data polling interval in seconds.
3647
+
3648
+ <details>
3649
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3344
3650
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3345
3651
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3346
3652
  """
@@ -3359,7 +3665,8 @@ class AwsIntegrationsEbs(dict):
3359
3665
  @pulumi.getter(name="awsRegions")
3360
3666
  def aws_regions(self) -> Optional[Sequence[str]]:
3361
3667
  """
3362
- Specify each AWS region that includes the resources that you want to monitor.
3668
+ Specify each AWS region that includes the resources that you want to monitor.
3669
+ </details>
3363
3670
  """
3364
3671
  return pulumi.get(self, "aws_regions")
3365
3672
 
@@ -3368,6 +3675,8 @@ class AwsIntegrationsEbs(dict):
3368
3675
  def fetch_extended_inventory(self) -> Optional[bool]:
3369
3676
  """
3370
3677
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
3678
+
3679
+ Furthermore, below integration types supports the following common arguments.
3371
3680
  """
3372
3681
  return pulumi.get(self, "fetch_extended_inventory")
3373
3682
 
@@ -3376,6 +3685,9 @@ class AwsIntegrationsEbs(dict):
3376
3685
  def metrics_polling_interval(self) -> Optional[int]:
3377
3686
  """
3378
3687
  The data polling interval in seconds.
3688
+
3689
+ <details>
3690
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3379
3691
  """
3380
3692
  return pulumi.get(self, "metrics_polling_interval")
3381
3693
 
@@ -3433,10 +3745,14 @@ class AwsIntegrationsEc2(dict):
3433
3745
  tag_key: Optional[str] = None,
3434
3746
  tag_value: Optional[str] = None):
3435
3747
  """
3436
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3437
- :param bool duplicate_ec2_tags: Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size
3438
- :param bool fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected
3748
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3749
+ </details>
3750
+ :param bool duplicate_ec2_tags: Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size.
3751
+ :param bool fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected.
3439
3752
  :param int metrics_polling_interval: The data polling interval in seconds.
3753
+
3754
+ <details>
3755
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3440
3756
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3441
3757
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3442
3758
  """
@@ -3457,7 +3773,8 @@ class AwsIntegrationsEc2(dict):
3457
3773
  @pulumi.getter(name="awsRegions")
3458
3774
  def aws_regions(self) -> Optional[Sequence[str]]:
3459
3775
  """
3460
- Specify each AWS region that includes the resources that you want to monitor.
3776
+ Specify each AWS region that includes the resources that you want to monitor.
3777
+ </details>
3461
3778
  """
3462
3779
  return pulumi.get(self, "aws_regions")
3463
3780
 
@@ -3465,7 +3782,7 @@ class AwsIntegrationsEc2(dict):
3465
3782
  @pulumi.getter(name="duplicateEc2Tags")
3466
3783
  def duplicate_ec2_tags(self) -> Optional[bool]:
3467
3784
  """
3468
- Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size
3785
+ Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size.
3469
3786
  """
3470
3787
  return pulumi.get(self, "duplicate_ec2_tags")
3471
3788
 
@@ -3473,7 +3790,7 @@ class AwsIntegrationsEc2(dict):
3473
3790
  @pulumi.getter(name="fetchIpAddresses")
3474
3791
  def fetch_ip_addresses(self) -> Optional[bool]:
3475
3792
  """
3476
- Specify if IP addresses of ec2 instance should be collected
3793
+ Specify if IP addresses of ec2 instance should be collected.
3477
3794
  """
3478
3795
  return pulumi.get(self, "fetch_ip_addresses")
3479
3796
 
@@ -3482,6 +3799,9 @@ class AwsIntegrationsEc2(dict):
3482
3799
  def metrics_polling_interval(self) -> Optional[int]:
3483
3800
  """
3484
3801
  The data polling interval in seconds.
3802
+
3803
+ <details>
3804
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3485
3805
  """
3486
3806
  return pulumi.get(self, "metrics_polling_interval")
3487
3807
 
@@ -3536,9 +3856,13 @@ class AwsIntegrationsEcs(dict):
3536
3856
  tag_key: Optional[str] = None,
3537
3857
  tag_value: Optional[str] = None):
3538
3858
  """
3539
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3540
- :param bool fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3859
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3860
+ </details>
3861
+ :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3541
3862
  :param int metrics_polling_interval: The data polling interval in seconds.
3863
+
3864
+ <details>
3865
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3542
3866
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3543
3867
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3544
3868
  """
@@ -3557,7 +3881,8 @@ class AwsIntegrationsEcs(dict):
3557
3881
  @pulumi.getter(name="awsRegions")
3558
3882
  def aws_regions(self) -> Optional[Sequence[str]]:
3559
3883
  """
3560
- Specify each AWS region that includes the resources that you want to monitor.
3884
+ Specify each AWS region that includes the resources that you want to monitor.
3885
+ </details>
3561
3886
  """
3562
3887
  return pulumi.get(self, "aws_regions")
3563
3888
 
@@ -3565,7 +3890,7 @@ class AwsIntegrationsEcs(dict):
3565
3890
  @pulumi.getter(name="fetchTags")
3566
3891
  def fetch_tags(self) -> Optional[bool]:
3567
3892
  """
3568
- Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3893
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3569
3894
  """
3570
3895
  return pulumi.get(self, "fetch_tags")
3571
3896
 
@@ -3574,6 +3899,9 @@ class AwsIntegrationsEcs(dict):
3574
3899
  def metrics_polling_interval(self) -> Optional[int]:
3575
3900
  """
3576
3901
  The data polling interval in seconds.
3902
+
3903
+ <details>
3904
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3577
3905
  """
3578
3906
  return pulumi.get(self, "metrics_polling_interval")
3579
3907
 
@@ -3628,9 +3956,13 @@ class AwsIntegrationsEfs(dict):
3628
3956
  tag_key: Optional[str] = None,
3629
3957
  tag_value: Optional[str] = None):
3630
3958
  """
3631
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3632
- :param bool fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3959
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3960
+ </details>
3961
+ :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3633
3962
  :param int metrics_polling_interval: The data polling interval in seconds.
3963
+
3964
+ <details>
3965
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3634
3966
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3635
3967
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3636
3968
  """
@@ -3649,7 +3981,8 @@ class AwsIntegrationsEfs(dict):
3649
3981
  @pulumi.getter(name="awsRegions")
3650
3982
  def aws_regions(self) -> Optional[Sequence[str]]:
3651
3983
  """
3652
- Specify each AWS region that includes the resources that you want to monitor.
3984
+ Specify each AWS region that includes the resources that you want to monitor.
3985
+ </details>
3653
3986
  """
3654
3987
  return pulumi.get(self, "aws_regions")
3655
3988
 
@@ -3657,7 +3990,7 @@ class AwsIntegrationsEfs(dict):
3657
3990
  @pulumi.getter(name="fetchTags")
3658
3991
  def fetch_tags(self) -> Optional[bool]:
3659
3992
  """
3660
- Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3993
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3661
3994
  """
3662
3995
  return pulumi.get(self, "fetch_tags")
3663
3996
 
@@ -3666,6 +3999,9 @@ class AwsIntegrationsEfs(dict):
3666
3999
  def metrics_polling_interval(self) -> Optional[int]:
3667
4000
  """
3668
4001
  The data polling interval in seconds.
4002
+
4003
+ <details>
4004
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3669
4005
  """
3670
4006
  return pulumi.get(self, "metrics_polling_interval")
3671
4007
 
@@ -3720,9 +4056,13 @@ class AwsIntegrationsElasticache(dict):
3720
4056
  tag_key: Optional[str] = None,
3721
4057
  tag_value: Optional[str] = None):
3722
4058
  """
3723
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4059
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4060
+ </details>
3724
4061
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3725
4062
  :param int metrics_polling_interval: The data polling interval in seconds.
4063
+
4064
+ <details>
4065
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3726
4066
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3727
4067
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3728
4068
  """
@@ -3741,7 +4081,8 @@ class AwsIntegrationsElasticache(dict):
3741
4081
  @pulumi.getter(name="awsRegions")
3742
4082
  def aws_regions(self) -> Optional[Sequence[str]]:
3743
4083
  """
3744
- Specify each AWS region that includes the resources that you want to monitor.
4084
+ Specify each AWS region that includes the resources that you want to monitor.
4085
+ </details>
3745
4086
  """
3746
4087
  return pulumi.get(self, "aws_regions")
3747
4088
 
@@ -3758,6 +4099,9 @@ class AwsIntegrationsElasticache(dict):
3758
4099
  def metrics_polling_interval(self) -> Optional[int]:
3759
4100
  """
3760
4101
  The data polling interval in seconds.
4102
+
4103
+ <details>
4104
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3761
4105
  """
3762
4106
  return pulumi.get(self, "metrics_polling_interval")
3763
4107
 
@@ -3815,10 +4159,16 @@ class AwsIntegrationsElasticbeanstalk(dict):
3815
4159
  tag_key: Optional[str] = None,
3816
4160
  tag_value: Optional[str] = None):
3817
4161
  """
3818
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4162
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4163
+ </details>
3819
4164
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
3820
- :param bool fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4165
+
4166
+ Furthermore, below integration types supports the following common arguments.
4167
+ :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3821
4168
  :param int metrics_polling_interval: The data polling interval in seconds.
4169
+
4170
+ <details>
4171
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3822
4172
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3823
4173
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3824
4174
  """
@@ -3839,7 +4189,8 @@ class AwsIntegrationsElasticbeanstalk(dict):
3839
4189
  @pulumi.getter(name="awsRegions")
3840
4190
  def aws_regions(self) -> Optional[Sequence[str]]:
3841
4191
  """
3842
- Specify each AWS region that includes the resources that you want to monitor.
4192
+ Specify each AWS region that includes the resources that you want to monitor.
4193
+ </details>
3843
4194
  """
3844
4195
  return pulumi.get(self, "aws_regions")
3845
4196
 
@@ -3848,6 +4199,8 @@ class AwsIntegrationsElasticbeanstalk(dict):
3848
4199
  def fetch_extended_inventory(self) -> Optional[bool]:
3849
4200
  """
3850
4201
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
4202
+
4203
+ Furthermore, below integration types supports the following common arguments.
3851
4204
  """
3852
4205
  return pulumi.get(self, "fetch_extended_inventory")
3853
4206
 
@@ -3855,7 +4208,7 @@ class AwsIntegrationsElasticbeanstalk(dict):
3855
4208
  @pulumi.getter(name="fetchTags")
3856
4209
  def fetch_tags(self) -> Optional[bool]:
3857
4210
  """
3858
- Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4211
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3859
4212
  """
3860
4213
  return pulumi.get(self, "fetch_tags")
3861
4214
 
@@ -3864,6 +4217,9 @@ class AwsIntegrationsElasticbeanstalk(dict):
3864
4217
  def metrics_polling_interval(self) -> Optional[int]:
3865
4218
  """
3866
4219
  The data polling interval in seconds.
4220
+
4221
+ <details>
4222
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3867
4223
  """
3868
4224
  return pulumi.get(self, "metrics_polling_interval")
3869
4225
 
@@ -3918,9 +4274,13 @@ class AwsIntegrationsElasticsearch(dict):
3918
4274
  tag_key: Optional[str] = None,
3919
4275
  tag_value: Optional[str] = None):
3920
4276
  """
3921
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4277
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4278
+ </details>
3922
4279
  :param bool fetch_nodes: Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.
3923
4280
  :param int metrics_polling_interval: The data polling interval in seconds.
4281
+
4282
+ <details>
4283
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3924
4284
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3925
4285
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3926
4286
  """
@@ -3939,7 +4299,8 @@ class AwsIntegrationsElasticsearch(dict):
3939
4299
  @pulumi.getter(name="awsRegions")
3940
4300
  def aws_regions(self) -> Optional[Sequence[str]]:
3941
4301
  """
3942
- Specify each AWS region that includes the resources that you want to monitor.
4302
+ Specify each AWS region that includes the resources that you want to monitor.
4303
+ </details>
3943
4304
  """
3944
4305
  return pulumi.get(self, "aws_regions")
3945
4306
 
@@ -3956,6 +4317,9 @@ class AwsIntegrationsElasticsearch(dict):
3956
4317
  def metrics_polling_interval(self) -> Optional[int]:
3957
4318
  """
3958
4319
  The data polling interval in seconds.
4320
+
4321
+ <details>
4322
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3959
4323
  """
3960
4324
  return pulumi.get(self, "metrics_polling_interval")
3961
4325
 
@@ -4007,10 +4371,16 @@ class AwsIntegrationsElb(dict):
4007
4371
  fetch_tags: Optional[bool] = None,
4008
4372
  metrics_polling_interval: Optional[int] = None):
4009
4373
  """
4010
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4374
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4375
+ </details>
4011
4376
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
4377
+
4378
+ Furthermore, below integration types supports the following common arguments.
4012
4379
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4013
4380
  :param int metrics_polling_interval: The data polling interval in seconds.
4381
+
4382
+ <details>
4383
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4014
4384
  """
4015
4385
  if aws_regions is not None:
4016
4386
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4025,7 +4395,8 @@ class AwsIntegrationsElb(dict):
4025
4395
  @pulumi.getter(name="awsRegions")
4026
4396
  def aws_regions(self) -> Optional[Sequence[str]]:
4027
4397
  """
4028
- Specify each AWS region that includes the resources that you want to monitor.
4398
+ Specify each AWS region that includes the resources that you want to monitor.
4399
+ </details>
4029
4400
  """
4030
4401
  return pulumi.get(self, "aws_regions")
4031
4402
 
@@ -4034,6 +4405,8 @@ class AwsIntegrationsElb(dict):
4034
4405
  def fetch_extended_inventory(self) -> Optional[bool]:
4035
4406
  """
4036
4407
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
4408
+
4409
+ Furthermore, below integration types supports the following common arguments.
4037
4410
  """
4038
4411
  return pulumi.get(self, "fetch_extended_inventory")
4039
4412
 
@@ -4050,6 +4423,9 @@ class AwsIntegrationsElb(dict):
4050
4423
  def metrics_polling_interval(self) -> Optional[int]:
4051
4424
  """
4052
4425
  The data polling interval in seconds.
4426
+
4427
+ <details>
4428
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4053
4429
  """
4054
4430
  return pulumi.get(self, "metrics_polling_interval")
4055
4431
 
@@ -4088,9 +4464,13 @@ class AwsIntegrationsEmr(dict):
4088
4464
  tag_key: Optional[str] = None,
4089
4465
  tag_value: Optional[str] = None):
4090
4466
  """
4091
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4092
- :param bool fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4467
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4468
+ </details>
4469
+ :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4093
4470
  :param int metrics_polling_interval: The data polling interval in seconds.
4471
+
4472
+ <details>
4473
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4094
4474
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4095
4475
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4096
4476
  """
@@ -4109,7 +4489,8 @@ class AwsIntegrationsEmr(dict):
4109
4489
  @pulumi.getter(name="awsRegions")
4110
4490
  def aws_regions(self) -> Optional[Sequence[str]]:
4111
4491
  """
4112
- Specify each AWS region that includes the resources that you want to monitor.
4492
+ Specify each AWS region that includes the resources that you want to monitor.
4493
+ </details>
4113
4494
  """
4114
4495
  return pulumi.get(self, "aws_regions")
4115
4496
 
@@ -4117,7 +4498,7 @@ class AwsIntegrationsEmr(dict):
4117
4498
  @pulumi.getter(name="fetchTags")
4118
4499
  def fetch_tags(self) -> Optional[bool]:
4119
4500
  """
4120
- Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4501
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4121
4502
  """
4122
4503
  return pulumi.get(self, "fetch_tags")
4123
4504
 
@@ -4126,6 +4507,9 @@ class AwsIntegrationsEmr(dict):
4126
4507
  def metrics_polling_interval(self) -> Optional[int]:
4127
4508
  """
4128
4509
  The data polling interval in seconds.
4510
+
4511
+ <details>
4512
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4129
4513
  """
4130
4514
  return pulumi.get(self, "metrics_polling_interval")
4131
4515
 
@@ -4169,6 +4553,9 @@ class AwsIntegrationsHealth(dict):
4169
4553
  metrics_polling_interval: Optional[int] = None):
4170
4554
  """
4171
4555
  :param int metrics_polling_interval: The data polling interval in seconds.
4556
+
4557
+ <details>
4558
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4172
4559
  """
4173
4560
  if metrics_polling_interval is not None:
4174
4561
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4178,6 +4565,9 @@ class AwsIntegrationsHealth(dict):
4178
4565
  def metrics_polling_interval(self) -> Optional[int]:
4179
4566
  """
4180
4567
  The data polling interval in seconds.
4568
+
4569
+ <details>
4570
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4181
4571
  """
4182
4572
  return pulumi.get(self, "metrics_polling_interval")
4183
4573
 
@@ -4211,6 +4601,9 @@ class AwsIntegrationsIam(dict):
4211
4601
  tag_value: Optional[str] = None):
4212
4602
  """
4213
4603
  :param int metrics_polling_interval: The data polling interval in seconds.
4604
+
4605
+ <details>
4606
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4214
4607
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4215
4608
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4216
4609
  """
@@ -4226,6 +4619,9 @@ class AwsIntegrationsIam(dict):
4226
4619
  def metrics_polling_interval(self) -> Optional[int]:
4227
4620
  """
4228
4621
  The data polling interval in seconds.
4622
+
4623
+ <details>
4624
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4229
4625
  """
4230
4626
  return pulumi.get(self, "metrics_polling_interval")
4231
4627
 
@@ -4271,8 +4667,12 @@ class AwsIntegrationsIot(dict):
4271
4667
  aws_regions: Optional[Sequence[str]] = None,
4272
4668
  metrics_polling_interval: Optional[int] = None):
4273
4669
  """
4274
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4670
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4671
+ </details>
4275
4672
  :param int metrics_polling_interval: The data polling interval in seconds.
4673
+
4674
+ <details>
4675
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4276
4676
  """
4277
4677
  if aws_regions is not None:
4278
4678
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4283,7 +4683,8 @@ class AwsIntegrationsIot(dict):
4283
4683
  @pulumi.getter(name="awsRegions")
4284
4684
  def aws_regions(self) -> Optional[Sequence[str]]:
4285
4685
  """
4286
- Specify each AWS region that includes the resources that you want to monitor.
4686
+ Specify each AWS region that includes the resources that you want to monitor.
4687
+ </details>
4287
4688
  """
4288
4689
  return pulumi.get(self, "aws_regions")
4289
4690
 
@@ -4292,6 +4693,9 @@ class AwsIntegrationsIot(dict):
4292
4693
  def metrics_polling_interval(self) -> Optional[int]:
4293
4694
  """
4294
4695
  The data polling interval in seconds.
4696
+
4697
+ <details>
4698
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4295
4699
  """
4296
4700
  return pulumi.get(self, "metrics_polling_interval")
4297
4701
 
@@ -4333,10 +4737,14 @@ class AwsIntegrationsKinesis(dict):
4333
4737
  tag_key: Optional[str] = None,
4334
4738
  tag_value: Optional[str] = None):
4335
4739
  """
4336
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4740
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4741
+ </details>
4337
4742
  :param bool fetch_shards: Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
4338
- :param bool fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4743
+ :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4339
4744
  :param int metrics_polling_interval: The data polling interval in seconds.
4745
+
4746
+ <details>
4747
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4340
4748
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4341
4749
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4342
4750
  """
@@ -4357,7 +4765,8 @@ class AwsIntegrationsKinesis(dict):
4357
4765
  @pulumi.getter(name="awsRegions")
4358
4766
  def aws_regions(self) -> Optional[Sequence[str]]:
4359
4767
  """
4360
- Specify each AWS region that includes the resources that you want to monitor.
4768
+ Specify each AWS region that includes the resources that you want to monitor.
4769
+ </details>
4361
4770
  """
4362
4771
  return pulumi.get(self, "aws_regions")
4363
4772
 
@@ -4373,7 +4782,7 @@ class AwsIntegrationsKinesis(dict):
4373
4782
  @pulumi.getter(name="fetchTags")
4374
4783
  def fetch_tags(self) -> Optional[bool]:
4375
4784
  """
4376
- Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4785
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4377
4786
  """
4378
4787
  return pulumi.get(self, "fetch_tags")
4379
4788
 
@@ -4382,6 +4791,9 @@ class AwsIntegrationsKinesis(dict):
4382
4791
  def metrics_polling_interval(self) -> Optional[int]:
4383
4792
  """
4384
4793
  The data polling interval in seconds.
4794
+
4795
+ <details>
4796
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4385
4797
  """
4386
4798
  return pulumi.get(self, "metrics_polling_interval")
4387
4799
 
@@ -4427,8 +4839,12 @@ class AwsIntegrationsKinesisFirehose(dict):
4427
4839
  aws_regions: Optional[Sequence[str]] = None,
4428
4840
  metrics_polling_interval: Optional[int] = None):
4429
4841
  """
4430
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4842
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4843
+ </details>
4431
4844
  :param int metrics_polling_interval: The data polling interval in seconds.
4845
+
4846
+ <details>
4847
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4432
4848
  """
4433
4849
  if aws_regions is not None:
4434
4850
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4439,7 +4855,8 @@ class AwsIntegrationsKinesisFirehose(dict):
4439
4855
  @pulumi.getter(name="awsRegions")
4440
4856
  def aws_regions(self) -> Optional[Sequence[str]]:
4441
4857
  """
4442
- Specify each AWS region that includes the resources that you want to monitor.
4858
+ Specify each AWS region that includes the resources that you want to monitor.
4859
+ </details>
4443
4860
  """
4444
4861
  return pulumi.get(self, "aws_regions")
4445
4862
 
@@ -4448,6 +4865,9 @@ class AwsIntegrationsKinesisFirehose(dict):
4448
4865
  def metrics_polling_interval(self) -> Optional[int]:
4449
4866
  """
4450
4867
  The data polling interval in seconds.
4868
+
4869
+ <details>
4870
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4451
4871
  """
4452
4872
  return pulumi.get(self, "metrics_polling_interval")
4453
4873
 
@@ -4486,9 +4906,13 @@ class AwsIntegrationsLambda(dict):
4486
4906
  tag_key: Optional[str] = None,
4487
4907
  tag_value: Optional[str] = None):
4488
4908
  """
4489
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4490
- :param bool fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4909
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4910
+ </details>
4911
+ :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4491
4912
  :param int metrics_polling_interval: The data polling interval in seconds.
4913
+
4914
+ <details>
4915
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4492
4916
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4493
4917
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4494
4918
  """
@@ -4507,7 +4931,8 @@ class AwsIntegrationsLambda(dict):
4507
4931
  @pulumi.getter(name="awsRegions")
4508
4932
  def aws_regions(self) -> Optional[Sequence[str]]:
4509
4933
  """
4510
- Specify each AWS region that includes the resources that you want to monitor.
4934
+ Specify each AWS region that includes the resources that you want to monitor.
4935
+ </details>
4511
4936
  """
4512
4937
  return pulumi.get(self, "aws_regions")
4513
4938
 
@@ -4515,7 +4940,7 @@ class AwsIntegrationsLambda(dict):
4515
4940
  @pulumi.getter(name="fetchTags")
4516
4941
  def fetch_tags(self) -> Optional[bool]:
4517
4942
  """
4518
- Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4943
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4519
4944
  """
4520
4945
  return pulumi.get(self, "fetch_tags")
4521
4946
 
@@ -4524,6 +4949,9 @@ class AwsIntegrationsLambda(dict):
4524
4949
  def metrics_polling_interval(self) -> Optional[int]:
4525
4950
  """
4526
4951
  The data polling interval in seconds.
4952
+
4953
+ <details>
4954
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4527
4955
  """
4528
4956
  return pulumi.get(self, "metrics_polling_interval")
4529
4957
 
@@ -4578,9 +5006,13 @@ class AwsIntegrationsRds(dict):
4578
5006
  tag_key: Optional[str] = None,
4579
5007
  tag_value: Optional[str] = None):
4580
5008
  """
4581
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4582
- :param bool fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
5009
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5010
+ </details>
5011
+ :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4583
5012
  :param int metrics_polling_interval: The data polling interval in seconds.
5013
+
5014
+ <details>
5015
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4584
5016
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4585
5017
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4586
5018
  """
@@ -4599,7 +5031,8 @@ class AwsIntegrationsRds(dict):
4599
5031
  @pulumi.getter(name="awsRegions")
4600
5032
  def aws_regions(self) -> Optional[Sequence[str]]:
4601
5033
  """
4602
- Specify each AWS region that includes the resources that you want to monitor.
5034
+ Specify each AWS region that includes the resources that you want to monitor.
5035
+ </details>
4603
5036
  """
4604
5037
  return pulumi.get(self, "aws_regions")
4605
5038
 
@@ -4607,7 +5040,7 @@ class AwsIntegrationsRds(dict):
4607
5040
  @pulumi.getter(name="fetchTags")
4608
5041
  def fetch_tags(self) -> Optional[bool]:
4609
5042
  """
4610
- Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
5043
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4611
5044
  """
4612
5045
  return pulumi.get(self, "fetch_tags")
4613
5046
 
@@ -4616,6 +5049,9 @@ class AwsIntegrationsRds(dict):
4616
5049
  def metrics_polling_interval(self) -> Optional[int]:
4617
5050
  """
4618
5051
  The data polling interval in seconds.
5052
+
5053
+ <details>
5054
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4619
5055
  """
4620
5056
  return pulumi.get(self, "metrics_polling_interval")
4621
5057
 
@@ -4667,8 +5103,12 @@ class AwsIntegrationsRedshift(dict):
4667
5103
  tag_key: Optional[str] = None,
4668
5104
  tag_value: Optional[str] = None):
4669
5105
  """
4670
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5106
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5107
+ </details>
4671
5108
  :param int metrics_polling_interval: The data polling interval in seconds.
5109
+
5110
+ <details>
5111
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4672
5112
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4673
5113
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4674
5114
  """
@@ -4685,7 +5125,8 @@ class AwsIntegrationsRedshift(dict):
4685
5125
  @pulumi.getter(name="awsRegions")
4686
5126
  def aws_regions(self) -> Optional[Sequence[str]]:
4687
5127
  """
4688
- Specify each AWS region that includes the resources that you want to monitor.
5128
+ Specify each AWS region that includes the resources that you want to monitor.
5129
+ </details>
4689
5130
  """
4690
5131
  return pulumi.get(self, "aws_regions")
4691
5132
 
@@ -4694,6 +5135,9 @@ class AwsIntegrationsRedshift(dict):
4694
5135
  def metrics_polling_interval(self) -> Optional[int]:
4695
5136
  """
4696
5137
  The data polling interval in seconds.
5138
+
5139
+ <details>
5140
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4697
5141
  """
4698
5142
  return pulumi.get(self, "metrics_polling_interval")
4699
5143
 
@@ -4740,7 +5184,12 @@ class AwsIntegrationsRoute53(dict):
4740
5184
  metrics_polling_interval: Optional[int] = None):
4741
5185
  """
4742
5186
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
5187
+
5188
+ Furthermore, below integration types supports the following common arguments.
4743
5189
  :param int metrics_polling_interval: The data polling interval in seconds.
5190
+
5191
+ <details>
5192
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4744
5193
  """
4745
5194
  if fetch_extended_inventory is not None:
4746
5195
  pulumi.set(__self__, "fetch_extended_inventory", fetch_extended_inventory)
@@ -4752,6 +5201,8 @@ class AwsIntegrationsRoute53(dict):
4752
5201
  def fetch_extended_inventory(self) -> Optional[bool]:
4753
5202
  """
4754
5203
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
5204
+
5205
+ Furthermore, below integration types supports the following common arguments.
4755
5206
  """
4756
5207
  return pulumi.get(self, "fetch_extended_inventory")
4757
5208
 
@@ -4760,6 +5211,9 @@ class AwsIntegrationsRoute53(dict):
4760
5211
  def metrics_polling_interval(self) -> Optional[int]:
4761
5212
  """
4762
5213
  The data polling interval in seconds.
5214
+
5215
+ <details>
5216
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4763
5217
  """
4764
5218
  return pulumi.get(self, "metrics_polling_interval")
4765
5219
 
@@ -4799,8 +5253,13 @@ class AwsIntegrationsS3(dict):
4799
5253
  tag_value: Optional[str] = None):
4800
5254
  """
4801
5255
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
5256
+
5257
+ Furthermore, below integration types supports the following common arguments.
4802
5258
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4803
5259
  :param int metrics_polling_interval: The data polling interval in seconds.
5260
+
5261
+ <details>
5262
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4804
5263
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4805
5264
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4806
5265
  """
@@ -4820,6 +5279,8 @@ class AwsIntegrationsS3(dict):
4820
5279
  def fetch_extended_inventory(self) -> Optional[bool]:
4821
5280
  """
4822
5281
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
5282
+
5283
+ Furthermore, below integration types supports the following common arguments.
4823
5284
  """
4824
5285
  return pulumi.get(self, "fetch_extended_inventory")
4825
5286
 
@@ -4836,6 +5297,9 @@ class AwsIntegrationsS3(dict):
4836
5297
  def metrics_polling_interval(self) -> Optional[int]:
4837
5298
  """
4838
5299
  The data polling interval in seconds.
5300
+
5301
+ <details>
5302
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4839
5303
  """
4840
5304
  return pulumi.get(self, "metrics_polling_interval")
4841
5305
 
@@ -4881,8 +5345,12 @@ class AwsIntegrationsSes(dict):
4881
5345
  aws_regions: Optional[Sequence[str]] = None,
4882
5346
  metrics_polling_interval: Optional[int] = None):
4883
5347
  """
4884
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5348
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5349
+ </details>
4885
5350
  :param int metrics_polling_interval: The data polling interval in seconds.
5351
+
5352
+ <details>
5353
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4886
5354
  """
4887
5355
  if aws_regions is not None:
4888
5356
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4893,7 +5361,8 @@ class AwsIntegrationsSes(dict):
4893
5361
  @pulumi.getter(name="awsRegions")
4894
5362
  def aws_regions(self) -> Optional[Sequence[str]]:
4895
5363
  """
4896
- Specify each AWS region that includes the resources that you want to monitor.
5364
+ Specify each AWS region that includes the resources that you want to monitor.
5365
+ </details>
4897
5366
  """
4898
5367
  return pulumi.get(self, "aws_regions")
4899
5368
 
@@ -4902,6 +5371,9 @@ class AwsIntegrationsSes(dict):
4902
5371
  def metrics_polling_interval(self) -> Optional[int]:
4903
5372
  """
4904
5373
  The data polling interval in seconds.
5374
+
5375
+ <details>
5376
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4905
5377
  """
4906
5378
  return pulumi.get(self, "metrics_polling_interval")
4907
5379
 
@@ -4934,9 +5406,15 @@ class AwsIntegrationsSns(dict):
4934
5406
  fetch_extended_inventory: Optional[bool] = None,
4935
5407
  metrics_polling_interval: Optional[int] = None):
4936
5408
  """
4937
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5409
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5410
+ </details>
4938
5411
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
5412
+
5413
+ Furthermore, below integration types supports the following common arguments.
4939
5414
  :param int metrics_polling_interval: The data polling interval in seconds.
5415
+
5416
+ <details>
5417
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4940
5418
  """
4941
5419
  if aws_regions is not None:
4942
5420
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4949,7 +5427,8 @@ class AwsIntegrationsSns(dict):
4949
5427
  @pulumi.getter(name="awsRegions")
4950
5428
  def aws_regions(self) -> Optional[Sequence[str]]:
4951
5429
  """
4952
- Specify each AWS region that includes the resources that you want to monitor.
5430
+ Specify each AWS region that includes the resources that you want to monitor.
5431
+ </details>
4953
5432
  """
4954
5433
  return pulumi.get(self, "aws_regions")
4955
5434
 
@@ -4958,6 +5437,8 @@ class AwsIntegrationsSns(dict):
4958
5437
  def fetch_extended_inventory(self) -> Optional[bool]:
4959
5438
  """
4960
5439
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
5440
+
5441
+ Furthermore, below integration types supports the following common arguments.
4961
5442
  """
4962
5443
  return pulumi.get(self, "fetch_extended_inventory")
4963
5444
 
@@ -4966,6 +5447,9 @@ class AwsIntegrationsSns(dict):
4966
5447
  def metrics_polling_interval(self) -> Optional[int]:
4967
5448
  """
4968
5449
  The data polling interval in seconds.
5450
+
5451
+ <details>
5452
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4969
5453
  """
4970
5454
  return pulumi.get(self, "metrics_polling_interval")
4971
5455
 
@@ -5010,10 +5494,16 @@ class AwsIntegrationsSqs(dict):
5010
5494
  tag_key: Optional[str] = None,
5011
5495
  tag_value: Optional[str] = None):
5012
5496
  """
5013
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5497
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5498
+ </details>
5014
5499
  :param bool fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
5500
+
5501
+ Furthermore, below integration types supports the following common arguments.
5015
5502
  :param bool fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
5016
5503
  :param int metrics_polling_interval: The data polling interval in seconds.
5504
+
5505
+ <details>
5506
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
5017
5507
  :param Sequence[str] queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
5018
5508
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5019
5509
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
@@ -5037,7 +5527,8 @@ class AwsIntegrationsSqs(dict):
5037
5527
  @pulumi.getter(name="awsRegions")
5038
5528
  def aws_regions(self) -> Optional[Sequence[str]]:
5039
5529
  """
5040
- Specify each AWS region that includes the resources that you want to monitor.
5530
+ Specify each AWS region that includes the resources that you want to monitor.
5531
+ </details>
5041
5532
  """
5042
5533
  return pulumi.get(self, "aws_regions")
5043
5534
 
@@ -5046,6 +5537,8 @@ class AwsIntegrationsSqs(dict):
5046
5537
  def fetch_extended_inventory(self) -> Optional[bool]:
5047
5538
  """
5048
5539
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
5540
+
5541
+ Furthermore, below integration types supports the following common arguments.
5049
5542
  """
5050
5543
  return pulumi.get(self, "fetch_extended_inventory")
5051
5544
 
@@ -5062,6 +5555,9 @@ class AwsIntegrationsSqs(dict):
5062
5555
  def metrics_polling_interval(self) -> Optional[int]:
5063
5556
  """
5064
5557
  The data polling interval in seconds.
5558
+
5559
+ <details>
5560
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
5065
5561
  """
5066
5562
  return pulumi.get(self, "metrics_polling_interval")
5067
5563
 
@@ -5113,6 +5609,9 @@ class AwsIntegrationsTrustedAdvisor(dict):
5113
5609
  metrics_polling_interval: Optional[int] = None):
5114
5610
  """
5115
5611
  :param int metrics_polling_interval: The data polling interval in seconds.
5612
+
5613
+ <details>
5614
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
5116
5615
  """
5117
5616
  if metrics_polling_interval is not None:
5118
5617
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5122,6 +5621,9 @@ class AwsIntegrationsTrustedAdvisor(dict):
5122
5621
  def metrics_polling_interval(self) -> Optional[int]:
5123
5622
  """
5124
5623
  The data polling interval in seconds.
5624
+
5625
+ <details>
5626
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
5125
5627
  """
5126
5628
  return pulumi.get(self, "metrics_polling_interval")
5127
5629
 
@@ -5163,10 +5665,14 @@ class AwsIntegrationsVpc(dict):
5163
5665
  tag_key: Optional[str] = None,
5164
5666
  tag_value: Optional[str] = None):
5165
5667
  """
5166
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5668
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5669
+ </details>
5167
5670
  :param bool fetch_nat_gateway: Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
5168
5671
  :param bool fetch_vpn: Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
5169
5672
  :param int metrics_polling_interval: The data polling interval in seconds.
5673
+
5674
+ <details>
5675
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
5170
5676
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5171
5677
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
5172
5678
  """
@@ -5187,7 +5693,8 @@ class AwsIntegrationsVpc(dict):
5187
5693
  @pulumi.getter(name="awsRegions")
5188
5694
  def aws_regions(self) -> Optional[Sequence[str]]:
5189
5695
  """
5190
- Specify each AWS region that includes the resources that you want to monitor.
5696
+ Specify each AWS region that includes the resources that you want to monitor.
5697
+ </details>
5191
5698
  """
5192
5699
  return pulumi.get(self, "aws_regions")
5193
5700
 
@@ -5212,6 +5719,9 @@ class AwsIntegrationsVpc(dict):
5212
5719
  def metrics_polling_interval(self) -> Optional[int]:
5213
5720
  """
5214
5721
  The data polling interval in seconds.
5722
+
5723
+ <details>
5724
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
5215
5725
  """
5216
5726
  return pulumi.get(self, "metrics_polling_interval")
5217
5727
 
@@ -5257,8 +5767,12 @@ class AwsIntegrationsXRay(dict):
5257
5767
  aws_regions: Optional[Sequence[str]] = None,
5258
5768
  metrics_polling_interval: Optional[int] = None):
5259
5769
  """
5260
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5770
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5771
+ </details>
5261
5772
  :param int metrics_polling_interval: The data polling interval in seconds.
5773
+
5774
+ <details>
5775
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
5262
5776
  """
5263
5777
  if aws_regions is not None:
5264
5778
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -5269,7 +5783,8 @@ class AwsIntegrationsXRay(dict):
5269
5783
  @pulumi.getter(name="awsRegions")
5270
5784
  def aws_regions(self) -> Optional[Sequence[str]]:
5271
5785
  """
5272
- Specify each AWS region that includes the resources that you want to monitor.
5786
+ Specify each AWS region that includes the resources that you want to monitor.
5787
+ </details>
5273
5788
  """
5274
5789
  return pulumi.get(self, "aws_regions")
5275
5790
 
@@ -5278,6 +5793,9 @@ class AwsIntegrationsXRay(dict):
5278
5793
  def metrics_polling_interval(self) -> Optional[int]:
5279
5794
  """
5280
5795
  The data polling interval in seconds.
5796
+
5797
+ <details>
5798
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
5281
5799
  """
5282
5800
  return pulumi.get(self, "metrics_polling_interval")
5283
5801
 
@@ -5307,8 +5825,10 @@ class AzureIntegrationsApiManagement(dict):
5307
5825
  metrics_polling_interval: Optional[int] = None,
5308
5826
  resource_groups: Optional[Sequence[str]] = None):
5309
5827
  """
5310
- :param int metrics_polling_interval: The data polling interval in seconds
5828
+ :param int metrics_polling_interval: The data polling interval in seconds.
5311
5829
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5830
+
5831
+ Other integration type support an additional argument:
5312
5832
  """
5313
5833
  if metrics_polling_interval is not None:
5314
5834
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5319,7 +5839,7 @@ class AzureIntegrationsApiManagement(dict):
5319
5839
  @pulumi.getter(name="metricsPollingInterval")
5320
5840
  def metrics_polling_interval(self) -> Optional[int]:
5321
5841
  """
5322
- The data polling interval in seconds
5842
+ The data polling interval in seconds.
5323
5843
  """
5324
5844
  return pulumi.get(self, "metrics_polling_interval")
5325
5845
 
@@ -5328,6 +5848,8 @@ class AzureIntegrationsApiManagement(dict):
5328
5848
  def resource_groups(self) -> Optional[Sequence[str]]:
5329
5849
  """
5330
5850
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5851
+
5852
+ Other integration type support an additional argument:
5331
5853
  """
5332
5854
  return pulumi.get(self, "resource_groups")
5333
5855
 
@@ -5357,8 +5879,10 @@ class AzureIntegrationsAppGateway(dict):
5357
5879
  metrics_polling_interval: Optional[int] = None,
5358
5880
  resource_groups: Optional[Sequence[str]] = None):
5359
5881
  """
5360
- :param int metrics_polling_interval: The data polling interval in seconds
5882
+ :param int metrics_polling_interval: The data polling interval in seconds.
5361
5883
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5884
+
5885
+ Other integration type support an additional argument:
5362
5886
  """
5363
5887
  if metrics_polling_interval is not None:
5364
5888
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5369,7 +5893,7 @@ class AzureIntegrationsAppGateway(dict):
5369
5893
  @pulumi.getter(name="metricsPollingInterval")
5370
5894
  def metrics_polling_interval(self) -> Optional[int]:
5371
5895
  """
5372
- The data polling interval in seconds
5896
+ The data polling interval in seconds.
5373
5897
  """
5374
5898
  return pulumi.get(self, "metrics_polling_interval")
5375
5899
 
@@ -5378,6 +5902,8 @@ class AzureIntegrationsAppGateway(dict):
5378
5902
  def resource_groups(self) -> Optional[Sequence[str]]:
5379
5903
  """
5380
5904
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5905
+
5906
+ Other integration type support an additional argument:
5381
5907
  """
5382
5908
  return pulumi.get(self, "resource_groups")
5383
5909
 
@@ -5407,8 +5933,10 @@ class AzureIntegrationsAppService(dict):
5407
5933
  metrics_polling_interval: Optional[int] = None,
5408
5934
  resource_groups: Optional[Sequence[str]] = None):
5409
5935
  """
5410
- :param int metrics_polling_interval: The data polling interval in seconds
5936
+ :param int metrics_polling_interval: The data polling interval in seconds.
5411
5937
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5938
+
5939
+ Other integration type support an additional argument:
5412
5940
  """
5413
5941
  if metrics_polling_interval is not None:
5414
5942
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5419,7 +5947,7 @@ class AzureIntegrationsAppService(dict):
5419
5947
  @pulumi.getter(name="metricsPollingInterval")
5420
5948
  def metrics_polling_interval(self) -> Optional[int]:
5421
5949
  """
5422
- The data polling interval in seconds
5950
+ The data polling interval in seconds.
5423
5951
  """
5424
5952
  return pulumi.get(self, "metrics_polling_interval")
5425
5953
 
@@ -5428,6 +5956,8 @@ class AzureIntegrationsAppService(dict):
5428
5956
  def resource_groups(self) -> Optional[Sequence[str]]:
5429
5957
  """
5430
5958
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5959
+
5960
+ Other integration type support an additional argument:
5431
5961
  """
5432
5962
  return pulumi.get(self, "resource_groups")
5433
5963
 
@@ -5457,8 +5987,10 @@ class AzureIntegrationsContainers(dict):
5457
5987
  metrics_polling_interval: Optional[int] = None,
5458
5988
  resource_groups: Optional[Sequence[str]] = None):
5459
5989
  """
5460
- :param int metrics_polling_interval: The data polling interval in seconds
5990
+ :param int metrics_polling_interval: The data polling interval in seconds.
5461
5991
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5992
+
5993
+ Other integration type support an additional argument:
5462
5994
  """
5463
5995
  if metrics_polling_interval is not None:
5464
5996
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5469,7 +6001,7 @@ class AzureIntegrationsContainers(dict):
5469
6001
  @pulumi.getter(name="metricsPollingInterval")
5470
6002
  def metrics_polling_interval(self) -> Optional[int]:
5471
6003
  """
5472
- The data polling interval in seconds
6004
+ The data polling interval in seconds.
5473
6005
  """
5474
6006
  return pulumi.get(self, "metrics_polling_interval")
5475
6007
 
@@ -5478,6 +6010,8 @@ class AzureIntegrationsContainers(dict):
5478
6010
  def resource_groups(self) -> Optional[Sequence[str]]:
5479
6011
  """
5480
6012
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6013
+
6014
+ Other integration type support an additional argument:
5481
6015
  """
5482
6016
  return pulumi.get(self, "resource_groups")
5483
6017
 
@@ -5507,8 +6041,10 @@ class AzureIntegrationsCosmosDb(dict):
5507
6041
  metrics_polling_interval: Optional[int] = None,
5508
6042
  resource_groups: Optional[Sequence[str]] = None):
5509
6043
  """
5510
- :param int metrics_polling_interval: The data polling interval in seconds
6044
+ :param int metrics_polling_interval: The data polling interval in seconds.
5511
6045
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6046
+
6047
+ Other integration type support an additional argument:
5512
6048
  """
5513
6049
  if metrics_polling_interval is not None:
5514
6050
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5519,7 +6055,7 @@ class AzureIntegrationsCosmosDb(dict):
5519
6055
  @pulumi.getter(name="metricsPollingInterval")
5520
6056
  def metrics_polling_interval(self) -> Optional[int]:
5521
6057
  """
5522
- The data polling interval in seconds
6058
+ The data polling interval in seconds.
5523
6059
  """
5524
6060
  return pulumi.get(self, "metrics_polling_interval")
5525
6061
 
@@ -5528,6 +6064,8 @@ class AzureIntegrationsCosmosDb(dict):
5528
6064
  def resource_groups(self) -> Optional[Sequence[str]]:
5529
6065
  """
5530
6066
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6067
+
6068
+ Other integration type support an additional argument:
5531
6069
  """
5532
6070
  return pulumi.get(self, "resource_groups")
5533
6071
 
@@ -5557,8 +6095,8 @@ class AzureIntegrationsCostManagement(dict):
5557
6095
  metrics_polling_interval: Optional[int] = None,
5558
6096
  tag_keys: Optional[Sequence[str]] = None):
5559
6097
  """
5560
- :param int metrics_polling_interval: The data polling interval in seconds
5561
- :param Sequence[str] tag_keys: Specify if additional cost data per tag should be collected. This field is case sensitive.
6098
+ :param int metrics_polling_interval: The data polling interval in seconds.
6099
+ :param Sequence[str] tag_keys: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5562
6100
  """
5563
6101
  if metrics_polling_interval is not None:
5564
6102
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5569,7 +6107,7 @@ class AzureIntegrationsCostManagement(dict):
5569
6107
  @pulumi.getter(name="metricsPollingInterval")
5570
6108
  def metrics_polling_interval(self) -> Optional[int]:
5571
6109
  """
5572
- The data polling interval in seconds
6110
+ The data polling interval in seconds.
5573
6111
  """
5574
6112
  return pulumi.get(self, "metrics_polling_interval")
5575
6113
 
@@ -5577,7 +6115,7 @@ class AzureIntegrationsCostManagement(dict):
5577
6115
  @pulumi.getter(name="tagKeys")
5578
6116
  def tag_keys(self) -> Optional[Sequence[str]]:
5579
6117
  """
5580
- Specify if additional cost data per tag should be collected. This field is case sensitive.
6118
+ Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5581
6119
  """
5582
6120
  return pulumi.get(self, "tag_keys")
5583
6121
 
@@ -5607,8 +6145,10 @@ class AzureIntegrationsDataFactory(dict):
5607
6145
  metrics_polling_interval: Optional[int] = None,
5608
6146
  resource_groups: Optional[Sequence[str]] = None):
5609
6147
  """
5610
- :param int metrics_polling_interval: The data polling interval in seconds
6148
+ :param int metrics_polling_interval: The data polling interval in seconds.
5611
6149
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6150
+
6151
+ Other integration type support an additional argument:
5612
6152
  """
5613
6153
  if metrics_polling_interval is not None:
5614
6154
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5619,7 +6159,7 @@ class AzureIntegrationsDataFactory(dict):
5619
6159
  @pulumi.getter(name="metricsPollingInterval")
5620
6160
  def metrics_polling_interval(self) -> Optional[int]:
5621
6161
  """
5622
- The data polling interval in seconds
6162
+ The data polling interval in seconds.
5623
6163
  """
5624
6164
  return pulumi.get(self, "metrics_polling_interval")
5625
6165
 
@@ -5628,6 +6168,8 @@ class AzureIntegrationsDataFactory(dict):
5628
6168
  def resource_groups(self) -> Optional[Sequence[str]]:
5629
6169
  """
5630
6170
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6171
+
6172
+ Other integration type support an additional argument:
5631
6173
  """
5632
6174
  return pulumi.get(self, "resource_groups")
5633
6175
 
@@ -5657,8 +6199,10 @@ class AzureIntegrationsEventHub(dict):
5657
6199
  metrics_polling_interval: Optional[int] = None,
5658
6200
  resource_groups: Optional[Sequence[str]] = None):
5659
6201
  """
5660
- :param int metrics_polling_interval: The data polling interval in seconds
6202
+ :param int metrics_polling_interval: The data polling interval in seconds.
5661
6203
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6204
+
6205
+ Other integration type support an additional argument:
5662
6206
  """
5663
6207
  if metrics_polling_interval is not None:
5664
6208
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5669,7 +6213,7 @@ class AzureIntegrationsEventHub(dict):
5669
6213
  @pulumi.getter(name="metricsPollingInterval")
5670
6214
  def metrics_polling_interval(self) -> Optional[int]:
5671
6215
  """
5672
- The data polling interval in seconds
6216
+ The data polling interval in seconds.
5673
6217
  """
5674
6218
  return pulumi.get(self, "metrics_polling_interval")
5675
6219
 
@@ -5678,6 +6222,8 @@ class AzureIntegrationsEventHub(dict):
5678
6222
  def resource_groups(self) -> Optional[Sequence[str]]:
5679
6223
  """
5680
6224
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6225
+
6226
+ Other integration type support an additional argument:
5681
6227
  """
5682
6228
  return pulumi.get(self, "resource_groups")
5683
6229
 
@@ -5707,8 +6253,10 @@ class AzureIntegrationsExpressRoute(dict):
5707
6253
  metrics_polling_interval: Optional[int] = None,
5708
6254
  resource_groups: Optional[Sequence[str]] = None):
5709
6255
  """
5710
- :param int metrics_polling_interval: The data polling interval in seconds
6256
+ :param int metrics_polling_interval: The data polling interval in seconds.
5711
6257
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6258
+
6259
+ Other integration type support an additional argument:
5712
6260
  """
5713
6261
  if metrics_polling_interval is not None:
5714
6262
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5719,7 +6267,7 @@ class AzureIntegrationsExpressRoute(dict):
5719
6267
  @pulumi.getter(name="metricsPollingInterval")
5720
6268
  def metrics_polling_interval(self) -> Optional[int]:
5721
6269
  """
5722
- The data polling interval in seconds
6270
+ The data polling interval in seconds.
5723
6271
  """
5724
6272
  return pulumi.get(self, "metrics_polling_interval")
5725
6273
 
@@ -5728,6 +6276,8 @@ class AzureIntegrationsExpressRoute(dict):
5728
6276
  def resource_groups(self) -> Optional[Sequence[str]]:
5729
6277
  """
5730
6278
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6279
+
6280
+ Other integration type support an additional argument:
5731
6281
  """
5732
6282
  return pulumi.get(self, "resource_groups")
5733
6283
 
@@ -5757,8 +6307,10 @@ class AzureIntegrationsFirewalls(dict):
5757
6307
  metrics_polling_interval: Optional[int] = None,
5758
6308
  resource_groups: Optional[Sequence[str]] = None):
5759
6309
  """
5760
- :param int metrics_polling_interval: The data polling interval in seconds
6310
+ :param int metrics_polling_interval: The data polling interval in seconds.
5761
6311
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6312
+
6313
+ Other integration type support an additional argument:
5762
6314
  """
5763
6315
  if metrics_polling_interval is not None:
5764
6316
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5769,7 +6321,7 @@ class AzureIntegrationsFirewalls(dict):
5769
6321
  @pulumi.getter(name="metricsPollingInterval")
5770
6322
  def metrics_polling_interval(self) -> Optional[int]:
5771
6323
  """
5772
- The data polling interval in seconds
6324
+ The data polling interval in seconds.
5773
6325
  """
5774
6326
  return pulumi.get(self, "metrics_polling_interval")
5775
6327
 
@@ -5778,6 +6330,8 @@ class AzureIntegrationsFirewalls(dict):
5778
6330
  def resource_groups(self) -> Optional[Sequence[str]]:
5779
6331
  """
5780
6332
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6333
+
6334
+ Other integration type support an additional argument:
5781
6335
  """
5782
6336
  return pulumi.get(self, "resource_groups")
5783
6337
 
@@ -5807,8 +6361,10 @@ class AzureIntegrationsFrontDoor(dict):
5807
6361
  metrics_polling_interval: Optional[int] = None,
5808
6362
  resource_groups: Optional[Sequence[str]] = None):
5809
6363
  """
5810
- :param int metrics_polling_interval: The data polling interval in seconds
6364
+ :param int metrics_polling_interval: The data polling interval in seconds.
5811
6365
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6366
+
6367
+ Other integration type support an additional argument:
5812
6368
  """
5813
6369
  if metrics_polling_interval is not None:
5814
6370
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5819,7 +6375,7 @@ class AzureIntegrationsFrontDoor(dict):
5819
6375
  @pulumi.getter(name="metricsPollingInterval")
5820
6376
  def metrics_polling_interval(self) -> Optional[int]:
5821
6377
  """
5822
- The data polling interval in seconds
6378
+ The data polling interval in seconds.
5823
6379
  """
5824
6380
  return pulumi.get(self, "metrics_polling_interval")
5825
6381
 
@@ -5828,6 +6384,8 @@ class AzureIntegrationsFrontDoor(dict):
5828
6384
  def resource_groups(self) -> Optional[Sequence[str]]:
5829
6385
  """
5830
6386
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6387
+
6388
+ Other integration type support an additional argument:
5831
6389
  """
5832
6390
  return pulumi.get(self, "resource_groups")
5833
6391
 
@@ -5857,8 +6415,10 @@ class AzureIntegrationsFunctions(dict):
5857
6415
  metrics_polling_interval: Optional[int] = None,
5858
6416
  resource_groups: Optional[Sequence[str]] = None):
5859
6417
  """
5860
- :param int metrics_polling_interval: The data polling interval in seconds
6418
+ :param int metrics_polling_interval: The data polling interval in seconds.
5861
6419
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6420
+
6421
+ Other integration type support an additional argument:
5862
6422
  """
5863
6423
  if metrics_polling_interval is not None:
5864
6424
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5869,7 +6429,7 @@ class AzureIntegrationsFunctions(dict):
5869
6429
  @pulumi.getter(name="metricsPollingInterval")
5870
6430
  def metrics_polling_interval(self) -> Optional[int]:
5871
6431
  """
5872
- The data polling interval in seconds
6432
+ The data polling interval in seconds.
5873
6433
  """
5874
6434
  return pulumi.get(self, "metrics_polling_interval")
5875
6435
 
@@ -5878,6 +6438,8 @@ class AzureIntegrationsFunctions(dict):
5878
6438
  def resource_groups(self) -> Optional[Sequence[str]]:
5879
6439
  """
5880
6440
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6441
+
6442
+ Other integration type support an additional argument:
5881
6443
  """
5882
6444
  return pulumi.get(self, "resource_groups")
5883
6445
 
@@ -5907,8 +6469,10 @@ class AzureIntegrationsKeyVault(dict):
5907
6469
  metrics_polling_interval: Optional[int] = None,
5908
6470
  resource_groups: Optional[Sequence[str]] = None):
5909
6471
  """
5910
- :param int metrics_polling_interval: The data polling interval in seconds
6472
+ :param int metrics_polling_interval: The data polling interval in seconds.
5911
6473
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6474
+
6475
+ Other integration type support an additional argument:
5912
6476
  """
5913
6477
  if metrics_polling_interval is not None:
5914
6478
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5919,7 +6483,7 @@ class AzureIntegrationsKeyVault(dict):
5919
6483
  @pulumi.getter(name="metricsPollingInterval")
5920
6484
  def metrics_polling_interval(self) -> Optional[int]:
5921
6485
  """
5922
- The data polling interval in seconds
6486
+ The data polling interval in seconds.
5923
6487
  """
5924
6488
  return pulumi.get(self, "metrics_polling_interval")
5925
6489
 
@@ -5928,6 +6492,8 @@ class AzureIntegrationsKeyVault(dict):
5928
6492
  def resource_groups(self) -> Optional[Sequence[str]]:
5929
6493
  """
5930
6494
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6495
+
6496
+ Other integration type support an additional argument:
5931
6497
  """
5932
6498
  return pulumi.get(self, "resource_groups")
5933
6499
 
@@ -5957,8 +6523,10 @@ class AzureIntegrationsLoadBalancer(dict):
5957
6523
  metrics_polling_interval: Optional[int] = None,
5958
6524
  resource_groups: Optional[Sequence[str]] = None):
5959
6525
  """
5960
- :param int metrics_polling_interval: The data polling interval in seconds
6526
+ :param int metrics_polling_interval: The data polling interval in seconds.
5961
6527
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6528
+
6529
+ Other integration type support an additional argument:
5962
6530
  """
5963
6531
  if metrics_polling_interval is not None:
5964
6532
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5969,7 +6537,7 @@ class AzureIntegrationsLoadBalancer(dict):
5969
6537
  @pulumi.getter(name="metricsPollingInterval")
5970
6538
  def metrics_polling_interval(self) -> Optional[int]:
5971
6539
  """
5972
- The data polling interval in seconds
6540
+ The data polling interval in seconds.
5973
6541
  """
5974
6542
  return pulumi.get(self, "metrics_polling_interval")
5975
6543
 
@@ -5978,6 +6546,8 @@ class AzureIntegrationsLoadBalancer(dict):
5978
6546
  def resource_groups(self) -> Optional[Sequence[str]]:
5979
6547
  """
5980
6548
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6549
+
6550
+ Other integration type support an additional argument:
5981
6551
  """
5982
6552
  return pulumi.get(self, "resource_groups")
5983
6553
 
@@ -6007,8 +6577,10 @@ class AzureIntegrationsLogicApps(dict):
6007
6577
  metrics_polling_interval: Optional[int] = None,
6008
6578
  resource_groups: Optional[Sequence[str]] = None):
6009
6579
  """
6010
- :param int metrics_polling_interval: The data polling interval in seconds
6580
+ :param int metrics_polling_interval: The data polling interval in seconds.
6011
6581
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6582
+
6583
+ Other integration type support an additional argument:
6012
6584
  """
6013
6585
  if metrics_polling_interval is not None:
6014
6586
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6019,7 +6591,7 @@ class AzureIntegrationsLogicApps(dict):
6019
6591
  @pulumi.getter(name="metricsPollingInterval")
6020
6592
  def metrics_polling_interval(self) -> Optional[int]:
6021
6593
  """
6022
- The data polling interval in seconds
6594
+ The data polling interval in seconds.
6023
6595
  """
6024
6596
  return pulumi.get(self, "metrics_polling_interval")
6025
6597
 
@@ -6028,6 +6600,8 @@ class AzureIntegrationsLogicApps(dict):
6028
6600
  def resource_groups(self) -> Optional[Sequence[str]]:
6029
6601
  """
6030
6602
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6603
+
6604
+ Other integration type support an additional argument:
6031
6605
  """
6032
6606
  return pulumi.get(self, "resource_groups")
6033
6607
 
@@ -6057,8 +6631,10 @@ class AzureIntegrationsMachineLearning(dict):
6057
6631
  metrics_polling_interval: Optional[int] = None,
6058
6632
  resource_groups: Optional[Sequence[str]] = None):
6059
6633
  """
6060
- :param int metrics_polling_interval: The data polling interval in seconds
6634
+ :param int metrics_polling_interval: The data polling interval in seconds.
6061
6635
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6636
+
6637
+ Other integration type support an additional argument:
6062
6638
  """
6063
6639
  if metrics_polling_interval is not None:
6064
6640
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6069,7 +6645,7 @@ class AzureIntegrationsMachineLearning(dict):
6069
6645
  @pulumi.getter(name="metricsPollingInterval")
6070
6646
  def metrics_polling_interval(self) -> Optional[int]:
6071
6647
  """
6072
- The data polling interval in seconds
6648
+ The data polling interval in seconds.
6073
6649
  """
6074
6650
  return pulumi.get(self, "metrics_polling_interval")
6075
6651
 
@@ -6078,6 +6654,8 @@ class AzureIntegrationsMachineLearning(dict):
6078
6654
  def resource_groups(self) -> Optional[Sequence[str]]:
6079
6655
  """
6080
6656
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6657
+
6658
+ Other integration type support an additional argument:
6081
6659
  """
6082
6660
  return pulumi.get(self, "resource_groups")
6083
6661
 
@@ -6107,8 +6685,10 @@ class AzureIntegrationsMariaDb(dict):
6107
6685
  metrics_polling_interval: Optional[int] = None,
6108
6686
  resource_groups: Optional[Sequence[str]] = None):
6109
6687
  """
6110
- :param int metrics_polling_interval: The data polling interval in seconds
6688
+ :param int metrics_polling_interval: The data polling interval in seconds.
6111
6689
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6690
+
6691
+ Other integration type support an additional argument:
6112
6692
  """
6113
6693
  if metrics_polling_interval is not None:
6114
6694
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6119,7 +6699,7 @@ class AzureIntegrationsMariaDb(dict):
6119
6699
  @pulumi.getter(name="metricsPollingInterval")
6120
6700
  def metrics_polling_interval(self) -> Optional[int]:
6121
6701
  """
6122
- The data polling interval in seconds
6702
+ The data polling interval in seconds.
6123
6703
  """
6124
6704
  return pulumi.get(self, "metrics_polling_interval")
6125
6705
 
@@ -6128,6 +6708,8 @@ class AzureIntegrationsMariaDb(dict):
6128
6708
  def resource_groups(self) -> Optional[Sequence[str]]:
6129
6709
  """
6130
6710
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6711
+
6712
+ Other integration type support an additional argument:
6131
6713
  """
6132
6714
  return pulumi.get(self, "resource_groups")
6133
6715
 
@@ -6167,12 +6749,16 @@ class AzureIntegrationsMonitor(dict):
6167
6749
  resource_groups: Optional[Sequence[str]] = None,
6168
6750
  resource_types: Optional[Sequence[str]] = None):
6169
6751
  """
6170
- :param bool enabled: A flag that specifies if the integration is active
6171
- :param Sequence[str] exclude_tags: Specify resource tags in 'key:value' form to be excluded from monitoring
6172
- :param Sequence[str] include_tags: Specify resource tags in 'key:value' form to be monitored
6173
- :param int metrics_polling_interval: The data polling interval in seconds
6752
+ :param bool enabled: A boolean value, that specifies if the integration needs to be active. Defaults to 'true' if not specified.
6753
+
6754
+ > **IMPORTANT!** Using the `monitor` integration along with other polling integrations in this resource might lead to duplication of metrics. More information about this scenario may be found in the note in [this section](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-monitor/#migration-from-polling) of New Relic's documentation on the Azure Monitor integration.
6755
+ :param Sequence[str] exclude_tags: A list of resource tags associated with the resources that need to be excluded from monitoring.
6756
+ :param Sequence[str] include_tags: A list of resource tags associated with the resources that need to be monitored, in a "key:value" format. If this is not specified, all resources will be monitored.
6757
+ :param int metrics_polling_interval: The data polling interval in seconds.
6174
6758
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6175
- :param Sequence[str] resource_types: Specify each Azure resource type that needs to be monitored
6759
+
6760
+ Other integration type support an additional argument:
6761
+ :param Sequence[str] resource_types: A list of Azure resource types that need to be monitored.
6176
6762
  """
6177
6763
  if enabled is not None:
6178
6764
  pulumi.set(__self__, "enabled", enabled)
@@ -6191,7 +6777,9 @@ class AzureIntegrationsMonitor(dict):
6191
6777
  @pulumi.getter
6192
6778
  def enabled(self) -> Optional[bool]:
6193
6779
  """
6194
- A flag that specifies if the integration is active
6780
+ A boolean value, that specifies if the integration needs to be active. Defaults to 'true' if not specified.
6781
+
6782
+ > **IMPORTANT!** Using the `monitor` integration along with other polling integrations in this resource might lead to duplication of metrics. More information about this scenario may be found in the note in [this section](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-monitor/#migration-from-polling) of New Relic's documentation on the Azure Monitor integration.
6195
6783
  """
6196
6784
  return pulumi.get(self, "enabled")
6197
6785
 
@@ -6199,7 +6787,7 @@ class AzureIntegrationsMonitor(dict):
6199
6787
  @pulumi.getter(name="excludeTags")
6200
6788
  def exclude_tags(self) -> Optional[Sequence[str]]:
6201
6789
  """
6202
- Specify resource tags in 'key:value' form to be excluded from monitoring
6790
+ A list of resource tags associated with the resources that need to be excluded from monitoring.
6203
6791
  """
6204
6792
  return pulumi.get(self, "exclude_tags")
6205
6793
 
@@ -6207,7 +6795,7 @@ class AzureIntegrationsMonitor(dict):
6207
6795
  @pulumi.getter(name="includeTags")
6208
6796
  def include_tags(self) -> Optional[Sequence[str]]:
6209
6797
  """
6210
- Specify resource tags in 'key:value' form to be monitored
6798
+ A list of resource tags associated with the resources that need to be monitored, in a "key:value" format. If this is not specified, all resources will be monitored.
6211
6799
  """
6212
6800
  return pulumi.get(self, "include_tags")
6213
6801
 
@@ -6215,7 +6803,7 @@ class AzureIntegrationsMonitor(dict):
6215
6803
  @pulumi.getter(name="metricsPollingInterval")
6216
6804
  def metrics_polling_interval(self) -> Optional[int]:
6217
6805
  """
6218
- The data polling interval in seconds
6806
+ The data polling interval in seconds.
6219
6807
  """
6220
6808
  return pulumi.get(self, "metrics_polling_interval")
6221
6809
 
@@ -6224,6 +6812,8 @@ class AzureIntegrationsMonitor(dict):
6224
6812
  def resource_groups(self) -> Optional[Sequence[str]]:
6225
6813
  """
6226
6814
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6815
+
6816
+ Other integration type support an additional argument:
6227
6817
  """
6228
6818
  return pulumi.get(self, "resource_groups")
6229
6819
 
@@ -6231,7 +6821,7 @@ class AzureIntegrationsMonitor(dict):
6231
6821
  @pulumi.getter(name="resourceTypes")
6232
6822
  def resource_types(self) -> Optional[Sequence[str]]:
6233
6823
  """
6234
- Specify each Azure resource type that needs to be monitored
6824
+ A list of Azure resource types that need to be monitored.
6235
6825
  """
6236
6826
  return pulumi.get(self, "resource_types")
6237
6827
 
@@ -6261,8 +6851,10 @@ class AzureIntegrationsMysql(dict):
6261
6851
  metrics_polling_interval: Optional[int] = None,
6262
6852
  resource_groups: Optional[Sequence[str]] = None):
6263
6853
  """
6264
- :param int metrics_polling_interval: The data polling interval in seconds
6854
+ :param int metrics_polling_interval: The data polling interval in seconds.
6265
6855
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6856
+
6857
+ Other integration type support an additional argument:
6266
6858
  """
6267
6859
  if metrics_polling_interval is not None:
6268
6860
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6273,7 +6865,7 @@ class AzureIntegrationsMysql(dict):
6273
6865
  @pulumi.getter(name="metricsPollingInterval")
6274
6866
  def metrics_polling_interval(self) -> Optional[int]:
6275
6867
  """
6276
- The data polling interval in seconds
6868
+ The data polling interval in seconds.
6277
6869
  """
6278
6870
  return pulumi.get(self, "metrics_polling_interval")
6279
6871
 
@@ -6282,6 +6874,8 @@ class AzureIntegrationsMysql(dict):
6282
6874
  def resource_groups(self) -> Optional[Sequence[str]]:
6283
6875
  """
6284
6876
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6877
+
6878
+ Other integration type support an additional argument:
6285
6879
  """
6286
6880
  return pulumi.get(self, "resource_groups")
6287
6881
 
@@ -6311,8 +6905,10 @@ class AzureIntegrationsMysqlFlexible(dict):
6311
6905
  metrics_polling_interval: Optional[int] = None,
6312
6906
  resource_groups: Optional[Sequence[str]] = None):
6313
6907
  """
6314
- :param int metrics_polling_interval: The data polling interval in seconds
6908
+ :param int metrics_polling_interval: The data polling interval in seconds.
6315
6909
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6910
+
6911
+ Other integration type support an additional argument:
6316
6912
  """
6317
6913
  if metrics_polling_interval is not None:
6318
6914
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6323,7 +6919,7 @@ class AzureIntegrationsMysqlFlexible(dict):
6323
6919
  @pulumi.getter(name="metricsPollingInterval")
6324
6920
  def metrics_polling_interval(self) -> Optional[int]:
6325
6921
  """
6326
- The data polling interval in seconds
6922
+ The data polling interval in seconds.
6327
6923
  """
6328
6924
  return pulumi.get(self, "metrics_polling_interval")
6329
6925
 
@@ -6332,6 +6928,8 @@ class AzureIntegrationsMysqlFlexible(dict):
6332
6928
  def resource_groups(self) -> Optional[Sequence[str]]:
6333
6929
  """
6334
6930
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6931
+
6932
+ Other integration type support an additional argument:
6335
6933
  """
6336
6934
  return pulumi.get(self, "resource_groups")
6337
6935
 
@@ -6361,8 +6959,10 @@ class AzureIntegrationsPostgresql(dict):
6361
6959
  metrics_polling_interval: Optional[int] = None,
6362
6960
  resource_groups: Optional[Sequence[str]] = None):
6363
6961
  """
6364
- :param int metrics_polling_interval: The data polling interval in seconds
6962
+ :param int metrics_polling_interval: The data polling interval in seconds.
6365
6963
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6964
+
6965
+ Other integration type support an additional argument:
6366
6966
  """
6367
6967
  if metrics_polling_interval is not None:
6368
6968
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6373,7 +6973,7 @@ class AzureIntegrationsPostgresql(dict):
6373
6973
  @pulumi.getter(name="metricsPollingInterval")
6374
6974
  def metrics_polling_interval(self) -> Optional[int]:
6375
6975
  """
6376
- The data polling interval in seconds
6976
+ The data polling interval in seconds.
6377
6977
  """
6378
6978
  return pulumi.get(self, "metrics_polling_interval")
6379
6979
 
@@ -6382,6 +6982,8 @@ class AzureIntegrationsPostgresql(dict):
6382
6982
  def resource_groups(self) -> Optional[Sequence[str]]:
6383
6983
  """
6384
6984
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6985
+
6986
+ Other integration type support an additional argument:
6385
6987
  """
6386
6988
  return pulumi.get(self, "resource_groups")
6387
6989
 
@@ -6411,8 +7013,10 @@ class AzureIntegrationsPostgresqlFlexible(dict):
6411
7013
  metrics_polling_interval: Optional[int] = None,
6412
7014
  resource_groups: Optional[Sequence[str]] = None):
6413
7015
  """
6414
- :param int metrics_polling_interval: The data polling interval in seconds
7016
+ :param int metrics_polling_interval: The data polling interval in seconds.
6415
7017
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7018
+
7019
+ Other integration type support an additional argument:
6416
7020
  """
6417
7021
  if metrics_polling_interval is not None:
6418
7022
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6423,7 +7027,7 @@ class AzureIntegrationsPostgresqlFlexible(dict):
6423
7027
  @pulumi.getter(name="metricsPollingInterval")
6424
7028
  def metrics_polling_interval(self) -> Optional[int]:
6425
7029
  """
6426
- The data polling interval in seconds
7030
+ The data polling interval in seconds.
6427
7031
  """
6428
7032
  return pulumi.get(self, "metrics_polling_interval")
6429
7033
 
@@ -6432,6 +7036,8 @@ class AzureIntegrationsPostgresqlFlexible(dict):
6432
7036
  def resource_groups(self) -> Optional[Sequence[str]]:
6433
7037
  """
6434
7038
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7039
+
7040
+ Other integration type support an additional argument:
6435
7041
  """
6436
7042
  return pulumi.get(self, "resource_groups")
6437
7043
 
@@ -6461,8 +7067,10 @@ class AzureIntegrationsPowerBiDedicated(dict):
6461
7067
  metrics_polling_interval: Optional[int] = None,
6462
7068
  resource_groups: Optional[Sequence[str]] = None):
6463
7069
  """
6464
- :param int metrics_polling_interval: The data polling interval in seconds
7070
+ :param int metrics_polling_interval: The data polling interval in seconds.
6465
7071
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7072
+
7073
+ Other integration type support an additional argument:
6466
7074
  """
6467
7075
  if metrics_polling_interval is not None:
6468
7076
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6473,7 +7081,7 @@ class AzureIntegrationsPowerBiDedicated(dict):
6473
7081
  @pulumi.getter(name="metricsPollingInterval")
6474
7082
  def metrics_polling_interval(self) -> Optional[int]:
6475
7083
  """
6476
- The data polling interval in seconds
7084
+ The data polling interval in seconds.
6477
7085
  """
6478
7086
  return pulumi.get(self, "metrics_polling_interval")
6479
7087
 
@@ -6482,6 +7090,8 @@ class AzureIntegrationsPowerBiDedicated(dict):
6482
7090
  def resource_groups(self) -> Optional[Sequence[str]]:
6483
7091
  """
6484
7092
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7093
+
7094
+ Other integration type support an additional argument:
6485
7095
  """
6486
7096
  return pulumi.get(self, "resource_groups")
6487
7097
 
@@ -6511,8 +7121,10 @@ class AzureIntegrationsRedisCache(dict):
6511
7121
  metrics_polling_interval: Optional[int] = None,
6512
7122
  resource_groups: Optional[Sequence[str]] = None):
6513
7123
  """
6514
- :param int metrics_polling_interval: The data polling interval in seconds
7124
+ :param int metrics_polling_interval: The data polling interval in seconds.
6515
7125
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7126
+
7127
+ Other integration type support an additional argument:
6516
7128
  """
6517
7129
  if metrics_polling_interval is not None:
6518
7130
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6523,7 +7135,7 @@ class AzureIntegrationsRedisCache(dict):
6523
7135
  @pulumi.getter(name="metricsPollingInterval")
6524
7136
  def metrics_polling_interval(self) -> Optional[int]:
6525
7137
  """
6526
- The data polling interval in seconds
7138
+ The data polling interval in seconds.
6527
7139
  """
6528
7140
  return pulumi.get(self, "metrics_polling_interval")
6529
7141
 
@@ -6532,6 +7144,8 @@ class AzureIntegrationsRedisCache(dict):
6532
7144
  def resource_groups(self) -> Optional[Sequence[str]]:
6533
7145
  """
6534
7146
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7147
+
7148
+ Other integration type support an additional argument:
6535
7149
  """
6536
7150
  return pulumi.get(self, "resource_groups")
6537
7151
 
@@ -6561,8 +7175,10 @@ class AzureIntegrationsServiceBus(dict):
6561
7175
  metrics_polling_interval: Optional[int] = None,
6562
7176
  resource_groups: Optional[Sequence[str]] = None):
6563
7177
  """
6564
- :param int metrics_polling_interval: The data polling interval in seconds
7178
+ :param int metrics_polling_interval: The data polling interval in seconds.
6565
7179
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7180
+
7181
+ Other integration type support an additional argument:
6566
7182
  """
6567
7183
  if metrics_polling_interval is not None:
6568
7184
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6573,7 +7189,7 @@ class AzureIntegrationsServiceBus(dict):
6573
7189
  @pulumi.getter(name="metricsPollingInterval")
6574
7190
  def metrics_polling_interval(self) -> Optional[int]:
6575
7191
  """
6576
- The data polling interval in seconds
7192
+ The data polling interval in seconds.
6577
7193
  """
6578
7194
  return pulumi.get(self, "metrics_polling_interval")
6579
7195
 
@@ -6582,6 +7198,8 @@ class AzureIntegrationsServiceBus(dict):
6582
7198
  def resource_groups(self) -> Optional[Sequence[str]]:
6583
7199
  """
6584
7200
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7201
+
7202
+ Other integration type support an additional argument:
6585
7203
  """
6586
7204
  return pulumi.get(self, "resource_groups")
6587
7205
 
@@ -6611,8 +7229,10 @@ class AzureIntegrationsSql(dict):
6611
7229
  metrics_polling_interval: Optional[int] = None,
6612
7230
  resource_groups: Optional[Sequence[str]] = None):
6613
7231
  """
6614
- :param int metrics_polling_interval: The data polling interval in seconds
7232
+ :param int metrics_polling_interval: The data polling interval in seconds.
6615
7233
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7234
+
7235
+ Other integration type support an additional argument:
6616
7236
  """
6617
7237
  if metrics_polling_interval is not None:
6618
7238
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6623,7 +7243,7 @@ class AzureIntegrationsSql(dict):
6623
7243
  @pulumi.getter(name="metricsPollingInterval")
6624
7244
  def metrics_polling_interval(self) -> Optional[int]:
6625
7245
  """
6626
- The data polling interval in seconds
7246
+ The data polling interval in seconds.
6627
7247
  """
6628
7248
  return pulumi.get(self, "metrics_polling_interval")
6629
7249
 
@@ -6632,6 +7252,8 @@ class AzureIntegrationsSql(dict):
6632
7252
  def resource_groups(self) -> Optional[Sequence[str]]:
6633
7253
  """
6634
7254
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7255
+
7256
+ Other integration type support an additional argument:
6635
7257
  """
6636
7258
  return pulumi.get(self, "resource_groups")
6637
7259
 
@@ -6661,8 +7283,10 @@ class AzureIntegrationsSqlManaged(dict):
6661
7283
  metrics_polling_interval: Optional[int] = None,
6662
7284
  resource_groups: Optional[Sequence[str]] = None):
6663
7285
  """
6664
- :param int metrics_polling_interval: The data polling interval in seconds
7286
+ :param int metrics_polling_interval: The data polling interval in seconds.
6665
7287
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7288
+
7289
+ Other integration type support an additional argument:
6666
7290
  """
6667
7291
  if metrics_polling_interval is not None:
6668
7292
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6673,7 +7297,7 @@ class AzureIntegrationsSqlManaged(dict):
6673
7297
  @pulumi.getter(name="metricsPollingInterval")
6674
7298
  def metrics_polling_interval(self) -> Optional[int]:
6675
7299
  """
6676
- The data polling interval in seconds
7300
+ The data polling interval in seconds.
6677
7301
  """
6678
7302
  return pulumi.get(self, "metrics_polling_interval")
6679
7303
 
@@ -6682,6 +7306,8 @@ class AzureIntegrationsSqlManaged(dict):
6682
7306
  def resource_groups(self) -> Optional[Sequence[str]]:
6683
7307
  """
6684
7308
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7309
+
7310
+ Other integration type support an additional argument:
6685
7311
  """
6686
7312
  return pulumi.get(self, "resource_groups")
6687
7313
 
@@ -6711,8 +7337,10 @@ class AzureIntegrationsStorage(dict):
6711
7337
  metrics_polling_interval: Optional[int] = None,
6712
7338
  resource_groups: Optional[Sequence[str]] = None):
6713
7339
  """
6714
- :param int metrics_polling_interval: The data polling interval in seconds
7340
+ :param int metrics_polling_interval: The data polling interval in seconds.
6715
7341
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7342
+
7343
+ Other integration type support an additional argument:
6716
7344
  """
6717
7345
  if metrics_polling_interval is not None:
6718
7346
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6723,7 +7351,7 @@ class AzureIntegrationsStorage(dict):
6723
7351
  @pulumi.getter(name="metricsPollingInterval")
6724
7352
  def metrics_polling_interval(self) -> Optional[int]:
6725
7353
  """
6726
- The data polling interval in seconds
7354
+ The data polling interval in seconds.
6727
7355
  """
6728
7356
  return pulumi.get(self, "metrics_polling_interval")
6729
7357
 
@@ -6732,6 +7360,8 @@ class AzureIntegrationsStorage(dict):
6732
7360
  def resource_groups(self) -> Optional[Sequence[str]]:
6733
7361
  """
6734
7362
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7363
+
7364
+ Other integration type support an additional argument:
6735
7365
  """
6736
7366
  return pulumi.get(self, "resource_groups")
6737
7367
 
@@ -6761,8 +7391,10 @@ class AzureIntegrationsVirtualMachine(dict):
6761
7391
  metrics_polling_interval: Optional[int] = None,
6762
7392
  resource_groups: Optional[Sequence[str]] = None):
6763
7393
  """
6764
- :param int metrics_polling_interval: The data polling interval in seconds
7394
+ :param int metrics_polling_interval: The data polling interval in seconds.
6765
7395
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7396
+
7397
+ Other integration type support an additional argument:
6766
7398
  """
6767
7399
  if metrics_polling_interval is not None:
6768
7400
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6773,7 +7405,7 @@ class AzureIntegrationsVirtualMachine(dict):
6773
7405
  @pulumi.getter(name="metricsPollingInterval")
6774
7406
  def metrics_polling_interval(self) -> Optional[int]:
6775
7407
  """
6776
- The data polling interval in seconds
7408
+ The data polling interval in seconds.
6777
7409
  """
6778
7410
  return pulumi.get(self, "metrics_polling_interval")
6779
7411
 
@@ -6782,6 +7414,8 @@ class AzureIntegrationsVirtualMachine(dict):
6782
7414
  def resource_groups(self) -> Optional[Sequence[str]]:
6783
7415
  """
6784
7416
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7417
+
7418
+ Other integration type support an additional argument:
6785
7419
  """
6786
7420
  return pulumi.get(self, "resource_groups")
6787
7421
 
@@ -6811,8 +7445,10 @@ class AzureIntegrationsVirtualNetworks(dict):
6811
7445
  metrics_polling_interval: Optional[int] = None,
6812
7446
  resource_groups: Optional[Sequence[str]] = None):
6813
7447
  """
6814
- :param int metrics_polling_interval: The data polling interval in seconds
7448
+ :param int metrics_polling_interval: The data polling interval in seconds.
6815
7449
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7450
+
7451
+ Other integration type support an additional argument:
6816
7452
  """
6817
7453
  if metrics_polling_interval is not None:
6818
7454
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6823,7 +7459,7 @@ class AzureIntegrationsVirtualNetworks(dict):
6823
7459
  @pulumi.getter(name="metricsPollingInterval")
6824
7460
  def metrics_polling_interval(self) -> Optional[int]:
6825
7461
  """
6826
- The data polling interval in seconds
7462
+ The data polling interval in seconds.
6827
7463
  """
6828
7464
  return pulumi.get(self, "metrics_polling_interval")
6829
7465
 
@@ -6832,6 +7468,8 @@ class AzureIntegrationsVirtualNetworks(dict):
6832
7468
  def resource_groups(self) -> Optional[Sequence[str]]:
6833
7469
  """
6834
7470
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7471
+
7472
+ Other integration type support an additional argument:
6835
7473
  """
6836
7474
  return pulumi.get(self, "resource_groups")
6837
7475
 
@@ -6861,8 +7499,10 @@ class AzureIntegrationsVms(dict):
6861
7499
  metrics_polling_interval: Optional[int] = None,
6862
7500
  resource_groups: Optional[Sequence[str]] = None):
6863
7501
  """
6864
- :param int metrics_polling_interval: The data polling interval in seconds
7502
+ :param int metrics_polling_interval: The data polling interval in seconds.
6865
7503
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7504
+
7505
+ Other integration type support an additional argument:
6866
7506
  """
6867
7507
  if metrics_polling_interval is not None:
6868
7508
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6873,7 +7513,7 @@ class AzureIntegrationsVms(dict):
6873
7513
  @pulumi.getter(name="metricsPollingInterval")
6874
7514
  def metrics_polling_interval(self) -> Optional[int]:
6875
7515
  """
6876
- The data polling interval in seconds
7516
+ The data polling interval in seconds.
6877
7517
  """
6878
7518
  return pulumi.get(self, "metrics_polling_interval")
6879
7519
 
@@ -6882,6 +7522,8 @@ class AzureIntegrationsVms(dict):
6882
7522
  def resource_groups(self) -> Optional[Sequence[str]]:
6883
7523
  """
6884
7524
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7525
+
7526
+ Other integration type support an additional argument:
6885
7527
  """
6886
7528
  return pulumi.get(self, "resource_groups")
6887
7529
 
@@ -6911,8 +7553,10 @@ class AzureIntegrationsVpnGateway(dict):
6911
7553
  metrics_polling_interval: Optional[int] = None,
6912
7554
  resource_groups: Optional[Sequence[str]] = None):
6913
7555
  """
6914
- :param int metrics_polling_interval: The data polling interval in seconds
7556
+ :param int metrics_polling_interval: The data polling interval in seconds.
6915
7557
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7558
+
7559
+ Other integration type support an additional argument:
6916
7560
  """
6917
7561
  if metrics_polling_interval is not None:
6918
7562
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6923,7 +7567,7 @@ class AzureIntegrationsVpnGateway(dict):
6923
7567
  @pulumi.getter(name="metricsPollingInterval")
6924
7568
  def metrics_polling_interval(self) -> Optional[int]:
6925
7569
  """
6926
- The data polling interval in seconds
7570
+ The data polling interval in seconds.
6927
7571
  """
6928
7572
  return pulumi.get(self, "metrics_polling_interval")
6929
7573
 
@@ -6932,6 +7576,8 @@ class AzureIntegrationsVpnGateway(dict):
6932
7576
  def resource_groups(self) -> Optional[Sequence[str]]:
6933
7577
  """
6934
7578
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
7579
+
7580
+ Other integration type support an additional argument:
6935
7581
  """
6936
7582
  return pulumi.get(self, "resource_groups")
6937
7583
 
@@ -6958,7 +7604,9 @@ class GcpIntegrationsAlloyDb(dict):
6958
7604
  def __init__(__self__, *,
6959
7605
  metrics_polling_interval: Optional[int] = None):
6960
7606
  """
6961
- :param int metrics_polling_interval: the data polling interval in seconds
7607
+ :param int metrics_polling_interval: The data polling interval in seconds.
7608
+
7609
+ Other integration supports an additional argument:
6962
7610
  """
6963
7611
  if metrics_polling_interval is not None:
6964
7612
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6967,7 +7615,9 @@ class GcpIntegrationsAlloyDb(dict):
6967
7615
  @pulumi.getter(name="metricsPollingInterval")
6968
7616
  def metrics_polling_interval(self) -> Optional[int]:
6969
7617
  """
6970
- the data polling interval in seconds
7618
+ The data polling interval in seconds.
7619
+
7620
+ Other integration supports an additional argument:
6971
7621
  """
6972
7622
  return pulumi.get(self, "metrics_polling_interval")
6973
7623
 
@@ -6994,7 +7644,9 @@ class GcpIntegrationsAppEngine(dict):
6994
7644
  def __init__(__self__, *,
6995
7645
  metrics_polling_interval: Optional[int] = None):
6996
7646
  """
6997
- :param int metrics_polling_interval: the data polling interval in seconds
7647
+ :param int metrics_polling_interval: The data polling interval in seconds.
7648
+
7649
+ Other integration supports an additional argument:
6998
7650
  """
6999
7651
  if metrics_polling_interval is not None:
7000
7652
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7003,7 +7655,9 @@ class GcpIntegrationsAppEngine(dict):
7003
7655
  @pulumi.getter(name="metricsPollingInterval")
7004
7656
  def metrics_polling_interval(self) -> Optional[int]:
7005
7657
  """
7006
- the data polling interval in seconds
7658
+ The data polling interval in seconds.
7659
+
7660
+ Other integration supports an additional argument:
7007
7661
  """
7008
7662
  return pulumi.get(self, "metrics_polling_interval")
7009
7663
 
@@ -7033,8 +7687,10 @@ class GcpIntegrationsBigQuery(dict):
7033
7687
  fetch_tags: Optional[bool] = None,
7034
7688
  metrics_polling_interval: Optional[int] = None):
7035
7689
  """
7036
- :param bool fetch_tags: to fetch tags of the resource
7037
- :param int metrics_polling_interval: the data polling interval in seconds
7690
+ :param bool fetch_tags: Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
7691
+ :param int metrics_polling_interval: The data polling interval in seconds.
7692
+
7693
+ Other integration supports an additional argument:
7038
7694
  """
7039
7695
  if fetch_tags is not None:
7040
7696
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -7045,7 +7701,7 @@ class GcpIntegrationsBigQuery(dict):
7045
7701
  @pulumi.getter(name="fetchTags")
7046
7702
  def fetch_tags(self) -> Optional[bool]:
7047
7703
  """
7048
- to fetch tags of the resource
7704
+ Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
7049
7705
  """
7050
7706
  return pulumi.get(self, "fetch_tags")
7051
7707
 
@@ -7053,7 +7709,9 @@ class GcpIntegrationsBigQuery(dict):
7053
7709
  @pulumi.getter(name="metricsPollingInterval")
7054
7710
  def metrics_polling_interval(self) -> Optional[int]:
7055
7711
  """
7056
- the data polling interval in seconds
7712
+ The data polling interval in seconds.
7713
+
7714
+ Other integration supports an additional argument:
7057
7715
  """
7058
7716
  return pulumi.get(self, "metrics_polling_interval")
7059
7717
 
@@ -7080,7 +7738,9 @@ class GcpIntegrationsBigTable(dict):
7080
7738
  def __init__(__self__, *,
7081
7739
  metrics_polling_interval: Optional[int] = None):
7082
7740
  """
7083
- :param int metrics_polling_interval: the data polling interval in seconds
7741
+ :param int metrics_polling_interval: The data polling interval in seconds.
7742
+
7743
+ Other integration supports an additional argument:
7084
7744
  """
7085
7745
  if metrics_polling_interval is not None:
7086
7746
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7089,7 +7749,9 @@ class GcpIntegrationsBigTable(dict):
7089
7749
  @pulumi.getter(name="metricsPollingInterval")
7090
7750
  def metrics_polling_interval(self) -> Optional[int]:
7091
7751
  """
7092
- the data polling interval in seconds
7752
+ The data polling interval in seconds.
7753
+
7754
+ Other integration supports an additional argument:
7093
7755
  """
7094
7756
  return pulumi.get(self, "metrics_polling_interval")
7095
7757
 
@@ -7116,7 +7778,9 @@ class GcpIntegrationsComposer(dict):
7116
7778
  def __init__(__self__, *,
7117
7779
  metrics_polling_interval: Optional[int] = None):
7118
7780
  """
7119
- :param int metrics_polling_interval: the data polling interval in seconds
7781
+ :param int metrics_polling_interval: The data polling interval in seconds.
7782
+
7783
+ Other integration supports an additional argument:
7120
7784
  """
7121
7785
  if metrics_polling_interval is not None:
7122
7786
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7125,7 +7789,9 @@ class GcpIntegrationsComposer(dict):
7125
7789
  @pulumi.getter(name="metricsPollingInterval")
7126
7790
  def metrics_polling_interval(self) -> Optional[int]:
7127
7791
  """
7128
- the data polling interval in seconds
7792
+ The data polling interval in seconds.
7793
+
7794
+ Other integration supports an additional argument:
7129
7795
  """
7130
7796
  return pulumi.get(self, "metrics_polling_interval")
7131
7797
 
@@ -7152,7 +7818,9 @@ class GcpIntegrationsDataFlow(dict):
7152
7818
  def __init__(__self__, *,
7153
7819
  metrics_polling_interval: Optional[int] = None):
7154
7820
  """
7155
- :param int metrics_polling_interval: the data polling interval in seconds
7821
+ :param int metrics_polling_interval: The data polling interval in seconds.
7822
+
7823
+ Other integration supports an additional argument:
7156
7824
  """
7157
7825
  if metrics_polling_interval is not None:
7158
7826
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7161,7 +7829,9 @@ class GcpIntegrationsDataFlow(dict):
7161
7829
  @pulumi.getter(name="metricsPollingInterval")
7162
7830
  def metrics_polling_interval(self) -> Optional[int]:
7163
7831
  """
7164
- the data polling interval in seconds
7832
+ The data polling interval in seconds.
7833
+
7834
+ Other integration supports an additional argument:
7165
7835
  """
7166
7836
  return pulumi.get(self, "metrics_polling_interval")
7167
7837
 
@@ -7188,7 +7858,9 @@ class GcpIntegrationsDataProc(dict):
7188
7858
  def __init__(__self__, *,
7189
7859
  metrics_polling_interval: Optional[int] = None):
7190
7860
  """
7191
- :param int metrics_polling_interval: the data polling interval in seconds
7861
+ :param int metrics_polling_interval: The data polling interval in seconds.
7862
+
7863
+ Other integration supports an additional argument:
7192
7864
  """
7193
7865
  if metrics_polling_interval is not None:
7194
7866
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7197,7 +7869,9 @@ class GcpIntegrationsDataProc(dict):
7197
7869
  @pulumi.getter(name="metricsPollingInterval")
7198
7870
  def metrics_polling_interval(self) -> Optional[int]:
7199
7871
  """
7200
- the data polling interval in seconds
7872
+ The data polling interval in seconds.
7873
+
7874
+ Other integration supports an additional argument:
7201
7875
  """
7202
7876
  return pulumi.get(self, "metrics_polling_interval")
7203
7877
 
@@ -7224,7 +7898,9 @@ class GcpIntegrationsDataStore(dict):
7224
7898
  def __init__(__self__, *,
7225
7899
  metrics_polling_interval: Optional[int] = None):
7226
7900
  """
7227
- :param int metrics_polling_interval: the data polling interval in seconds
7901
+ :param int metrics_polling_interval: The data polling interval in seconds.
7902
+
7903
+ Other integration supports an additional argument:
7228
7904
  """
7229
7905
  if metrics_polling_interval is not None:
7230
7906
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7233,7 +7909,9 @@ class GcpIntegrationsDataStore(dict):
7233
7909
  @pulumi.getter(name="metricsPollingInterval")
7234
7910
  def metrics_polling_interval(self) -> Optional[int]:
7235
7911
  """
7236
- the data polling interval in seconds
7912
+ The data polling interval in seconds.
7913
+
7914
+ Other integration supports an additional argument:
7237
7915
  """
7238
7916
  return pulumi.get(self, "metrics_polling_interval")
7239
7917
 
@@ -7260,7 +7938,9 @@ class GcpIntegrationsFireBaseDatabase(dict):
7260
7938
  def __init__(__self__, *,
7261
7939
  metrics_polling_interval: Optional[int] = None):
7262
7940
  """
7263
- :param int metrics_polling_interval: the data polling interval in seconds
7941
+ :param int metrics_polling_interval: The data polling interval in seconds.
7942
+
7943
+ Other integration supports an additional argument:
7264
7944
  """
7265
7945
  if metrics_polling_interval is not None:
7266
7946
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7269,7 +7949,9 @@ class GcpIntegrationsFireBaseDatabase(dict):
7269
7949
  @pulumi.getter(name="metricsPollingInterval")
7270
7950
  def metrics_polling_interval(self) -> Optional[int]:
7271
7951
  """
7272
- the data polling interval in seconds
7952
+ The data polling interval in seconds.
7953
+
7954
+ Other integration supports an additional argument:
7273
7955
  """
7274
7956
  return pulumi.get(self, "metrics_polling_interval")
7275
7957
 
@@ -7296,7 +7978,9 @@ class GcpIntegrationsFireBaseHosting(dict):
7296
7978
  def __init__(__self__, *,
7297
7979
  metrics_polling_interval: Optional[int] = None):
7298
7980
  """
7299
- :param int metrics_polling_interval: the data polling interval in seconds
7981
+ :param int metrics_polling_interval: The data polling interval in seconds.
7982
+
7983
+ Other integration supports an additional argument:
7300
7984
  """
7301
7985
  if metrics_polling_interval is not None:
7302
7986
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7305,7 +7989,9 @@ class GcpIntegrationsFireBaseHosting(dict):
7305
7989
  @pulumi.getter(name="metricsPollingInterval")
7306
7990
  def metrics_polling_interval(self) -> Optional[int]:
7307
7991
  """
7308
- the data polling interval in seconds
7992
+ The data polling interval in seconds.
7993
+
7994
+ Other integration supports an additional argument:
7309
7995
  """
7310
7996
  return pulumi.get(self, "metrics_polling_interval")
7311
7997
 
@@ -7332,7 +8018,9 @@ class GcpIntegrationsFireBaseStorage(dict):
7332
8018
  def __init__(__self__, *,
7333
8019
  metrics_polling_interval: Optional[int] = None):
7334
8020
  """
7335
- :param int metrics_polling_interval: the data polling interval in seconds
8021
+ :param int metrics_polling_interval: The data polling interval in seconds.
8022
+
8023
+ Other integration supports an additional argument:
7336
8024
  """
7337
8025
  if metrics_polling_interval is not None:
7338
8026
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7341,7 +8029,9 @@ class GcpIntegrationsFireBaseStorage(dict):
7341
8029
  @pulumi.getter(name="metricsPollingInterval")
7342
8030
  def metrics_polling_interval(self) -> Optional[int]:
7343
8031
  """
7344
- the data polling interval in seconds
8032
+ The data polling interval in seconds.
8033
+
8034
+ Other integration supports an additional argument:
7345
8035
  """
7346
8036
  return pulumi.get(self, "metrics_polling_interval")
7347
8037
 
@@ -7368,7 +8058,9 @@ class GcpIntegrationsFireStore(dict):
7368
8058
  def __init__(__self__, *,
7369
8059
  metrics_polling_interval: Optional[int] = None):
7370
8060
  """
7371
- :param int metrics_polling_interval: the data polling interval in seconds
8061
+ :param int metrics_polling_interval: The data polling interval in seconds.
8062
+
8063
+ Other integration supports an additional argument:
7372
8064
  """
7373
8065
  if metrics_polling_interval is not None:
7374
8066
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7377,7 +8069,9 @@ class GcpIntegrationsFireStore(dict):
7377
8069
  @pulumi.getter(name="metricsPollingInterval")
7378
8070
  def metrics_polling_interval(self) -> Optional[int]:
7379
8071
  """
7380
- the data polling interval in seconds
8072
+ The data polling interval in seconds.
8073
+
8074
+ Other integration supports an additional argument:
7381
8075
  """
7382
8076
  return pulumi.get(self, "metrics_polling_interval")
7383
8077
 
@@ -7404,7 +8098,9 @@ class GcpIntegrationsFunctions(dict):
7404
8098
  def __init__(__self__, *,
7405
8099
  metrics_polling_interval: Optional[int] = None):
7406
8100
  """
7407
- :param int metrics_polling_interval: the data polling interval in seconds
8101
+ :param int metrics_polling_interval: The data polling interval in seconds.
8102
+
8103
+ Other integration supports an additional argument:
7408
8104
  """
7409
8105
  if metrics_polling_interval is not None:
7410
8106
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7413,7 +8109,9 @@ class GcpIntegrationsFunctions(dict):
7413
8109
  @pulumi.getter(name="metricsPollingInterval")
7414
8110
  def metrics_polling_interval(self) -> Optional[int]:
7415
8111
  """
7416
- the data polling interval in seconds
8112
+ The data polling interval in seconds.
8113
+
8114
+ Other integration supports an additional argument:
7417
8115
  """
7418
8116
  return pulumi.get(self, "metrics_polling_interval")
7419
8117
 
@@ -7440,7 +8138,9 @@ class GcpIntegrationsInterconnect(dict):
7440
8138
  def __init__(__self__, *,
7441
8139
  metrics_polling_interval: Optional[int] = None):
7442
8140
  """
7443
- :param int metrics_polling_interval: the data polling interval in seconds
8141
+ :param int metrics_polling_interval: The data polling interval in seconds.
8142
+
8143
+ Other integration supports an additional argument:
7444
8144
  """
7445
8145
  if metrics_polling_interval is not None:
7446
8146
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7449,7 +8149,9 @@ class GcpIntegrationsInterconnect(dict):
7449
8149
  @pulumi.getter(name="metricsPollingInterval")
7450
8150
  def metrics_polling_interval(self) -> Optional[int]:
7451
8151
  """
7452
- the data polling interval in seconds
8152
+ The data polling interval in seconds.
8153
+
8154
+ Other integration supports an additional argument:
7453
8155
  """
7454
8156
  return pulumi.get(self, "metrics_polling_interval")
7455
8157
 
@@ -7476,7 +8178,9 @@ class GcpIntegrationsKubernetes(dict):
7476
8178
  def __init__(__self__, *,
7477
8179
  metrics_polling_interval: Optional[int] = None):
7478
8180
  """
7479
- :param int metrics_polling_interval: the data polling interval in seconds
8181
+ :param int metrics_polling_interval: The data polling interval in seconds.
8182
+
8183
+ Other integration supports an additional argument:
7480
8184
  """
7481
8185
  if metrics_polling_interval is not None:
7482
8186
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7485,7 +8189,9 @@ class GcpIntegrationsKubernetes(dict):
7485
8189
  @pulumi.getter(name="metricsPollingInterval")
7486
8190
  def metrics_polling_interval(self) -> Optional[int]:
7487
8191
  """
7488
- the data polling interval in seconds
8192
+ The data polling interval in seconds.
8193
+
8194
+ Other integration supports an additional argument:
7489
8195
  """
7490
8196
  return pulumi.get(self, "metrics_polling_interval")
7491
8197
 
@@ -7512,7 +8218,9 @@ class GcpIntegrationsLoadBalancing(dict):
7512
8218
  def __init__(__self__, *,
7513
8219
  metrics_polling_interval: Optional[int] = None):
7514
8220
  """
7515
- :param int metrics_polling_interval: the data polling interval in seconds
8221
+ :param int metrics_polling_interval: The data polling interval in seconds.
8222
+
8223
+ Other integration supports an additional argument:
7516
8224
  """
7517
8225
  if metrics_polling_interval is not None:
7518
8226
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7521,7 +8229,9 @@ class GcpIntegrationsLoadBalancing(dict):
7521
8229
  @pulumi.getter(name="metricsPollingInterval")
7522
8230
  def metrics_polling_interval(self) -> Optional[int]:
7523
8231
  """
7524
- the data polling interval in seconds
8232
+ The data polling interval in seconds.
8233
+
8234
+ Other integration supports an additional argument:
7525
8235
  """
7526
8236
  return pulumi.get(self, "metrics_polling_interval")
7527
8237
 
@@ -7548,7 +8258,9 @@ class GcpIntegrationsMemCache(dict):
7548
8258
  def __init__(__self__, *,
7549
8259
  metrics_polling_interval: Optional[int] = None):
7550
8260
  """
7551
- :param int metrics_polling_interval: the data polling interval in seconds
8261
+ :param int metrics_polling_interval: The data polling interval in seconds.
8262
+
8263
+ Other integration supports an additional argument:
7552
8264
  """
7553
8265
  if metrics_polling_interval is not None:
7554
8266
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7557,7 +8269,9 @@ class GcpIntegrationsMemCache(dict):
7557
8269
  @pulumi.getter(name="metricsPollingInterval")
7558
8270
  def metrics_polling_interval(self) -> Optional[int]:
7559
8271
  """
7560
- the data polling interval in seconds
8272
+ The data polling interval in seconds.
8273
+
8274
+ Other integration supports an additional argument:
7561
8275
  """
7562
8276
  return pulumi.get(self, "metrics_polling_interval")
7563
8277
 
@@ -7587,8 +8301,10 @@ class GcpIntegrationsPubSub(dict):
7587
8301
  fetch_tags: Optional[bool] = None,
7588
8302
  metrics_polling_interval: Optional[int] = None):
7589
8303
  """
7590
- :param bool fetch_tags: to fetch tags of the resource
7591
- :param int metrics_polling_interval: the data polling interval in seconds
8304
+ :param bool fetch_tags: Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
8305
+ :param int metrics_polling_interval: The data polling interval in seconds.
8306
+
8307
+ Other integration supports an additional argument:
7592
8308
  """
7593
8309
  if fetch_tags is not None:
7594
8310
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -7599,7 +8315,7 @@ class GcpIntegrationsPubSub(dict):
7599
8315
  @pulumi.getter(name="fetchTags")
7600
8316
  def fetch_tags(self) -> Optional[bool]:
7601
8317
  """
7602
- to fetch tags of the resource
8318
+ Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
7603
8319
  """
7604
8320
  return pulumi.get(self, "fetch_tags")
7605
8321
 
@@ -7607,7 +8323,9 @@ class GcpIntegrationsPubSub(dict):
7607
8323
  @pulumi.getter(name="metricsPollingInterval")
7608
8324
  def metrics_polling_interval(self) -> Optional[int]:
7609
8325
  """
7610
- the data polling interval in seconds
8326
+ The data polling interval in seconds.
8327
+
8328
+ Other integration supports an additional argument:
7611
8329
  """
7612
8330
  return pulumi.get(self, "metrics_polling_interval")
7613
8331
 
@@ -7634,7 +8352,9 @@ class GcpIntegrationsRedis(dict):
7634
8352
  def __init__(__self__, *,
7635
8353
  metrics_polling_interval: Optional[int] = None):
7636
8354
  """
7637
- :param int metrics_polling_interval: the data polling interval in seconds
8355
+ :param int metrics_polling_interval: The data polling interval in seconds.
8356
+
8357
+ Other integration supports an additional argument:
7638
8358
  """
7639
8359
  if metrics_polling_interval is not None:
7640
8360
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7643,7 +8363,9 @@ class GcpIntegrationsRedis(dict):
7643
8363
  @pulumi.getter(name="metricsPollingInterval")
7644
8364
  def metrics_polling_interval(self) -> Optional[int]:
7645
8365
  """
7646
- the data polling interval in seconds
8366
+ The data polling interval in seconds.
8367
+
8368
+ Other integration supports an additional argument:
7647
8369
  """
7648
8370
  return pulumi.get(self, "metrics_polling_interval")
7649
8371
 
@@ -7670,7 +8392,9 @@ class GcpIntegrationsRouter(dict):
7670
8392
  def __init__(__self__, *,
7671
8393
  metrics_polling_interval: Optional[int] = None):
7672
8394
  """
7673
- :param int metrics_polling_interval: the data polling interval in seconds
8395
+ :param int metrics_polling_interval: The data polling interval in seconds.
8396
+
8397
+ Other integration supports an additional argument:
7674
8398
  """
7675
8399
  if metrics_polling_interval is not None:
7676
8400
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7679,7 +8403,9 @@ class GcpIntegrationsRouter(dict):
7679
8403
  @pulumi.getter(name="metricsPollingInterval")
7680
8404
  def metrics_polling_interval(self) -> Optional[int]:
7681
8405
  """
7682
- the data polling interval in seconds
8406
+ The data polling interval in seconds.
8407
+
8408
+ Other integration supports an additional argument:
7683
8409
  """
7684
8410
  return pulumi.get(self, "metrics_polling_interval")
7685
8411
 
@@ -7706,7 +8432,9 @@ class GcpIntegrationsRun(dict):
7706
8432
  def __init__(__self__, *,
7707
8433
  metrics_polling_interval: Optional[int] = None):
7708
8434
  """
7709
- :param int metrics_polling_interval: the data polling interval in seconds
8435
+ :param int metrics_polling_interval: The data polling interval in seconds.
8436
+
8437
+ Other integration supports an additional argument:
7710
8438
  """
7711
8439
  if metrics_polling_interval is not None:
7712
8440
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7715,7 +8443,9 @@ class GcpIntegrationsRun(dict):
7715
8443
  @pulumi.getter(name="metricsPollingInterval")
7716
8444
  def metrics_polling_interval(self) -> Optional[int]:
7717
8445
  """
7718
- the data polling interval in seconds
8446
+ The data polling interval in seconds.
8447
+
8448
+ Other integration supports an additional argument:
7719
8449
  """
7720
8450
  return pulumi.get(self, "metrics_polling_interval")
7721
8451
 
@@ -7745,8 +8475,10 @@ class GcpIntegrationsSpanner(dict):
7745
8475
  fetch_tags: Optional[bool] = None,
7746
8476
  metrics_polling_interval: Optional[int] = None):
7747
8477
  """
7748
- :param bool fetch_tags: to fetch tags of the resource
7749
- :param int metrics_polling_interval: the data polling interval in seconds
8478
+ :param bool fetch_tags: Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
8479
+ :param int metrics_polling_interval: The data polling interval in seconds.
8480
+
8481
+ Other integration supports an additional argument:
7750
8482
  """
7751
8483
  if fetch_tags is not None:
7752
8484
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -7757,7 +8489,7 @@ class GcpIntegrationsSpanner(dict):
7757
8489
  @pulumi.getter(name="fetchTags")
7758
8490
  def fetch_tags(self) -> Optional[bool]:
7759
8491
  """
7760
- to fetch tags of the resource
8492
+ Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
7761
8493
  """
7762
8494
  return pulumi.get(self, "fetch_tags")
7763
8495
 
@@ -7765,7 +8497,9 @@ class GcpIntegrationsSpanner(dict):
7765
8497
  @pulumi.getter(name="metricsPollingInterval")
7766
8498
  def metrics_polling_interval(self) -> Optional[int]:
7767
8499
  """
7768
- the data polling interval in seconds
8500
+ The data polling interval in seconds.
8501
+
8502
+ Other integration supports an additional argument:
7769
8503
  """
7770
8504
  return pulumi.get(self, "metrics_polling_interval")
7771
8505
 
@@ -7792,7 +8526,9 @@ class GcpIntegrationsSql(dict):
7792
8526
  def __init__(__self__, *,
7793
8527
  metrics_polling_interval: Optional[int] = None):
7794
8528
  """
7795
- :param int metrics_polling_interval: the data polling interval in seconds
8529
+ :param int metrics_polling_interval: The data polling interval in seconds.
8530
+
8531
+ Other integration supports an additional argument:
7796
8532
  """
7797
8533
  if metrics_polling_interval is not None:
7798
8534
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7801,7 +8537,9 @@ class GcpIntegrationsSql(dict):
7801
8537
  @pulumi.getter(name="metricsPollingInterval")
7802
8538
  def metrics_polling_interval(self) -> Optional[int]:
7803
8539
  """
7804
- the data polling interval in seconds
8540
+ The data polling interval in seconds.
8541
+
8542
+ Other integration supports an additional argument:
7805
8543
  """
7806
8544
  return pulumi.get(self, "metrics_polling_interval")
7807
8545
 
@@ -7831,8 +8569,10 @@ class GcpIntegrationsStorage(dict):
7831
8569
  fetch_tags: Optional[bool] = None,
7832
8570
  metrics_polling_interval: Optional[int] = None):
7833
8571
  """
7834
- :param bool fetch_tags: to fetch tags of the resource
7835
- :param int metrics_polling_interval: the data polling interval in seconds
8572
+ :param bool fetch_tags: Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
8573
+ :param int metrics_polling_interval: The data polling interval in seconds.
8574
+
8575
+ Other integration supports an additional argument:
7836
8576
  """
7837
8577
  if fetch_tags is not None:
7838
8578
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -7843,7 +8583,7 @@ class GcpIntegrationsStorage(dict):
7843
8583
  @pulumi.getter(name="fetchTags")
7844
8584
  def fetch_tags(self) -> Optional[bool]:
7845
8585
  """
7846
- to fetch tags of the resource
8586
+ Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
7847
8587
  """
7848
8588
  return pulumi.get(self, "fetch_tags")
7849
8589
 
@@ -7851,7 +8591,9 @@ class GcpIntegrationsStorage(dict):
7851
8591
  @pulumi.getter(name="metricsPollingInterval")
7852
8592
  def metrics_polling_interval(self) -> Optional[int]:
7853
8593
  """
7854
- the data polling interval in seconds
8594
+ The data polling interval in seconds.
8595
+
8596
+ Other integration supports an additional argument:
7855
8597
  """
7856
8598
  return pulumi.get(self, "metrics_polling_interval")
7857
8599
 
@@ -7878,7 +8620,9 @@ class GcpIntegrationsVirtualMachines(dict):
7878
8620
  def __init__(__self__, *,
7879
8621
  metrics_polling_interval: Optional[int] = None):
7880
8622
  """
7881
- :param int metrics_polling_interval: the data polling interval in seconds
8623
+ :param int metrics_polling_interval: The data polling interval in seconds.
8624
+
8625
+ Other integration supports an additional argument:
7882
8626
  """
7883
8627
  if metrics_polling_interval is not None:
7884
8628
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7887,7 +8631,9 @@ class GcpIntegrationsVirtualMachines(dict):
7887
8631
  @pulumi.getter(name="metricsPollingInterval")
7888
8632
  def metrics_polling_interval(self) -> Optional[int]:
7889
8633
  """
7890
- the data polling interval in seconds
8634
+ The data polling interval in seconds.
8635
+
8636
+ Other integration supports an additional argument:
7891
8637
  """
7892
8638
  return pulumi.get(self, "metrics_polling_interval")
7893
8639
 
@@ -7914,7 +8660,9 @@ class GcpIntegrationsVpcAccess(dict):
7914
8660
  def __init__(__self__, *,
7915
8661
  metrics_polling_interval: Optional[int] = None):
7916
8662
  """
7917
- :param int metrics_polling_interval: the data polling interval in seconds
8663
+ :param int metrics_polling_interval: The data polling interval in seconds.
8664
+
8665
+ Other integration supports an additional argument:
7918
8666
  """
7919
8667
  if metrics_polling_interval is not None:
7920
8668
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7923,7 +8671,9 @@ class GcpIntegrationsVpcAccess(dict):
7923
8671
  @pulumi.getter(name="metricsPollingInterval")
7924
8672
  def metrics_polling_interval(self) -> Optional[int]:
7925
8673
  """
7926
- the data polling interval in seconds
8674
+ The data polling interval in seconds.
8675
+
8676
+ Other integration supports an additional argument:
7927
8677
  """
7928
8678
  return pulumi.get(self, "metrics_polling_interval")
7929
8679