pulumi-newrelic 5.21.0a1710157101__py3-none-any.whl → 5.39.0a1736834464__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. pulumi_newrelic/__init__.py +9 -0
  2. pulumi_newrelic/_inputs.py +7153 -461
  3. pulumi_newrelic/_utilities.py +41 -5
  4. pulumi_newrelic/account_management.py +11 -6
  5. pulumi_newrelic/alert_channel.py +116 -127
  6. pulumi_newrelic/alert_condition.py +116 -129
  7. pulumi_newrelic/alert_muting_rule.py +128 -76
  8. pulumi_newrelic/alert_policy.py +78 -75
  9. pulumi_newrelic/alert_policy_channel.py +77 -68
  10. pulumi_newrelic/api_access_key.py +45 -28
  11. pulumi_newrelic/browser_application.py +77 -78
  12. pulumi_newrelic/cloud/_inputs.py +2527 -1082
  13. pulumi_newrelic/cloud/aws_govcloud_integrations.py +133 -128
  14. pulumi_newrelic/cloud/aws_govcloud_link_account.py +23 -20
  15. pulumi_newrelic/cloud/aws_integrations.py +298 -1326
  16. pulumi_newrelic/cloud/aws_link_account.py +23 -20
  17. pulumi_newrelic/cloud/azure_integrations.py +521 -483
  18. pulumi_newrelic/cloud/azure_link_account.py +34 -31
  19. pulumi_newrelic/cloud/gcp_integrations.py +341 -322
  20. pulumi_newrelic/cloud/gcp_link_account.py +23 -20
  21. pulumi_newrelic/cloud/outputs.py +327 -1072
  22. pulumi_newrelic/config/__init__.pyi +6 -1
  23. pulumi_newrelic/config/vars.py +7 -2
  24. pulumi_newrelic/data_partition_rule.py +19 -18
  25. pulumi_newrelic/entity_tags.py +32 -31
  26. pulumi_newrelic/events_to_metrics_rule.py +23 -20
  27. pulumi_newrelic/get_account.py +24 -16
  28. pulumi_newrelic/get_alert_channel.py +26 -13
  29. pulumi_newrelic/get_alert_policy.py +35 -12
  30. pulumi_newrelic/get_application.py +39 -31
  31. pulumi_newrelic/get_authentication_domain.py +17 -13
  32. pulumi_newrelic/get_cloud_account.py +26 -18
  33. pulumi_newrelic/get_entity.py +90 -147
  34. pulumi_newrelic/get_group.py +58 -13
  35. pulumi_newrelic/get_key_transaction.py +109 -34
  36. pulumi_newrelic/get_notification_destination.py +64 -14
  37. pulumi_newrelic/get_obfuscation_expression.py +36 -28
  38. pulumi_newrelic/get_service_level_alert_helper.py +135 -117
  39. pulumi_newrelic/get_test_grok_pattern.py +29 -18
  40. pulumi_newrelic/get_user.py +17 -9
  41. pulumi_newrelic/group.py +5 -146
  42. pulumi_newrelic/infra_alert_condition.py +160 -167
  43. pulumi_newrelic/insights/_inputs.py +43 -0
  44. pulumi_newrelic/insights/event.py +48 -47
  45. pulumi_newrelic/insights/outputs.py +5 -0
  46. pulumi_newrelic/key_transaction.py +464 -0
  47. pulumi_newrelic/log_parsing_rule.py +25 -24
  48. pulumi_newrelic/monitor_downtime.py +211 -225
  49. pulumi_newrelic/notification_channel.py +381 -366
  50. pulumi_newrelic/notification_destination.py +192 -54
  51. pulumi_newrelic/nrql_alert_condition.py +345 -262
  52. pulumi_newrelic/nrql_drop_rule.py +31 -30
  53. pulumi_newrelic/obfuscation_expression.py +23 -20
  54. pulumi_newrelic/obfuscation_rule.py +38 -33
  55. pulumi_newrelic/one_dashboard.py +29 -24
  56. pulumi_newrelic/one_dashboard_json.py +19 -14
  57. pulumi_newrelic/one_dashboard_raw.py +110 -105
  58. pulumi_newrelic/outputs.py +2446 -245
  59. pulumi_newrelic/plugins/_inputs.py +145 -10
  60. pulumi_newrelic/plugins/application_settings.py +25 -36
  61. pulumi_newrelic/plugins/outputs.py +15 -10
  62. pulumi_newrelic/plugins/workload.py +215 -92
  63. pulumi_newrelic/provider.py +27 -33
  64. pulumi_newrelic/pulumi-plugin.json +2 -1
  65. pulumi_newrelic/service_level.py +185 -186
  66. pulumi_newrelic/synthetics/_inputs.py +159 -2
  67. pulumi_newrelic/synthetics/alert_condition.py +87 -98
  68. pulumi_newrelic/synthetics/broken_links_monitor.py +216 -99
  69. pulumi_newrelic/synthetics/cert_check_monitor.py +219 -100
  70. pulumi_newrelic/synthetics/get_private_location.py +34 -30
  71. pulumi_newrelic/synthetics/get_secure_credential.py +24 -16
  72. pulumi_newrelic/synthetics/monitor.py +348 -193
  73. pulumi_newrelic/synthetics/multi_location_alert_condition.py +105 -100
  74. pulumi_newrelic/synthetics/outputs.py +7 -2
  75. pulumi_newrelic/synthetics/private_location.py +25 -20
  76. pulumi_newrelic/synthetics/script_monitor.py +317 -182
  77. pulumi_newrelic/synthetics/secure_credential.py +23 -22
  78. pulumi_newrelic/synthetics/step_monitor.py +405 -100
  79. pulumi_newrelic/user.py +13 -10
  80. pulumi_newrelic/workflow.py +209 -196
  81. {pulumi_newrelic-5.21.0a1710157101.dist-info → pulumi_newrelic-5.39.0a1736834464.dist-info}/METADATA +7 -6
  82. pulumi_newrelic-5.39.0a1736834464.dist-info/RECORD +90 -0
  83. {pulumi_newrelic-5.21.0a1710157101.dist-info → pulumi_newrelic-5.39.0a1736834464.dist-info}/WHEEL +1 -1
  84. pulumi_newrelic-5.21.0a1710157101.dist-info/RECORD +0 -89
  85. {pulumi_newrelic-5.21.0a1710157101.dist-info → pulumi_newrelic-5.39.0a1736834464.dist-info}/top_level.txt +0 -0
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from .. import _utilities
11
16
 
12
17
  __all__ = [
@@ -182,13 +187,11 @@ class AwsGovcloudIntegrationsAlb(dict):
182
187
  tag_key: Optional[str] = None,
183
188
  tag_value: Optional[str] = None):
184
189
  """
185
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
190
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
186
191
  :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
192
  :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
193
  :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.
190
-
191
- Some integration types support an additional set of arguments:
194
+ :param int metrics_polling_interval: The data polling interval in seconds
192
195
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
193
196
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
194
197
  """
@@ -211,7 +214,7 @@ class AwsGovcloudIntegrationsAlb(dict):
211
214
  @pulumi.getter(name="awsRegions")
212
215
  def aws_regions(self) -> Optional[Sequence[str]]:
213
216
  """
214
- Specify each AWS region that includes the resources that you want to monitor.
217
+ Specify each AWS region that includes the resources that you want to monitor
215
218
  """
216
219
  return pulumi.get(self, "aws_regions")
217
220
 
@@ -243,9 +246,7 @@ class AwsGovcloudIntegrationsAlb(dict):
243
246
  @pulumi.getter(name="metricsPollingInterval")
244
247
  def metrics_polling_interval(self) -> Optional[int]:
245
248
  """
246
- The data polling interval in seconds.
247
-
248
- Some integration types support an additional set of arguments:
249
+ The data polling interval in seconds
249
250
  """
250
251
  return pulumi.get(self, "metrics_polling_interval")
251
252
 
@@ -300,11 +301,9 @@ class AwsGovcloudIntegrationsApiGateway(dict):
300
301
  tag_key: Optional[str] = None,
301
302
  tag_value: Optional[str] = None):
302
303
  """
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.
304
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
305
+ :param int metrics_polling_interval: The data polling interval in seconds
306
+ :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.
308
307
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
309
308
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
310
309
  """
@@ -323,7 +322,7 @@ class AwsGovcloudIntegrationsApiGateway(dict):
323
322
  @pulumi.getter(name="awsRegions")
324
323
  def aws_regions(self) -> Optional[Sequence[str]]:
325
324
  """
326
- Specify each AWS region that includes the resources that you want to monitor.
325
+ Specify each AWS region that includes the resources that you want to monitor
327
326
  """
328
327
  return pulumi.get(self, "aws_regions")
329
328
 
@@ -331,9 +330,7 @@ class AwsGovcloudIntegrationsApiGateway(dict):
331
330
  @pulumi.getter(name="metricsPollingInterval")
332
331
  def metrics_polling_interval(self) -> Optional[int]:
333
332
  """
334
- The data polling interval in seconds.
335
-
336
- Some integration types support an additional set of arguments:
333
+ The data polling interval in seconds
337
334
  """
338
335
  return pulumi.get(self, "metrics_polling_interval")
339
336
 
@@ -341,7 +338,7 @@ class AwsGovcloudIntegrationsApiGateway(dict):
341
338
  @pulumi.getter(name="stagePrefixes")
342
339
  def stage_prefixes(self) -> Optional[Sequence[str]]:
343
340
  """
344
- Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.
341
+ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
345
342
  """
346
343
  return pulumi.get(self, "stage_prefixes")
347
344
 
@@ -387,10 +384,8 @@ class AwsGovcloudIntegrationsAutoScaling(dict):
387
384
  aws_regions: Optional[Sequence[str]] = None,
388
385
  metrics_polling_interval: Optional[int] = None):
389
386
  """
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:
387
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
388
+ :param int metrics_polling_interval: The data polling interval in seconds
394
389
  """
395
390
  if aws_regions is not None:
396
391
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -401,7 +396,7 @@ class AwsGovcloudIntegrationsAutoScaling(dict):
401
396
  @pulumi.getter(name="awsRegions")
402
397
  def aws_regions(self) -> Optional[Sequence[str]]:
403
398
  """
404
- Specify each AWS region that includes the resources that you want to monitor.
399
+ Specify each AWS region that includes the resources that you want to monitor
405
400
  """
406
401
  return pulumi.get(self, "aws_regions")
407
402
 
@@ -409,9 +404,7 @@ class AwsGovcloudIntegrationsAutoScaling(dict):
409
404
  @pulumi.getter(name="metricsPollingInterval")
410
405
  def metrics_polling_interval(self) -> Optional[int]:
411
406
  """
412
- The data polling interval in seconds.
413
-
414
- Some integration types support an additional set of arguments:
407
+ The data polling interval in seconds
415
408
  """
416
409
  return pulumi.get(self, "metrics_polling_interval")
417
410
 
@@ -441,10 +434,8 @@ class AwsGovcloudIntegrationsAwsDirectConnect(dict):
441
434
  aws_regions: Optional[Sequence[str]] = None,
442
435
  metrics_polling_interval: Optional[int] = None):
443
436
  """
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:
437
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
438
+ :param int metrics_polling_interval: The data polling interval in seconds
448
439
  """
449
440
  if aws_regions is not None:
450
441
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -455,7 +446,7 @@ class AwsGovcloudIntegrationsAwsDirectConnect(dict):
455
446
  @pulumi.getter(name="awsRegions")
456
447
  def aws_regions(self) -> Optional[Sequence[str]]:
457
448
  """
458
- Specify each AWS region that includes the resources that you want to monitor.
449
+ Specify each AWS region that includes the resources that you want to monitor
459
450
  """
460
451
  return pulumi.get(self, "aws_regions")
461
452
 
@@ -463,9 +454,7 @@ class AwsGovcloudIntegrationsAwsDirectConnect(dict):
463
454
  @pulumi.getter(name="metricsPollingInterval")
464
455
  def metrics_polling_interval(self) -> Optional[int]:
465
456
  """
466
- The data polling interval in seconds.
467
-
468
- Some integration types support an additional set of arguments:
457
+ The data polling interval in seconds
469
458
  """
470
459
  return pulumi.get(self, "metrics_polling_interval")
471
460
 
@@ -495,10 +484,8 @@ class AwsGovcloudIntegrationsAwsStates(dict):
495
484
  aws_regions: Optional[Sequence[str]] = None,
496
485
  metrics_polling_interval: Optional[int] = None):
497
486
  """
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:
487
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
488
+ :param int metrics_polling_interval: The data polling interval in seconds
502
489
  """
503
490
  if aws_regions is not None:
504
491
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -509,7 +496,7 @@ class AwsGovcloudIntegrationsAwsStates(dict):
509
496
  @pulumi.getter(name="awsRegions")
510
497
  def aws_regions(self) -> Optional[Sequence[str]]:
511
498
  """
512
- Specify each AWS region that includes the resources that you want to monitor.
499
+ Specify each AWS region that includes the resources that you want to monitor
513
500
  """
514
501
  return pulumi.get(self, "aws_regions")
515
502
 
@@ -517,9 +504,7 @@ class AwsGovcloudIntegrationsAwsStates(dict):
517
504
  @pulumi.getter(name="metricsPollingInterval")
518
505
  def metrics_polling_interval(self) -> Optional[int]:
519
506
  """
520
- The data polling interval in seconds.
521
-
522
- Some integration types support an additional set of arguments:
507
+ The data polling interval in seconds
523
508
  """
524
509
  return pulumi.get(self, "metrics_polling_interval")
525
510
 
@@ -549,10 +534,8 @@ class AwsGovcloudIntegrationsCloudtrail(dict):
549
534
  aws_regions: Optional[Sequence[str]] = None,
550
535
  metrics_polling_interval: Optional[int] = None):
551
536
  """
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:
537
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
538
+ :param int metrics_polling_interval: The data polling interval in seconds
556
539
  """
557
540
  if aws_regions is not None:
558
541
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -563,7 +546,7 @@ class AwsGovcloudIntegrationsCloudtrail(dict):
563
546
  @pulumi.getter(name="awsRegions")
564
547
  def aws_regions(self) -> Optional[Sequence[str]]:
565
548
  """
566
- Specify each AWS region that includes the resources that you want to monitor.
549
+ Specify each AWS region that includes the resources that you want to monitor
567
550
  """
568
551
  return pulumi.get(self, "aws_regions")
569
552
 
@@ -571,9 +554,7 @@ class AwsGovcloudIntegrationsCloudtrail(dict):
571
554
  @pulumi.getter(name="metricsPollingInterval")
572
555
  def metrics_polling_interval(self) -> Optional[int]:
573
556
  """
574
- The data polling interval in seconds.
575
-
576
- Some integration types support an additional set of arguments:
557
+ The data polling interval in seconds
577
558
  """
578
559
  return pulumi.get(self, "metrics_polling_interval")
579
560
 
@@ -615,12 +596,10 @@ class AwsGovcloudIntegrationsDynamoDb(dict):
615
596
  tag_key: Optional[str] = None,
616
597
  tag_value: Optional[str] = None):
617
598
  """
618
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
599
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
619
600
  :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.
620
601
  :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.
621
- :param int metrics_polling_interval: The data polling interval in seconds.
622
-
623
- Some integration types support an additional set of arguments:
602
+ :param int metrics_polling_interval: The data polling interval in seconds
624
603
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
625
604
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
626
605
  """
@@ -641,7 +620,7 @@ class AwsGovcloudIntegrationsDynamoDb(dict):
641
620
  @pulumi.getter(name="awsRegions")
642
621
  def aws_regions(self) -> Optional[Sequence[str]]:
643
622
  """
644
- Specify each AWS region that includes the resources that you want to monitor.
623
+ Specify each AWS region that includes the resources that you want to monitor
645
624
  """
646
625
  return pulumi.get(self, "aws_regions")
647
626
 
@@ -665,9 +644,7 @@ class AwsGovcloudIntegrationsDynamoDb(dict):
665
644
  @pulumi.getter(name="metricsPollingInterval")
666
645
  def metrics_polling_interval(self) -> Optional[int]:
667
646
  """
668
- The data polling interval in seconds.
669
-
670
- Some integration types support an additional set of arguments:
647
+ The data polling interval in seconds
671
648
  """
672
649
  return pulumi.get(self, "metrics_polling_interval")
673
650
 
@@ -722,11 +699,9 @@ class AwsGovcloudIntegrationsEbs(dict):
722
699
  tag_key: Optional[str] = None,
723
700
  tag_value: Optional[str] = None):
724
701
  """
725
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
702
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
726
703
  :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.
727
- :param int metrics_polling_interval: The data polling interval in seconds.
728
-
729
- Some integration types support an additional set of arguments:
704
+ :param int metrics_polling_interval: The data polling interval in seconds
730
705
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
731
706
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
732
707
  """
@@ -745,7 +720,7 @@ class AwsGovcloudIntegrationsEbs(dict):
745
720
  @pulumi.getter(name="awsRegions")
746
721
  def aws_regions(self) -> Optional[Sequence[str]]:
747
722
  """
748
- Specify each AWS region that includes the resources that you want to monitor.
723
+ Specify each AWS region that includes the resources that you want to monitor
749
724
  """
750
725
  return pulumi.get(self, "aws_regions")
751
726
 
@@ -761,9 +736,7 @@ class AwsGovcloudIntegrationsEbs(dict):
761
736
  @pulumi.getter(name="metricsPollingInterval")
762
737
  def metrics_polling_interval(self) -> Optional[int]:
763
738
  """
764
- The data polling interval in seconds.
765
-
766
- Some integration types support an additional set of arguments:
739
+ The data polling interval in seconds
767
740
  """
768
741
  return pulumi.get(self, "metrics_polling_interval")
769
742
 
@@ -818,11 +791,9 @@ class AwsGovcloudIntegrationsEc2(dict):
818
791
  tag_key: Optional[str] = None,
819
792
  tag_value: Optional[str] = None):
820
793
  """
821
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
794
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
822
795
  :param bool fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected
823
- :param int metrics_polling_interval: The data polling interval in seconds.
824
-
825
- Some integration types support an additional set of arguments:
796
+ :param int metrics_polling_interval: The data polling interval in seconds
826
797
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
827
798
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
828
799
  """
@@ -841,7 +812,7 @@ class AwsGovcloudIntegrationsEc2(dict):
841
812
  @pulumi.getter(name="awsRegions")
842
813
  def aws_regions(self) -> Optional[Sequence[str]]:
843
814
  """
844
- Specify each AWS region that includes the resources that you want to monitor.
815
+ Specify each AWS region that includes the resources that you want to monitor
845
816
  """
846
817
  return pulumi.get(self, "aws_regions")
847
818
 
@@ -857,9 +828,7 @@ class AwsGovcloudIntegrationsEc2(dict):
857
828
  @pulumi.getter(name="metricsPollingInterval")
858
829
  def metrics_polling_interval(self) -> Optional[int]:
859
830
  """
860
- The data polling interval in seconds.
861
-
862
- Some integration types support an additional set of arguments:
831
+ The data polling interval in seconds
863
832
  """
864
833
  return pulumi.get(self, "metrics_polling_interval")
865
834
 
@@ -914,11 +883,9 @@ class AwsGovcloudIntegrationsElasticSearch(dict):
914
883
  tag_key: Optional[str] = None,
915
884
  tag_value: Optional[str] = None):
916
885
  """
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:
886
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
887
+ :param bool fetch_nodes: Specify if IP addresses of ec2 instance should be collected
888
+ :param int metrics_polling_interval: The data polling interval in seconds
922
889
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
923
890
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
924
891
  """
@@ -937,7 +904,7 @@ class AwsGovcloudIntegrationsElasticSearch(dict):
937
904
  @pulumi.getter(name="awsRegions")
938
905
  def aws_regions(self) -> Optional[Sequence[str]]:
939
906
  """
940
- Specify each AWS region that includes the resources that you want to monitor.
907
+ Specify each AWS region that includes the resources that you want to monitor
941
908
  """
942
909
  return pulumi.get(self, "aws_regions")
943
910
 
@@ -945,7 +912,7 @@ class AwsGovcloudIntegrationsElasticSearch(dict):
945
912
  @pulumi.getter(name="fetchNodes")
946
913
  def fetch_nodes(self) -> Optional[bool]:
947
914
  """
948
- Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.
915
+ Specify if IP addresses of ec2 instance should be collected
949
916
  """
950
917
  return pulumi.get(self, "fetch_nodes")
951
918
 
@@ -953,9 +920,7 @@ class AwsGovcloudIntegrationsElasticSearch(dict):
953
920
  @pulumi.getter(name="metricsPollingInterval")
954
921
  def metrics_polling_interval(self) -> Optional[int]:
955
922
  """
956
- The data polling interval in seconds.
957
-
958
- Some integration types support an additional set of arguments:
923
+ The data polling interval in seconds
959
924
  """
960
925
  return pulumi.get(self, "metrics_polling_interval")
961
926
 
@@ -1007,12 +972,10 @@ class AwsGovcloudIntegrationsElb(dict):
1007
972
  fetch_tags: Optional[bool] = None,
1008
973
  metrics_polling_interval: Optional[int] = None):
1009
974
  """
1010
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
975
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1011
976
  :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.
1012
977
  :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.
1013
- :param int metrics_polling_interval: The data polling interval in seconds.
1014
-
1015
- Some integration types support an additional set of arguments:
978
+ :param int metrics_polling_interval: The data polling interval in seconds
1016
979
  """
1017
980
  if aws_regions is not None:
1018
981
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -1027,7 +990,7 @@ class AwsGovcloudIntegrationsElb(dict):
1027
990
  @pulumi.getter(name="awsRegions")
1028
991
  def aws_regions(self) -> Optional[Sequence[str]]:
1029
992
  """
1030
- Specify each AWS region that includes the resources that you want to monitor.
993
+ Specify each AWS region that includes the resources that you want to monitor
1031
994
  """
1032
995
  return pulumi.get(self, "aws_regions")
1033
996
 
@@ -1051,9 +1014,7 @@ class AwsGovcloudIntegrationsElb(dict):
1051
1014
  @pulumi.getter(name="metricsPollingInterval")
1052
1015
  def metrics_polling_interval(self) -> Optional[int]:
1053
1016
  """
1054
- The data polling interval in seconds.
1055
-
1056
- Some integration types support an additional set of arguments:
1017
+ The data polling interval in seconds
1057
1018
  """
1058
1019
  return pulumi.get(self, "metrics_polling_interval")
1059
1020
 
@@ -1092,11 +1053,9 @@ class AwsGovcloudIntegrationsEmr(dict):
1092
1053
  tag_key: Optional[str] = None,
1093
1054
  tag_value: Optional[str] = None):
1094
1055
  """
1095
- :param str aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1056
+ :param str aws_regions: Specify each AWS region that includes the resources that you want to monitor
1096
1057
  :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.
1097
- :param int metrics_polling_interval: The data polling interval in seconds.
1098
-
1099
- Some integration types support an additional set of arguments:
1058
+ :param int metrics_polling_interval: The data polling interval in seconds
1100
1059
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1101
1060
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1102
1061
  """
@@ -1115,7 +1074,7 @@ class AwsGovcloudIntegrationsEmr(dict):
1115
1074
  @pulumi.getter(name="awsRegions")
1116
1075
  def aws_regions(self) -> Optional[str]:
1117
1076
  """
1118
- Specify each AWS region that includes the resources that you want to monitor.
1077
+ Specify each AWS region that includes the resources that you want to monitor
1119
1078
  """
1120
1079
  return pulumi.get(self, "aws_regions")
1121
1080
 
@@ -1131,9 +1090,7 @@ class AwsGovcloudIntegrationsEmr(dict):
1131
1090
  @pulumi.getter(name="metricsPollingInterval")
1132
1091
  def metrics_polling_interval(self) -> Optional[int]:
1133
1092
  """
1134
- The data polling interval in seconds.
1135
-
1136
- Some integration types support an additional set of arguments:
1093
+ The data polling interval in seconds
1137
1094
  """
1138
1095
  return pulumi.get(self, "metrics_polling_interval")
1139
1096
 
@@ -1182,9 +1139,7 @@ class AwsGovcloudIntegrationsIam(dict):
1182
1139
  tag_key: Optional[str] = None,
1183
1140
  tag_value: Optional[str] = None):
1184
1141
  """
1185
- :param int metrics_polling_interval: The data polling interval in seconds.
1186
-
1187
- Some integration types support an additional set of arguments:
1142
+ :param int metrics_polling_interval: The data polling interval in seconds
1188
1143
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1189
1144
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1190
1145
  """
@@ -1199,9 +1154,7 @@ class AwsGovcloudIntegrationsIam(dict):
1199
1154
  @pulumi.getter(name="metricsPollingInterval")
1200
1155
  def metrics_polling_interval(self) -> Optional[int]:
1201
1156
  """
1202
- The data polling interval in seconds.
1203
-
1204
- Some integration types support an additional set of arguments:
1157
+ The data polling interval in seconds
1205
1158
  """
1206
1159
  return pulumi.get(self, "metrics_polling_interval")
1207
1160
 
@@ -1256,11 +1209,9 @@ class AwsGovcloudIntegrationsLambda(dict):
1256
1209
  tag_key: Optional[str] = None,
1257
1210
  tag_value: Optional[str] = None):
1258
1211
  """
1259
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1212
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1260
1213
  :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.
1261
- :param int metrics_polling_interval: The data polling interval in seconds.
1262
-
1263
- Some integration types support an additional set of arguments:
1214
+ :param int metrics_polling_interval: The data polling interval in seconds
1264
1215
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1265
1216
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1266
1217
  """
@@ -1279,7 +1230,7 @@ class AwsGovcloudIntegrationsLambda(dict):
1279
1230
  @pulumi.getter(name="awsRegions")
1280
1231
  def aws_regions(self) -> Optional[Sequence[str]]:
1281
1232
  """
1282
- Specify each AWS region that includes the resources that you want to monitor.
1233
+ Specify each AWS region that includes the resources that you want to monitor
1283
1234
  """
1284
1235
  return pulumi.get(self, "aws_regions")
1285
1236
 
@@ -1295,9 +1246,7 @@ class AwsGovcloudIntegrationsLambda(dict):
1295
1246
  @pulumi.getter(name="metricsPollingInterval")
1296
1247
  def metrics_polling_interval(self) -> Optional[int]:
1297
1248
  """
1298
- The data polling interval in seconds.
1299
-
1300
- Some integration types support an additional set of arguments:
1249
+ The data polling interval in seconds
1301
1250
  """
1302
1251
  return pulumi.get(self, "metrics_polling_interval")
1303
1252
 
@@ -1352,11 +1301,9 @@ class AwsGovcloudIntegrationsRds(dict):
1352
1301
  tag_key: Optional[str] = None,
1353
1302
  tag_value: Optional[str] = None):
1354
1303
  """
1355
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1304
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1356
1305
  :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.
1357
- :param int metrics_polling_interval: The data polling interval in seconds.
1358
-
1359
- Some integration types support an additional set of arguments:
1306
+ :param int metrics_polling_interval: The data polling interval in seconds
1360
1307
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1361
1308
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1362
1309
  """
@@ -1375,7 +1322,7 @@ class AwsGovcloudIntegrationsRds(dict):
1375
1322
  @pulumi.getter(name="awsRegions")
1376
1323
  def aws_regions(self) -> Optional[Sequence[str]]:
1377
1324
  """
1378
- Specify each AWS region that includes the resources that you want to monitor.
1325
+ Specify each AWS region that includes the resources that you want to monitor
1379
1326
  """
1380
1327
  return pulumi.get(self, "aws_regions")
1381
1328
 
@@ -1391,9 +1338,7 @@ class AwsGovcloudIntegrationsRds(dict):
1391
1338
  @pulumi.getter(name="metricsPollingInterval")
1392
1339
  def metrics_polling_interval(self) -> Optional[int]:
1393
1340
  """
1394
- The data polling interval in seconds.
1395
-
1396
- Some integration types support an additional set of arguments:
1341
+ The data polling interval in seconds
1397
1342
  """
1398
1343
  return pulumi.get(self, "metrics_polling_interval")
1399
1344
 
@@ -1445,10 +1390,8 @@ class AwsGovcloudIntegrationsRedShift(dict):
1445
1390
  tag_key: Optional[str] = None,
1446
1391
  tag_value: Optional[str] = None):
1447
1392
  """
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:
1393
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1394
+ :param int metrics_polling_interval: The data polling interval in seconds
1452
1395
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1453
1396
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1454
1397
  """
@@ -1465,7 +1408,7 @@ class AwsGovcloudIntegrationsRedShift(dict):
1465
1408
  @pulumi.getter(name="awsRegions")
1466
1409
  def aws_regions(self) -> Optional[Sequence[str]]:
1467
1410
  """
1468
- Specify each AWS region that includes the resources that you want to monitor.
1411
+ Specify each AWS region that includes the resources that you want to monitor
1469
1412
  """
1470
1413
  return pulumi.get(self, "aws_regions")
1471
1414
 
@@ -1473,9 +1416,7 @@ class AwsGovcloudIntegrationsRedShift(dict):
1473
1416
  @pulumi.getter(name="metricsPollingInterval")
1474
1417
  def metrics_polling_interval(self) -> Optional[int]:
1475
1418
  """
1476
- The data polling interval in seconds.
1477
-
1478
- Some integration types support an additional set of arguments:
1419
+ The data polling interval in seconds
1479
1420
  """
1480
1421
  return pulumi.get(self, "metrics_polling_interval")
1481
1422
 
@@ -1522,9 +1463,7 @@ class AwsGovcloudIntegrationsRoute53(dict):
1522
1463
  metrics_polling_interval: Optional[int] = None):
1523
1464
  """
1524
1465
  :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.
1525
- :param int metrics_polling_interval: The data polling interval in seconds.
1526
-
1527
- Some integration types support an additional set of arguments:
1466
+ :param int metrics_polling_interval: The data polling interval in seconds
1528
1467
  """
1529
1468
  if fetch_extended_inventory is not None:
1530
1469
  pulumi.set(__self__, "fetch_extended_inventory", fetch_extended_inventory)
@@ -1543,9 +1482,7 @@ class AwsGovcloudIntegrationsRoute53(dict):
1543
1482
  @pulumi.getter(name="metricsPollingInterval")
1544
1483
  def metrics_polling_interval(self) -> Optional[int]:
1545
1484
  """
1546
- The data polling interval in seconds.
1547
-
1548
- Some integration types support an additional set of arguments:
1485
+ The data polling interval in seconds
1549
1486
  """
1550
1487
  return pulumi.get(self, "metrics_polling_interval")
1551
1488
 
@@ -1586,9 +1523,7 @@ class AwsGovcloudIntegrationsS3(dict):
1586
1523
  """
1587
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.
1588
1525
  :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.
1589
- :param int metrics_polling_interval: The data polling interval in seconds.
1590
-
1591
- Some integration types support an additional set of arguments:
1526
+ :param int metrics_polling_interval: The data polling interval in seconds
1592
1527
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1593
1528
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1594
1529
  """
@@ -1623,9 +1558,7 @@ class AwsGovcloudIntegrationsS3(dict):
1623
1558
  @pulumi.getter(name="metricsPollingInterval")
1624
1559
  def metrics_polling_interval(self) -> Optional[int]:
1625
1560
  """
1626
- The data polling interval in seconds.
1627
-
1628
- Some integration types support an additional set of arguments:
1561
+ The data polling interval in seconds
1629
1562
  """
1630
1563
  return pulumi.get(self, "metrics_polling_interval")
1631
1564
 
@@ -1674,11 +1607,9 @@ class AwsGovcloudIntegrationsSns(dict):
1674
1607
  fetch_extended_inventory: Optional[bool] = None,
1675
1608
  metrics_polling_interval: Optional[int] = None):
1676
1609
  """
1677
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1610
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1678
1611
  :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.
1679
- :param int metrics_polling_interval: The data polling interval in seconds.
1680
-
1681
- Some integration types support an additional set of arguments:
1612
+ :param int metrics_polling_interval: The data polling interval in seconds
1682
1613
  """
1683
1614
  if aws_regions is not None:
1684
1615
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -1691,7 +1622,7 @@ class AwsGovcloudIntegrationsSns(dict):
1691
1622
  @pulumi.getter(name="awsRegions")
1692
1623
  def aws_regions(self) -> Optional[Sequence[str]]:
1693
1624
  """
1694
- Specify each AWS region that includes the resources that you want to monitor.
1625
+ Specify each AWS region that includes the resources that you want to monitor
1695
1626
  """
1696
1627
  return pulumi.get(self, "aws_regions")
1697
1628
 
@@ -1707,9 +1638,7 @@ class AwsGovcloudIntegrationsSns(dict):
1707
1638
  @pulumi.getter(name="metricsPollingInterval")
1708
1639
  def metrics_polling_interval(self) -> Optional[int]:
1709
1640
  """
1710
- The data polling interval in seconds.
1711
-
1712
- Some integration types support an additional set of arguments:
1641
+ The data polling interval in seconds
1713
1642
  """
1714
1643
  return pulumi.get(self, "metrics_polling_interval")
1715
1644
 
@@ -1754,12 +1683,10 @@ class AwsGovcloudIntegrationsSqs(dict):
1754
1683
  tag_key: Optional[str] = None,
1755
1684
  tag_value: Optional[str] = None):
1756
1685
  """
1757
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1686
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1758
1687
  :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.
1759
1688
  :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.
1760
- :param int metrics_polling_interval: The data polling interval in seconds.
1761
-
1762
- Some integration types support an additional set of arguments:
1689
+ :param int metrics_polling_interval: The data polling interval in seconds
1763
1690
  :param Sequence[str] queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
1764
1691
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1765
1692
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
@@ -1783,7 +1710,7 @@ class AwsGovcloudIntegrationsSqs(dict):
1783
1710
  @pulumi.getter(name="awsRegions")
1784
1711
  def aws_regions(self) -> Optional[Sequence[str]]:
1785
1712
  """
1786
- Specify each AWS region that includes the resources that you want to monitor.
1713
+ Specify each AWS region that includes the resources that you want to monitor
1787
1714
  """
1788
1715
  return pulumi.get(self, "aws_regions")
1789
1716
 
@@ -1807,9 +1734,7 @@ class AwsGovcloudIntegrationsSqs(dict):
1807
1734
  @pulumi.getter(name="metricsPollingInterval")
1808
1735
  def metrics_polling_interval(self) -> Optional[int]:
1809
1736
  """
1810
- The data polling interval in seconds.
1811
-
1812
- Some integration types support an additional set of arguments:
1737
+ The data polling interval in seconds
1813
1738
  """
1814
1739
  return pulumi.get(self, "metrics_polling_interval")
1815
1740
 
@@ -1878,17 +1803,11 @@ class AwsIntegrationsAlb(dict):
1878
1803
  tag_key: Optional[str] = None,
1879
1804
  tag_value: Optional[str] = None):
1880
1805
  """
1881
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1882
- </details>
1806
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1883
1807
  :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.
1886
1808
  :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.
1887
1809
  :param Sequence[str] load_balancer_prefixes: Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.
1888
1810
  :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>
1892
1811
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1893
1812
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1894
1813
  """
@@ -1911,8 +1830,7 @@ class AwsIntegrationsAlb(dict):
1911
1830
  @pulumi.getter(name="awsRegions")
1912
1831
  def aws_regions(self) -> Optional[Sequence[str]]:
1913
1832
  """
1914
- Specify each AWS region that includes the resources that you want to monitor.
1915
- </details>
1833
+ Specify each AWS region that includes the resources that you want to monitor.
1916
1834
  """
1917
1835
  return pulumi.get(self, "aws_regions")
1918
1836
 
@@ -1921,8 +1839,6 @@ class AwsIntegrationsAlb(dict):
1921
1839
  def fetch_extended_inventory(self) -> Optional[bool]:
1922
1840
  """
1923
1841
  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.
1926
1842
  """
1927
1843
  return pulumi.get(self, "fetch_extended_inventory")
1928
1844
 
@@ -1947,9 +1863,6 @@ class AwsIntegrationsAlb(dict):
1947
1863
  def metrics_polling_interval(self) -> Optional[int]:
1948
1864
  """
1949
1865
  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>
1953
1866
  """
1954
1867
  return pulumi.get(self, "metrics_polling_interval")
1955
1868
 
@@ -2004,12 +1917,8 @@ class AwsIntegrationsApiGateway(dict):
2004
1917
  tag_key: Optional[str] = None,
2005
1918
  tag_value: Optional[str] = None):
2006
1919
  """
2007
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2008
- </details>
1920
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
2009
1921
  :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>
2013
1922
  :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.
2014
1923
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2015
1924
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
@@ -2029,8 +1938,7 @@ class AwsIntegrationsApiGateway(dict):
2029
1938
  @pulumi.getter(name="awsRegions")
2030
1939
  def aws_regions(self) -> Optional[Sequence[str]]:
2031
1940
  """
2032
- Specify each AWS region that includes the resources that you want to monitor.
2033
- </details>
1941
+ Specify each AWS region that includes the resources that you want to monitor
2034
1942
  """
2035
1943
  return pulumi.get(self, "aws_regions")
2036
1944
 
@@ -2039,9 +1947,6 @@ class AwsIntegrationsApiGateway(dict):
2039
1947
  def metrics_polling_interval(self) -> Optional[int]:
2040
1948
  """
2041
1949
  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>
2045
1950
  """
2046
1951
  return pulumi.get(self, "metrics_polling_interval")
2047
1952
 
@@ -2095,12 +2000,8 @@ class AwsIntegrationsAutoScaling(dict):
2095
2000
  aws_regions: Optional[Sequence[str]] = None,
2096
2001
  metrics_polling_interval: Optional[int] = None):
2097
2002
  """
2098
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2099
- </details>
2003
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2100
2004
  :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>
2104
2005
  """
2105
2006
  if aws_regions is not None:
2106
2007
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2111,8 +2012,7 @@ class AwsIntegrationsAutoScaling(dict):
2111
2012
  @pulumi.getter(name="awsRegions")
2112
2013
  def aws_regions(self) -> Optional[Sequence[str]]:
2113
2014
  """
2114
- Specify each AWS region that includes the resources that you want to monitor.
2115
- </details>
2015
+ Specify each AWS region that includes the resources that you want to monitor.
2116
2016
  """
2117
2017
  return pulumi.get(self, "aws_regions")
2118
2018
 
@@ -2121,9 +2021,6 @@ class AwsIntegrationsAutoScaling(dict):
2121
2021
  def metrics_polling_interval(self) -> Optional[int]:
2122
2022
  """
2123
2023
  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>
2127
2024
  """
2128
2025
  return pulumi.get(self, "metrics_polling_interval")
2129
2026
 
@@ -2153,12 +2050,8 @@ class AwsIntegrationsAwsAppSync(dict):
2153
2050
  aws_regions: Optional[Sequence[str]] = None,
2154
2051
  metrics_polling_interval: Optional[int] = None):
2155
2052
  """
2156
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2157
- </details>
2053
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2158
2054
  :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>
2162
2055
  """
2163
2056
  if aws_regions is not None:
2164
2057
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2169,8 +2062,7 @@ class AwsIntegrationsAwsAppSync(dict):
2169
2062
  @pulumi.getter(name="awsRegions")
2170
2063
  def aws_regions(self) -> Optional[Sequence[str]]:
2171
2064
  """
2172
- Specify each AWS region that includes the resources that you want to monitor.
2173
- </details>
2065
+ Specify each AWS region that includes the resources that you want to monitor.
2174
2066
  """
2175
2067
  return pulumi.get(self, "aws_regions")
2176
2068
 
@@ -2179,9 +2071,6 @@ class AwsIntegrationsAwsAppSync(dict):
2179
2071
  def metrics_polling_interval(self) -> Optional[int]:
2180
2072
  """
2181
2073
  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>
2185
2074
  """
2186
2075
  return pulumi.get(self, "metrics_polling_interval")
2187
2076
 
@@ -2211,12 +2100,8 @@ class AwsIntegrationsAwsAthena(dict):
2211
2100
  aws_regions: Optional[Sequence[str]] = None,
2212
2101
  metrics_polling_interval: Optional[int] = None):
2213
2102
  """
2214
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2215
- </details>
2103
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2216
2104
  :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>
2220
2105
  """
2221
2106
  if aws_regions is not None:
2222
2107
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2227,8 +2112,7 @@ class AwsIntegrationsAwsAthena(dict):
2227
2112
  @pulumi.getter(name="awsRegions")
2228
2113
  def aws_regions(self) -> Optional[Sequence[str]]:
2229
2114
  """
2230
- Specify each AWS region that includes the resources that you want to monitor.
2231
- </details>
2115
+ Specify each AWS region that includes the resources that you want to monitor.
2232
2116
  """
2233
2117
  return pulumi.get(self, "aws_regions")
2234
2118
 
@@ -2237,9 +2121,6 @@ class AwsIntegrationsAwsAthena(dict):
2237
2121
  def metrics_polling_interval(self) -> Optional[int]:
2238
2122
  """
2239
2123
  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>
2243
2124
  """
2244
2125
  return pulumi.get(self, "metrics_polling_interval")
2245
2126
 
@@ -2269,12 +2150,8 @@ class AwsIntegrationsAwsCognito(dict):
2269
2150
  aws_regions: Optional[Sequence[str]] = None,
2270
2151
  metrics_polling_interval: Optional[int] = None):
2271
2152
  """
2272
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2273
- </details>
2153
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2274
2154
  :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>
2278
2155
  """
2279
2156
  if aws_regions is not None:
2280
2157
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2285,8 +2162,7 @@ class AwsIntegrationsAwsCognito(dict):
2285
2162
  @pulumi.getter(name="awsRegions")
2286
2163
  def aws_regions(self) -> Optional[Sequence[str]]:
2287
2164
  """
2288
- Specify each AWS region that includes the resources that you want to monitor.
2289
- </details>
2165
+ Specify each AWS region that includes the resources that you want to monitor.
2290
2166
  """
2291
2167
  return pulumi.get(self, "aws_regions")
2292
2168
 
@@ -2295,9 +2171,6 @@ class AwsIntegrationsAwsCognito(dict):
2295
2171
  def metrics_polling_interval(self) -> Optional[int]:
2296
2172
  """
2297
2173
  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>
2301
2174
  """
2302
2175
  return pulumi.get(self, "metrics_polling_interval")
2303
2176
 
@@ -2327,12 +2200,8 @@ class AwsIntegrationsAwsConnect(dict):
2327
2200
  aws_regions: Optional[Sequence[str]] = None,
2328
2201
  metrics_polling_interval: Optional[int] = None):
2329
2202
  """
2330
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2331
- </details>
2203
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2332
2204
  :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>
2336
2205
  """
2337
2206
  if aws_regions is not None:
2338
2207
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2343,8 +2212,7 @@ class AwsIntegrationsAwsConnect(dict):
2343
2212
  @pulumi.getter(name="awsRegions")
2344
2213
  def aws_regions(self) -> Optional[Sequence[str]]:
2345
2214
  """
2346
- Specify each AWS region that includes the resources that you want to monitor.
2347
- </details>
2215
+ Specify each AWS region that includes the resources that you want to monitor.
2348
2216
  """
2349
2217
  return pulumi.get(self, "aws_regions")
2350
2218
 
@@ -2353,9 +2221,6 @@ class AwsIntegrationsAwsConnect(dict):
2353
2221
  def metrics_polling_interval(self) -> Optional[int]:
2354
2222
  """
2355
2223
  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>
2359
2224
  """
2360
2225
  return pulumi.get(self, "metrics_polling_interval")
2361
2226
 
@@ -2385,12 +2250,8 @@ class AwsIntegrationsAwsDirectConnect(dict):
2385
2250
  aws_regions: Optional[Sequence[str]] = None,
2386
2251
  metrics_polling_interval: Optional[int] = None):
2387
2252
  """
2388
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2389
- </details>
2253
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2390
2254
  :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>
2394
2255
  """
2395
2256
  if aws_regions is not None:
2396
2257
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2401,8 +2262,7 @@ class AwsIntegrationsAwsDirectConnect(dict):
2401
2262
  @pulumi.getter(name="awsRegions")
2402
2263
  def aws_regions(self) -> Optional[Sequence[str]]:
2403
2264
  """
2404
- Specify each AWS region that includes the resources that you want to monitor.
2405
- </details>
2265
+ Specify each AWS region that includes the resources that you want to monitor.
2406
2266
  """
2407
2267
  return pulumi.get(self, "aws_regions")
2408
2268
 
@@ -2411,9 +2271,6 @@ class AwsIntegrationsAwsDirectConnect(dict):
2411
2271
  def metrics_polling_interval(self) -> Optional[int]:
2412
2272
  """
2413
2273
  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>
2417
2274
  """
2418
2275
  return pulumi.get(self, "metrics_polling_interval")
2419
2276
 
@@ -2443,12 +2300,8 @@ class AwsIntegrationsAwsFsx(dict):
2443
2300
  aws_regions: Optional[Sequence[str]] = None,
2444
2301
  metrics_polling_interval: Optional[int] = None):
2445
2302
  """
2446
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2447
- </details>
2303
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2448
2304
  :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>
2452
2305
  """
2453
2306
  if aws_regions is not None:
2454
2307
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2459,8 +2312,7 @@ class AwsIntegrationsAwsFsx(dict):
2459
2312
  @pulumi.getter(name="awsRegions")
2460
2313
  def aws_regions(self) -> Optional[Sequence[str]]:
2461
2314
  """
2462
- Specify each AWS region that includes the resources that you want to monitor.
2463
- </details>
2315
+ Specify each AWS region that includes the resources that you want to monitor.
2464
2316
  """
2465
2317
  return pulumi.get(self, "aws_regions")
2466
2318
 
@@ -2469,9 +2321,6 @@ class AwsIntegrationsAwsFsx(dict):
2469
2321
  def metrics_polling_interval(self) -> Optional[int]:
2470
2322
  """
2471
2323
  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>
2475
2324
  """
2476
2325
  return pulumi.get(self, "metrics_polling_interval")
2477
2326
 
@@ -2501,12 +2350,8 @@ class AwsIntegrationsAwsGlue(dict):
2501
2350
  aws_regions: Optional[Sequence[str]] = None,
2502
2351
  metrics_polling_interval: Optional[int] = None):
2503
2352
  """
2504
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2505
- </details>
2353
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2506
2354
  :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>
2510
2355
  """
2511
2356
  if aws_regions is not None:
2512
2357
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2517,8 +2362,7 @@ class AwsIntegrationsAwsGlue(dict):
2517
2362
  @pulumi.getter(name="awsRegions")
2518
2363
  def aws_regions(self) -> Optional[Sequence[str]]:
2519
2364
  """
2520
- Specify each AWS region that includes the resources that you want to monitor.
2521
- </details>
2365
+ Specify each AWS region that includes the resources that you want to monitor.
2522
2366
  """
2523
2367
  return pulumi.get(self, "aws_regions")
2524
2368
 
@@ -2527,9 +2371,6 @@ class AwsIntegrationsAwsGlue(dict):
2527
2371
  def metrics_polling_interval(self) -> Optional[int]:
2528
2372
  """
2529
2373
  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>
2533
2374
  """
2534
2375
  return pulumi.get(self, "metrics_polling_interval")
2535
2376
 
@@ -2559,12 +2400,8 @@ class AwsIntegrationsAwsKinesisAnalytics(dict):
2559
2400
  aws_regions: Optional[Sequence[str]] = None,
2560
2401
  metrics_polling_interval: Optional[int] = None):
2561
2402
  """
2562
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2563
- </details>
2403
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2564
2404
  :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>
2568
2405
  """
2569
2406
  if aws_regions is not None:
2570
2407
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2575,8 +2412,7 @@ class AwsIntegrationsAwsKinesisAnalytics(dict):
2575
2412
  @pulumi.getter(name="awsRegions")
2576
2413
  def aws_regions(self) -> Optional[Sequence[str]]:
2577
2414
  """
2578
- Specify each AWS region that includes the resources that you want to monitor.
2579
- </details>
2415
+ Specify each AWS region that includes the resources that you want to monitor.
2580
2416
  """
2581
2417
  return pulumi.get(self, "aws_regions")
2582
2418
 
@@ -2585,9 +2421,6 @@ class AwsIntegrationsAwsKinesisAnalytics(dict):
2585
2421
  def metrics_polling_interval(self) -> Optional[int]:
2586
2422
  """
2587
2423
  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>
2591
2424
  """
2592
2425
  return pulumi.get(self, "metrics_polling_interval")
2593
2426
 
@@ -2617,12 +2450,8 @@ class AwsIntegrationsAwsMediaConvert(dict):
2617
2450
  aws_regions: Optional[Sequence[str]] = None,
2618
2451
  metrics_polling_interval: Optional[int] = None):
2619
2452
  """
2620
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2621
- </details>
2453
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2622
2454
  :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>
2626
2455
  """
2627
2456
  if aws_regions is not None:
2628
2457
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2633,8 +2462,7 @@ class AwsIntegrationsAwsMediaConvert(dict):
2633
2462
  @pulumi.getter(name="awsRegions")
2634
2463
  def aws_regions(self) -> Optional[Sequence[str]]:
2635
2464
  """
2636
- Specify each AWS region that includes the resources that you want to monitor.
2637
- </details>
2465
+ Specify each AWS region that includes the resources that you want to monitor.
2638
2466
  """
2639
2467
  return pulumi.get(self, "aws_regions")
2640
2468
 
@@ -2643,9 +2471,6 @@ class AwsIntegrationsAwsMediaConvert(dict):
2643
2471
  def metrics_polling_interval(self) -> Optional[int]:
2644
2472
  """
2645
2473
  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>
2649
2474
  """
2650
2475
  return pulumi.get(self, "metrics_polling_interval")
2651
2476
 
@@ -2675,12 +2500,8 @@ class AwsIntegrationsAwsMediaPackageVod(dict):
2675
2500
  aws_regions: Optional[Sequence[str]] = None,
2676
2501
  metrics_polling_interval: Optional[int] = None):
2677
2502
  """
2678
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2679
- </details>
2503
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2680
2504
  :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>
2684
2505
  """
2685
2506
  if aws_regions is not None:
2686
2507
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2691,8 +2512,7 @@ class AwsIntegrationsAwsMediaPackageVod(dict):
2691
2512
  @pulumi.getter(name="awsRegions")
2692
2513
  def aws_regions(self) -> Optional[Sequence[str]]:
2693
2514
  """
2694
- Specify each AWS region that includes the resources that you want to monitor.
2695
- </details>
2515
+ Specify each AWS region that includes the resources that you want to monitor.
2696
2516
  """
2697
2517
  return pulumi.get(self, "aws_regions")
2698
2518
 
@@ -2701,9 +2521,6 @@ class AwsIntegrationsAwsMediaPackageVod(dict):
2701
2521
  def metrics_polling_interval(self) -> Optional[int]:
2702
2522
  """
2703
2523
  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>
2707
2524
  """
2708
2525
  return pulumi.get(self, "metrics_polling_interval")
2709
2526
 
@@ -2733,12 +2550,8 @@ class AwsIntegrationsAwsMq(dict):
2733
2550
  aws_regions: Optional[Sequence[str]] = None,
2734
2551
  metrics_polling_interval: Optional[int] = None):
2735
2552
  """
2736
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2737
- </details>
2553
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2738
2554
  :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>
2742
2555
  """
2743
2556
  if aws_regions is not None:
2744
2557
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2749,8 +2562,7 @@ class AwsIntegrationsAwsMq(dict):
2749
2562
  @pulumi.getter(name="awsRegions")
2750
2563
  def aws_regions(self) -> Optional[Sequence[str]]:
2751
2564
  """
2752
- Specify each AWS region that includes the resources that you want to monitor.
2753
- </details>
2565
+ Specify each AWS region that includes the resources that you want to monitor.
2754
2566
  """
2755
2567
  return pulumi.get(self, "aws_regions")
2756
2568
 
@@ -2759,9 +2571,6 @@ class AwsIntegrationsAwsMq(dict):
2759
2571
  def metrics_polling_interval(self) -> Optional[int]:
2760
2572
  """
2761
2573
  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>
2765
2574
  """
2766
2575
  return pulumi.get(self, "metrics_polling_interval")
2767
2576
 
@@ -2791,12 +2600,8 @@ class AwsIntegrationsAwsMsk(dict):
2791
2600
  aws_regions: Optional[Sequence[str]] = None,
2792
2601
  metrics_polling_interval: Optional[int] = None):
2793
2602
  """
2794
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2795
- </details>
2603
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2796
2604
  :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>
2800
2605
  """
2801
2606
  if aws_regions is not None:
2802
2607
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2807,8 +2612,7 @@ class AwsIntegrationsAwsMsk(dict):
2807
2612
  @pulumi.getter(name="awsRegions")
2808
2613
  def aws_regions(self) -> Optional[Sequence[str]]:
2809
2614
  """
2810
- Specify each AWS region that includes the resources that you want to monitor.
2811
- </details>
2615
+ Specify each AWS region that includes the resources that you want to monitor.
2812
2616
  """
2813
2617
  return pulumi.get(self, "aws_regions")
2814
2618
 
@@ -2817,9 +2621,6 @@ class AwsIntegrationsAwsMsk(dict):
2817
2621
  def metrics_polling_interval(self) -> Optional[int]:
2818
2622
  """
2819
2623
  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>
2823
2624
  """
2824
2625
  return pulumi.get(self, "metrics_polling_interval")
2825
2626
 
@@ -2849,12 +2650,8 @@ class AwsIntegrationsAwsNeptune(dict):
2849
2650
  aws_regions: Optional[Sequence[str]] = None,
2850
2651
  metrics_polling_interval: Optional[int] = None):
2851
2652
  """
2852
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2853
- </details>
2653
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2854
2654
  :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>
2858
2655
  """
2859
2656
  if aws_regions is not None:
2860
2657
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2865,8 +2662,7 @@ class AwsIntegrationsAwsNeptune(dict):
2865
2662
  @pulumi.getter(name="awsRegions")
2866
2663
  def aws_regions(self) -> Optional[Sequence[str]]:
2867
2664
  """
2868
- Specify each AWS region that includes the resources that you want to monitor.
2869
- </details>
2665
+ Specify each AWS region that includes the resources that you want to monitor.
2870
2666
  """
2871
2667
  return pulumi.get(self, "aws_regions")
2872
2668
 
@@ -2875,9 +2671,6 @@ class AwsIntegrationsAwsNeptune(dict):
2875
2671
  def metrics_polling_interval(self) -> Optional[int]:
2876
2672
  """
2877
2673
  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>
2881
2674
  """
2882
2675
  return pulumi.get(self, "metrics_polling_interval")
2883
2676
 
@@ -2907,12 +2700,8 @@ class AwsIntegrationsAwsQldb(dict):
2907
2700
  aws_regions: Optional[Sequence[str]] = None,
2908
2701
  metrics_polling_interval: Optional[int] = None):
2909
2702
  """
2910
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2911
- </details>
2703
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2912
2704
  :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>
2916
2705
  """
2917
2706
  if aws_regions is not None:
2918
2707
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2923,8 +2712,7 @@ class AwsIntegrationsAwsQldb(dict):
2923
2712
  @pulumi.getter(name="awsRegions")
2924
2713
  def aws_regions(self) -> Optional[Sequence[str]]:
2925
2714
  """
2926
- Specify each AWS region that includes the resources that you want to monitor.
2927
- </details>
2715
+ Specify each AWS region that includes the resources that you want to monitor.
2928
2716
  """
2929
2717
  return pulumi.get(self, "aws_regions")
2930
2718
 
@@ -2933,9 +2721,6 @@ class AwsIntegrationsAwsQldb(dict):
2933
2721
  def metrics_polling_interval(self) -> Optional[int]:
2934
2722
  """
2935
2723
  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>
2939
2724
  """
2940
2725
  return pulumi.get(self, "metrics_polling_interval")
2941
2726
 
@@ -2965,12 +2750,8 @@ class AwsIntegrationsAwsRoute53resolver(dict):
2965
2750
  aws_regions: Optional[Sequence[str]] = None,
2966
2751
  metrics_polling_interval: Optional[int] = None):
2967
2752
  """
2968
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2969
- </details>
2753
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2970
2754
  :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>
2974
2755
  """
2975
2756
  if aws_regions is not None:
2976
2757
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2981,8 +2762,7 @@ class AwsIntegrationsAwsRoute53resolver(dict):
2981
2762
  @pulumi.getter(name="awsRegions")
2982
2763
  def aws_regions(self) -> Optional[Sequence[str]]:
2983
2764
  """
2984
- Specify each AWS region that includes the resources that you want to monitor.
2985
- </details>
2765
+ Specify each AWS region that includes the resources that you want to monitor.
2986
2766
  """
2987
2767
  return pulumi.get(self, "aws_regions")
2988
2768
 
@@ -2991,9 +2771,6 @@ class AwsIntegrationsAwsRoute53resolver(dict):
2991
2771
  def metrics_polling_interval(self) -> Optional[int]:
2992
2772
  """
2993
2773
  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>
2997
2774
  """
2998
2775
  return pulumi.get(self, "metrics_polling_interval")
2999
2776
 
@@ -3023,12 +2800,8 @@ class AwsIntegrationsAwsStates(dict):
3023
2800
  aws_regions: Optional[Sequence[str]] = None,
3024
2801
  metrics_polling_interval: Optional[int] = None):
3025
2802
  """
3026
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3027
- </details>
2803
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3028
2804
  :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>
3032
2805
  """
3033
2806
  if aws_regions is not None:
3034
2807
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3039,8 +2812,7 @@ class AwsIntegrationsAwsStates(dict):
3039
2812
  @pulumi.getter(name="awsRegions")
3040
2813
  def aws_regions(self) -> Optional[Sequence[str]]:
3041
2814
  """
3042
- Specify each AWS region that includes the resources that you want to monitor.
3043
- </details>
2815
+ Specify each AWS region that includes the resources that you want to monitor.
3044
2816
  """
3045
2817
  return pulumi.get(self, "aws_regions")
3046
2818
 
@@ -3049,9 +2821,6 @@ class AwsIntegrationsAwsStates(dict):
3049
2821
  def metrics_polling_interval(self) -> Optional[int]:
3050
2822
  """
3051
2823
  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>
3055
2824
  """
3056
2825
  return pulumi.get(self, "metrics_polling_interval")
3057
2826
 
@@ -3081,12 +2850,8 @@ class AwsIntegrationsAwsTransitGateway(dict):
3081
2850
  aws_regions: Optional[Sequence[str]] = None,
3082
2851
  metrics_polling_interval: Optional[int] = None):
3083
2852
  """
3084
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3085
- </details>
2853
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3086
2854
  :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>
3090
2855
  """
3091
2856
  if aws_regions is not None:
3092
2857
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3097,8 +2862,7 @@ class AwsIntegrationsAwsTransitGateway(dict):
3097
2862
  @pulumi.getter(name="awsRegions")
3098
2863
  def aws_regions(self) -> Optional[Sequence[str]]:
3099
2864
  """
3100
- Specify each AWS region that includes the resources that you want to monitor.
3101
- </details>
2865
+ Specify each AWS region that includes the resources that you want to monitor.
3102
2866
  """
3103
2867
  return pulumi.get(self, "aws_regions")
3104
2868
 
@@ -3107,9 +2871,6 @@ class AwsIntegrationsAwsTransitGateway(dict):
3107
2871
  def metrics_polling_interval(self) -> Optional[int]:
3108
2872
  """
3109
2873
  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>
3113
2874
  """
3114
2875
  return pulumi.get(self, "metrics_polling_interval")
3115
2876
 
@@ -3139,12 +2900,8 @@ class AwsIntegrationsAwsWaf(dict):
3139
2900
  aws_regions: Optional[Sequence[str]] = None,
3140
2901
  metrics_polling_interval: Optional[int] = None):
3141
2902
  """
3142
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3143
- </details>
2903
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3144
2904
  :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>
3148
2905
  """
3149
2906
  if aws_regions is not None:
3150
2907
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3155,8 +2912,7 @@ class AwsIntegrationsAwsWaf(dict):
3155
2912
  @pulumi.getter(name="awsRegions")
3156
2913
  def aws_regions(self) -> Optional[Sequence[str]]:
3157
2914
  """
3158
- Specify each AWS region that includes the resources that you want to monitor.
3159
- </details>
2915
+ Specify each AWS region that includes the resources that you want to monitor.
3160
2916
  """
3161
2917
  return pulumi.get(self, "aws_regions")
3162
2918
 
@@ -3165,9 +2921,6 @@ class AwsIntegrationsAwsWaf(dict):
3165
2921
  def metrics_polling_interval(self) -> Optional[int]:
3166
2922
  """
3167
2923
  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>
3171
2924
  """
3172
2925
  return pulumi.get(self, "metrics_polling_interval")
3173
2926
 
@@ -3197,12 +2950,8 @@ class AwsIntegrationsAwsWafv2(dict):
3197
2950
  aws_regions: Optional[Sequence[str]] = None,
3198
2951
  metrics_polling_interval: Optional[int] = None):
3199
2952
  """
3200
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3201
- </details>
2953
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3202
2954
  :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>
3206
2955
  """
3207
2956
  if aws_regions is not None:
3208
2957
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3213,8 +2962,7 @@ class AwsIntegrationsAwsWafv2(dict):
3213
2962
  @pulumi.getter(name="awsRegions")
3214
2963
  def aws_regions(self) -> Optional[Sequence[str]]:
3215
2964
  """
3216
- Specify each AWS region that includes the resources that you want to monitor.
3217
- </details>
2965
+ Specify each AWS region that includes the resources that you want to monitor.
3218
2966
  """
3219
2967
  return pulumi.get(self, "aws_regions")
3220
2968
 
@@ -3223,9 +2971,6 @@ class AwsIntegrationsAwsWafv2(dict):
3223
2971
  def metrics_polling_interval(self) -> Optional[int]:
3224
2972
  """
3225
2973
  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>
3229
2974
  """
3230
2975
  return pulumi.get(self, "metrics_polling_interval")
3231
2976
 
@@ -3253,9 +2998,6 @@ class AwsIntegrationsBilling(dict):
3253
2998
  metrics_polling_interval: Optional[int] = None):
3254
2999
  """
3255
3000
  :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>
3259
3001
  """
3260
3002
  if metrics_polling_interval is not None:
3261
3003
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -3265,9 +3007,6 @@ class AwsIntegrationsBilling(dict):
3265
3007
  def metrics_polling_interval(self) -> Optional[int]:
3266
3008
  """
3267
3009
  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>
3271
3010
  """
3272
3011
  return pulumi.get(self, "metrics_polling_interval")
3273
3012
 
@@ -3309,9 +3048,6 @@ class AwsIntegrationsCloudfront(dict):
3309
3048
  :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.
3310
3049
  :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.
3311
3050
  :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>
3315
3051
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3316
3052
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3317
3053
  """
@@ -3347,9 +3083,6 @@ class AwsIntegrationsCloudfront(dict):
3347
3083
  def metrics_polling_interval(self) -> Optional[int]:
3348
3084
  """
3349
3085
  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>
3353
3086
  """
3354
3087
  return pulumi.get(self, "metrics_polling_interval")
3355
3088
 
@@ -3395,12 +3128,8 @@ class AwsIntegrationsCloudtrail(dict):
3395
3128
  aws_regions: Optional[Sequence[str]] = None,
3396
3129
  metrics_polling_interval: Optional[int] = None):
3397
3130
  """
3398
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3399
- </details>
3131
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3400
3132
  :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>
3404
3133
  """
3405
3134
  if aws_regions is not None:
3406
3135
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3411,8 +3140,7 @@ class AwsIntegrationsCloudtrail(dict):
3411
3140
  @pulumi.getter(name="awsRegions")
3412
3141
  def aws_regions(self) -> Optional[Sequence[str]]:
3413
3142
  """
3414
- Specify each AWS region that includes the resources that you want to monitor.
3415
- </details>
3143
+ Specify each AWS region that includes the resources that you want to monitor.
3416
3144
  """
3417
3145
  return pulumi.get(self, "aws_regions")
3418
3146
 
@@ -3421,9 +3149,6 @@ class AwsIntegrationsCloudtrail(dict):
3421
3149
  def metrics_polling_interval(self) -> Optional[int]:
3422
3150
  """
3423
3151
  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>
3427
3152
  """
3428
3153
  return pulumi.get(self, "metrics_polling_interval")
3429
3154
 
@@ -3453,12 +3178,8 @@ class AwsIntegrationsDocDb(dict):
3453
3178
  aws_regions: Optional[Sequence[str]] = None,
3454
3179
  metrics_polling_interval: Optional[int] = None):
3455
3180
  """
3456
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3457
- </details>
3181
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3458
3182
  :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>
3462
3183
  """
3463
3184
  if aws_regions is not None:
3464
3185
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3469,8 +3190,7 @@ class AwsIntegrationsDocDb(dict):
3469
3190
  @pulumi.getter(name="awsRegions")
3470
3191
  def aws_regions(self) -> Optional[Sequence[str]]:
3471
3192
  """
3472
- Specify each AWS region that includes the resources that you want to monitor.
3473
- </details>
3193
+ Specify each AWS region that includes the resources that you want to monitor.
3474
3194
  """
3475
3195
  return pulumi.get(self, "aws_regions")
3476
3196
 
@@ -3479,9 +3199,6 @@ class AwsIntegrationsDocDb(dict):
3479
3199
  def metrics_polling_interval(self) -> Optional[int]:
3480
3200
  """
3481
3201
  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>
3485
3202
  """
3486
3203
  return pulumi.get(self, "metrics_polling_interval")
3487
3204
 
@@ -3523,16 +3240,10 @@ class AwsIntegrationsDynamodb(dict):
3523
3240
  tag_key: Optional[str] = None,
3524
3241
  tag_value: Optional[str] = None):
3525
3242
  """
3526
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3527
- </details>
3243
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3528
3244
  :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.
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.
3245
+ :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.
3532
3246
  :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>
3536
3247
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3537
3248
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3538
3249
  """
@@ -3553,8 +3264,7 @@ class AwsIntegrationsDynamodb(dict):
3553
3264
  @pulumi.getter(name="awsRegions")
3554
3265
  def aws_regions(self) -> Optional[Sequence[str]]:
3555
3266
  """
3556
- Specify each AWS region that includes the resources that you want to monitor.
3557
- </details>
3267
+ Specify each AWS region that includes the resources that you want to monitor.
3558
3268
  """
3559
3269
  return pulumi.get(self, "aws_regions")
3560
3270
 
@@ -3563,8 +3273,6 @@ class AwsIntegrationsDynamodb(dict):
3563
3273
  def fetch_extended_inventory(self) -> Optional[bool]:
3564
3274
  """
3565
3275
  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.
3568
3276
  """
3569
3277
  return pulumi.get(self, "fetch_extended_inventory")
3570
3278
 
@@ -3572,7 +3280,7 @@ class AwsIntegrationsDynamodb(dict):
3572
3280
  @pulumi.getter(name="fetchTags")
3573
3281
  def fetch_tags(self) -> Optional[bool]:
3574
3282
  """
3575
- Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3283
+ 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.
3576
3284
  """
3577
3285
  return pulumi.get(self, "fetch_tags")
3578
3286
 
@@ -3581,9 +3289,6 @@ class AwsIntegrationsDynamodb(dict):
3581
3289
  def metrics_polling_interval(self) -> Optional[int]:
3582
3290
  """
3583
3291
  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>
3587
3292
  """
3588
3293
  return pulumi.get(self, "metrics_polling_interval")
3589
3294
 
@@ -3638,15 +3343,9 @@ class AwsIntegrationsEbs(dict):
3638
3343
  tag_key: Optional[str] = None,
3639
3344
  tag_value: Optional[str] = None):
3640
3345
  """
3641
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3642
- </details>
3346
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3643
3347
  :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.
3646
3348
  :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>
3650
3349
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3651
3350
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3652
3351
  """
@@ -3665,8 +3364,7 @@ class AwsIntegrationsEbs(dict):
3665
3364
  @pulumi.getter(name="awsRegions")
3666
3365
  def aws_regions(self) -> Optional[Sequence[str]]:
3667
3366
  """
3668
- Specify each AWS region that includes the resources that you want to monitor.
3669
- </details>
3367
+ Specify each AWS region that includes the resources that you want to monitor.
3670
3368
  """
3671
3369
  return pulumi.get(self, "aws_regions")
3672
3370
 
@@ -3675,8 +3373,6 @@ class AwsIntegrationsEbs(dict):
3675
3373
  def fetch_extended_inventory(self) -> Optional[bool]:
3676
3374
  """
3677
3375
  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.
3680
3376
  """
3681
3377
  return pulumi.get(self, "fetch_extended_inventory")
3682
3378
 
@@ -3685,9 +3381,6 @@ class AwsIntegrationsEbs(dict):
3685
3381
  def metrics_polling_interval(self) -> Optional[int]:
3686
3382
  """
3687
3383
  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>
3691
3384
  """
3692
3385
  return pulumi.get(self, "metrics_polling_interval")
3693
3386
 
@@ -3745,14 +3438,10 @@ class AwsIntegrationsEc2(dict):
3745
3438
  tag_key: Optional[str] = None,
3746
3439
  tag_value: Optional[str] = None):
3747
3440
  """
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.
3441
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3442
+ :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
3443
+ :param bool fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected
3752
3444
  :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>
3756
3445
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3757
3446
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3758
3447
  """
@@ -3773,8 +3462,7 @@ class AwsIntegrationsEc2(dict):
3773
3462
  @pulumi.getter(name="awsRegions")
3774
3463
  def aws_regions(self) -> Optional[Sequence[str]]:
3775
3464
  """
3776
- Specify each AWS region that includes the resources that you want to monitor.
3777
- </details>
3465
+ Specify each AWS region that includes the resources that you want to monitor.
3778
3466
  """
3779
3467
  return pulumi.get(self, "aws_regions")
3780
3468
 
@@ -3782,7 +3470,7 @@ class AwsIntegrationsEc2(dict):
3782
3470
  @pulumi.getter(name="duplicateEc2Tags")
3783
3471
  def duplicate_ec2_tags(self) -> Optional[bool]:
3784
3472
  """
3785
- Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size.
3473
+ Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size
3786
3474
  """
3787
3475
  return pulumi.get(self, "duplicate_ec2_tags")
3788
3476
 
@@ -3790,7 +3478,7 @@ class AwsIntegrationsEc2(dict):
3790
3478
  @pulumi.getter(name="fetchIpAddresses")
3791
3479
  def fetch_ip_addresses(self) -> Optional[bool]:
3792
3480
  """
3793
- Specify if IP addresses of ec2 instance should be collected.
3481
+ Specify if IP addresses of ec2 instance should be collected
3794
3482
  """
3795
3483
  return pulumi.get(self, "fetch_ip_addresses")
3796
3484
 
@@ -3799,9 +3487,6 @@ class AwsIntegrationsEc2(dict):
3799
3487
  def metrics_polling_interval(self) -> Optional[int]:
3800
3488
  """
3801
3489
  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>
3805
3490
  """
3806
3491
  return pulumi.get(self, "metrics_polling_interval")
3807
3492
 
@@ -3856,13 +3541,9 @@ class AwsIntegrationsEcs(dict):
3856
3541
  tag_key: Optional[str] = None,
3857
3542
  tag_value: Optional[str] = None):
3858
3543
  """
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.
3544
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3545
+ :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.
3862
3546
  :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>
3866
3547
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3867
3548
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3868
3549
  """
@@ -3881,8 +3562,7 @@ class AwsIntegrationsEcs(dict):
3881
3562
  @pulumi.getter(name="awsRegions")
3882
3563
  def aws_regions(self) -> Optional[Sequence[str]]:
3883
3564
  """
3884
- Specify each AWS region that includes the resources that you want to monitor.
3885
- </details>
3565
+ Specify each AWS region that includes the resources that you want to monitor.
3886
3566
  """
3887
3567
  return pulumi.get(self, "aws_regions")
3888
3568
 
@@ -3890,7 +3570,7 @@ class AwsIntegrationsEcs(dict):
3890
3570
  @pulumi.getter(name="fetchTags")
3891
3571
  def fetch_tags(self) -> Optional[bool]:
3892
3572
  """
3893
- Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3573
+ 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.
3894
3574
  """
3895
3575
  return pulumi.get(self, "fetch_tags")
3896
3576
 
@@ -3899,9 +3579,6 @@ class AwsIntegrationsEcs(dict):
3899
3579
  def metrics_polling_interval(self) -> Optional[int]:
3900
3580
  """
3901
3581
  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>
3905
3582
  """
3906
3583
  return pulumi.get(self, "metrics_polling_interval")
3907
3584
 
@@ -3956,13 +3633,9 @@ class AwsIntegrationsEfs(dict):
3956
3633
  tag_key: Optional[str] = None,
3957
3634
  tag_value: Optional[str] = None):
3958
3635
  """
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.
3636
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3637
+ :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.
3962
3638
  :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>
3966
3639
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3967
3640
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3968
3641
  """
@@ -3981,8 +3654,7 @@ class AwsIntegrationsEfs(dict):
3981
3654
  @pulumi.getter(name="awsRegions")
3982
3655
  def aws_regions(self) -> Optional[Sequence[str]]:
3983
3656
  """
3984
- Specify each AWS region that includes the resources that you want to monitor.
3985
- </details>
3657
+ Specify each AWS region that includes the resources that you want to monitor.
3986
3658
  """
3987
3659
  return pulumi.get(self, "aws_regions")
3988
3660
 
@@ -3990,7 +3662,7 @@ class AwsIntegrationsEfs(dict):
3990
3662
  @pulumi.getter(name="fetchTags")
3991
3663
  def fetch_tags(self) -> Optional[bool]:
3992
3664
  """
3993
- Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3665
+ 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.
3994
3666
  """
3995
3667
  return pulumi.get(self, "fetch_tags")
3996
3668
 
@@ -3999,9 +3671,6 @@ class AwsIntegrationsEfs(dict):
3999
3671
  def metrics_polling_interval(self) -> Optional[int]:
4000
3672
  """
4001
3673
  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>
4005
3674
  """
4006
3675
  return pulumi.get(self, "metrics_polling_interval")
4007
3676
 
@@ -4056,13 +3725,9 @@ class AwsIntegrationsElasticache(dict):
4056
3725
  tag_key: Optional[str] = None,
4057
3726
  tag_value: Optional[str] = None):
4058
3727
  """
4059
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4060
- </details>
3728
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4061
3729
  :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.
4062
3730
  :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>
4066
3731
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4067
3732
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4068
3733
  """
@@ -4081,8 +3746,7 @@ class AwsIntegrationsElasticache(dict):
4081
3746
  @pulumi.getter(name="awsRegions")
4082
3747
  def aws_regions(self) -> Optional[Sequence[str]]:
4083
3748
  """
4084
- Specify each AWS region that includes the resources that you want to monitor.
4085
- </details>
3749
+ Specify each AWS region that includes the resources that you want to monitor.
4086
3750
  """
4087
3751
  return pulumi.get(self, "aws_regions")
4088
3752
 
@@ -4099,9 +3763,6 @@ class AwsIntegrationsElasticache(dict):
4099
3763
  def metrics_polling_interval(self) -> Optional[int]:
4100
3764
  """
4101
3765
  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>
4105
3766
  """
4106
3767
  return pulumi.get(self, "metrics_polling_interval")
4107
3768
 
@@ -4159,16 +3820,10 @@ class AwsIntegrationsElasticbeanstalk(dict):
4159
3820
  tag_key: Optional[str] = None,
4160
3821
  tag_value: Optional[str] = None):
4161
3822
  """
4162
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4163
- </details>
3823
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4164
3824
  :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.
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.
3825
+ :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.
4168
3826
  :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>
4172
3827
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4173
3828
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4174
3829
  """
@@ -4189,8 +3844,7 @@ class AwsIntegrationsElasticbeanstalk(dict):
4189
3844
  @pulumi.getter(name="awsRegions")
4190
3845
  def aws_regions(self) -> Optional[Sequence[str]]:
4191
3846
  """
4192
- Specify each AWS region that includes the resources that you want to monitor.
4193
- </details>
3847
+ Specify each AWS region that includes the resources that you want to monitor.
4194
3848
  """
4195
3849
  return pulumi.get(self, "aws_regions")
4196
3850
 
@@ -4199,8 +3853,6 @@ class AwsIntegrationsElasticbeanstalk(dict):
4199
3853
  def fetch_extended_inventory(self) -> Optional[bool]:
4200
3854
  """
4201
3855
  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.
4204
3856
  """
4205
3857
  return pulumi.get(self, "fetch_extended_inventory")
4206
3858
 
@@ -4208,7 +3860,7 @@ class AwsIntegrationsElasticbeanstalk(dict):
4208
3860
  @pulumi.getter(name="fetchTags")
4209
3861
  def fetch_tags(self) -> Optional[bool]:
4210
3862
  """
4211
- Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3863
+ 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.
4212
3864
  """
4213
3865
  return pulumi.get(self, "fetch_tags")
4214
3866
 
@@ -4217,9 +3869,6 @@ class AwsIntegrationsElasticbeanstalk(dict):
4217
3869
  def metrics_polling_interval(self) -> Optional[int]:
4218
3870
  """
4219
3871
  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>
4223
3872
  """
4224
3873
  return pulumi.get(self, "metrics_polling_interval")
4225
3874
 
@@ -4274,13 +3923,9 @@ class AwsIntegrationsElasticsearch(dict):
4274
3923
  tag_key: Optional[str] = None,
4275
3924
  tag_value: Optional[str] = None):
4276
3925
  """
4277
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4278
- </details>
3926
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4279
3927
  :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.
4280
3928
  :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>
4284
3929
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4285
3930
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4286
3931
  """
@@ -4299,8 +3944,7 @@ class AwsIntegrationsElasticsearch(dict):
4299
3944
  @pulumi.getter(name="awsRegions")
4300
3945
  def aws_regions(self) -> Optional[Sequence[str]]:
4301
3946
  """
4302
- Specify each AWS region that includes the resources that you want to monitor.
4303
- </details>
3947
+ Specify each AWS region that includes the resources that you want to monitor.
4304
3948
  """
4305
3949
  return pulumi.get(self, "aws_regions")
4306
3950
 
@@ -4317,9 +3961,6 @@ class AwsIntegrationsElasticsearch(dict):
4317
3961
  def metrics_polling_interval(self) -> Optional[int]:
4318
3962
  """
4319
3963
  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>
4323
3964
  """
4324
3965
  return pulumi.get(self, "metrics_polling_interval")
4325
3966
 
@@ -4371,16 +4012,10 @@ class AwsIntegrationsElb(dict):
4371
4012
  fetch_tags: Optional[bool] = None,
4372
4013
  metrics_polling_interval: Optional[int] = None):
4373
4014
  """
4374
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4375
- </details>
4015
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4376
4016
  :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.
4379
4017
  :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.
4380
4018
  :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>
4384
4019
  """
4385
4020
  if aws_regions is not None:
4386
4021
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4395,8 +4030,7 @@ class AwsIntegrationsElb(dict):
4395
4030
  @pulumi.getter(name="awsRegions")
4396
4031
  def aws_regions(self) -> Optional[Sequence[str]]:
4397
4032
  """
4398
- Specify each AWS region that includes the resources that you want to monitor.
4399
- </details>
4033
+ Specify each AWS region that includes the resources that you want to monitor.
4400
4034
  """
4401
4035
  return pulumi.get(self, "aws_regions")
4402
4036
 
@@ -4405,8 +4039,6 @@ class AwsIntegrationsElb(dict):
4405
4039
  def fetch_extended_inventory(self) -> Optional[bool]:
4406
4040
  """
4407
4041
  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.
4410
4042
  """
4411
4043
  return pulumi.get(self, "fetch_extended_inventory")
4412
4044
 
@@ -4423,9 +4055,6 @@ class AwsIntegrationsElb(dict):
4423
4055
  def metrics_polling_interval(self) -> Optional[int]:
4424
4056
  """
4425
4057
  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>
4429
4058
  """
4430
4059
  return pulumi.get(self, "metrics_polling_interval")
4431
4060
 
@@ -4464,13 +4093,9 @@ class AwsIntegrationsEmr(dict):
4464
4093
  tag_key: Optional[str] = None,
4465
4094
  tag_value: Optional[str] = None):
4466
4095
  """
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.
4096
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4097
+ :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.
4470
4098
  :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>
4474
4099
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4475
4100
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4476
4101
  """
@@ -4489,8 +4114,7 @@ class AwsIntegrationsEmr(dict):
4489
4114
  @pulumi.getter(name="awsRegions")
4490
4115
  def aws_regions(self) -> Optional[Sequence[str]]:
4491
4116
  """
4492
- Specify each AWS region that includes the resources that you want to monitor.
4493
- </details>
4117
+ Specify each AWS region that includes the resources that you want to monitor.
4494
4118
  """
4495
4119
  return pulumi.get(self, "aws_regions")
4496
4120
 
@@ -4498,7 +4122,7 @@ class AwsIntegrationsEmr(dict):
4498
4122
  @pulumi.getter(name="fetchTags")
4499
4123
  def fetch_tags(self) -> Optional[bool]:
4500
4124
  """
4501
- Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4125
+ 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.
4502
4126
  """
4503
4127
  return pulumi.get(self, "fetch_tags")
4504
4128
 
@@ -4507,9 +4131,6 @@ class AwsIntegrationsEmr(dict):
4507
4131
  def metrics_polling_interval(self) -> Optional[int]:
4508
4132
  """
4509
4133
  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>
4513
4134
  """
4514
4135
  return pulumi.get(self, "metrics_polling_interval")
4515
4136
 
@@ -4553,9 +4174,6 @@ class AwsIntegrationsHealth(dict):
4553
4174
  metrics_polling_interval: Optional[int] = None):
4554
4175
  """
4555
4176
  :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>
4559
4177
  """
4560
4178
  if metrics_polling_interval is not None:
4561
4179
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4565,9 +4183,6 @@ class AwsIntegrationsHealth(dict):
4565
4183
  def metrics_polling_interval(self) -> Optional[int]:
4566
4184
  """
4567
4185
  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>
4571
4186
  """
4572
4187
  return pulumi.get(self, "metrics_polling_interval")
4573
4188
 
@@ -4601,9 +4216,6 @@ class AwsIntegrationsIam(dict):
4601
4216
  tag_value: Optional[str] = None):
4602
4217
  """
4603
4218
  :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>
4607
4219
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4608
4220
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4609
4221
  """
@@ -4619,9 +4231,6 @@ class AwsIntegrationsIam(dict):
4619
4231
  def metrics_polling_interval(self) -> Optional[int]:
4620
4232
  """
4621
4233
  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>
4625
4234
  """
4626
4235
  return pulumi.get(self, "metrics_polling_interval")
4627
4236
 
@@ -4667,12 +4276,8 @@ class AwsIntegrationsIot(dict):
4667
4276
  aws_regions: Optional[Sequence[str]] = None,
4668
4277
  metrics_polling_interval: Optional[int] = None):
4669
4278
  """
4670
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4671
- </details>
4279
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4672
4280
  :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>
4676
4281
  """
4677
4282
  if aws_regions is not None:
4678
4283
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4683,8 +4288,7 @@ class AwsIntegrationsIot(dict):
4683
4288
  @pulumi.getter(name="awsRegions")
4684
4289
  def aws_regions(self) -> Optional[Sequence[str]]:
4685
4290
  """
4686
- Specify each AWS region that includes the resources that you want to monitor.
4687
- </details>
4291
+ Specify each AWS region that includes the resources that you want to monitor.
4688
4292
  """
4689
4293
  return pulumi.get(self, "aws_regions")
4690
4294
 
@@ -4693,9 +4297,6 @@ class AwsIntegrationsIot(dict):
4693
4297
  def metrics_polling_interval(self) -> Optional[int]:
4694
4298
  """
4695
4299
  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>
4699
4300
  """
4700
4301
  return pulumi.get(self, "metrics_polling_interval")
4701
4302
 
@@ -4737,14 +4338,10 @@ class AwsIntegrationsKinesis(dict):
4737
4338
  tag_key: Optional[str] = None,
4738
4339
  tag_value: Optional[str] = None):
4739
4340
  """
4740
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4741
- </details>
4341
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4742
4342
  :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.
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.
4343
+ :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.
4744
4344
  :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>
4748
4345
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4749
4346
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4750
4347
  """
@@ -4765,8 +4362,7 @@ class AwsIntegrationsKinesis(dict):
4765
4362
  @pulumi.getter(name="awsRegions")
4766
4363
  def aws_regions(self) -> Optional[Sequence[str]]:
4767
4364
  """
4768
- Specify each AWS region that includes the resources that you want to monitor.
4769
- </details>
4365
+ Specify each AWS region that includes the resources that you want to monitor.
4770
4366
  """
4771
4367
  return pulumi.get(self, "aws_regions")
4772
4368
 
@@ -4782,7 +4378,7 @@ class AwsIntegrationsKinesis(dict):
4782
4378
  @pulumi.getter(name="fetchTags")
4783
4379
  def fetch_tags(self) -> Optional[bool]:
4784
4380
  """
4785
- Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4381
+ 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.
4786
4382
  """
4787
4383
  return pulumi.get(self, "fetch_tags")
4788
4384
 
@@ -4791,9 +4387,6 @@ class AwsIntegrationsKinesis(dict):
4791
4387
  def metrics_polling_interval(self) -> Optional[int]:
4792
4388
  """
4793
4389
  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>
4797
4390
  """
4798
4391
  return pulumi.get(self, "metrics_polling_interval")
4799
4392
 
@@ -4839,12 +4432,8 @@ class AwsIntegrationsKinesisFirehose(dict):
4839
4432
  aws_regions: Optional[Sequence[str]] = None,
4840
4433
  metrics_polling_interval: Optional[int] = None):
4841
4434
  """
4842
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4843
- </details>
4435
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4844
4436
  :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>
4848
4437
  """
4849
4438
  if aws_regions is not None:
4850
4439
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4855,8 +4444,7 @@ class AwsIntegrationsKinesisFirehose(dict):
4855
4444
  @pulumi.getter(name="awsRegions")
4856
4445
  def aws_regions(self) -> Optional[Sequence[str]]:
4857
4446
  """
4858
- Specify each AWS region that includes the resources that you want to monitor.
4859
- </details>
4447
+ Specify each AWS region that includes the resources that you want to monitor.
4860
4448
  """
4861
4449
  return pulumi.get(self, "aws_regions")
4862
4450
 
@@ -4865,9 +4453,6 @@ class AwsIntegrationsKinesisFirehose(dict):
4865
4453
  def metrics_polling_interval(self) -> Optional[int]:
4866
4454
  """
4867
4455
  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>
4871
4456
  """
4872
4457
  return pulumi.get(self, "metrics_polling_interval")
4873
4458
 
@@ -4906,13 +4491,9 @@ class AwsIntegrationsLambda(dict):
4906
4491
  tag_key: Optional[str] = None,
4907
4492
  tag_value: Optional[str] = None):
4908
4493
  """
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.
4494
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4495
+ :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.
4912
4496
  :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>
4916
4497
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4917
4498
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4918
4499
  """
@@ -4931,8 +4512,7 @@ class AwsIntegrationsLambda(dict):
4931
4512
  @pulumi.getter(name="awsRegions")
4932
4513
  def aws_regions(self) -> Optional[Sequence[str]]:
4933
4514
  """
4934
- Specify each AWS region that includes the resources that you want to monitor.
4935
- </details>
4515
+ Specify each AWS region that includes the resources that you want to monitor.
4936
4516
  """
4937
4517
  return pulumi.get(self, "aws_regions")
4938
4518
 
@@ -4940,7 +4520,7 @@ class AwsIntegrationsLambda(dict):
4940
4520
  @pulumi.getter(name="fetchTags")
4941
4521
  def fetch_tags(self) -> Optional[bool]:
4942
4522
  """
4943
- Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4523
+ 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.
4944
4524
  """
4945
4525
  return pulumi.get(self, "fetch_tags")
4946
4526
 
@@ -4949,9 +4529,6 @@ class AwsIntegrationsLambda(dict):
4949
4529
  def metrics_polling_interval(self) -> Optional[int]:
4950
4530
  """
4951
4531
  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>
4955
4532
  """
4956
4533
  return pulumi.get(self, "metrics_polling_interval")
4957
4534
 
@@ -5006,13 +4583,9 @@ class AwsIntegrationsRds(dict):
5006
4583
  tag_key: Optional[str] = None,
5007
4584
  tag_value: Optional[str] = None):
5008
4585
  """
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.
4586
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4587
+ :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.
5012
4588
  :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>
5016
4589
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5017
4590
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
5018
4591
  """
@@ -5031,8 +4604,7 @@ class AwsIntegrationsRds(dict):
5031
4604
  @pulumi.getter(name="awsRegions")
5032
4605
  def aws_regions(self) -> Optional[Sequence[str]]:
5033
4606
  """
5034
- Specify each AWS region that includes the resources that you want to monitor.
5035
- </details>
4607
+ Specify each AWS region that includes the resources that you want to monitor.
5036
4608
  """
5037
4609
  return pulumi.get(self, "aws_regions")
5038
4610
 
@@ -5040,7 +4612,7 @@ class AwsIntegrationsRds(dict):
5040
4612
  @pulumi.getter(name="fetchTags")
5041
4613
  def fetch_tags(self) -> Optional[bool]:
5042
4614
  """
5043
- Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4615
+ 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.
5044
4616
  """
5045
4617
  return pulumi.get(self, "fetch_tags")
5046
4618
 
@@ -5049,9 +4621,6 @@ class AwsIntegrationsRds(dict):
5049
4621
  def metrics_polling_interval(self) -> Optional[int]:
5050
4622
  """
5051
4623
  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>
5055
4624
  """
5056
4625
  return pulumi.get(self, "metrics_polling_interval")
5057
4626
 
@@ -5103,12 +4672,8 @@ class AwsIntegrationsRedshift(dict):
5103
4672
  tag_key: Optional[str] = None,
5104
4673
  tag_value: Optional[str] = None):
5105
4674
  """
5106
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5107
- </details>
4675
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5108
4676
  :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>
5112
4677
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5113
4678
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
5114
4679
  """
@@ -5125,8 +4690,7 @@ class AwsIntegrationsRedshift(dict):
5125
4690
  @pulumi.getter(name="awsRegions")
5126
4691
  def aws_regions(self) -> Optional[Sequence[str]]:
5127
4692
  """
5128
- Specify each AWS region that includes the resources that you want to monitor.
5129
- </details>
4693
+ Specify each AWS region that includes the resources that you want to monitor.
5130
4694
  """
5131
4695
  return pulumi.get(self, "aws_regions")
5132
4696
 
@@ -5135,9 +4699,6 @@ class AwsIntegrationsRedshift(dict):
5135
4699
  def metrics_polling_interval(self) -> Optional[int]:
5136
4700
  """
5137
4701
  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>
5141
4702
  """
5142
4703
  return pulumi.get(self, "metrics_polling_interval")
5143
4704
 
@@ -5184,12 +4745,7 @@ class AwsIntegrationsRoute53(dict):
5184
4745
  metrics_polling_interval: Optional[int] = None):
5185
4746
  """
5186
4747
  :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.
5189
4748
  :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>
5193
4749
  """
5194
4750
  if fetch_extended_inventory is not None:
5195
4751
  pulumi.set(__self__, "fetch_extended_inventory", fetch_extended_inventory)
@@ -5201,8 +4757,6 @@ class AwsIntegrationsRoute53(dict):
5201
4757
  def fetch_extended_inventory(self) -> Optional[bool]:
5202
4758
  """
5203
4759
  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.
5206
4760
  """
5207
4761
  return pulumi.get(self, "fetch_extended_inventory")
5208
4762
 
@@ -5211,9 +4765,6 @@ class AwsIntegrationsRoute53(dict):
5211
4765
  def metrics_polling_interval(self) -> Optional[int]:
5212
4766
  """
5213
4767
  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>
5217
4768
  """
5218
4769
  return pulumi.get(self, "metrics_polling_interval")
5219
4770
 
@@ -5253,13 +4804,8 @@ class AwsIntegrationsS3(dict):
5253
4804
  tag_value: Optional[str] = None):
5254
4805
  """
5255
4806
  :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.
5258
4807
  :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.
5259
4808
  :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>
5263
4809
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5264
4810
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
5265
4811
  """
@@ -5279,8 +4825,6 @@ class AwsIntegrationsS3(dict):
5279
4825
  def fetch_extended_inventory(self) -> Optional[bool]:
5280
4826
  """
5281
4827
  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.
5284
4828
  """
5285
4829
  return pulumi.get(self, "fetch_extended_inventory")
5286
4830
 
@@ -5297,9 +4841,6 @@ class AwsIntegrationsS3(dict):
5297
4841
  def metrics_polling_interval(self) -> Optional[int]:
5298
4842
  """
5299
4843
  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>
5303
4844
  """
5304
4845
  return pulumi.get(self, "metrics_polling_interval")
5305
4846
 
@@ -5345,12 +4886,8 @@ class AwsIntegrationsSes(dict):
5345
4886
  aws_regions: Optional[Sequence[str]] = None,
5346
4887
  metrics_polling_interval: Optional[int] = None):
5347
4888
  """
5348
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5349
- </details>
4889
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5350
4890
  :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>
5354
4891
  """
5355
4892
  if aws_regions is not None:
5356
4893
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -5361,8 +4898,7 @@ class AwsIntegrationsSes(dict):
5361
4898
  @pulumi.getter(name="awsRegions")
5362
4899
  def aws_regions(self) -> Optional[Sequence[str]]:
5363
4900
  """
5364
- Specify each AWS region that includes the resources that you want to monitor.
5365
- </details>
4901
+ Specify each AWS region that includes the resources that you want to monitor.
5366
4902
  """
5367
4903
  return pulumi.get(self, "aws_regions")
5368
4904
 
@@ -5371,9 +4907,6 @@ class AwsIntegrationsSes(dict):
5371
4907
  def metrics_polling_interval(self) -> Optional[int]:
5372
4908
  """
5373
4909
  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>
5377
4910
  """
5378
4911
  return pulumi.get(self, "metrics_polling_interval")
5379
4912
 
@@ -5406,15 +4939,9 @@ class AwsIntegrationsSns(dict):
5406
4939
  fetch_extended_inventory: Optional[bool] = None,
5407
4940
  metrics_polling_interval: Optional[int] = None):
5408
4941
  """
5409
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5410
- </details>
4942
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5411
4943
  :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.
5414
4944
  :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>
5418
4945
  """
5419
4946
  if aws_regions is not None:
5420
4947
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -5427,8 +4954,7 @@ class AwsIntegrationsSns(dict):
5427
4954
  @pulumi.getter(name="awsRegions")
5428
4955
  def aws_regions(self) -> Optional[Sequence[str]]:
5429
4956
  """
5430
- Specify each AWS region that includes the resources that you want to monitor.
5431
- </details>
4957
+ Specify each AWS region that includes the resources that you want to monitor.
5432
4958
  """
5433
4959
  return pulumi.get(self, "aws_regions")
5434
4960
 
@@ -5437,8 +4963,6 @@ class AwsIntegrationsSns(dict):
5437
4963
  def fetch_extended_inventory(self) -> Optional[bool]:
5438
4964
  """
5439
4965
  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.
5442
4966
  """
5443
4967
  return pulumi.get(self, "fetch_extended_inventory")
5444
4968
 
@@ -5447,9 +4971,6 @@ class AwsIntegrationsSns(dict):
5447
4971
  def metrics_polling_interval(self) -> Optional[int]:
5448
4972
  """
5449
4973
  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>
5453
4974
  """
5454
4975
  return pulumi.get(self, "metrics_polling_interval")
5455
4976
 
@@ -5494,16 +5015,10 @@ class AwsIntegrationsSqs(dict):
5494
5015
  tag_key: Optional[str] = None,
5495
5016
  tag_value: Optional[str] = None):
5496
5017
  """
5497
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5498
- </details>
5018
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5499
5019
  :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.
5502
5020
  :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.
5503
5021
  :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>
5507
5022
  :param Sequence[str] queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
5508
5023
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5509
5024
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
@@ -5527,8 +5042,7 @@ class AwsIntegrationsSqs(dict):
5527
5042
  @pulumi.getter(name="awsRegions")
5528
5043
  def aws_regions(self) -> Optional[Sequence[str]]:
5529
5044
  """
5530
- Specify each AWS region that includes the resources that you want to monitor.
5531
- </details>
5045
+ Specify each AWS region that includes the resources that you want to monitor.
5532
5046
  """
5533
5047
  return pulumi.get(self, "aws_regions")
5534
5048
 
@@ -5537,8 +5051,6 @@ class AwsIntegrationsSqs(dict):
5537
5051
  def fetch_extended_inventory(self) -> Optional[bool]:
5538
5052
  """
5539
5053
  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.
5542
5054
  """
5543
5055
  return pulumi.get(self, "fetch_extended_inventory")
5544
5056
 
@@ -5555,9 +5067,6 @@ class AwsIntegrationsSqs(dict):
5555
5067
  def metrics_polling_interval(self) -> Optional[int]:
5556
5068
  """
5557
5069
  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>
5561
5070
  """
5562
5071
  return pulumi.get(self, "metrics_polling_interval")
5563
5072
 
@@ -5609,9 +5118,6 @@ class AwsIntegrationsTrustedAdvisor(dict):
5609
5118
  metrics_polling_interval: Optional[int] = None):
5610
5119
  """
5611
5120
  :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>
5615
5121
  """
5616
5122
  if metrics_polling_interval is not None:
5617
5123
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5621,9 +5127,6 @@ class AwsIntegrationsTrustedAdvisor(dict):
5621
5127
  def metrics_polling_interval(self) -> Optional[int]:
5622
5128
  """
5623
5129
  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>
5627
5130
  """
5628
5131
  return pulumi.get(self, "metrics_polling_interval")
5629
5132
 
@@ -5665,14 +5168,10 @@ class AwsIntegrationsVpc(dict):
5665
5168
  tag_key: Optional[str] = None,
5666
5169
  tag_value: Optional[str] = None):
5667
5170
  """
5668
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5669
- </details>
5171
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5670
5172
  :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.
5671
5173
  :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.
5672
5174
  :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>
5676
5175
  :param str tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5677
5176
  :param str tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
5678
5177
  """
@@ -5693,8 +5192,7 @@ class AwsIntegrationsVpc(dict):
5693
5192
  @pulumi.getter(name="awsRegions")
5694
5193
  def aws_regions(self) -> Optional[Sequence[str]]:
5695
5194
  """
5696
- Specify each AWS region that includes the resources that you want to monitor.
5697
- </details>
5195
+ Specify each AWS region that includes the resources that you want to monitor.
5698
5196
  """
5699
5197
  return pulumi.get(self, "aws_regions")
5700
5198
 
@@ -5719,9 +5217,6 @@ class AwsIntegrationsVpc(dict):
5719
5217
  def metrics_polling_interval(self) -> Optional[int]:
5720
5218
  """
5721
5219
  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>
5725
5220
  """
5726
5221
  return pulumi.get(self, "metrics_polling_interval")
5727
5222
 
@@ -5767,12 +5262,8 @@ class AwsIntegrationsXRay(dict):
5767
5262
  aws_regions: Optional[Sequence[str]] = None,
5768
5263
  metrics_polling_interval: Optional[int] = None):
5769
5264
  """
5770
- :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5771
- </details>
5265
+ :param Sequence[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5772
5266
  :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>
5776
5267
  """
5777
5268
  if aws_regions is not None:
5778
5269
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -5783,8 +5274,7 @@ class AwsIntegrationsXRay(dict):
5783
5274
  @pulumi.getter(name="awsRegions")
5784
5275
  def aws_regions(self) -> Optional[Sequence[str]]:
5785
5276
  """
5786
- Specify each AWS region that includes the resources that you want to monitor.
5787
- </details>
5277
+ Specify each AWS region that includes the resources that you want to monitor.
5788
5278
  """
5789
5279
  return pulumi.get(self, "aws_regions")
5790
5280
 
@@ -5793,9 +5283,6 @@ class AwsIntegrationsXRay(dict):
5793
5283
  def metrics_polling_interval(self) -> Optional[int]:
5794
5284
  """
5795
5285
  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>
5799
5286
  """
5800
5287
  return pulumi.get(self, "metrics_polling_interval")
5801
5288
 
@@ -5825,10 +5312,8 @@ class AzureIntegrationsApiManagement(dict):
5825
5312
  metrics_polling_interval: Optional[int] = None,
5826
5313
  resource_groups: Optional[Sequence[str]] = None):
5827
5314
  """
5828
- :param int metrics_polling_interval: The data polling interval in seconds.
5315
+ :param int metrics_polling_interval: The data polling interval in seconds
5829
5316
  :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:
5832
5317
  """
5833
5318
  if metrics_polling_interval is not None:
5834
5319
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5839,7 +5324,7 @@ class AzureIntegrationsApiManagement(dict):
5839
5324
  @pulumi.getter(name="metricsPollingInterval")
5840
5325
  def metrics_polling_interval(self) -> Optional[int]:
5841
5326
  """
5842
- The data polling interval in seconds.
5327
+ The data polling interval in seconds
5843
5328
  """
5844
5329
  return pulumi.get(self, "metrics_polling_interval")
5845
5330
 
@@ -5848,8 +5333,6 @@ class AzureIntegrationsApiManagement(dict):
5848
5333
  def resource_groups(self) -> Optional[Sequence[str]]:
5849
5334
  """
5850
5335
  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:
5853
5336
  """
5854
5337
  return pulumi.get(self, "resource_groups")
5855
5338
 
@@ -5879,10 +5362,8 @@ class AzureIntegrationsAppGateway(dict):
5879
5362
  metrics_polling_interval: Optional[int] = None,
5880
5363
  resource_groups: Optional[Sequence[str]] = None):
5881
5364
  """
5882
- :param int metrics_polling_interval: The data polling interval in seconds.
5365
+ :param int metrics_polling_interval: The data polling interval in seconds
5883
5366
  :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:
5886
5367
  """
5887
5368
  if metrics_polling_interval is not None:
5888
5369
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5893,7 +5374,7 @@ class AzureIntegrationsAppGateway(dict):
5893
5374
  @pulumi.getter(name="metricsPollingInterval")
5894
5375
  def metrics_polling_interval(self) -> Optional[int]:
5895
5376
  """
5896
- The data polling interval in seconds.
5377
+ The data polling interval in seconds
5897
5378
  """
5898
5379
  return pulumi.get(self, "metrics_polling_interval")
5899
5380
 
@@ -5902,8 +5383,6 @@ class AzureIntegrationsAppGateway(dict):
5902
5383
  def resource_groups(self) -> Optional[Sequence[str]]:
5903
5384
  """
5904
5385
  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:
5907
5386
  """
5908
5387
  return pulumi.get(self, "resource_groups")
5909
5388
 
@@ -5933,10 +5412,8 @@ class AzureIntegrationsAppService(dict):
5933
5412
  metrics_polling_interval: Optional[int] = None,
5934
5413
  resource_groups: Optional[Sequence[str]] = None):
5935
5414
  """
5936
- :param int metrics_polling_interval: The data polling interval in seconds.
5415
+ :param int metrics_polling_interval: The data polling interval in seconds
5937
5416
  :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:
5940
5417
  """
5941
5418
  if metrics_polling_interval is not None:
5942
5419
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5947,7 +5424,7 @@ class AzureIntegrationsAppService(dict):
5947
5424
  @pulumi.getter(name="metricsPollingInterval")
5948
5425
  def metrics_polling_interval(self) -> Optional[int]:
5949
5426
  """
5950
- The data polling interval in seconds.
5427
+ The data polling interval in seconds
5951
5428
  """
5952
5429
  return pulumi.get(self, "metrics_polling_interval")
5953
5430
 
@@ -5956,8 +5433,6 @@ class AzureIntegrationsAppService(dict):
5956
5433
  def resource_groups(self) -> Optional[Sequence[str]]:
5957
5434
  """
5958
5435
  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:
5961
5436
  """
5962
5437
  return pulumi.get(self, "resource_groups")
5963
5438
 
@@ -5987,10 +5462,8 @@ class AzureIntegrationsContainers(dict):
5987
5462
  metrics_polling_interval: Optional[int] = None,
5988
5463
  resource_groups: Optional[Sequence[str]] = None):
5989
5464
  """
5990
- :param int metrics_polling_interval: The data polling interval in seconds.
5465
+ :param int metrics_polling_interval: The data polling interval in seconds
5991
5466
  :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:
5994
5467
  """
5995
5468
  if metrics_polling_interval is not None:
5996
5469
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6001,7 +5474,7 @@ class AzureIntegrationsContainers(dict):
6001
5474
  @pulumi.getter(name="metricsPollingInterval")
6002
5475
  def metrics_polling_interval(self) -> Optional[int]:
6003
5476
  """
6004
- The data polling interval in seconds.
5477
+ The data polling interval in seconds
6005
5478
  """
6006
5479
  return pulumi.get(self, "metrics_polling_interval")
6007
5480
 
@@ -6010,8 +5483,6 @@ class AzureIntegrationsContainers(dict):
6010
5483
  def resource_groups(self) -> Optional[Sequence[str]]:
6011
5484
  """
6012
5485
  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:
6015
5486
  """
6016
5487
  return pulumi.get(self, "resource_groups")
6017
5488
 
@@ -6041,10 +5512,8 @@ class AzureIntegrationsCosmosDb(dict):
6041
5512
  metrics_polling_interval: Optional[int] = None,
6042
5513
  resource_groups: Optional[Sequence[str]] = None):
6043
5514
  """
6044
- :param int metrics_polling_interval: The data polling interval in seconds.
5515
+ :param int metrics_polling_interval: The data polling interval in seconds
6045
5516
  :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:
6048
5517
  """
6049
5518
  if metrics_polling_interval is not None:
6050
5519
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6055,7 +5524,7 @@ class AzureIntegrationsCosmosDb(dict):
6055
5524
  @pulumi.getter(name="metricsPollingInterval")
6056
5525
  def metrics_polling_interval(self) -> Optional[int]:
6057
5526
  """
6058
- The data polling interval in seconds.
5527
+ The data polling interval in seconds
6059
5528
  """
6060
5529
  return pulumi.get(self, "metrics_polling_interval")
6061
5530
 
@@ -6064,8 +5533,6 @@ class AzureIntegrationsCosmosDb(dict):
6064
5533
  def resource_groups(self) -> Optional[Sequence[str]]:
6065
5534
  """
6066
5535
  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:
6069
5536
  """
6070
5537
  return pulumi.get(self, "resource_groups")
6071
5538
 
@@ -6095,8 +5562,8 @@ class AzureIntegrationsCostManagement(dict):
6095
5562
  metrics_polling_interval: Optional[int] = None,
6096
5563
  tag_keys: Optional[Sequence[str]] = None):
6097
5564
  """
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.
5565
+ :param int metrics_polling_interval: The data polling interval in seconds
5566
+ :param Sequence[str] tag_keys: Specify if additional cost data per tag should be collected. This field is case sensitive.
6100
5567
  """
6101
5568
  if metrics_polling_interval is not None:
6102
5569
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6107,7 +5574,7 @@ class AzureIntegrationsCostManagement(dict):
6107
5574
  @pulumi.getter(name="metricsPollingInterval")
6108
5575
  def metrics_polling_interval(self) -> Optional[int]:
6109
5576
  """
6110
- The data polling interval in seconds.
5577
+ The data polling interval in seconds
6111
5578
  """
6112
5579
  return pulumi.get(self, "metrics_polling_interval")
6113
5580
 
@@ -6115,7 +5582,7 @@ class AzureIntegrationsCostManagement(dict):
6115
5582
  @pulumi.getter(name="tagKeys")
6116
5583
  def tag_keys(self) -> Optional[Sequence[str]]:
6117
5584
  """
6118
- Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
5585
+ Specify if additional cost data per tag should be collected. This field is case sensitive.
6119
5586
  """
6120
5587
  return pulumi.get(self, "tag_keys")
6121
5588
 
@@ -6145,10 +5612,8 @@ class AzureIntegrationsDataFactory(dict):
6145
5612
  metrics_polling_interval: Optional[int] = None,
6146
5613
  resource_groups: Optional[Sequence[str]] = None):
6147
5614
  """
6148
- :param int metrics_polling_interval: The data polling interval in seconds.
5615
+ :param int metrics_polling_interval: The data polling interval in seconds
6149
5616
  :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:
6152
5617
  """
6153
5618
  if metrics_polling_interval is not None:
6154
5619
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6159,7 +5624,7 @@ class AzureIntegrationsDataFactory(dict):
6159
5624
  @pulumi.getter(name="metricsPollingInterval")
6160
5625
  def metrics_polling_interval(self) -> Optional[int]:
6161
5626
  """
6162
- The data polling interval in seconds.
5627
+ The data polling interval in seconds
6163
5628
  """
6164
5629
  return pulumi.get(self, "metrics_polling_interval")
6165
5630
 
@@ -6168,8 +5633,6 @@ class AzureIntegrationsDataFactory(dict):
6168
5633
  def resource_groups(self) -> Optional[Sequence[str]]:
6169
5634
  """
6170
5635
  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:
6173
5636
  """
6174
5637
  return pulumi.get(self, "resource_groups")
6175
5638
 
@@ -6199,10 +5662,8 @@ class AzureIntegrationsEventHub(dict):
6199
5662
  metrics_polling_interval: Optional[int] = None,
6200
5663
  resource_groups: Optional[Sequence[str]] = None):
6201
5664
  """
6202
- :param int metrics_polling_interval: The data polling interval in seconds.
5665
+ :param int metrics_polling_interval: The data polling interval in seconds
6203
5666
  :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:
6206
5667
  """
6207
5668
  if metrics_polling_interval is not None:
6208
5669
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6213,7 +5674,7 @@ class AzureIntegrationsEventHub(dict):
6213
5674
  @pulumi.getter(name="metricsPollingInterval")
6214
5675
  def metrics_polling_interval(self) -> Optional[int]:
6215
5676
  """
6216
- The data polling interval in seconds.
5677
+ The data polling interval in seconds
6217
5678
  """
6218
5679
  return pulumi.get(self, "metrics_polling_interval")
6219
5680
 
@@ -6222,8 +5683,6 @@ class AzureIntegrationsEventHub(dict):
6222
5683
  def resource_groups(self) -> Optional[Sequence[str]]:
6223
5684
  """
6224
5685
  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:
6227
5686
  """
6228
5687
  return pulumi.get(self, "resource_groups")
6229
5688
 
@@ -6253,10 +5712,8 @@ class AzureIntegrationsExpressRoute(dict):
6253
5712
  metrics_polling_interval: Optional[int] = None,
6254
5713
  resource_groups: Optional[Sequence[str]] = None):
6255
5714
  """
6256
- :param int metrics_polling_interval: The data polling interval in seconds.
5715
+ :param int metrics_polling_interval: The data polling interval in seconds
6257
5716
  :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:
6260
5717
  """
6261
5718
  if metrics_polling_interval is not None:
6262
5719
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6267,7 +5724,7 @@ class AzureIntegrationsExpressRoute(dict):
6267
5724
  @pulumi.getter(name="metricsPollingInterval")
6268
5725
  def metrics_polling_interval(self) -> Optional[int]:
6269
5726
  """
6270
- The data polling interval in seconds.
5727
+ The data polling interval in seconds
6271
5728
  """
6272
5729
  return pulumi.get(self, "metrics_polling_interval")
6273
5730
 
@@ -6276,8 +5733,6 @@ class AzureIntegrationsExpressRoute(dict):
6276
5733
  def resource_groups(self) -> Optional[Sequence[str]]:
6277
5734
  """
6278
5735
  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:
6281
5736
  """
6282
5737
  return pulumi.get(self, "resource_groups")
6283
5738
 
@@ -6307,10 +5762,8 @@ class AzureIntegrationsFirewalls(dict):
6307
5762
  metrics_polling_interval: Optional[int] = None,
6308
5763
  resource_groups: Optional[Sequence[str]] = None):
6309
5764
  """
6310
- :param int metrics_polling_interval: The data polling interval in seconds.
5765
+ :param int metrics_polling_interval: The data polling interval in seconds
6311
5766
  :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:
6314
5767
  """
6315
5768
  if metrics_polling_interval is not None:
6316
5769
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6321,7 +5774,7 @@ class AzureIntegrationsFirewalls(dict):
6321
5774
  @pulumi.getter(name="metricsPollingInterval")
6322
5775
  def metrics_polling_interval(self) -> Optional[int]:
6323
5776
  """
6324
- The data polling interval in seconds.
5777
+ The data polling interval in seconds
6325
5778
  """
6326
5779
  return pulumi.get(self, "metrics_polling_interval")
6327
5780
 
@@ -6330,8 +5783,6 @@ class AzureIntegrationsFirewalls(dict):
6330
5783
  def resource_groups(self) -> Optional[Sequence[str]]:
6331
5784
  """
6332
5785
  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:
6335
5786
  """
6336
5787
  return pulumi.get(self, "resource_groups")
6337
5788
 
@@ -6361,10 +5812,8 @@ class AzureIntegrationsFrontDoor(dict):
6361
5812
  metrics_polling_interval: Optional[int] = None,
6362
5813
  resource_groups: Optional[Sequence[str]] = None):
6363
5814
  """
6364
- :param int metrics_polling_interval: The data polling interval in seconds.
5815
+ :param int metrics_polling_interval: The data polling interval in seconds
6365
5816
  :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:
6368
5817
  """
6369
5818
  if metrics_polling_interval is not None:
6370
5819
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6375,7 +5824,7 @@ class AzureIntegrationsFrontDoor(dict):
6375
5824
  @pulumi.getter(name="metricsPollingInterval")
6376
5825
  def metrics_polling_interval(self) -> Optional[int]:
6377
5826
  """
6378
- The data polling interval in seconds.
5827
+ The data polling interval in seconds
6379
5828
  """
6380
5829
  return pulumi.get(self, "metrics_polling_interval")
6381
5830
 
@@ -6384,8 +5833,6 @@ class AzureIntegrationsFrontDoor(dict):
6384
5833
  def resource_groups(self) -> Optional[Sequence[str]]:
6385
5834
  """
6386
5835
  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:
6389
5836
  """
6390
5837
  return pulumi.get(self, "resource_groups")
6391
5838
 
@@ -6415,10 +5862,8 @@ class AzureIntegrationsFunctions(dict):
6415
5862
  metrics_polling_interval: Optional[int] = None,
6416
5863
  resource_groups: Optional[Sequence[str]] = None):
6417
5864
  """
6418
- :param int metrics_polling_interval: The data polling interval in seconds.
5865
+ :param int metrics_polling_interval: The data polling interval in seconds
6419
5866
  :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:
6422
5867
  """
6423
5868
  if metrics_polling_interval is not None:
6424
5869
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6429,7 +5874,7 @@ class AzureIntegrationsFunctions(dict):
6429
5874
  @pulumi.getter(name="metricsPollingInterval")
6430
5875
  def metrics_polling_interval(self) -> Optional[int]:
6431
5876
  """
6432
- The data polling interval in seconds.
5877
+ The data polling interval in seconds
6433
5878
  """
6434
5879
  return pulumi.get(self, "metrics_polling_interval")
6435
5880
 
@@ -6438,8 +5883,6 @@ class AzureIntegrationsFunctions(dict):
6438
5883
  def resource_groups(self) -> Optional[Sequence[str]]:
6439
5884
  """
6440
5885
  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:
6443
5886
  """
6444
5887
  return pulumi.get(self, "resource_groups")
6445
5888
 
@@ -6469,10 +5912,8 @@ class AzureIntegrationsKeyVault(dict):
6469
5912
  metrics_polling_interval: Optional[int] = None,
6470
5913
  resource_groups: Optional[Sequence[str]] = None):
6471
5914
  """
6472
- :param int metrics_polling_interval: The data polling interval in seconds.
5915
+ :param int metrics_polling_interval: The data polling interval in seconds
6473
5916
  :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:
6476
5917
  """
6477
5918
  if metrics_polling_interval is not None:
6478
5919
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6483,7 +5924,7 @@ class AzureIntegrationsKeyVault(dict):
6483
5924
  @pulumi.getter(name="metricsPollingInterval")
6484
5925
  def metrics_polling_interval(self) -> Optional[int]:
6485
5926
  """
6486
- The data polling interval in seconds.
5927
+ The data polling interval in seconds
6487
5928
  """
6488
5929
  return pulumi.get(self, "metrics_polling_interval")
6489
5930
 
@@ -6492,8 +5933,6 @@ class AzureIntegrationsKeyVault(dict):
6492
5933
  def resource_groups(self) -> Optional[Sequence[str]]:
6493
5934
  """
6494
5935
  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:
6497
5936
  """
6498
5937
  return pulumi.get(self, "resource_groups")
6499
5938
 
@@ -6523,10 +5962,8 @@ class AzureIntegrationsLoadBalancer(dict):
6523
5962
  metrics_polling_interval: Optional[int] = None,
6524
5963
  resource_groups: Optional[Sequence[str]] = None):
6525
5964
  """
6526
- :param int metrics_polling_interval: The data polling interval in seconds.
5965
+ :param int metrics_polling_interval: The data polling interval in seconds
6527
5966
  :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:
6530
5967
  """
6531
5968
  if metrics_polling_interval is not None:
6532
5969
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6537,7 +5974,7 @@ class AzureIntegrationsLoadBalancer(dict):
6537
5974
  @pulumi.getter(name="metricsPollingInterval")
6538
5975
  def metrics_polling_interval(self) -> Optional[int]:
6539
5976
  """
6540
- The data polling interval in seconds.
5977
+ The data polling interval in seconds
6541
5978
  """
6542
5979
  return pulumi.get(self, "metrics_polling_interval")
6543
5980
 
@@ -6546,8 +5983,6 @@ class AzureIntegrationsLoadBalancer(dict):
6546
5983
  def resource_groups(self) -> Optional[Sequence[str]]:
6547
5984
  """
6548
5985
  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:
6551
5986
  """
6552
5987
  return pulumi.get(self, "resource_groups")
6553
5988
 
@@ -6577,10 +6012,8 @@ class AzureIntegrationsLogicApps(dict):
6577
6012
  metrics_polling_interval: Optional[int] = None,
6578
6013
  resource_groups: Optional[Sequence[str]] = None):
6579
6014
  """
6580
- :param int metrics_polling_interval: The data polling interval in seconds.
6015
+ :param int metrics_polling_interval: The data polling interval in seconds
6581
6016
  :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:
6584
6017
  """
6585
6018
  if metrics_polling_interval is not None:
6586
6019
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6591,7 +6024,7 @@ class AzureIntegrationsLogicApps(dict):
6591
6024
  @pulumi.getter(name="metricsPollingInterval")
6592
6025
  def metrics_polling_interval(self) -> Optional[int]:
6593
6026
  """
6594
- The data polling interval in seconds.
6027
+ The data polling interval in seconds
6595
6028
  """
6596
6029
  return pulumi.get(self, "metrics_polling_interval")
6597
6030
 
@@ -6600,8 +6033,6 @@ class AzureIntegrationsLogicApps(dict):
6600
6033
  def resource_groups(self) -> Optional[Sequence[str]]:
6601
6034
  """
6602
6035
  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:
6605
6036
  """
6606
6037
  return pulumi.get(self, "resource_groups")
6607
6038
 
@@ -6631,10 +6062,8 @@ class AzureIntegrationsMachineLearning(dict):
6631
6062
  metrics_polling_interval: Optional[int] = None,
6632
6063
  resource_groups: Optional[Sequence[str]] = None):
6633
6064
  """
6634
- :param int metrics_polling_interval: The data polling interval in seconds.
6065
+ :param int metrics_polling_interval: The data polling interval in seconds
6635
6066
  :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:
6638
6067
  """
6639
6068
  if metrics_polling_interval is not None:
6640
6069
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6645,7 +6074,7 @@ class AzureIntegrationsMachineLearning(dict):
6645
6074
  @pulumi.getter(name="metricsPollingInterval")
6646
6075
  def metrics_polling_interval(self) -> Optional[int]:
6647
6076
  """
6648
- The data polling interval in seconds.
6077
+ The data polling interval in seconds
6649
6078
  """
6650
6079
  return pulumi.get(self, "metrics_polling_interval")
6651
6080
 
@@ -6654,8 +6083,6 @@ class AzureIntegrationsMachineLearning(dict):
6654
6083
  def resource_groups(self) -> Optional[Sequence[str]]:
6655
6084
  """
6656
6085
  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:
6659
6086
  """
6660
6087
  return pulumi.get(self, "resource_groups")
6661
6088
 
@@ -6685,10 +6112,8 @@ class AzureIntegrationsMariaDb(dict):
6685
6112
  metrics_polling_interval: Optional[int] = None,
6686
6113
  resource_groups: Optional[Sequence[str]] = None):
6687
6114
  """
6688
- :param int metrics_polling_interval: The data polling interval in seconds.
6115
+ :param int metrics_polling_interval: The data polling interval in seconds
6689
6116
  :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:
6692
6117
  """
6693
6118
  if metrics_polling_interval is not None:
6694
6119
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6699,7 +6124,7 @@ class AzureIntegrationsMariaDb(dict):
6699
6124
  @pulumi.getter(name="metricsPollingInterval")
6700
6125
  def metrics_polling_interval(self) -> Optional[int]:
6701
6126
  """
6702
- The data polling interval in seconds.
6127
+ The data polling interval in seconds
6703
6128
  """
6704
6129
  return pulumi.get(self, "metrics_polling_interval")
6705
6130
 
@@ -6708,8 +6133,6 @@ class AzureIntegrationsMariaDb(dict):
6708
6133
  def resource_groups(self) -> Optional[Sequence[str]]:
6709
6134
  """
6710
6135
  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:
6713
6136
  """
6714
6137
  return pulumi.get(self, "resource_groups")
6715
6138
 
@@ -6749,16 +6172,12 @@ class AzureIntegrationsMonitor(dict):
6749
6172
  resource_groups: Optional[Sequence[str]] = None,
6750
6173
  resource_types: Optional[Sequence[str]] = None):
6751
6174
  """
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.
6175
+ :param bool enabled: A flag that specifies if the integration is active
6176
+ :param Sequence[str] exclude_tags: Specify resource tags in 'key:value' form to be excluded from monitoring
6177
+ :param Sequence[str] include_tags: Specify resource tags in 'key:value' form to be monitored
6178
+ :param int metrics_polling_interval: The data polling interval in seconds
6758
6179
  :param Sequence[str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
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.
6180
+ :param Sequence[str] resource_types: Specify each Azure resource type that needs to be monitored
6762
6181
  """
6763
6182
  if enabled is not None:
6764
6183
  pulumi.set(__self__, "enabled", enabled)
@@ -6777,9 +6196,7 @@ class AzureIntegrationsMonitor(dict):
6777
6196
  @pulumi.getter
6778
6197
  def enabled(self) -> Optional[bool]:
6779
6198
  """
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.
6199
+ A flag that specifies if the integration is active
6783
6200
  """
6784
6201
  return pulumi.get(self, "enabled")
6785
6202
 
@@ -6787,7 +6204,7 @@ class AzureIntegrationsMonitor(dict):
6787
6204
  @pulumi.getter(name="excludeTags")
6788
6205
  def exclude_tags(self) -> Optional[Sequence[str]]:
6789
6206
  """
6790
- A list of resource tags associated with the resources that need to be excluded from monitoring.
6207
+ Specify resource tags in 'key:value' form to be excluded from monitoring
6791
6208
  """
6792
6209
  return pulumi.get(self, "exclude_tags")
6793
6210
 
@@ -6795,7 +6212,7 @@ class AzureIntegrationsMonitor(dict):
6795
6212
  @pulumi.getter(name="includeTags")
6796
6213
  def include_tags(self) -> Optional[Sequence[str]]:
6797
6214
  """
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.
6215
+ Specify resource tags in 'key:value' form to be monitored
6799
6216
  """
6800
6217
  return pulumi.get(self, "include_tags")
6801
6218
 
@@ -6803,7 +6220,7 @@ class AzureIntegrationsMonitor(dict):
6803
6220
  @pulumi.getter(name="metricsPollingInterval")
6804
6221
  def metrics_polling_interval(self) -> Optional[int]:
6805
6222
  """
6806
- The data polling interval in seconds.
6223
+ The data polling interval in seconds
6807
6224
  """
6808
6225
  return pulumi.get(self, "metrics_polling_interval")
6809
6226
 
@@ -6812,8 +6229,6 @@ class AzureIntegrationsMonitor(dict):
6812
6229
  def resource_groups(self) -> Optional[Sequence[str]]:
6813
6230
  """
6814
6231
  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:
6817
6232
  """
6818
6233
  return pulumi.get(self, "resource_groups")
6819
6234
 
@@ -6821,7 +6236,7 @@ class AzureIntegrationsMonitor(dict):
6821
6236
  @pulumi.getter(name="resourceTypes")
6822
6237
  def resource_types(self) -> Optional[Sequence[str]]:
6823
6238
  """
6824
- A list of Azure resource types that need to be monitored.
6239
+ Specify each Azure resource type that needs to be monitored
6825
6240
  """
6826
6241
  return pulumi.get(self, "resource_types")
6827
6242
 
@@ -6851,10 +6266,8 @@ class AzureIntegrationsMysql(dict):
6851
6266
  metrics_polling_interval: Optional[int] = None,
6852
6267
  resource_groups: Optional[Sequence[str]] = None):
6853
6268
  """
6854
- :param int metrics_polling_interval: The data polling interval in seconds.
6269
+ :param int metrics_polling_interval: The data polling interval in seconds
6855
6270
  :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:
6858
6271
  """
6859
6272
  if metrics_polling_interval is not None:
6860
6273
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6865,7 +6278,7 @@ class AzureIntegrationsMysql(dict):
6865
6278
  @pulumi.getter(name="metricsPollingInterval")
6866
6279
  def metrics_polling_interval(self) -> Optional[int]:
6867
6280
  """
6868
- The data polling interval in seconds.
6281
+ The data polling interval in seconds
6869
6282
  """
6870
6283
  return pulumi.get(self, "metrics_polling_interval")
6871
6284
 
@@ -6874,8 +6287,6 @@ class AzureIntegrationsMysql(dict):
6874
6287
  def resource_groups(self) -> Optional[Sequence[str]]:
6875
6288
  """
6876
6289
  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:
6879
6290
  """
6880
6291
  return pulumi.get(self, "resource_groups")
6881
6292
 
@@ -6905,10 +6316,8 @@ class AzureIntegrationsMysqlFlexible(dict):
6905
6316
  metrics_polling_interval: Optional[int] = None,
6906
6317
  resource_groups: Optional[Sequence[str]] = None):
6907
6318
  """
6908
- :param int metrics_polling_interval: The data polling interval in seconds.
6319
+ :param int metrics_polling_interval: The data polling interval in seconds
6909
6320
  :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:
6912
6321
  """
6913
6322
  if metrics_polling_interval is not None:
6914
6323
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6919,7 +6328,7 @@ class AzureIntegrationsMysqlFlexible(dict):
6919
6328
  @pulumi.getter(name="metricsPollingInterval")
6920
6329
  def metrics_polling_interval(self) -> Optional[int]:
6921
6330
  """
6922
- The data polling interval in seconds.
6331
+ The data polling interval in seconds
6923
6332
  """
6924
6333
  return pulumi.get(self, "metrics_polling_interval")
6925
6334
 
@@ -6928,8 +6337,6 @@ class AzureIntegrationsMysqlFlexible(dict):
6928
6337
  def resource_groups(self) -> Optional[Sequence[str]]:
6929
6338
  """
6930
6339
  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:
6933
6340
  """
6934
6341
  return pulumi.get(self, "resource_groups")
6935
6342
 
@@ -6959,10 +6366,8 @@ class AzureIntegrationsPostgresql(dict):
6959
6366
  metrics_polling_interval: Optional[int] = None,
6960
6367
  resource_groups: Optional[Sequence[str]] = None):
6961
6368
  """
6962
- :param int metrics_polling_interval: The data polling interval in seconds.
6369
+ :param int metrics_polling_interval: The data polling interval in seconds
6963
6370
  :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:
6966
6371
  """
6967
6372
  if metrics_polling_interval is not None:
6968
6373
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6973,7 +6378,7 @@ class AzureIntegrationsPostgresql(dict):
6973
6378
  @pulumi.getter(name="metricsPollingInterval")
6974
6379
  def metrics_polling_interval(self) -> Optional[int]:
6975
6380
  """
6976
- The data polling interval in seconds.
6381
+ The data polling interval in seconds
6977
6382
  """
6978
6383
  return pulumi.get(self, "metrics_polling_interval")
6979
6384
 
@@ -6982,8 +6387,6 @@ class AzureIntegrationsPostgresql(dict):
6982
6387
  def resource_groups(self) -> Optional[Sequence[str]]:
6983
6388
  """
6984
6389
  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:
6987
6390
  """
6988
6391
  return pulumi.get(self, "resource_groups")
6989
6392
 
@@ -7013,10 +6416,8 @@ class AzureIntegrationsPostgresqlFlexible(dict):
7013
6416
  metrics_polling_interval: Optional[int] = None,
7014
6417
  resource_groups: Optional[Sequence[str]] = None):
7015
6418
  """
7016
- :param int metrics_polling_interval: The data polling interval in seconds.
6419
+ :param int metrics_polling_interval: The data polling interval in seconds
7017
6420
  :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:
7020
6421
  """
7021
6422
  if metrics_polling_interval is not None:
7022
6423
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7027,7 +6428,7 @@ class AzureIntegrationsPostgresqlFlexible(dict):
7027
6428
  @pulumi.getter(name="metricsPollingInterval")
7028
6429
  def metrics_polling_interval(self) -> Optional[int]:
7029
6430
  """
7030
- The data polling interval in seconds.
6431
+ The data polling interval in seconds
7031
6432
  """
7032
6433
  return pulumi.get(self, "metrics_polling_interval")
7033
6434
 
@@ -7036,8 +6437,6 @@ class AzureIntegrationsPostgresqlFlexible(dict):
7036
6437
  def resource_groups(self) -> Optional[Sequence[str]]:
7037
6438
  """
7038
6439
  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:
7041
6440
  """
7042
6441
  return pulumi.get(self, "resource_groups")
7043
6442
 
@@ -7067,10 +6466,8 @@ class AzureIntegrationsPowerBiDedicated(dict):
7067
6466
  metrics_polling_interval: Optional[int] = None,
7068
6467
  resource_groups: Optional[Sequence[str]] = None):
7069
6468
  """
7070
- :param int metrics_polling_interval: The data polling interval in seconds.
6469
+ :param int metrics_polling_interval: The data polling interval in seconds
7071
6470
  :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:
7074
6471
  """
7075
6472
  if metrics_polling_interval is not None:
7076
6473
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7081,7 +6478,7 @@ class AzureIntegrationsPowerBiDedicated(dict):
7081
6478
  @pulumi.getter(name="metricsPollingInterval")
7082
6479
  def metrics_polling_interval(self) -> Optional[int]:
7083
6480
  """
7084
- The data polling interval in seconds.
6481
+ The data polling interval in seconds
7085
6482
  """
7086
6483
  return pulumi.get(self, "metrics_polling_interval")
7087
6484
 
@@ -7090,8 +6487,6 @@ class AzureIntegrationsPowerBiDedicated(dict):
7090
6487
  def resource_groups(self) -> Optional[Sequence[str]]:
7091
6488
  """
7092
6489
  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:
7095
6490
  """
7096
6491
  return pulumi.get(self, "resource_groups")
7097
6492
 
@@ -7121,10 +6516,8 @@ class AzureIntegrationsRedisCache(dict):
7121
6516
  metrics_polling_interval: Optional[int] = None,
7122
6517
  resource_groups: Optional[Sequence[str]] = None):
7123
6518
  """
7124
- :param int metrics_polling_interval: The data polling interval in seconds.
6519
+ :param int metrics_polling_interval: The data polling interval in seconds
7125
6520
  :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:
7128
6521
  """
7129
6522
  if metrics_polling_interval is not None:
7130
6523
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7135,7 +6528,7 @@ class AzureIntegrationsRedisCache(dict):
7135
6528
  @pulumi.getter(name="metricsPollingInterval")
7136
6529
  def metrics_polling_interval(self) -> Optional[int]:
7137
6530
  """
7138
- The data polling interval in seconds.
6531
+ The data polling interval in seconds
7139
6532
  """
7140
6533
  return pulumi.get(self, "metrics_polling_interval")
7141
6534
 
@@ -7144,8 +6537,6 @@ class AzureIntegrationsRedisCache(dict):
7144
6537
  def resource_groups(self) -> Optional[Sequence[str]]:
7145
6538
  """
7146
6539
  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:
7149
6540
  """
7150
6541
  return pulumi.get(self, "resource_groups")
7151
6542
 
@@ -7175,10 +6566,8 @@ class AzureIntegrationsServiceBus(dict):
7175
6566
  metrics_polling_interval: Optional[int] = None,
7176
6567
  resource_groups: Optional[Sequence[str]] = None):
7177
6568
  """
7178
- :param int metrics_polling_interval: The data polling interval in seconds.
6569
+ :param int metrics_polling_interval: The data polling interval in seconds
7179
6570
  :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:
7182
6571
  """
7183
6572
  if metrics_polling_interval is not None:
7184
6573
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7189,7 +6578,7 @@ class AzureIntegrationsServiceBus(dict):
7189
6578
  @pulumi.getter(name="metricsPollingInterval")
7190
6579
  def metrics_polling_interval(self) -> Optional[int]:
7191
6580
  """
7192
- The data polling interval in seconds.
6581
+ The data polling interval in seconds
7193
6582
  """
7194
6583
  return pulumi.get(self, "metrics_polling_interval")
7195
6584
 
@@ -7198,8 +6587,6 @@ class AzureIntegrationsServiceBus(dict):
7198
6587
  def resource_groups(self) -> Optional[Sequence[str]]:
7199
6588
  """
7200
6589
  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:
7203
6590
  """
7204
6591
  return pulumi.get(self, "resource_groups")
7205
6592
 
@@ -7229,10 +6616,8 @@ class AzureIntegrationsSql(dict):
7229
6616
  metrics_polling_interval: Optional[int] = None,
7230
6617
  resource_groups: Optional[Sequence[str]] = None):
7231
6618
  """
7232
- :param int metrics_polling_interval: The data polling interval in seconds.
6619
+ :param int metrics_polling_interval: The data polling interval in seconds
7233
6620
  :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:
7236
6621
  """
7237
6622
  if metrics_polling_interval is not None:
7238
6623
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7243,7 +6628,7 @@ class AzureIntegrationsSql(dict):
7243
6628
  @pulumi.getter(name="metricsPollingInterval")
7244
6629
  def metrics_polling_interval(self) -> Optional[int]:
7245
6630
  """
7246
- The data polling interval in seconds.
6631
+ The data polling interval in seconds
7247
6632
  """
7248
6633
  return pulumi.get(self, "metrics_polling_interval")
7249
6634
 
@@ -7252,8 +6637,6 @@ class AzureIntegrationsSql(dict):
7252
6637
  def resource_groups(self) -> Optional[Sequence[str]]:
7253
6638
  """
7254
6639
  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:
7257
6640
  """
7258
6641
  return pulumi.get(self, "resource_groups")
7259
6642
 
@@ -7283,10 +6666,8 @@ class AzureIntegrationsSqlManaged(dict):
7283
6666
  metrics_polling_interval: Optional[int] = None,
7284
6667
  resource_groups: Optional[Sequence[str]] = None):
7285
6668
  """
7286
- :param int metrics_polling_interval: The data polling interval in seconds.
6669
+ :param int metrics_polling_interval: The data polling interval in seconds
7287
6670
  :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:
7290
6671
  """
7291
6672
  if metrics_polling_interval is not None:
7292
6673
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7297,7 +6678,7 @@ class AzureIntegrationsSqlManaged(dict):
7297
6678
  @pulumi.getter(name="metricsPollingInterval")
7298
6679
  def metrics_polling_interval(self) -> Optional[int]:
7299
6680
  """
7300
- The data polling interval in seconds.
6681
+ The data polling interval in seconds
7301
6682
  """
7302
6683
  return pulumi.get(self, "metrics_polling_interval")
7303
6684
 
@@ -7306,8 +6687,6 @@ class AzureIntegrationsSqlManaged(dict):
7306
6687
  def resource_groups(self) -> Optional[Sequence[str]]:
7307
6688
  """
7308
6689
  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:
7311
6690
  """
7312
6691
  return pulumi.get(self, "resource_groups")
7313
6692
 
@@ -7337,10 +6716,8 @@ class AzureIntegrationsStorage(dict):
7337
6716
  metrics_polling_interval: Optional[int] = None,
7338
6717
  resource_groups: Optional[Sequence[str]] = None):
7339
6718
  """
7340
- :param int metrics_polling_interval: The data polling interval in seconds.
6719
+ :param int metrics_polling_interval: The data polling interval in seconds
7341
6720
  :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:
7344
6721
  """
7345
6722
  if metrics_polling_interval is not None:
7346
6723
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7351,7 +6728,7 @@ class AzureIntegrationsStorage(dict):
7351
6728
  @pulumi.getter(name="metricsPollingInterval")
7352
6729
  def metrics_polling_interval(self) -> Optional[int]:
7353
6730
  """
7354
- The data polling interval in seconds.
6731
+ The data polling interval in seconds
7355
6732
  """
7356
6733
  return pulumi.get(self, "metrics_polling_interval")
7357
6734
 
@@ -7360,8 +6737,6 @@ class AzureIntegrationsStorage(dict):
7360
6737
  def resource_groups(self) -> Optional[Sequence[str]]:
7361
6738
  """
7362
6739
  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:
7365
6740
  """
7366
6741
  return pulumi.get(self, "resource_groups")
7367
6742
 
@@ -7391,10 +6766,8 @@ class AzureIntegrationsVirtualMachine(dict):
7391
6766
  metrics_polling_interval: Optional[int] = None,
7392
6767
  resource_groups: Optional[Sequence[str]] = None):
7393
6768
  """
7394
- :param int metrics_polling_interval: The data polling interval in seconds.
6769
+ :param int metrics_polling_interval: The data polling interval in seconds
7395
6770
  :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:
7398
6771
  """
7399
6772
  if metrics_polling_interval is not None:
7400
6773
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7405,7 +6778,7 @@ class AzureIntegrationsVirtualMachine(dict):
7405
6778
  @pulumi.getter(name="metricsPollingInterval")
7406
6779
  def metrics_polling_interval(self) -> Optional[int]:
7407
6780
  """
7408
- The data polling interval in seconds.
6781
+ The data polling interval in seconds
7409
6782
  """
7410
6783
  return pulumi.get(self, "metrics_polling_interval")
7411
6784
 
@@ -7414,8 +6787,6 @@ class AzureIntegrationsVirtualMachine(dict):
7414
6787
  def resource_groups(self) -> Optional[Sequence[str]]:
7415
6788
  """
7416
6789
  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:
7419
6790
  """
7420
6791
  return pulumi.get(self, "resource_groups")
7421
6792
 
@@ -7445,10 +6816,8 @@ class AzureIntegrationsVirtualNetworks(dict):
7445
6816
  metrics_polling_interval: Optional[int] = None,
7446
6817
  resource_groups: Optional[Sequence[str]] = None):
7447
6818
  """
7448
- :param int metrics_polling_interval: The data polling interval in seconds.
6819
+ :param int metrics_polling_interval: The data polling interval in seconds
7449
6820
  :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:
7452
6821
  """
7453
6822
  if metrics_polling_interval is not None:
7454
6823
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7459,7 +6828,7 @@ class AzureIntegrationsVirtualNetworks(dict):
7459
6828
  @pulumi.getter(name="metricsPollingInterval")
7460
6829
  def metrics_polling_interval(self) -> Optional[int]:
7461
6830
  """
7462
- The data polling interval in seconds.
6831
+ The data polling interval in seconds
7463
6832
  """
7464
6833
  return pulumi.get(self, "metrics_polling_interval")
7465
6834
 
@@ -7468,8 +6837,6 @@ class AzureIntegrationsVirtualNetworks(dict):
7468
6837
  def resource_groups(self) -> Optional[Sequence[str]]:
7469
6838
  """
7470
6839
  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:
7473
6840
  """
7474
6841
  return pulumi.get(self, "resource_groups")
7475
6842
 
@@ -7499,10 +6866,8 @@ class AzureIntegrationsVms(dict):
7499
6866
  metrics_polling_interval: Optional[int] = None,
7500
6867
  resource_groups: Optional[Sequence[str]] = None):
7501
6868
  """
7502
- :param int metrics_polling_interval: The data polling interval in seconds.
6869
+ :param int metrics_polling_interval: The data polling interval in seconds
7503
6870
  :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:
7506
6871
  """
7507
6872
  if metrics_polling_interval is not None:
7508
6873
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7513,7 +6878,7 @@ class AzureIntegrationsVms(dict):
7513
6878
  @pulumi.getter(name="metricsPollingInterval")
7514
6879
  def metrics_polling_interval(self) -> Optional[int]:
7515
6880
  """
7516
- The data polling interval in seconds.
6881
+ The data polling interval in seconds
7517
6882
  """
7518
6883
  return pulumi.get(self, "metrics_polling_interval")
7519
6884
 
@@ -7522,8 +6887,6 @@ class AzureIntegrationsVms(dict):
7522
6887
  def resource_groups(self) -> Optional[Sequence[str]]:
7523
6888
  """
7524
6889
  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:
7527
6890
  """
7528
6891
  return pulumi.get(self, "resource_groups")
7529
6892
 
@@ -7553,10 +6916,8 @@ class AzureIntegrationsVpnGateway(dict):
7553
6916
  metrics_polling_interval: Optional[int] = None,
7554
6917
  resource_groups: Optional[Sequence[str]] = None):
7555
6918
  """
7556
- :param int metrics_polling_interval: The data polling interval in seconds.
6919
+ :param int metrics_polling_interval: The data polling interval in seconds
7557
6920
  :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:
7560
6921
  """
7561
6922
  if metrics_polling_interval is not None:
7562
6923
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7567,7 +6928,7 @@ class AzureIntegrationsVpnGateway(dict):
7567
6928
  @pulumi.getter(name="metricsPollingInterval")
7568
6929
  def metrics_polling_interval(self) -> Optional[int]:
7569
6930
  """
7570
- The data polling interval in seconds.
6931
+ The data polling interval in seconds
7571
6932
  """
7572
6933
  return pulumi.get(self, "metrics_polling_interval")
7573
6934
 
@@ -7576,8 +6937,6 @@ class AzureIntegrationsVpnGateway(dict):
7576
6937
  def resource_groups(self) -> Optional[Sequence[str]]:
7577
6938
  """
7578
6939
  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:
7581
6940
  """
7582
6941
  return pulumi.get(self, "resource_groups")
7583
6942
 
@@ -7604,9 +6963,7 @@ class GcpIntegrationsAlloyDb(dict):
7604
6963
  def __init__(__self__, *,
7605
6964
  metrics_polling_interval: Optional[int] = None):
7606
6965
  """
7607
- :param int metrics_polling_interval: The data polling interval in seconds.
7608
-
7609
- Other integration supports an additional argument:
6966
+ :param int metrics_polling_interval: the data polling interval in seconds
7610
6967
  """
7611
6968
  if metrics_polling_interval is not None:
7612
6969
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7615,9 +6972,7 @@ class GcpIntegrationsAlloyDb(dict):
7615
6972
  @pulumi.getter(name="metricsPollingInterval")
7616
6973
  def metrics_polling_interval(self) -> Optional[int]:
7617
6974
  """
7618
- The data polling interval in seconds.
7619
-
7620
- Other integration supports an additional argument:
6975
+ the data polling interval in seconds
7621
6976
  """
7622
6977
  return pulumi.get(self, "metrics_polling_interval")
7623
6978
 
@@ -7644,9 +6999,7 @@ class GcpIntegrationsAppEngine(dict):
7644
6999
  def __init__(__self__, *,
7645
7000
  metrics_polling_interval: Optional[int] = None):
7646
7001
  """
7647
- :param int metrics_polling_interval: The data polling interval in seconds.
7648
-
7649
- Other integration supports an additional argument:
7002
+ :param int metrics_polling_interval: the data polling interval in seconds
7650
7003
  """
7651
7004
  if metrics_polling_interval is not None:
7652
7005
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7655,9 +7008,7 @@ class GcpIntegrationsAppEngine(dict):
7655
7008
  @pulumi.getter(name="metricsPollingInterval")
7656
7009
  def metrics_polling_interval(self) -> Optional[int]:
7657
7010
  """
7658
- The data polling interval in seconds.
7659
-
7660
- Other integration supports an additional argument:
7011
+ the data polling interval in seconds
7661
7012
  """
7662
7013
  return pulumi.get(self, "metrics_polling_interval")
7663
7014
 
@@ -7687,10 +7038,8 @@ class GcpIntegrationsBigQuery(dict):
7687
7038
  fetch_tags: Optional[bool] = None,
7688
7039
  metrics_polling_interval: Optional[int] = None):
7689
7040
  """
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:
7041
+ :param bool fetch_tags: to fetch tags of the resource
7042
+ :param int metrics_polling_interval: the data polling interval in seconds
7694
7043
  """
7695
7044
  if fetch_tags is not None:
7696
7045
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -7701,7 +7050,7 @@ class GcpIntegrationsBigQuery(dict):
7701
7050
  @pulumi.getter(name="fetchTags")
7702
7051
  def fetch_tags(self) -> Optional[bool]:
7703
7052
  """
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.
7053
+ to fetch tags of the resource
7705
7054
  """
7706
7055
  return pulumi.get(self, "fetch_tags")
7707
7056
 
@@ -7709,9 +7058,7 @@ class GcpIntegrationsBigQuery(dict):
7709
7058
  @pulumi.getter(name="metricsPollingInterval")
7710
7059
  def metrics_polling_interval(self) -> Optional[int]:
7711
7060
  """
7712
- The data polling interval in seconds.
7713
-
7714
- Other integration supports an additional argument:
7061
+ the data polling interval in seconds
7715
7062
  """
7716
7063
  return pulumi.get(self, "metrics_polling_interval")
7717
7064
 
@@ -7738,9 +7085,7 @@ class GcpIntegrationsBigTable(dict):
7738
7085
  def __init__(__self__, *,
7739
7086
  metrics_polling_interval: Optional[int] = None):
7740
7087
  """
7741
- :param int metrics_polling_interval: The data polling interval in seconds.
7742
-
7743
- Other integration supports an additional argument:
7088
+ :param int metrics_polling_interval: the data polling interval in seconds
7744
7089
  """
7745
7090
  if metrics_polling_interval is not None:
7746
7091
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7749,9 +7094,7 @@ class GcpIntegrationsBigTable(dict):
7749
7094
  @pulumi.getter(name="metricsPollingInterval")
7750
7095
  def metrics_polling_interval(self) -> Optional[int]:
7751
7096
  """
7752
- The data polling interval in seconds.
7753
-
7754
- Other integration supports an additional argument:
7097
+ the data polling interval in seconds
7755
7098
  """
7756
7099
  return pulumi.get(self, "metrics_polling_interval")
7757
7100
 
@@ -7778,9 +7121,7 @@ class GcpIntegrationsComposer(dict):
7778
7121
  def __init__(__self__, *,
7779
7122
  metrics_polling_interval: Optional[int] = None):
7780
7123
  """
7781
- :param int metrics_polling_interval: The data polling interval in seconds.
7782
-
7783
- Other integration supports an additional argument:
7124
+ :param int metrics_polling_interval: the data polling interval in seconds
7784
7125
  """
7785
7126
  if metrics_polling_interval is not None:
7786
7127
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7789,9 +7130,7 @@ class GcpIntegrationsComposer(dict):
7789
7130
  @pulumi.getter(name="metricsPollingInterval")
7790
7131
  def metrics_polling_interval(self) -> Optional[int]:
7791
7132
  """
7792
- The data polling interval in seconds.
7793
-
7794
- Other integration supports an additional argument:
7133
+ the data polling interval in seconds
7795
7134
  """
7796
7135
  return pulumi.get(self, "metrics_polling_interval")
7797
7136
 
@@ -7818,9 +7157,7 @@ class GcpIntegrationsDataFlow(dict):
7818
7157
  def __init__(__self__, *,
7819
7158
  metrics_polling_interval: Optional[int] = None):
7820
7159
  """
7821
- :param int metrics_polling_interval: The data polling interval in seconds.
7822
-
7823
- Other integration supports an additional argument:
7160
+ :param int metrics_polling_interval: the data polling interval in seconds
7824
7161
  """
7825
7162
  if metrics_polling_interval is not None:
7826
7163
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7829,9 +7166,7 @@ class GcpIntegrationsDataFlow(dict):
7829
7166
  @pulumi.getter(name="metricsPollingInterval")
7830
7167
  def metrics_polling_interval(self) -> Optional[int]:
7831
7168
  """
7832
- The data polling interval in seconds.
7833
-
7834
- Other integration supports an additional argument:
7169
+ the data polling interval in seconds
7835
7170
  """
7836
7171
  return pulumi.get(self, "metrics_polling_interval")
7837
7172
 
@@ -7858,9 +7193,7 @@ class GcpIntegrationsDataProc(dict):
7858
7193
  def __init__(__self__, *,
7859
7194
  metrics_polling_interval: Optional[int] = None):
7860
7195
  """
7861
- :param int metrics_polling_interval: The data polling interval in seconds.
7862
-
7863
- Other integration supports an additional argument:
7196
+ :param int metrics_polling_interval: the data polling interval in seconds
7864
7197
  """
7865
7198
  if metrics_polling_interval is not None:
7866
7199
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7869,9 +7202,7 @@ class GcpIntegrationsDataProc(dict):
7869
7202
  @pulumi.getter(name="metricsPollingInterval")
7870
7203
  def metrics_polling_interval(self) -> Optional[int]:
7871
7204
  """
7872
- The data polling interval in seconds.
7873
-
7874
- Other integration supports an additional argument:
7205
+ the data polling interval in seconds
7875
7206
  """
7876
7207
  return pulumi.get(self, "metrics_polling_interval")
7877
7208
 
@@ -7898,9 +7229,7 @@ class GcpIntegrationsDataStore(dict):
7898
7229
  def __init__(__self__, *,
7899
7230
  metrics_polling_interval: Optional[int] = None):
7900
7231
  """
7901
- :param int metrics_polling_interval: The data polling interval in seconds.
7902
-
7903
- Other integration supports an additional argument:
7232
+ :param int metrics_polling_interval: the data polling interval in seconds
7904
7233
  """
7905
7234
  if metrics_polling_interval is not None:
7906
7235
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7909,9 +7238,7 @@ class GcpIntegrationsDataStore(dict):
7909
7238
  @pulumi.getter(name="metricsPollingInterval")
7910
7239
  def metrics_polling_interval(self) -> Optional[int]:
7911
7240
  """
7912
- The data polling interval in seconds.
7913
-
7914
- Other integration supports an additional argument:
7241
+ the data polling interval in seconds
7915
7242
  """
7916
7243
  return pulumi.get(self, "metrics_polling_interval")
7917
7244
 
@@ -7938,9 +7265,7 @@ class GcpIntegrationsFireBaseDatabase(dict):
7938
7265
  def __init__(__self__, *,
7939
7266
  metrics_polling_interval: Optional[int] = None):
7940
7267
  """
7941
- :param int metrics_polling_interval: The data polling interval in seconds.
7942
-
7943
- Other integration supports an additional argument:
7268
+ :param int metrics_polling_interval: the data polling interval in seconds
7944
7269
  """
7945
7270
  if metrics_polling_interval is not None:
7946
7271
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7949,9 +7274,7 @@ class GcpIntegrationsFireBaseDatabase(dict):
7949
7274
  @pulumi.getter(name="metricsPollingInterval")
7950
7275
  def metrics_polling_interval(self) -> Optional[int]:
7951
7276
  """
7952
- The data polling interval in seconds.
7953
-
7954
- Other integration supports an additional argument:
7277
+ the data polling interval in seconds
7955
7278
  """
7956
7279
  return pulumi.get(self, "metrics_polling_interval")
7957
7280
 
@@ -7978,9 +7301,7 @@ class GcpIntegrationsFireBaseHosting(dict):
7978
7301
  def __init__(__self__, *,
7979
7302
  metrics_polling_interval: Optional[int] = None):
7980
7303
  """
7981
- :param int metrics_polling_interval: The data polling interval in seconds.
7982
-
7983
- Other integration supports an additional argument:
7304
+ :param int metrics_polling_interval: the data polling interval in seconds
7984
7305
  """
7985
7306
  if metrics_polling_interval is not None:
7986
7307
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -7989,9 +7310,7 @@ class GcpIntegrationsFireBaseHosting(dict):
7989
7310
  @pulumi.getter(name="metricsPollingInterval")
7990
7311
  def metrics_polling_interval(self) -> Optional[int]:
7991
7312
  """
7992
- The data polling interval in seconds.
7993
-
7994
- Other integration supports an additional argument:
7313
+ the data polling interval in seconds
7995
7314
  """
7996
7315
  return pulumi.get(self, "metrics_polling_interval")
7997
7316
 
@@ -8018,9 +7337,7 @@ class GcpIntegrationsFireBaseStorage(dict):
8018
7337
  def __init__(__self__, *,
8019
7338
  metrics_polling_interval: Optional[int] = None):
8020
7339
  """
8021
- :param int metrics_polling_interval: The data polling interval in seconds.
8022
-
8023
- Other integration supports an additional argument:
7340
+ :param int metrics_polling_interval: the data polling interval in seconds
8024
7341
  """
8025
7342
  if metrics_polling_interval is not None:
8026
7343
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8029,9 +7346,7 @@ class GcpIntegrationsFireBaseStorage(dict):
8029
7346
  @pulumi.getter(name="metricsPollingInterval")
8030
7347
  def metrics_polling_interval(self) -> Optional[int]:
8031
7348
  """
8032
- The data polling interval in seconds.
8033
-
8034
- Other integration supports an additional argument:
7349
+ the data polling interval in seconds
8035
7350
  """
8036
7351
  return pulumi.get(self, "metrics_polling_interval")
8037
7352
 
@@ -8058,9 +7373,7 @@ class GcpIntegrationsFireStore(dict):
8058
7373
  def __init__(__self__, *,
8059
7374
  metrics_polling_interval: Optional[int] = None):
8060
7375
  """
8061
- :param int metrics_polling_interval: The data polling interval in seconds.
8062
-
8063
- Other integration supports an additional argument:
7376
+ :param int metrics_polling_interval: the data polling interval in seconds
8064
7377
  """
8065
7378
  if metrics_polling_interval is not None:
8066
7379
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8069,9 +7382,7 @@ class GcpIntegrationsFireStore(dict):
8069
7382
  @pulumi.getter(name="metricsPollingInterval")
8070
7383
  def metrics_polling_interval(self) -> Optional[int]:
8071
7384
  """
8072
- The data polling interval in seconds.
8073
-
8074
- Other integration supports an additional argument:
7385
+ the data polling interval in seconds
8075
7386
  """
8076
7387
  return pulumi.get(self, "metrics_polling_interval")
8077
7388
 
@@ -8098,9 +7409,7 @@ class GcpIntegrationsFunctions(dict):
8098
7409
  def __init__(__self__, *,
8099
7410
  metrics_polling_interval: Optional[int] = None):
8100
7411
  """
8101
- :param int metrics_polling_interval: The data polling interval in seconds.
8102
-
8103
- Other integration supports an additional argument:
7412
+ :param int metrics_polling_interval: the data polling interval in seconds
8104
7413
  """
8105
7414
  if metrics_polling_interval is not None:
8106
7415
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8109,9 +7418,7 @@ class GcpIntegrationsFunctions(dict):
8109
7418
  @pulumi.getter(name="metricsPollingInterval")
8110
7419
  def metrics_polling_interval(self) -> Optional[int]:
8111
7420
  """
8112
- The data polling interval in seconds.
8113
-
8114
- Other integration supports an additional argument:
7421
+ the data polling interval in seconds
8115
7422
  """
8116
7423
  return pulumi.get(self, "metrics_polling_interval")
8117
7424
 
@@ -8138,9 +7445,7 @@ class GcpIntegrationsInterconnect(dict):
8138
7445
  def __init__(__self__, *,
8139
7446
  metrics_polling_interval: Optional[int] = None):
8140
7447
  """
8141
- :param int metrics_polling_interval: The data polling interval in seconds.
8142
-
8143
- Other integration supports an additional argument:
7448
+ :param int metrics_polling_interval: the data polling interval in seconds
8144
7449
  """
8145
7450
  if metrics_polling_interval is not None:
8146
7451
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8149,9 +7454,7 @@ class GcpIntegrationsInterconnect(dict):
8149
7454
  @pulumi.getter(name="metricsPollingInterval")
8150
7455
  def metrics_polling_interval(self) -> Optional[int]:
8151
7456
  """
8152
- The data polling interval in seconds.
8153
-
8154
- Other integration supports an additional argument:
7457
+ the data polling interval in seconds
8155
7458
  """
8156
7459
  return pulumi.get(self, "metrics_polling_interval")
8157
7460
 
@@ -8178,9 +7481,7 @@ class GcpIntegrationsKubernetes(dict):
8178
7481
  def __init__(__self__, *,
8179
7482
  metrics_polling_interval: Optional[int] = None):
8180
7483
  """
8181
- :param int metrics_polling_interval: The data polling interval in seconds.
8182
-
8183
- Other integration supports an additional argument:
7484
+ :param int metrics_polling_interval: the data polling interval in seconds
8184
7485
  """
8185
7486
  if metrics_polling_interval is not None:
8186
7487
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8189,9 +7490,7 @@ class GcpIntegrationsKubernetes(dict):
8189
7490
  @pulumi.getter(name="metricsPollingInterval")
8190
7491
  def metrics_polling_interval(self) -> Optional[int]:
8191
7492
  """
8192
- The data polling interval in seconds.
8193
-
8194
- Other integration supports an additional argument:
7493
+ the data polling interval in seconds
8195
7494
  """
8196
7495
  return pulumi.get(self, "metrics_polling_interval")
8197
7496
 
@@ -8218,9 +7517,7 @@ class GcpIntegrationsLoadBalancing(dict):
8218
7517
  def __init__(__self__, *,
8219
7518
  metrics_polling_interval: Optional[int] = None):
8220
7519
  """
8221
- :param int metrics_polling_interval: The data polling interval in seconds.
8222
-
8223
- Other integration supports an additional argument:
7520
+ :param int metrics_polling_interval: the data polling interval in seconds
8224
7521
  """
8225
7522
  if metrics_polling_interval is not None:
8226
7523
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8229,9 +7526,7 @@ class GcpIntegrationsLoadBalancing(dict):
8229
7526
  @pulumi.getter(name="metricsPollingInterval")
8230
7527
  def metrics_polling_interval(self) -> Optional[int]:
8231
7528
  """
8232
- The data polling interval in seconds.
8233
-
8234
- Other integration supports an additional argument:
7529
+ the data polling interval in seconds
8235
7530
  """
8236
7531
  return pulumi.get(self, "metrics_polling_interval")
8237
7532
 
@@ -8258,9 +7553,7 @@ class GcpIntegrationsMemCache(dict):
8258
7553
  def __init__(__self__, *,
8259
7554
  metrics_polling_interval: Optional[int] = None):
8260
7555
  """
8261
- :param int metrics_polling_interval: The data polling interval in seconds.
8262
-
8263
- Other integration supports an additional argument:
7556
+ :param int metrics_polling_interval: the data polling interval in seconds
8264
7557
  """
8265
7558
  if metrics_polling_interval is not None:
8266
7559
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8269,9 +7562,7 @@ class GcpIntegrationsMemCache(dict):
8269
7562
  @pulumi.getter(name="metricsPollingInterval")
8270
7563
  def metrics_polling_interval(self) -> Optional[int]:
8271
7564
  """
8272
- The data polling interval in seconds.
8273
-
8274
- Other integration supports an additional argument:
7565
+ the data polling interval in seconds
8275
7566
  """
8276
7567
  return pulumi.get(self, "metrics_polling_interval")
8277
7568
 
@@ -8301,10 +7592,8 @@ class GcpIntegrationsPubSub(dict):
8301
7592
  fetch_tags: Optional[bool] = None,
8302
7593
  metrics_polling_interval: Optional[int] = None):
8303
7594
  """
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:
7595
+ :param bool fetch_tags: to fetch tags of the resource
7596
+ :param int metrics_polling_interval: the data polling interval in seconds
8308
7597
  """
8309
7598
  if fetch_tags is not None:
8310
7599
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -8315,7 +7604,7 @@ class GcpIntegrationsPubSub(dict):
8315
7604
  @pulumi.getter(name="fetchTags")
8316
7605
  def fetch_tags(self) -> Optional[bool]:
8317
7606
  """
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.
7607
+ to fetch tags of the resource
8319
7608
  """
8320
7609
  return pulumi.get(self, "fetch_tags")
8321
7610
 
@@ -8323,9 +7612,7 @@ class GcpIntegrationsPubSub(dict):
8323
7612
  @pulumi.getter(name="metricsPollingInterval")
8324
7613
  def metrics_polling_interval(self) -> Optional[int]:
8325
7614
  """
8326
- The data polling interval in seconds.
8327
-
8328
- Other integration supports an additional argument:
7615
+ the data polling interval in seconds
8329
7616
  """
8330
7617
  return pulumi.get(self, "metrics_polling_interval")
8331
7618
 
@@ -8352,9 +7639,7 @@ class GcpIntegrationsRedis(dict):
8352
7639
  def __init__(__self__, *,
8353
7640
  metrics_polling_interval: Optional[int] = None):
8354
7641
  """
8355
- :param int metrics_polling_interval: The data polling interval in seconds.
8356
-
8357
- Other integration supports an additional argument:
7642
+ :param int metrics_polling_interval: the data polling interval in seconds
8358
7643
  """
8359
7644
  if metrics_polling_interval is not None:
8360
7645
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8363,9 +7648,7 @@ class GcpIntegrationsRedis(dict):
8363
7648
  @pulumi.getter(name="metricsPollingInterval")
8364
7649
  def metrics_polling_interval(self) -> Optional[int]:
8365
7650
  """
8366
- The data polling interval in seconds.
8367
-
8368
- Other integration supports an additional argument:
7651
+ the data polling interval in seconds
8369
7652
  """
8370
7653
  return pulumi.get(self, "metrics_polling_interval")
8371
7654
 
@@ -8392,9 +7675,7 @@ class GcpIntegrationsRouter(dict):
8392
7675
  def __init__(__self__, *,
8393
7676
  metrics_polling_interval: Optional[int] = None):
8394
7677
  """
8395
- :param int metrics_polling_interval: The data polling interval in seconds.
8396
-
8397
- Other integration supports an additional argument:
7678
+ :param int metrics_polling_interval: the data polling interval in seconds
8398
7679
  """
8399
7680
  if metrics_polling_interval is not None:
8400
7681
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8403,9 +7684,7 @@ class GcpIntegrationsRouter(dict):
8403
7684
  @pulumi.getter(name="metricsPollingInterval")
8404
7685
  def metrics_polling_interval(self) -> Optional[int]:
8405
7686
  """
8406
- The data polling interval in seconds.
8407
-
8408
- Other integration supports an additional argument:
7687
+ the data polling interval in seconds
8409
7688
  """
8410
7689
  return pulumi.get(self, "metrics_polling_interval")
8411
7690
 
@@ -8432,9 +7711,7 @@ class GcpIntegrationsRun(dict):
8432
7711
  def __init__(__self__, *,
8433
7712
  metrics_polling_interval: Optional[int] = None):
8434
7713
  """
8435
- :param int metrics_polling_interval: The data polling interval in seconds.
8436
-
8437
- Other integration supports an additional argument:
7714
+ :param int metrics_polling_interval: the data polling interval in seconds
8438
7715
  """
8439
7716
  if metrics_polling_interval is not None:
8440
7717
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8443,9 +7720,7 @@ class GcpIntegrationsRun(dict):
8443
7720
  @pulumi.getter(name="metricsPollingInterval")
8444
7721
  def metrics_polling_interval(self) -> Optional[int]:
8445
7722
  """
8446
- The data polling interval in seconds.
8447
-
8448
- Other integration supports an additional argument:
7723
+ the data polling interval in seconds
8449
7724
  """
8450
7725
  return pulumi.get(self, "metrics_polling_interval")
8451
7726
 
@@ -8475,10 +7750,8 @@ class GcpIntegrationsSpanner(dict):
8475
7750
  fetch_tags: Optional[bool] = None,
8476
7751
  metrics_polling_interval: Optional[int] = None):
8477
7752
  """
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:
7753
+ :param bool fetch_tags: to fetch tags of the resource
7754
+ :param int metrics_polling_interval: the data polling interval in seconds
8482
7755
  """
8483
7756
  if fetch_tags is not None:
8484
7757
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -8489,7 +7762,7 @@ class GcpIntegrationsSpanner(dict):
8489
7762
  @pulumi.getter(name="fetchTags")
8490
7763
  def fetch_tags(self) -> Optional[bool]:
8491
7764
  """
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.
7765
+ to fetch tags of the resource
8493
7766
  """
8494
7767
  return pulumi.get(self, "fetch_tags")
8495
7768
 
@@ -8497,9 +7770,7 @@ class GcpIntegrationsSpanner(dict):
8497
7770
  @pulumi.getter(name="metricsPollingInterval")
8498
7771
  def metrics_polling_interval(self) -> Optional[int]:
8499
7772
  """
8500
- The data polling interval in seconds.
8501
-
8502
- Other integration supports an additional argument:
7773
+ the data polling interval in seconds
8503
7774
  """
8504
7775
  return pulumi.get(self, "metrics_polling_interval")
8505
7776
 
@@ -8526,9 +7797,7 @@ class GcpIntegrationsSql(dict):
8526
7797
  def __init__(__self__, *,
8527
7798
  metrics_polling_interval: Optional[int] = None):
8528
7799
  """
8529
- :param int metrics_polling_interval: The data polling interval in seconds.
8530
-
8531
- Other integration supports an additional argument:
7800
+ :param int metrics_polling_interval: the data polling interval in seconds
8532
7801
  """
8533
7802
  if metrics_polling_interval is not None:
8534
7803
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8537,9 +7806,7 @@ class GcpIntegrationsSql(dict):
8537
7806
  @pulumi.getter(name="metricsPollingInterval")
8538
7807
  def metrics_polling_interval(self) -> Optional[int]:
8539
7808
  """
8540
- The data polling interval in seconds.
8541
-
8542
- Other integration supports an additional argument:
7809
+ the data polling interval in seconds
8543
7810
  """
8544
7811
  return pulumi.get(self, "metrics_polling_interval")
8545
7812
 
@@ -8569,10 +7836,8 @@ class GcpIntegrationsStorage(dict):
8569
7836
  fetch_tags: Optional[bool] = None,
8570
7837
  metrics_polling_interval: Optional[int] = None):
8571
7838
  """
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:
7839
+ :param bool fetch_tags: to fetch tags of the resource
7840
+ :param int metrics_polling_interval: the data polling interval in seconds
8576
7841
  """
8577
7842
  if fetch_tags is not None:
8578
7843
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -8583,7 +7848,7 @@ class GcpIntegrationsStorage(dict):
8583
7848
  @pulumi.getter(name="fetchTags")
8584
7849
  def fetch_tags(self) -> Optional[bool]:
8585
7850
  """
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.
7851
+ to fetch tags of the resource
8587
7852
  """
8588
7853
  return pulumi.get(self, "fetch_tags")
8589
7854
 
@@ -8591,9 +7856,7 @@ class GcpIntegrationsStorage(dict):
8591
7856
  @pulumi.getter(name="metricsPollingInterval")
8592
7857
  def metrics_polling_interval(self) -> Optional[int]:
8593
7858
  """
8594
- The data polling interval in seconds.
8595
-
8596
- Other integration supports an additional argument:
7859
+ the data polling interval in seconds
8597
7860
  """
8598
7861
  return pulumi.get(self, "metrics_polling_interval")
8599
7862
 
@@ -8620,9 +7883,7 @@ class GcpIntegrationsVirtualMachines(dict):
8620
7883
  def __init__(__self__, *,
8621
7884
  metrics_polling_interval: Optional[int] = None):
8622
7885
  """
8623
- :param int metrics_polling_interval: The data polling interval in seconds.
8624
-
8625
- Other integration supports an additional argument:
7886
+ :param int metrics_polling_interval: the data polling interval in seconds
8626
7887
  """
8627
7888
  if metrics_polling_interval is not None:
8628
7889
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8631,9 +7892,7 @@ class GcpIntegrationsVirtualMachines(dict):
8631
7892
  @pulumi.getter(name="metricsPollingInterval")
8632
7893
  def metrics_polling_interval(self) -> Optional[int]:
8633
7894
  """
8634
- The data polling interval in seconds.
8635
-
8636
- Other integration supports an additional argument:
7895
+ the data polling interval in seconds
8637
7896
  """
8638
7897
  return pulumi.get(self, "metrics_polling_interval")
8639
7898
 
@@ -8660,9 +7919,7 @@ class GcpIntegrationsVpcAccess(dict):
8660
7919
  def __init__(__self__, *,
8661
7920
  metrics_polling_interval: Optional[int] = None):
8662
7921
  """
8663
- :param int metrics_polling_interval: The data polling interval in seconds.
8664
-
8665
- Other integration supports an additional argument:
7922
+ :param int metrics_polling_interval: the data polling interval in seconds
8666
7923
  """
8667
7924
  if metrics_polling_interval is not None:
8668
7925
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -8671,9 +7928,7 @@ class GcpIntegrationsVpcAccess(dict):
8671
7928
  @pulumi.getter(name="metricsPollingInterval")
8672
7929
  def metrics_polling_interval(self) -> Optional[int]:
8673
7930
  """
8674
- The data polling interval in seconds.
8675
-
8676
- Other integration supports an additional argument:
7931
+ the data polling interval in seconds
8677
7932
  """
8678
7933
  return pulumi.get(self, "metrics_polling_interval")
8679
7934