pulumi-newrelic 5.23.0__py3-none-any.whl → 5.23.0a1711605988__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. pulumi_newrelic/_inputs.py +270 -183
  2. pulumi_newrelic/account_management.py +20 -20
  3. pulumi_newrelic/alert_channel.py +92 -76
  4. pulumi_newrelic/alert_condition.py +163 -104
  5. pulumi_newrelic/alert_muting_rule.py +35 -33
  6. pulumi_newrelic/alert_policy.py +43 -68
  7. pulumi_newrelic/alert_policy_channel.py +8 -12
  8. pulumi_newrelic/cloud/_inputs.py +1072 -322
  9. pulumi_newrelic/cloud/aws_govcloud_link_account.py +6 -4
  10. pulumi_newrelic/cloud/aws_integrations.py +15 -13
  11. pulumi_newrelic/cloud/aws_link_account.py +6 -4
  12. pulumi_newrelic/cloud/azure_integrations.py +12 -10
  13. pulumi_newrelic/cloud/azure_link_account.py +6 -4
  14. pulumi_newrelic/cloud/gcp_integrations.py +6 -6
  15. pulumi_newrelic/cloud/gcp_link_account.py +6 -4
  16. pulumi_newrelic/cloud/outputs.py +1072 -322
  17. pulumi_newrelic/data_partition_rule.py +4 -0
  18. pulumi_newrelic/entity_tags.py +17 -13
  19. pulumi_newrelic/events_to_metrics_rule.py +4 -2
  20. pulumi_newrelic/get_account.py +4 -0
  21. pulumi_newrelic/get_application.py +10 -8
  22. pulumi_newrelic/get_authentication_domain.py +8 -4
  23. pulumi_newrelic/get_cloud_account.py +4 -0
  24. pulumi_newrelic/get_entity.py +33 -48
  25. pulumi_newrelic/get_group.py +8 -42
  26. pulumi_newrelic/get_key_transaction.py +10 -8
  27. pulumi_newrelic/get_notification_destination.py +1 -20
  28. pulumi_newrelic/get_obfuscation_expression.py +4 -2
  29. pulumi_newrelic/get_service_level_alert_helper.py +46 -22
  30. pulumi_newrelic/get_test_grok_pattern.py +6 -4
  31. pulumi_newrelic/get_user.py +4 -0
  32. pulumi_newrelic/group.py +42 -40
  33. pulumi_newrelic/infra_alert_condition.py +145 -154
  34. pulumi_newrelic/insights/event.py +25 -8
  35. pulumi_newrelic/log_parsing_rule.py +10 -6
  36. pulumi_newrelic/monitor_downtime.py +193 -174
  37. pulumi_newrelic/notification_channel.py +150 -124
  38. pulumi_newrelic/notification_destination.py +1 -95
  39. pulumi_newrelic/nrql_alert_condition.py +48 -38
  40. pulumi_newrelic/nrql_drop_rule.py +38 -34
  41. pulumi_newrelic/obfuscation_expression.py +4 -2
  42. pulumi_newrelic/obfuscation_rule.py +4 -4
  43. pulumi_newrelic/one_dashboard.py +48 -42
  44. pulumi_newrelic/one_dashboard_raw.py +86 -86
  45. pulumi_newrelic/outputs.py +270 -180
  46. pulumi_newrelic/plugins/_inputs.py +16 -16
  47. pulumi_newrelic/plugins/application_settings.py +36 -20
  48. pulumi_newrelic/plugins/outputs.py +16 -16
  49. pulumi_newrelic/plugins/workload.py +40 -158
  50. pulumi_newrelic/service_level.py +123 -38
  51. pulumi_newrelic/synthetics/alert_condition.py +78 -34
  52. pulumi_newrelic/synthetics/broken_links_monitor.py +20 -18
  53. pulumi_newrelic/synthetics/cert_check_monitor.py +18 -16
  54. pulumi_newrelic/synthetics/get_private_location.py +8 -0
  55. pulumi_newrelic/synthetics/get_secure_credential.py +12 -0
  56. pulumi_newrelic/synthetics/monitor.py +52 -48
  57. pulumi_newrelic/synthetics/multi_location_alert_condition.py +83 -69
  58. pulumi_newrelic/synthetics/private_location.py +6 -6
  59. pulumi_newrelic/synthetics/script_monitor.py +42 -38
  60. pulumi_newrelic/synthetics/secure_credential.py +22 -25
  61. pulumi_newrelic/synthetics/step_monitor.py +20 -18
  62. pulumi_newrelic/user.py +10 -8
  63. pulumi_newrelic/workflow.py +24 -20
  64. {pulumi_newrelic-5.23.0.dist-info → pulumi_newrelic-5.23.0a1711605988.dist-info}/METADATA +1 -1
  65. pulumi_newrelic-5.23.0a1711605988.dist-info/RECORD +89 -0
  66. pulumi_newrelic-5.23.0.dist-info/RECORD +0 -89
  67. {pulumi_newrelic-5.23.0.dist-info → pulumi_newrelic-5.23.0a1711605988.dist-info}/WHEEL +0 -0
  68. {pulumi_newrelic-5.23.0.dist-info → pulumi_newrelic-5.23.0a1711605988.dist-info}/top_level.txt +0 -0
@@ -153,11 +153,13 @@ class AwsGovcloudIntegrationsAlbArgs:
153
153
  tag_key: Optional[pulumi.Input[str]] = None,
154
154
  tag_value: Optional[pulumi.Input[str]] = None):
155
155
  """
156
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
156
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
157
157
  :param pulumi.Input[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.
158
158
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
159
159
  :param pulumi.Input[Sequence[pulumi.Input[str]]] load_balancer_prefixes: Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.
160
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
160
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
161
+
162
+ Some integration types support an additional set of arguments:
161
163
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
162
164
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
163
165
  """
@@ -180,7 +182,7 @@ class AwsGovcloudIntegrationsAlbArgs:
180
182
  @pulumi.getter(name="awsRegions")
181
183
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
182
184
  """
183
- Specify each AWS region that includes the resources that you want to monitor
185
+ Specify each AWS region that includes the resources that you want to monitor.
184
186
  """
185
187
  return pulumi.get(self, "aws_regions")
186
188
 
@@ -228,7 +230,9 @@ class AwsGovcloudIntegrationsAlbArgs:
228
230
  @pulumi.getter(name="metricsPollingInterval")
229
231
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
230
232
  """
231
- The data polling interval in seconds
233
+ The data polling interval in seconds.
234
+
235
+ Some integration types support an additional set of arguments:
232
236
  """
233
237
  return pulumi.get(self, "metrics_polling_interval")
234
238
 
@@ -270,9 +274,11 @@ class AwsGovcloudIntegrationsApiGatewayArgs:
270
274
  tag_key: Optional[pulumi.Input[str]] = None,
271
275
  tag_value: Optional[pulumi.Input[str]] = None):
272
276
  """
273
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
274
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
275
- :param pulumi.Input[Sequence[pulumi.Input[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.
277
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
278
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
279
+
280
+ Some integration types support an additional set of arguments:
281
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] stage_prefixes: Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.
276
282
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
277
283
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
278
284
  """
@@ -291,7 +297,7 @@ class AwsGovcloudIntegrationsApiGatewayArgs:
291
297
  @pulumi.getter(name="awsRegions")
292
298
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
293
299
  """
294
- Specify each AWS region that includes the resources that you want to monitor
300
+ Specify each AWS region that includes the resources that you want to monitor.
295
301
  """
296
302
  return pulumi.get(self, "aws_regions")
297
303
 
@@ -303,7 +309,9 @@ class AwsGovcloudIntegrationsApiGatewayArgs:
303
309
  @pulumi.getter(name="metricsPollingInterval")
304
310
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
305
311
  """
306
- The data polling interval in seconds
312
+ The data polling interval in seconds.
313
+
314
+ Some integration types support an additional set of arguments:
307
315
  """
308
316
  return pulumi.get(self, "metrics_polling_interval")
309
317
 
@@ -315,7 +323,7 @@ class AwsGovcloudIntegrationsApiGatewayArgs:
315
323
  @pulumi.getter(name="stagePrefixes")
316
324
  def stage_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
317
325
  """
318
- Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
326
+ Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.
319
327
  """
320
328
  return pulumi.get(self, "stage_prefixes")
321
329
 
@@ -354,8 +362,10 @@ class AwsGovcloudIntegrationsAutoScalingArgs:
354
362
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
355
363
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
356
364
  """
357
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
358
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
365
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
366
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
367
+
368
+ Some integration types support an additional set of arguments:
359
369
  """
360
370
  if aws_regions is not None:
361
371
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -366,7 +376,7 @@ class AwsGovcloudIntegrationsAutoScalingArgs:
366
376
  @pulumi.getter(name="awsRegions")
367
377
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
368
378
  """
369
- Specify each AWS region that includes the resources that you want to monitor
379
+ Specify each AWS region that includes the resources that you want to monitor.
370
380
  """
371
381
  return pulumi.get(self, "aws_regions")
372
382
 
@@ -378,7 +388,9 @@ class AwsGovcloudIntegrationsAutoScalingArgs:
378
388
  @pulumi.getter(name="metricsPollingInterval")
379
389
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
380
390
  """
381
- The data polling interval in seconds
391
+ The data polling interval in seconds.
392
+
393
+ Some integration types support an additional set of arguments:
382
394
  """
383
395
  return pulumi.get(self, "metrics_polling_interval")
384
396
 
@@ -393,8 +405,10 @@ class AwsGovcloudIntegrationsAwsDirectConnectArgs:
393
405
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
394
406
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
395
407
  """
396
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
397
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
408
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
409
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
410
+
411
+ Some integration types support an additional set of arguments:
398
412
  """
399
413
  if aws_regions is not None:
400
414
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -405,7 +419,7 @@ class AwsGovcloudIntegrationsAwsDirectConnectArgs:
405
419
  @pulumi.getter(name="awsRegions")
406
420
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
407
421
  """
408
- Specify each AWS region that includes the resources that you want to monitor
422
+ Specify each AWS region that includes the resources that you want to monitor.
409
423
  """
410
424
  return pulumi.get(self, "aws_regions")
411
425
 
@@ -417,7 +431,9 @@ class AwsGovcloudIntegrationsAwsDirectConnectArgs:
417
431
  @pulumi.getter(name="metricsPollingInterval")
418
432
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
419
433
  """
420
- The data polling interval in seconds
434
+ The data polling interval in seconds.
435
+
436
+ Some integration types support an additional set of arguments:
421
437
  """
422
438
  return pulumi.get(self, "metrics_polling_interval")
423
439
 
@@ -432,8 +448,10 @@ class AwsGovcloudIntegrationsAwsStatesArgs:
432
448
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
433
449
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
434
450
  """
435
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
436
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
451
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
452
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
453
+
454
+ Some integration types support an additional set of arguments:
437
455
  """
438
456
  if aws_regions is not None:
439
457
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -444,7 +462,7 @@ class AwsGovcloudIntegrationsAwsStatesArgs:
444
462
  @pulumi.getter(name="awsRegions")
445
463
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
446
464
  """
447
- Specify each AWS region that includes the resources that you want to monitor
465
+ Specify each AWS region that includes the resources that you want to monitor.
448
466
  """
449
467
  return pulumi.get(self, "aws_regions")
450
468
 
@@ -456,7 +474,9 @@ class AwsGovcloudIntegrationsAwsStatesArgs:
456
474
  @pulumi.getter(name="metricsPollingInterval")
457
475
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
458
476
  """
459
- The data polling interval in seconds
477
+ The data polling interval in seconds.
478
+
479
+ Some integration types support an additional set of arguments:
460
480
  """
461
481
  return pulumi.get(self, "metrics_polling_interval")
462
482
 
@@ -471,8 +491,10 @@ class AwsGovcloudIntegrationsCloudtrailArgs:
471
491
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
472
492
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
473
493
  """
474
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
475
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
494
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
495
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
496
+
497
+ Some integration types support an additional set of arguments:
476
498
  """
477
499
  if aws_regions is not None:
478
500
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -483,7 +505,7 @@ class AwsGovcloudIntegrationsCloudtrailArgs:
483
505
  @pulumi.getter(name="awsRegions")
484
506
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
485
507
  """
486
- Specify each AWS region that includes the resources that you want to monitor
508
+ Specify each AWS region that includes the resources that you want to monitor.
487
509
  """
488
510
  return pulumi.get(self, "aws_regions")
489
511
 
@@ -495,7 +517,9 @@ class AwsGovcloudIntegrationsCloudtrailArgs:
495
517
  @pulumi.getter(name="metricsPollingInterval")
496
518
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
497
519
  """
498
- The data polling interval in seconds
520
+ The data polling interval in seconds.
521
+
522
+ Some integration types support an additional set of arguments:
499
523
  """
500
524
  return pulumi.get(self, "metrics_polling_interval")
501
525
 
@@ -514,10 +538,12 @@ class AwsGovcloudIntegrationsDynamoDbArgs:
514
538
  tag_key: Optional[pulumi.Input[str]] = None,
515
539
  tag_value: Optional[pulumi.Input[str]] = None):
516
540
  """
517
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
541
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
518
542
  :param pulumi.Input[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.
519
543
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
520
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
544
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
545
+
546
+ Some integration types support an additional set of arguments:
521
547
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
522
548
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
523
549
  """
@@ -538,7 +564,7 @@ class AwsGovcloudIntegrationsDynamoDbArgs:
538
564
  @pulumi.getter(name="awsRegions")
539
565
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
540
566
  """
541
- Specify each AWS region that includes the resources that you want to monitor
567
+ Specify each AWS region that includes the resources that you want to monitor.
542
568
  """
543
569
  return pulumi.get(self, "aws_regions")
544
570
 
@@ -574,7 +600,9 @@ class AwsGovcloudIntegrationsDynamoDbArgs:
574
600
  @pulumi.getter(name="metricsPollingInterval")
575
601
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
576
602
  """
577
- The data polling interval in seconds
603
+ The data polling interval in seconds.
604
+
605
+ Some integration types support an additional set of arguments:
578
606
  """
579
607
  return pulumi.get(self, "metrics_polling_interval")
580
608
 
@@ -616,9 +644,11 @@ class AwsGovcloudIntegrationsEbsArgs:
616
644
  tag_key: Optional[pulumi.Input[str]] = None,
617
645
  tag_value: Optional[pulumi.Input[str]] = None):
618
646
  """
619
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
647
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
620
648
  :param pulumi.Input[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.
621
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
649
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
650
+
651
+ Some integration types support an additional set of arguments:
622
652
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
623
653
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
624
654
  """
@@ -637,7 +667,7 @@ class AwsGovcloudIntegrationsEbsArgs:
637
667
  @pulumi.getter(name="awsRegions")
638
668
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
639
669
  """
640
- Specify each AWS region that includes the resources that you want to monitor
670
+ Specify each AWS region that includes the resources that you want to monitor.
641
671
  """
642
672
  return pulumi.get(self, "aws_regions")
643
673
 
@@ -661,7 +691,9 @@ class AwsGovcloudIntegrationsEbsArgs:
661
691
  @pulumi.getter(name="metricsPollingInterval")
662
692
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
663
693
  """
664
- The data polling interval in seconds
694
+ The data polling interval in seconds.
695
+
696
+ Some integration types support an additional set of arguments:
665
697
  """
666
698
  return pulumi.get(self, "metrics_polling_interval")
667
699
 
@@ -703,9 +735,11 @@ class AwsGovcloudIntegrationsEc2Args:
703
735
  tag_key: Optional[pulumi.Input[str]] = None,
704
736
  tag_value: Optional[pulumi.Input[str]] = None):
705
737
  """
706
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
738
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
707
739
  :param pulumi.Input[bool] fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected
708
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
740
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
741
+
742
+ Some integration types support an additional set of arguments:
709
743
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
710
744
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
711
745
  """
@@ -724,7 +758,7 @@ class AwsGovcloudIntegrationsEc2Args:
724
758
  @pulumi.getter(name="awsRegions")
725
759
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
726
760
  """
727
- Specify each AWS region that includes the resources that you want to monitor
761
+ Specify each AWS region that includes the resources that you want to monitor.
728
762
  """
729
763
  return pulumi.get(self, "aws_regions")
730
764
 
@@ -748,7 +782,9 @@ class AwsGovcloudIntegrationsEc2Args:
748
782
  @pulumi.getter(name="metricsPollingInterval")
749
783
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
750
784
  """
751
- The data polling interval in seconds
785
+ The data polling interval in seconds.
786
+
787
+ Some integration types support an additional set of arguments:
752
788
  """
753
789
  return pulumi.get(self, "metrics_polling_interval")
754
790
 
@@ -790,9 +826,11 @@ class AwsGovcloudIntegrationsElasticSearchArgs:
790
826
  tag_key: Optional[pulumi.Input[str]] = None,
791
827
  tag_value: Optional[pulumi.Input[str]] = None):
792
828
  """
793
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
794
- :param pulumi.Input[bool] fetch_nodes: Specify if IP addresses of ec2 instance should be collected
795
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
829
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
830
+ :param pulumi.Input[bool] fetch_nodes: Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.
831
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
832
+
833
+ Some integration types support an additional set of arguments:
796
834
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
797
835
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
798
836
  """
@@ -811,7 +849,7 @@ class AwsGovcloudIntegrationsElasticSearchArgs:
811
849
  @pulumi.getter(name="awsRegions")
812
850
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
813
851
  """
814
- Specify each AWS region that includes the resources that you want to monitor
852
+ Specify each AWS region that includes the resources that you want to monitor.
815
853
  """
816
854
  return pulumi.get(self, "aws_regions")
817
855
 
@@ -823,7 +861,7 @@ class AwsGovcloudIntegrationsElasticSearchArgs:
823
861
  @pulumi.getter(name="fetchNodes")
824
862
  def fetch_nodes(self) -> Optional[pulumi.Input[bool]]:
825
863
  """
826
- Specify if IP addresses of ec2 instance should be collected
864
+ Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.
827
865
  """
828
866
  return pulumi.get(self, "fetch_nodes")
829
867
 
@@ -835,7 +873,9 @@ class AwsGovcloudIntegrationsElasticSearchArgs:
835
873
  @pulumi.getter(name="metricsPollingInterval")
836
874
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
837
875
  """
838
- The data polling interval in seconds
876
+ The data polling interval in seconds.
877
+
878
+ Some integration types support an additional set of arguments:
839
879
  """
840
880
  return pulumi.get(self, "metrics_polling_interval")
841
881
 
@@ -876,10 +916,12 @@ class AwsGovcloudIntegrationsElbArgs:
876
916
  fetch_tags: Optional[pulumi.Input[bool]] = None,
877
917
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
878
918
  """
879
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
919
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
880
920
  :param pulumi.Input[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.
881
921
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
882
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
922
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
923
+
924
+ Some integration types support an additional set of arguments:
883
925
  """
884
926
  if aws_regions is not None:
885
927
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -894,7 +936,7 @@ class AwsGovcloudIntegrationsElbArgs:
894
936
  @pulumi.getter(name="awsRegions")
895
937
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
896
938
  """
897
- Specify each AWS region that includes the resources that you want to monitor
939
+ Specify each AWS region that includes the resources that you want to monitor.
898
940
  """
899
941
  return pulumi.get(self, "aws_regions")
900
942
 
@@ -930,7 +972,9 @@ class AwsGovcloudIntegrationsElbArgs:
930
972
  @pulumi.getter(name="metricsPollingInterval")
931
973
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
932
974
  """
933
- The data polling interval in seconds
975
+ The data polling interval in seconds.
976
+
977
+ Some integration types support an additional set of arguments:
934
978
  """
935
979
  return pulumi.get(self, "metrics_polling_interval")
936
980
 
@@ -948,9 +992,11 @@ class AwsGovcloudIntegrationsEmrArgs:
948
992
  tag_key: Optional[pulumi.Input[str]] = None,
949
993
  tag_value: Optional[pulumi.Input[str]] = None):
950
994
  """
951
- :param pulumi.Input[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor
995
+ :param pulumi.Input[str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
952
996
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
953
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
997
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
998
+
999
+ Some integration types support an additional set of arguments:
954
1000
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
955
1001
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
956
1002
  """
@@ -969,7 +1015,7 @@ class AwsGovcloudIntegrationsEmrArgs:
969
1015
  @pulumi.getter(name="awsRegions")
970
1016
  def aws_regions(self) -> Optional[pulumi.Input[str]]:
971
1017
  """
972
- Specify each AWS region that includes the resources that you want to monitor
1018
+ Specify each AWS region that includes the resources that you want to monitor.
973
1019
  """
974
1020
  return pulumi.get(self, "aws_regions")
975
1021
 
@@ -993,7 +1039,9 @@ class AwsGovcloudIntegrationsEmrArgs:
993
1039
  @pulumi.getter(name="metricsPollingInterval")
994
1040
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
995
1041
  """
996
- The data polling interval in seconds
1042
+ The data polling interval in seconds.
1043
+
1044
+ Some integration types support an additional set of arguments:
997
1045
  """
998
1046
  return pulumi.get(self, "metrics_polling_interval")
999
1047
 
@@ -1033,7 +1081,9 @@ class AwsGovcloudIntegrationsIamArgs:
1033
1081
  tag_key: Optional[pulumi.Input[str]] = None,
1034
1082
  tag_value: Optional[pulumi.Input[str]] = None):
1035
1083
  """
1036
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
1084
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1085
+
1086
+ Some integration types support an additional set of arguments:
1037
1087
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1038
1088
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1039
1089
  """
@@ -1048,7 +1098,9 @@ class AwsGovcloudIntegrationsIamArgs:
1048
1098
  @pulumi.getter(name="metricsPollingInterval")
1049
1099
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1050
1100
  """
1051
- The data polling interval in seconds
1101
+ The data polling interval in seconds.
1102
+
1103
+ Some integration types support an additional set of arguments:
1052
1104
  """
1053
1105
  return pulumi.get(self, "metrics_polling_interval")
1054
1106
 
@@ -1090,9 +1142,11 @@ class AwsGovcloudIntegrationsLambdaArgs:
1090
1142
  tag_key: Optional[pulumi.Input[str]] = None,
1091
1143
  tag_value: Optional[pulumi.Input[str]] = None):
1092
1144
  """
1093
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1145
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1094
1146
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1095
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
1147
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1148
+
1149
+ Some integration types support an additional set of arguments:
1096
1150
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1097
1151
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1098
1152
  """
@@ -1111,7 +1165,7 @@ class AwsGovcloudIntegrationsLambdaArgs:
1111
1165
  @pulumi.getter(name="awsRegions")
1112
1166
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1113
1167
  """
1114
- Specify each AWS region that includes the resources that you want to monitor
1168
+ Specify each AWS region that includes the resources that you want to monitor.
1115
1169
  """
1116
1170
  return pulumi.get(self, "aws_regions")
1117
1171
 
@@ -1135,7 +1189,9 @@ class AwsGovcloudIntegrationsLambdaArgs:
1135
1189
  @pulumi.getter(name="metricsPollingInterval")
1136
1190
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1137
1191
  """
1138
- The data polling interval in seconds
1192
+ The data polling interval in seconds.
1193
+
1194
+ Some integration types support an additional set of arguments:
1139
1195
  """
1140
1196
  return pulumi.get(self, "metrics_polling_interval")
1141
1197
 
@@ -1177,9 +1233,11 @@ class AwsGovcloudIntegrationsRdsArgs:
1177
1233
  tag_key: Optional[pulumi.Input[str]] = None,
1178
1234
  tag_value: Optional[pulumi.Input[str]] = None):
1179
1235
  """
1180
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1236
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1181
1237
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1182
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
1238
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1239
+
1240
+ Some integration types support an additional set of arguments:
1183
1241
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1184
1242
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1185
1243
  """
@@ -1198,7 +1256,7 @@ class AwsGovcloudIntegrationsRdsArgs:
1198
1256
  @pulumi.getter(name="awsRegions")
1199
1257
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1200
1258
  """
1201
- Specify each AWS region that includes the resources that you want to monitor
1259
+ Specify each AWS region that includes the resources that you want to monitor.
1202
1260
  """
1203
1261
  return pulumi.get(self, "aws_regions")
1204
1262
 
@@ -1222,7 +1280,9 @@ class AwsGovcloudIntegrationsRdsArgs:
1222
1280
  @pulumi.getter(name="metricsPollingInterval")
1223
1281
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1224
1282
  """
1225
- The data polling interval in seconds
1283
+ The data polling interval in seconds.
1284
+
1285
+ Some integration types support an additional set of arguments:
1226
1286
  """
1227
1287
  return pulumi.get(self, "metrics_polling_interval")
1228
1288
 
@@ -1263,8 +1323,10 @@ class AwsGovcloudIntegrationsRedShiftArgs:
1263
1323
  tag_key: Optional[pulumi.Input[str]] = None,
1264
1324
  tag_value: Optional[pulumi.Input[str]] = None):
1265
1325
  """
1266
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1267
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
1326
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1327
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1328
+
1329
+ Some integration types support an additional set of arguments:
1268
1330
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1269
1331
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1270
1332
  """
@@ -1281,7 +1343,7 @@ class AwsGovcloudIntegrationsRedShiftArgs:
1281
1343
  @pulumi.getter(name="awsRegions")
1282
1344
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1283
1345
  """
1284
- Specify each AWS region that includes the resources that you want to monitor
1346
+ Specify each AWS region that includes the resources that you want to monitor.
1285
1347
  """
1286
1348
  return pulumi.get(self, "aws_regions")
1287
1349
 
@@ -1293,7 +1355,9 @@ class AwsGovcloudIntegrationsRedShiftArgs:
1293
1355
  @pulumi.getter(name="metricsPollingInterval")
1294
1356
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1295
1357
  """
1296
- The data polling interval in seconds
1358
+ The data polling interval in seconds.
1359
+
1360
+ Some integration types support an additional set of arguments:
1297
1361
  """
1298
1362
  return pulumi.get(self, "metrics_polling_interval")
1299
1363
 
@@ -1333,7 +1397,9 @@ class AwsGovcloudIntegrationsRoute53Args:
1333
1397
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
1334
1398
  """
1335
1399
  :param pulumi.Input[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.
1336
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
1400
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1401
+
1402
+ Some integration types support an additional set of arguments:
1337
1403
  """
1338
1404
  if fetch_extended_inventory is not None:
1339
1405
  pulumi.set(__self__, "fetch_extended_inventory", fetch_extended_inventory)
@@ -1356,7 +1422,9 @@ class AwsGovcloudIntegrationsRoute53Args:
1356
1422
  @pulumi.getter(name="metricsPollingInterval")
1357
1423
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1358
1424
  """
1359
- The data polling interval in seconds
1425
+ The data polling interval in seconds.
1426
+
1427
+ Some integration types support an additional set of arguments:
1360
1428
  """
1361
1429
  return pulumi.get(self, "metrics_polling_interval")
1362
1430
 
@@ -1376,7 +1444,9 @@ class AwsGovcloudIntegrationsS3Args:
1376
1444
  """
1377
1445
  :param pulumi.Input[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.
1378
1446
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1379
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
1447
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1448
+
1449
+ Some integration types support an additional set of arguments:
1380
1450
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1381
1451
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1382
1452
  """
@@ -1419,7 +1489,9 @@ class AwsGovcloudIntegrationsS3Args:
1419
1489
  @pulumi.getter(name="metricsPollingInterval")
1420
1490
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1421
1491
  """
1422
- The data polling interval in seconds
1492
+ The data polling interval in seconds.
1493
+
1494
+ Some integration types support an additional set of arguments:
1423
1495
  """
1424
1496
  return pulumi.get(self, "metrics_polling_interval")
1425
1497
 
@@ -1459,9 +1531,11 @@ class AwsGovcloudIntegrationsSnsArgs:
1459
1531
  fetch_extended_inventory: Optional[pulumi.Input[bool]] = None,
1460
1532
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
1461
1533
  """
1462
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1534
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1463
1535
  :param pulumi.Input[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.
1464
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
1536
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1537
+
1538
+ Some integration types support an additional set of arguments:
1465
1539
  """
1466
1540
  if aws_regions is not None:
1467
1541
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -1474,7 +1548,7 @@ class AwsGovcloudIntegrationsSnsArgs:
1474
1548
  @pulumi.getter(name="awsRegions")
1475
1549
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1476
1550
  """
1477
- Specify each AWS region that includes the resources that you want to monitor
1551
+ Specify each AWS region that includes the resources that you want to monitor.
1478
1552
  """
1479
1553
  return pulumi.get(self, "aws_regions")
1480
1554
 
@@ -1498,7 +1572,9 @@ class AwsGovcloudIntegrationsSnsArgs:
1498
1572
  @pulumi.getter(name="metricsPollingInterval")
1499
1573
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1500
1574
  """
1501
- The data polling interval in seconds
1575
+ The data polling interval in seconds.
1576
+
1577
+ Some integration types support an additional set of arguments:
1502
1578
  """
1503
1579
  return pulumi.get(self, "metrics_polling_interval")
1504
1580
 
@@ -1518,10 +1594,12 @@ class AwsGovcloudIntegrationsSqsArgs:
1518
1594
  tag_key: Optional[pulumi.Input[str]] = None,
1519
1595
  tag_value: Optional[pulumi.Input[str]] = None):
1520
1596
  """
1521
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1597
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1522
1598
  :param pulumi.Input[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.
1523
1599
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1524
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
1600
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1601
+
1602
+ Some integration types support an additional set of arguments:
1525
1603
  :param pulumi.Input[Sequence[pulumi.Input[str]]] queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
1526
1604
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1527
1605
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
@@ -1545,7 +1623,7 @@ class AwsGovcloudIntegrationsSqsArgs:
1545
1623
  @pulumi.getter(name="awsRegions")
1546
1624
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1547
1625
  """
1548
- Specify each AWS region that includes the resources that you want to monitor
1626
+ Specify each AWS region that includes the resources that you want to monitor.
1549
1627
  """
1550
1628
  return pulumi.get(self, "aws_regions")
1551
1629
 
@@ -1581,7 +1659,9 @@ class AwsGovcloudIntegrationsSqsArgs:
1581
1659
  @pulumi.getter(name="metricsPollingInterval")
1582
1660
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1583
1661
  """
1584
- The data polling interval in seconds
1662
+ The data polling interval in seconds.
1663
+
1664
+ Some integration types support an additional set of arguments:
1585
1665
  """
1586
1666
  return pulumi.get(self, "metrics_polling_interval")
1587
1667
 
@@ -1637,11 +1717,17 @@ class AwsIntegrationsAlbArgs:
1637
1717
  tag_key: Optional[pulumi.Input[str]] = None,
1638
1718
  tag_value: Optional[pulumi.Input[str]] = None):
1639
1719
  """
1640
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1720
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1721
+ </details>
1641
1722
  :param pulumi.Input[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.
1723
+
1724
+ Furthermore, below integration types supports the following common arguments.
1642
1725
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
1643
1726
  :param pulumi.Input[Sequence[pulumi.Input[str]]] load_balancer_prefixes: Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.
1644
1727
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1728
+
1729
+ <details>
1730
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1645
1731
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1646
1732
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
1647
1733
  """
@@ -1664,7 +1750,8 @@ class AwsIntegrationsAlbArgs:
1664
1750
  @pulumi.getter(name="awsRegions")
1665
1751
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1666
1752
  """
1667
- Specify each AWS region that includes the resources that you want to monitor.
1753
+ Specify each AWS region that includes the resources that you want to monitor.
1754
+ </details>
1668
1755
  """
1669
1756
  return pulumi.get(self, "aws_regions")
1670
1757
 
@@ -1677,6 +1764,8 @@ class AwsIntegrationsAlbArgs:
1677
1764
  def fetch_extended_inventory(self) -> Optional[pulumi.Input[bool]]:
1678
1765
  """
1679
1766
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
1767
+
1768
+ Furthermore, below integration types supports the following common arguments.
1680
1769
  """
1681
1770
  return pulumi.get(self, "fetch_extended_inventory")
1682
1771
 
@@ -1713,6 +1802,9 @@ class AwsIntegrationsAlbArgs:
1713
1802
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1714
1803
  """
1715
1804
  The data polling interval in seconds.
1805
+
1806
+ <details>
1807
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1716
1808
  """
1717
1809
  return pulumi.get(self, "metrics_polling_interval")
1718
1810
 
@@ -1754,8 +1846,12 @@ class AwsIntegrationsApiGatewayArgs:
1754
1846
  tag_key: Optional[pulumi.Input[str]] = None,
1755
1847
  tag_value: Optional[pulumi.Input[str]] = None):
1756
1848
  """
1757
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor
1849
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1850
+ </details>
1758
1851
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1852
+
1853
+ <details>
1854
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1759
1855
  :param pulumi.Input[Sequence[pulumi.Input[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.
1760
1856
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
1761
1857
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
@@ -1775,7 +1871,8 @@ class AwsIntegrationsApiGatewayArgs:
1775
1871
  @pulumi.getter(name="awsRegions")
1776
1872
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1777
1873
  """
1778
- Specify each AWS region that includes the resources that you want to monitor
1874
+ Specify each AWS region that includes the resources that you want to monitor.
1875
+ </details>
1779
1876
  """
1780
1877
  return pulumi.get(self, "aws_regions")
1781
1878
 
@@ -1788,6 +1885,9 @@ class AwsIntegrationsApiGatewayArgs:
1788
1885
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1789
1886
  """
1790
1887
  The data polling interval in seconds.
1888
+
1889
+ <details>
1890
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1791
1891
  """
1792
1892
  return pulumi.get(self, "metrics_polling_interval")
1793
1893
 
@@ -1838,8 +1938,12 @@ class AwsIntegrationsAutoScalingArgs:
1838
1938
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1839
1939
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
1840
1940
  """
1841
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1941
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1942
+ </details>
1842
1943
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1944
+
1945
+ <details>
1946
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1843
1947
  """
1844
1948
  if aws_regions is not None:
1845
1949
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -1850,7 +1954,8 @@ class AwsIntegrationsAutoScalingArgs:
1850
1954
  @pulumi.getter(name="awsRegions")
1851
1955
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1852
1956
  """
1853
- Specify each AWS region that includes the resources that you want to monitor.
1957
+ Specify each AWS region that includes the resources that you want to monitor.
1958
+ </details>
1854
1959
  """
1855
1960
  return pulumi.get(self, "aws_regions")
1856
1961
 
@@ -1863,6 +1968,9 @@ class AwsIntegrationsAutoScalingArgs:
1863
1968
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1864
1969
  """
1865
1970
  The data polling interval in seconds.
1971
+
1972
+ <details>
1973
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1866
1974
  """
1867
1975
  return pulumi.get(self, "metrics_polling_interval")
1868
1976
 
@@ -1877,8 +1985,12 @@ class AwsIntegrationsAwsAppSyncArgs:
1877
1985
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1878
1986
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
1879
1987
  """
1880
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1988
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
1989
+ </details>
1881
1990
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
1991
+
1992
+ <details>
1993
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1882
1994
  """
1883
1995
  if aws_regions is not None:
1884
1996
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -1889,7 +2001,8 @@ class AwsIntegrationsAwsAppSyncArgs:
1889
2001
  @pulumi.getter(name="awsRegions")
1890
2002
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1891
2003
  """
1892
- Specify each AWS region that includes the resources that you want to monitor.
2004
+ Specify each AWS region that includes the resources that you want to monitor.
2005
+ </details>
1893
2006
  """
1894
2007
  return pulumi.get(self, "aws_regions")
1895
2008
 
@@ -1902,6 +2015,9 @@ class AwsIntegrationsAwsAppSyncArgs:
1902
2015
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1903
2016
  """
1904
2017
  The data polling interval in seconds.
2018
+
2019
+ <details>
2020
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1905
2021
  """
1906
2022
  return pulumi.get(self, "metrics_polling_interval")
1907
2023
 
@@ -1916,8 +2032,12 @@ class AwsIntegrationsAwsAthenaArgs:
1916
2032
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1917
2033
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
1918
2034
  """
1919
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2035
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2036
+ </details>
1920
2037
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2038
+
2039
+ <details>
2040
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1921
2041
  """
1922
2042
  if aws_regions is not None:
1923
2043
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -1928,7 +2048,8 @@ class AwsIntegrationsAwsAthenaArgs:
1928
2048
  @pulumi.getter(name="awsRegions")
1929
2049
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1930
2050
  """
1931
- Specify each AWS region that includes the resources that you want to monitor.
2051
+ Specify each AWS region that includes the resources that you want to monitor.
2052
+ </details>
1932
2053
  """
1933
2054
  return pulumi.get(self, "aws_regions")
1934
2055
 
@@ -1941,6 +2062,9 @@ class AwsIntegrationsAwsAthenaArgs:
1941
2062
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1942
2063
  """
1943
2064
  The data polling interval in seconds.
2065
+
2066
+ <details>
2067
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1944
2068
  """
1945
2069
  return pulumi.get(self, "metrics_polling_interval")
1946
2070
 
@@ -1955,8 +2079,12 @@ class AwsIntegrationsAwsCognitoArgs:
1955
2079
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1956
2080
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
1957
2081
  """
1958
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2082
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2083
+ </details>
1959
2084
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2085
+
2086
+ <details>
2087
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1960
2088
  """
1961
2089
  if aws_regions is not None:
1962
2090
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -1967,7 +2095,8 @@ class AwsIntegrationsAwsCognitoArgs:
1967
2095
  @pulumi.getter(name="awsRegions")
1968
2096
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1969
2097
  """
1970
- Specify each AWS region that includes the resources that you want to monitor.
2098
+ Specify each AWS region that includes the resources that you want to monitor.
2099
+ </details>
1971
2100
  """
1972
2101
  return pulumi.get(self, "aws_regions")
1973
2102
 
@@ -1980,6 +2109,9 @@ class AwsIntegrationsAwsCognitoArgs:
1980
2109
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
1981
2110
  """
1982
2111
  The data polling interval in seconds.
2112
+
2113
+ <details>
2114
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1983
2115
  """
1984
2116
  return pulumi.get(self, "metrics_polling_interval")
1985
2117
 
@@ -1994,8 +2126,12 @@ class AwsIntegrationsAwsConnectArgs:
1994
2126
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1995
2127
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
1996
2128
  """
1997
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2129
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2130
+ </details>
1998
2131
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2132
+
2133
+ <details>
2134
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
1999
2135
  """
2000
2136
  if aws_regions is not None:
2001
2137
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2006,7 +2142,8 @@ class AwsIntegrationsAwsConnectArgs:
2006
2142
  @pulumi.getter(name="awsRegions")
2007
2143
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2008
2144
  """
2009
- Specify each AWS region that includes the resources that you want to monitor.
2145
+ Specify each AWS region that includes the resources that you want to monitor.
2146
+ </details>
2010
2147
  """
2011
2148
  return pulumi.get(self, "aws_regions")
2012
2149
 
@@ -2019,6 +2156,9 @@ class AwsIntegrationsAwsConnectArgs:
2019
2156
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2020
2157
  """
2021
2158
  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>
2022
2162
  """
2023
2163
  return pulumi.get(self, "metrics_polling_interval")
2024
2164
 
@@ -2033,8 +2173,12 @@ class AwsIntegrationsAwsDirectConnectArgs:
2033
2173
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2034
2174
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2035
2175
  """
2036
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2176
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2177
+ </details>
2037
2178
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2179
+
2180
+ <details>
2181
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2038
2182
  """
2039
2183
  if aws_regions is not None:
2040
2184
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2045,7 +2189,8 @@ class AwsIntegrationsAwsDirectConnectArgs:
2045
2189
  @pulumi.getter(name="awsRegions")
2046
2190
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2047
2191
  """
2048
- Specify each AWS region that includes the resources that you want to monitor.
2192
+ Specify each AWS region that includes the resources that you want to monitor.
2193
+ </details>
2049
2194
  """
2050
2195
  return pulumi.get(self, "aws_regions")
2051
2196
 
@@ -2058,6 +2203,9 @@ class AwsIntegrationsAwsDirectConnectArgs:
2058
2203
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2059
2204
  """
2060
2205
  The data polling interval in seconds.
2206
+
2207
+ <details>
2208
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2061
2209
  """
2062
2210
  return pulumi.get(self, "metrics_polling_interval")
2063
2211
 
@@ -2072,8 +2220,12 @@ class AwsIntegrationsAwsFsxArgs:
2072
2220
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2073
2221
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2074
2222
  """
2075
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2223
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2224
+ </details>
2076
2225
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2226
+
2227
+ <details>
2228
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2077
2229
  """
2078
2230
  if aws_regions is not None:
2079
2231
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2084,7 +2236,8 @@ class AwsIntegrationsAwsFsxArgs:
2084
2236
  @pulumi.getter(name="awsRegions")
2085
2237
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2086
2238
  """
2087
- Specify each AWS region that includes the resources that you want to monitor.
2239
+ Specify each AWS region that includes the resources that you want to monitor.
2240
+ </details>
2088
2241
  """
2089
2242
  return pulumi.get(self, "aws_regions")
2090
2243
 
@@ -2097,6 +2250,9 @@ class AwsIntegrationsAwsFsxArgs:
2097
2250
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2098
2251
  """
2099
2252
  The data polling interval in seconds.
2253
+
2254
+ <details>
2255
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2100
2256
  """
2101
2257
  return pulumi.get(self, "metrics_polling_interval")
2102
2258
 
@@ -2111,8 +2267,12 @@ class AwsIntegrationsAwsGlueArgs:
2111
2267
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2112
2268
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2113
2269
  """
2114
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2270
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2271
+ </details>
2115
2272
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2273
+
2274
+ <details>
2275
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2116
2276
  """
2117
2277
  if aws_regions is not None:
2118
2278
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2123,7 +2283,8 @@ class AwsIntegrationsAwsGlueArgs:
2123
2283
  @pulumi.getter(name="awsRegions")
2124
2284
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2125
2285
  """
2126
- Specify each AWS region that includes the resources that you want to monitor.
2286
+ Specify each AWS region that includes the resources that you want to monitor.
2287
+ </details>
2127
2288
  """
2128
2289
  return pulumi.get(self, "aws_regions")
2129
2290
 
@@ -2136,6 +2297,9 @@ class AwsIntegrationsAwsGlueArgs:
2136
2297
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2137
2298
  """
2138
2299
  The data polling interval in seconds.
2300
+
2301
+ <details>
2302
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2139
2303
  """
2140
2304
  return pulumi.get(self, "metrics_polling_interval")
2141
2305
 
@@ -2150,8 +2314,12 @@ class AwsIntegrationsAwsKinesisAnalyticsArgs:
2150
2314
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2151
2315
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2152
2316
  """
2153
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2317
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2318
+ </details>
2154
2319
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2320
+
2321
+ <details>
2322
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2155
2323
  """
2156
2324
  if aws_regions is not None:
2157
2325
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2162,7 +2330,8 @@ class AwsIntegrationsAwsKinesisAnalyticsArgs:
2162
2330
  @pulumi.getter(name="awsRegions")
2163
2331
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2164
2332
  """
2165
- Specify each AWS region that includes the resources that you want to monitor.
2333
+ Specify each AWS region that includes the resources that you want to monitor.
2334
+ </details>
2166
2335
  """
2167
2336
  return pulumi.get(self, "aws_regions")
2168
2337
 
@@ -2175,6 +2344,9 @@ class AwsIntegrationsAwsKinesisAnalyticsArgs:
2175
2344
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2176
2345
  """
2177
2346
  The data polling interval in seconds.
2347
+
2348
+ <details>
2349
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2178
2350
  """
2179
2351
  return pulumi.get(self, "metrics_polling_interval")
2180
2352
 
@@ -2189,8 +2361,12 @@ class AwsIntegrationsAwsMediaConvertArgs:
2189
2361
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2190
2362
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2191
2363
  """
2192
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2364
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2365
+ </details>
2193
2366
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2367
+
2368
+ <details>
2369
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2194
2370
  """
2195
2371
  if aws_regions is not None:
2196
2372
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2201,7 +2377,8 @@ class AwsIntegrationsAwsMediaConvertArgs:
2201
2377
  @pulumi.getter(name="awsRegions")
2202
2378
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2203
2379
  """
2204
- Specify each AWS region that includes the resources that you want to monitor.
2380
+ Specify each AWS region that includes the resources that you want to monitor.
2381
+ </details>
2205
2382
  """
2206
2383
  return pulumi.get(self, "aws_regions")
2207
2384
 
@@ -2214,6 +2391,9 @@ class AwsIntegrationsAwsMediaConvertArgs:
2214
2391
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2215
2392
  """
2216
2393
  The data polling interval in seconds.
2394
+
2395
+ <details>
2396
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2217
2397
  """
2218
2398
  return pulumi.get(self, "metrics_polling_interval")
2219
2399
 
@@ -2228,8 +2408,12 @@ class AwsIntegrationsAwsMediaPackageVodArgs:
2228
2408
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2229
2409
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2230
2410
  """
2231
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2411
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2412
+ </details>
2232
2413
  :param pulumi.Input[int] metrics_polling_interval: 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>
2233
2417
  """
2234
2418
  if aws_regions is not None:
2235
2419
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2240,7 +2424,8 @@ class AwsIntegrationsAwsMediaPackageVodArgs:
2240
2424
  @pulumi.getter(name="awsRegions")
2241
2425
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2242
2426
  """
2243
- Specify each AWS region that includes the resources that you want to monitor.
2427
+ Specify each AWS region that includes the resources that you want to monitor.
2428
+ </details>
2244
2429
  """
2245
2430
  return pulumi.get(self, "aws_regions")
2246
2431
 
@@ -2253,6 +2438,9 @@ class AwsIntegrationsAwsMediaPackageVodArgs:
2253
2438
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2254
2439
  """
2255
2440
  The data polling interval in seconds.
2441
+
2442
+ <details>
2443
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2256
2444
  """
2257
2445
  return pulumi.get(self, "metrics_polling_interval")
2258
2446
 
@@ -2267,8 +2455,12 @@ class AwsIntegrationsAwsMqArgs:
2267
2455
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2268
2456
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2269
2457
  """
2270
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2458
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2459
+ </details>
2271
2460
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2461
+
2462
+ <details>
2463
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2272
2464
  """
2273
2465
  if aws_regions is not None:
2274
2466
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2279,7 +2471,8 @@ class AwsIntegrationsAwsMqArgs:
2279
2471
  @pulumi.getter(name="awsRegions")
2280
2472
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2281
2473
  """
2282
- Specify each AWS region that includes the resources that you want to monitor.
2474
+ Specify each AWS region that includes the resources that you want to monitor.
2475
+ </details>
2283
2476
  """
2284
2477
  return pulumi.get(self, "aws_regions")
2285
2478
 
@@ -2292,6 +2485,9 @@ class AwsIntegrationsAwsMqArgs:
2292
2485
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2293
2486
  """
2294
2487
  The data polling interval in seconds.
2488
+
2489
+ <details>
2490
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2295
2491
  """
2296
2492
  return pulumi.get(self, "metrics_polling_interval")
2297
2493
 
@@ -2306,8 +2502,12 @@ class AwsIntegrationsAwsMskArgs:
2306
2502
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2307
2503
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2308
2504
  """
2309
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2505
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2506
+ </details>
2310
2507
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2508
+
2509
+ <details>
2510
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2311
2511
  """
2312
2512
  if aws_regions is not None:
2313
2513
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2318,7 +2518,8 @@ class AwsIntegrationsAwsMskArgs:
2318
2518
  @pulumi.getter(name="awsRegions")
2319
2519
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2320
2520
  """
2321
- Specify each AWS region that includes the resources that you want to monitor.
2521
+ Specify each AWS region that includes the resources that you want to monitor.
2522
+ </details>
2322
2523
  """
2323
2524
  return pulumi.get(self, "aws_regions")
2324
2525
 
@@ -2331,6 +2532,9 @@ class AwsIntegrationsAwsMskArgs:
2331
2532
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2332
2533
  """
2333
2534
  The data polling interval in seconds.
2535
+
2536
+ <details>
2537
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2334
2538
  """
2335
2539
  return pulumi.get(self, "metrics_polling_interval")
2336
2540
 
@@ -2345,8 +2549,12 @@ class AwsIntegrationsAwsNeptuneArgs:
2345
2549
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2346
2550
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2347
2551
  """
2348
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2552
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2553
+ </details>
2349
2554
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2555
+
2556
+ <details>
2557
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2350
2558
  """
2351
2559
  if aws_regions is not None:
2352
2560
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2357,7 +2565,8 @@ class AwsIntegrationsAwsNeptuneArgs:
2357
2565
  @pulumi.getter(name="awsRegions")
2358
2566
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2359
2567
  """
2360
- Specify each AWS region that includes the resources that you want to monitor.
2568
+ Specify each AWS region that includes the resources that you want to monitor.
2569
+ </details>
2361
2570
  """
2362
2571
  return pulumi.get(self, "aws_regions")
2363
2572
 
@@ -2370,6 +2579,9 @@ class AwsIntegrationsAwsNeptuneArgs:
2370
2579
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2371
2580
  """
2372
2581
  The data polling interval in seconds.
2582
+
2583
+ <details>
2584
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2373
2585
  """
2374
2586
  return pulumi.get(self, "metrics_polling_interval")
2375
2587
 
@@ -2384,8 +2596,12 @@ class AwsIntegrationsAwsQldbArgs:
2384
2596
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2385
2597
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2386
2598
  """
2387
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2599
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2600
+ </details>
2388
2601
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2602
+
2603
+ <details>
2604
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2389
2605
  """
2390
2606
  if aws_regions is not None:
2391
2607
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2396,7 +2612,8 @@ class AwsIntegrationsAwsQldbArgs:
2396
2612
  @pulumi.getter(name="awsRegions")
2397
2613
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2398
2614
  """
2399
- Specify each AWS region that includes the resources that you want to monitor.
2615
+ Specify each AWS region that includes the resources that you want to monitor.
2616
+ </details>
2400
2617
  """
2401
2618
  return pulumi.get(self, "aws_regions")
2402
2619
 
@@ -2409,6 +2626,9 @@ class AwsIntegrationsAwsQldbArgs:
2409
2626
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2410
2627
  """
2411
2628
  The data polling interval in seconds.
2629
+
2630
+ <details>
2631
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2412
2632
  """
2413
2633
  return pulumi.get(self, "metrics_polling_interval")
2414
2634
 
@@ -2423,8 +2643,12 @@ class AwsIntegrationsAwsRoute53resolverArgs:
2423
2643
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2424
2644
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2425
2645
  """
2426
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2646
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2647
+ </details>
2427
2648
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2649
+
2650
+ <details>
2651
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2428
2652
  """
2429
2653
  if aws_regions is not None:
2430
2654
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2435,7 +2659,8 @@ class AwsIntegrationsAwsRoute53resolverArgs:
2435
2659
  @pulumi.getter(name="awsRegions")
2436
2660
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2437
2661
  """
2438
- Specify each AWS region that includes the resources that you want to monitor.
2662
+ Specify each AWS region that includes the resources that you want to monitor.
2663
+ </details>
2439
2664
  """
2440
2665
  return pulumi.get(self, "aws_regions")
2441
2666
 
@@ -2448,6 +2673,9 @@ class AwsIntegrationsAwsRoute53resolverArgs:
2448
2673
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2449
2674
  """
2450
2675
  The data polling interval in seconds.
2676
+
2677
+ <details>
2678
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2451
2679
  """
2452
2680
  return pulumi.get(self, "metrics_polling_interval")
2453
2681
 
@@ -2462,8 +2690,12 @@ class AwsIntegrationsAwsStatesArgs:
2462
2690
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2463
2691
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2464
2692
  """
2465
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2693
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2694
+ </details>
2466
2695
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2696
+
2697
+ <details>
2698
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2467
2699
  """
2468
2700
  if aws_regions is not None:
2469
2701
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2474,7 +2706,8 @@ class AwsIntegrationsAwsStatesArgs:
2474
2706
  @pulumi.getter(name="awsRegions")
2475
2707
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2476
2708
  """
2477
- Specify each AWS region that includes the resources that you want to monitor.
2709
+ Specify each AWS region that includes the resources that you want to monitor.
2710
+ </details>
2478
2711
  """
2479
2712
  return pulumi.get(self, "aws_regions")
2480
2713
 
@@ -2487,6 +2720,9 @@ class AwsIntegrationsAwsStatesArgs:
2487
2720
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2488
2721
  """
2489
2722
  The data polling interval in seconds.
2723
+
2724
+ <details>
2725
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2490
2726
  """
2491
2727
  return pulumi.get(self, "metrics_polling_interval")
2492
2728
 
@@ -2501,8 +2737,12 @@ class AwsIntegrationsAwsTransitGatewayArgs:
2501
2737
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2502
2738
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2503
2739
  """
2504
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2740
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2741
+ </details>
2505
2742
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2743
+
2744
+ <details>
2745
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2506
2746
  """
2507
2747
  if aws_regions is not None:
2508
2748
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2513,7 +2753,8 @@ class AwsIntegrationsAwsTransitGatewayArgs:
2513
2753
  @pulumi.getter(name="awsRegions")
2514
2754
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2515
2755
  """
2516
- Specify each AWS region that includes the resources that you want to monitor.
2756
+ Specify each AWS region that includes the resources that you want to monitor.
2757
+ </details>
2517
2758
  """
2518
2759
  return pulumi.get(self, "aws_regions")
2519
2760
 
@@ -2526,6 +2767,9 @@ class AwsIntegrationsAwsTransitGatewayArgs:
2526
2767
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2527
2768
  """
2528
2769
  The data polling interval in seconds.
2770
+
2771
+ <details>
2772
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2529
2773
  """
2530
2774
  return pulumi.get(self, "metrics_polling_interval")
2531
2775
 
@@ -2540,8 +2784,12 @@ class AwsIntegrationsAwsWafArgs:
2540
2784
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2541
2785
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2542
2786
  """
2543
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2787
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2788
+ </details>
2544
2789
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2790
+
2791
+ <details>
2792
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2545
2793
  """
2546
2794
  if aws_regions is not None:
2547
2795
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2552,7 +2800,8 @@ class AwsIntegrationsAwsWafArgs:
2552
2800
  @pulumi.getter(name="awsRegions")
2553
2801
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2554
2802
  """
2555
- Specify each AWS region that includes the resources that you want to monitor.
2803
+ Specify each AWS region that includes the resources that you want to monitor.
2804
+ </details>
2556
2805
  """
2557
2806
  return pulumi.get(self, "aws_regions")
2558
2807
 
@@ -2565,6 +2814,9 @@ class AwsIntegrationsAwsWafArgs:
2565
2814
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2566
2815
  """
2567
2816
  The data polling interval in seconds.
2817
+
2818
+ <details>
2819
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2568
2820
  """
2569
2821
  return pulumi.get(self, "metrics_polling_interval")
2570
2822
 
@@ -2579,8 +2831,12 @@ class AwsIntegrationsAwsWafv2Args:
2579
2831
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2580
2832
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2581
2833
  """
2582
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2834
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
2835
+ </details>
2583
2836
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2837
+
2838
+ <details>
2839
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2584
2840
  """
2585
2841
  if aws_regions is not None:
2586
2842
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2591,7 +2847,8 @@ class AwsIntegrationsAwsWafv2Args:
2591
2847
  @pulumi.getter(name="awsRegions")
2592
2848
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2593
2849
  """
2594
- Specify each AWS region that includes the resources that you want to monitor.
2850
+ Specify each AWS region that includes the resources that you want to monitor.
2851
+ </details>
2595
2852
  """
2596
2853
  return pulumi.get(self, "aws_regions")
2597
2854
 
@@ -2604,6 +2861,9 @@ class AwsIntegrationsAwsWafv2Args:
2604
2861
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2605
2862
  """
2606
2863
  The data polling interval in seconds.
2864
+
2865
+ <details>
2866
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2607
2867
  """
2608
2868
  return pulumi.get(self, "metrics_polling_interval")
2609
2869
 
@@ -2618,6 +2878,9 @@ class AwsIntegrationsBillingArgs:
2618
2878
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2619
2879
  """
2620
2880
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2881
+
2882
+ <details>
2883
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2621
2884
  """
2622
2885
  if metrics_polling_interval is not None:
2623
2886
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -2627,6 +2890,9 @@ class AwsIntegrationsBillingArgs:
2627
2890
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2628
2891
  """
2629
2892
  The data polling interval in seconds.
2893
+
2894
+ <details>
2895
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2630
2896
  """
2631
2897
  return pulumi.get(self, "metrics_polling_interval")
2632
2898
 
@@ -2647,6 +2913,9 @@ class AwsIntegrationsCloudfrontArgs:
2647
2913
  :param pulumi.Input[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.
2648
2914
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2649
2915
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
2916
+
2917
+ <details>
2918
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2650
2919
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2651
2920
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2652
2921
  """
@@ -2690,6 +2959,9 @@ class AwsIntegrationsCloudfrontArgs:
2690
2959
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2691
2960
  """
2692
2961
  The data polling interval in seconds.
2962
+
2963
+ <details>
2964
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2693
2965
  """
2694
2966
  return pulumi.get(self, "metrics_polling_interval")
2695
2967
 
@@ -2728,8 +3000,12 @@ class AwsIntegrationsCloudtrailArgs:
2728
3000
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2729
3001
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2730
3002
  """
2731
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3003
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3004
+ </details>
2732
3005
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3006
+
3007
+ <details>
3008
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2733
3009
  """
2734
3010
  if aws_regions is not None:
2735
3011
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2740,7 +3016,8 @@ class AwsIntegrationsCloudtrailArgs:
2740
3016
  @pulumi.getter(name="awsRegions")
2741
3017
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2742
3018
  """
2743
- Specify each AWS region that includes the resources that you want to monitor.
3019
+ Specify each AWS region that includes the resources that you want to monitor.
3020
+ </details>
2744
3021
  """
2745
3022
  return pulumi.get(self, "aws_regions")
2746
3023
 
@@ -2753,6 +3030,9 @@ class AwsIntegrationsCloudtrailArgs:
2753
3030
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2754
3031
  """
2755
3032
  The data polling interval in seconds.
3033
+
3034
+ <details>
3035
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2756
3036
  """
2757
3037
  return pulumi.get(self, "metrics_polling_interval")
2758
3038
 
@@ -2767,8 +3047,12 @@ class AwsIntegrationsDocDbArgs:
2767
3047
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2768
3048
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
2769
3049
  """
2770
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3050
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3051
+ </details>
2771
3052
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3053
+
3054
+ <details>
3055
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2772
3056
  """
2773
3057
  if aws_regions is not None:
2774
3058
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -2779,7 +3063,8 @@ class AwsIntegrationsDocDbArgs:
2779
3063
  @pulumi.getter(name="awsRegions")
2780
3064
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2781
3065
  """
2782
- Specify each AWS region that includes the resources that you want to monitor.
3066
+ Specify each AWS region that includes the resources that you want to monitor.
3067
+ </details>
2783
3068
  """
2784
3069
  return pulumi.get(self, "aws_regions")
2785
3070
 
@@ -2792,6 +3077,9 @@ class AwsIntegrationsDocDbArgs:
2792
3077
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2793
3078
  """
2794
3079
  The data polling interval in seconds.
3080
+
3081
+ <details>
3082
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2795
3083
  """
2796
3084
  return pulumi.get(self, "metrics_polling_interval")
2797
3085
 
@@ -2810,10 +3098,16 @@ class AwsIntegrationsDynamodbArgs:
2810
3098
  tag_key: Optional[pulumi.Input[str]] = None,
2811
3099
  tag_value: Optional[pulumi.Input[str]] = None):
2812
3100
  """
2813
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3101
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3102
+ </details>
2814
3103
  :param pulumi.Input[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.
2815
- :param pulumi.Input[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.
3104
+
3105
+ Furthermore, below integration types supports the following common arguments.
3106
+ :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2816
3107
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3108
+
3109
+ <details>
3110
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2817
3111
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2818
3112
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2819
3113
  """
@@ -2834,7 +3128,8 @@ class AwsIntegrationsDynamodbArgs:
2834
3128
  @pulumi.getter(name="awsRegions")
2835
3129
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2836
3130
  """
2837
- Specify each AWS region that includes the resources that you want to monitor.
3131
+ Specify each AWS region that includes the resources that you want to monitor.
3132
+ </details>
2838
3133
  """
2839
3134
  return pulumi.get(self, "aws_regions")
2840
3135
 
@@ -2847,6 +3142,8 @@ class AwsIntegrationsDynamodbArgs:
2847
3142
  def fetch_extended_inventory(self) -> Optional[pulumi.Input[bool]]:
2848
3143
  """
2849
3144
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
3145
+
3146
+ Furthermore, below integration types supports the following common arguments.
2850
3147
  """
2851
3148
  return pulumi.get(self, "fetch_extended_inventory")
2852
3149
 
@@ -2858,7 +3155,7 @@ class AwsIntegrationsDynamodbArgs:
2858
3155
  @pulumi.getter(name="fetchTags")
2859
3156
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
2860
3157
  """
2861
- 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.
3158
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
2862
3159
  """
2863
3160
  return pulumi.get(self, "fetch_tags")
2864
3161
 
@@ -2871,6 +3168,9 @@ class AwsIntegrationsDynamodbArgs:
2871
3168
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2872
3169
  """
2873
3170
  The data polling interval in seconds.
3171
+
3172
+ <details>
3173
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2874
3174
  """
2875
3175
  return pulumi.get(self, "metrics_polling_interval")
2876
3176
 
@@ -2912,9 +3212,15 @@ class AwsIntegrationsEbsArgs:
2912
3212
  tag_key: Optional[pulumi.Input[str]] = None,
2913
3213
  tag_value: Optional[pulumi.Input[str]] = None):
2914
3214
  """
2915
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3215
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3216
+ </details>
2916
3217
  :param pulumi.Input[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.
3218
+
3219
+ Furthermore, below integration types supports the following common arguments.
2917
3220
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3221
+
3222
+ <details>
3223
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2918
3224
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
2919
3225
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
2920
3226
  """
@@ -2933,7 +3239,8 @@ class AwsIntegrationsEbsArgs:
2933
3239
  @pulumi.getter(name="awsRegions")
2934
3240
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2935
3241
  """
2936
- Specify each AWS region that includes the resources that you want to monitor.
3242
+ Specify each AWS region that includes the resources that you want to monitor.
3243
+ </details>
2937
3244
  """
2938
3245
  return pulumi.get(self, "aws_regions")
2939
3246
 
@@ -2946,6 +3253,8 @@ class AwsIntegrationsEbsArgs:
2946
3253
  def fetch_extended_inventory(self) -> Optional[pulumi.Input[bool]]:
2947
3254
  """
2948
3255
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
3256
+
3257
+ Furthermore, below integration types supports the following common arguments.
2949
3258
  """
2950
3259
  return pulumi.get(self, "fetch_extended_inventory")
2951
3260
 
@@ -2958,6 +3267,9 @@ class AwsIntegrationsEbsArgs:
2958
3267
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
2959
3268
  """
2960
3269
  The data polling interval in seconds.
3270
+
3271
+ <details>
3272
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
2961
3273
  """
2962
3274
  return pulumi.get(self, "metrics_polling_interval")
2963
3275
 
@@ -3000,10 +3312,14 @@ class AwsIntegrationsEc2Args:
3000
3312
  tag_key: Optional[pulumi.Input[str]] = None,
3001
3313
  tag_value: Optional[pulumi.Input[str]] = None):
3002
3314
  """
3003
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3004
- :param pulumi.Input[bool] duplicate_ec2_tags: Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size
3005
- :param pulumi.Input[bool] fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected
3315
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3316
+ </details>
3317
+ :param pulumi.Input[bool] duplicate_ec2_tags: Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size.
3318
+ :param pulumi.Input[bool] fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected.
3006
3319
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3320
+
3321
+ <details>
3322
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3007
3323
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3008
3324
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3009
3325
  """
@@ -3024,7 +3340,8 @@ class AwsIntegrationsEc2Args:
3024
3340
  @pulumi.getter(name="awsRegions")
3025
3341
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3026
3342
  """
3027
- Specify each AWS region that includes the resources that you want to monitor.
3343
+ Specify each AWS region that includes the resources that you want to monitor.
3344
+ </details>
3028
3345
  """
3029
3346
  return pulumi.get(self, "aws_regions")
3030
3347
 
@@ -3036,7 +3353,7 @@ class AwsIntegrationsEc2Args:
3036
3353
  @pulumi.getter(name="duplicateEc2Tags")
3037
3354
  def duplicate_ec2_tags(self) -> Optional[pulumi.Input[bool]]:
3038
3355
  """
3039
- Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size
3356
+ Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size.
3040
3357
  """
3041
3358
  return pulumi.get(self, "duplicate_ec2_tags")
3042
3359
 
@@ -3048,7 +3365,7 @@ class AwsIntegrationsEc2Args:
3048
3365
  @pulumi.getter(name="fetchIpAddresses")
3049
3366
  def fetch_ip_addresses(self) -> Optional[pulumi.Input[bool]]:
3050
3367
  """
3051
- Specify if IP addresses of ec2 instance should be collected
3368
+ Specify if IP addresses of ec2 instance should be collected.
3052
3369
  """
3053
3370
  return pulumi.get(self, "fetch_ip_addresses")
3054
3371
 
@@ -3061,6 +3378,9 @@ class AwsIntegrationsEc2Args:
3061
3378
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3062
3379
  """
3063
3380
  The data polling interval in seconds.
3381
+
3382
+ <details>
3383
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3064
3384
  """
3065
3385
  return pulumi.get(self, "metrics_polling_interval")
3066
3386
 
@@ -3102,9 +3422,13 @@ class AwsIntegrationsEcsArgs:
3102
3422
  tag_key: Optional[pulumi.Input[str]] = None,
3103
3423
  tag_value: Optional[pulumi.Input[str]] = None):
3104
3424
  """
3105
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3106
- :param pulumi.Input[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.
3425
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3426
+ </details>
3427
+ :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3107
3428
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3429
+
3430
+ <details>
3431
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3108
3432
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3109
3433
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3110
3434
  """
@@ -3123,7 +3447,8 @@ class AwsIntegrationsEcsArgs:
3123
3447
  @pulumi.getter(name="awsRegions")
3124
3448
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3125
3449
  """
3126
- Specify each AWS region that includes the resources that you want to monitor.
3450
+ Specify each AWS region that includes the resources that you want to monitor.
3451
+ </details>
3127
3452
  """
3128
3453
  return pulumi.get(self, "aws_regions")
3129
3454
 
@@ -3135,7 +3460,7 @@ class AwsIntegrationsEcsArgs:
3135
3460
  @pulumi.getter(name="fetchTags")
3136
3461
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
3137
3462
  """
3138
- 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.
3463
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3139
3464
  """
3140
3465
  return pulumi.get(self, "fetch_tags")
3141
3466
 
@@ -3148,6 +3473,9 @@ class AwsIntegrationsEcsArgs:
3148
3473
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3149
3474
  """
3150
3475
  The data polling interval in seconds.
3476
+
3477
+ <details>
3478
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3151
3479
  """
3152
3480
  return pulumi.get(self, "metrics_polling_interval")
3153
3481
 
@@ -3189,9 +3517,13 @@ class AwsIntegrationsEfsArgs:
3189
3517
  tag_key: Optional[pulumi.Input[str]] = None,
3190
3518
  tag_value: Optional[pulumi.Input[str]] = None):
3191
3519
  """
3192
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3193
- :param pulumi.Input[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.
3520
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3521
+ </details>
3522
+ :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3194
3523
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3524
+
3525
+ <details>
3526
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3195
3527
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3196
3528
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3197
3529
  """
@@ -3210,7 +3542,8 @@ class AwsIntegrationsEfsArgs:
3210
3542
  @pulumi.getter(name="awsRegions")
3211
3543
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3212
3544
  """
3213
- Specify each AWS region that includes the resources that you want to monitor.
3545
+ Specify each AWS region that includes the resources that you want to monitor.
3546
+ </details>
3214
3547
  """
3215
3548
  return pulumi.get(self, "aws_regions")
3216
3549
 
@@ -3222,7 +3555,7 @@ class AwsIntegrationsEfsArgs:
3222
3555
  @pulumi.getter(name="fetchTags")
3223
3556
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
3224
3557
  """
3225
- 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.
3558
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3226
3559
  """
3227
3560
  return pulumi.get(self, "fetch_tags")
3228
3561
 
@@ -3235,6 +3568,9 @@ class AwsIntegrationsEfsArgs:
3235
3568
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3236
3569
  """
3237
3570
  The data polling interval in seconds.
3571
+
3572
+ <details>
3573
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3238
3574
  """
3239
3575
  return pulumi.get(self, "metrics_polling_interval")
3240
3576
 
@@ -3276,9 +3612,13 @@ class AwsIntegrationsElasticacheArgs:
3276
3612
  tag_key: Optional[pulumi.Input[str]] = None,
3277
3613
  tag_value: Optional[pulumi.Input[str]] = None):
3278
3614
  """
3279
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3615
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3616
+ </details>
3280
3617
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3281
3618
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3619
+
3620
+ <details>
3621
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3282
3622
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3283
3623
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3284
3624
  """
@@ -3297,7 +3637,8 @@ class AwsIntegrationsElasticacheArgs:
3297
3637
  @pulumi.getter(name="awsRegions")
3298
3638
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3299
3639
  """
3300
- Specify each AWS region that includes the resources that you want to monitor.
3640
+ Specify each AWS region that includes the resources that you want to monitor.
3641
+ </details>
3301
3642
  """
3302
3643
  return pulumi.get(self, "aws_regions")
3303
3644
 
@@ -3322,6 +3663,9 @@ class AwsIntegrationsElasticacheArgs:
3322
3663
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3323
3664
  """
3324
3665
  The data polling interval in seconds.
3666
+
3667
+ <details>
3668
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3325
3669
  """
3326
3670
  return pulumi.get(self, "metrics_polling_interval")
3327
3671
 
@@ -3364,10 +3708,16 @@ class AwsIntegrationsElasticbeanstalkArgs:
3364
3708
  tag_key: Optional[pulumi.Input[str]] = None,
3365
3709
  tag_value: Optional[pulumi.Input[str]] = None):
3366
3710
  """
3367
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3711
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3712
+ </details>
3368
3713
  :param pulumi.Input[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.
3369
- :param pulumi.Input[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.
3714
+
3715
+ Furthermore, below integration types supports the following common arguments.
3716
+ :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3370
3717
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3718
+
3719
+ <details>
3720
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3371
3721
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3372
3722
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3373
3723
  """
@@ -3388,7 +3738,8 @@ class AwsIntegrationsElasticbeanstalkArgs:
3388
3738
  @pulumi.getter(name="awsRegions")
3389
3739
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3390
3740
  """
3391
- Specify each AWS region that includes the resources that you want to monitor.
3741
+ Specify each AWS region that includes the resources that you want to monitor.
3742
+ </details>
3392
3743
  """
3393
3744
  return pulumi.get(self, "aws_regions")
3394
3745
 
@@ -3401,6 +3752,8 @@ class AwsIntegrationsElasticbeanstalkArgs:
3401
3752
  def fetch_extended_inventory(self) -> Optional[pulumi.Input[bool]]:
3402
3753
  """
3403
3754
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
3755
+
3756
+ Furthermore, below integration types supports the following common arguments.
3404
3757
  """
3405
3758
  return pulumi.get(self, "fetch_extended_inventory")
3406
3759
 
@@ -3412,7 +3765,7 @@ class AwsIntegrationsElasticbeanstalkArgs:
3412
3765
  @pulumi.getter(name="fetchTags")
3413
3766
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
3414
3767
  """
3415
- 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.
3768
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3416
3769
  """
3417
3770
  return pulumi.get(self, "fetch_tags")
3418
3771
 
@@ -3425,6 +3778,9 @@ class AwsIntegrationsElasticbeanstalkArgs:
3425
3778
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3426
3779
  """
3427
3780
  The data polling interval in seconds.
3781
+
3782
+ <details>
3783
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3428
3784
  """
3429
3785
  return pulumi.get(self, "metrics_polling_interval")
3430
3786
 
@@ -3466,9 +3822,13 @@ class AwsIntegrationsElasticsearchArgs:
3466
3822
  tag_key: Optional[pulumi.Input[str]] = None,
3467
3823
  tag_value: Optional[pulumi.Input[str]] = None):
3468
3824
  """
3469
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3825
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3826
+ </details>
3470
3827
  :param pulumi.Input[bool] fetch_nodes: Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.
3471
3828
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3829
+
3830
+ <details>
3831
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3472
3832
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3473
3833
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3474
3834
  """
@@ -3487,7 +3847,8 @@ class AwsIntegrationsElasticsearchArgs:
3487
3847
  @pulumi.getter(name="awsRegions")
3488
3848
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3489
3849
  """
3490
- Specify each AWS region that includes the resources that you want to monitor.
3850
+ Specify each AWS region that includes the resources that you want to monitor.
3851
+ </details>
3491
3852
  """
3492
3853
  return pulumi.get(self, "aws_regions")
3493
3854
 
@@ -3512,6 +3873,9 @@ class AwsIntegrationsElasticsearchArgs:
3512
3873
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3513
3874
  """
3514
3875
  The data polling interval in seconds.
3876
+
3877
+ <details>
3878
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3515
3879
  """
3516
3880
  return pulumi.get(self, "metrics_polling_interval")
3517
3881
 
@@ -3552,10 +3916,16 @@ class AwsIntegrationsElbArgs:
3552
3916
  fetch_tags: Optional[pulumi.Input[bool]] = None,
3553
3917
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
3554
3918
  """
3555
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3919
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3920
+ </details>
3556
3921
  :param pulumi.Input[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.
3922
+
3923
+ Furthermore, below integration types supports the following common arguments.
3557
3924
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3558
3925
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
3926
+
3927
+ <details>
3928
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3559
3929
  """
3560
3930
  if aws_regions is not None:
3561
3931
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3570,7 +3940,8 @@ class AwsIntegrationsElbArgs:
3570
3940
  @pulumi.getter(name="awsRegions")
3571
3941
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3572
3942
  """
3573
- Specify each AWS region that includes the resources that you want to monitor.
3943
+ Specify each AWS region that includes the resources that you want to monitor.
3944
+ </details>
3574
3945
  """
3575
3946
  return pulumi.get(self, "aws_regions")
3576
3947
 
@@ -3583,6 +3954,8 @@ class AwsIntegrationsElbArgs:
3583
3954
  def fetch_extended_inventory(self) -> Optional[pulumi.Input[bool]]:
3584
3955
  """
3585
3956
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
3957
+
3958
+ Furthermore, below integration types supports the following common arguments.
3586
3959
  """
3587
3960
  return pulumi.get(self, "fetch_extended_inventory")
3588
3961
 
@@ -3607,6 +3980,9 @@ class AwsIntegrationsElbArgs:
3607
3980
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3608
3981
  """
3609
3982
  The data polling interval in seconds.
3983
+
3984
+ <details>
3985
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3610
3986
  """
3611
3987
  return pulumi.get(self, "metrics_polling_interval")
3612
3988
 
@@ -3624,9 +4000,13 @@ class AwsIntegrationsEmrArgs:
3624
4000
  tag_key: Optional[pulumi.Input[str]] = None,
3625
4001
  tag_value: Optional[pulumi.Input[str]] = None):
3626
4002
  """
3627
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3628
- :param pulumi.Input[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.
4003
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4004
+ </details>
4005
+ :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3629
4006
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4007
+
4008
+ <details>
4009
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3630
4010
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3631
4011
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3632
4012
  """
@@ -3645,7 +4025,8 @@ class AwsIntegrationsEmrArgs:
3645
4025
  @pulumi.getter(name="awsRegions")
3646
4026
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3647
4027
  """
3648
- Specify each AWS region that includes the resources that you want to monitor.
4028
+ Specify each AWS region that includes the resources that you want to monitor.
4029
+ </details>
3649
4030
  """
3650
4031
  return pulumi.get(self, "aws_regions")
3651
4032
 
@@ -3657,7 +4038,7 @@ class AwsIntegrationsEmrArgs:
3657
4038
  @pulumi.getter(name="fetchTags")
3658
4039
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
3659
4040
  """
3660
- Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4041
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3661
4042
  """
3662
4043
  return pulumi.get(self, "fetch_tags")
3663
4044
 
@@ -3670,6 +4051,9 @@ class AwsIntegrationsEmrArgs:
3670
4051
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3671
4052
  """
3672
4053
  The data polling interval in seconds.
4054
+
4055
+ <details>
4056
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3673
4057
  """
3674
4058
  return pulumi.get(self, "metrics_polling_interval")
3675
4059
 
@@ -3708,6 +4092,9 @@ class AwsIntegrationsHealthArgs:
3708
4092
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
3709
4093
  """
3710
4094
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4095
+
4096
+ <details>
4097
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3711
4098
  """
3712
4099
  if metrics_polling_interval is not None:
3713
4100
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -3717,6 +4104,9 @@ class AwsIntegrationsHealthArgs:
3717
4104
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3718
4105
  """
3719
4106
  The data polling interval in seconds.
4107
+
4108
+ <details>
4109
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3720
4110
  """
3721
4111
  return pulumi.get(self, "metrics_polling_interval")
3722
4112
 
@@ -3733,6 +4123,9 @@ class AwsIntegrationsIamArgs:
3733
4123
  tag_value: Optional[pulumi.Input[str]] = None):
3734
4124
  """
3735
4125
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4126
+
4127
+ <details>
4128
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3736
4129
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3737
4130
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3738
4131
  """
@@ -3748,6 +4141,9 @@ class AwsIntegrationsIamArgs:
3748
4141
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3749
4142
  """
3750
4143
  The data polling interval in seconds.
4144
+
4145
+ <details>
4146
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3751
4147
  """
3752
4148
  return pulumi.get(self, "metrics_polling_interval")
3753
4149
 
@@ -3786,8 +4182,12 @@ class AwsIntegrationsIotArgs:
3786
4182
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3787
4183
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
3788
4184
  """
3789
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4185
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4186
+ </details>
3790
4187
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4188
+
4189
+ <details>
4190
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3791
4191
  """
3792
4192
  if aws_regions is not None:
3793
4193
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3798,7 +4198,8 @@ class AwsIntegrationsIotArgs:
3798
4198
  @pulumi.getter(name="awsRegions")
3799
4199
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3800
4200
  """
3801
- Specify each AWS region that includes the resources that you want to monitor.
4201
+ Specify each AWS region that includes the resources that you want to monitor.
4202
+ </details>
3802
4203
  """
3803
4204
  return pulumi.get(self, "aws_regions")
3804
4205
 
@@ -3811,6 +4212,9 @@ class AwsIntegrationsIotArgs:
3811
4212
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3812
4213
  """
3813
4214
  The data polling interval in seconds.
4215
+
4216
+ <details>
4217
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3814
4218
  """
3815
4219
  return pulumi.get(self, "metrics_polling_interval")
3816
4220
 
@@ -3829,10 +4233,14 @@ class AwsIntegrationsKinesisArgs:
3829
4233
  tag_key: Optional[pulumi.Input[str]] = None,
3830
4234
  tag_value: Optional[pulumi.Input[str]] = None):
3831
4235
  """
3832
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4236
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4237
+ </details>
3833
4238
  :param pulumi.Input[bool] fetch_shards: Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
3834
- :param pulumi.Input[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.
4239
+ :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3835
4240
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4241
+
4242
+ <details>
4243
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3836
4244
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3837
4245
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3838
4246
  """
@@ -3853,7 +4261,8 @@ class AwsIntegrationsKinesisArgs:
3853
4261
  @pulumi.getter(name="awsRegions")
3854
4262
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3855
4263
  """
3856
- Specify each AWS region that includes the resources that you want to monitor.
4264
+ Specify each AWS region that includes the resources that you want to monitor.
4265
+ </details>
3857
4266
  """
3858
4267
  return pulumi.get(self, "aws_regions")
3859
4268
 
@@ -3877,7 +4286,7 @@ class AwsIntegrationsKinesisArgs:
3877
4286
  @pulumi.getter(name="fetchTags")
3878
4287
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
3879
4288
  """
3880
- 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.
4289
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3881
4290
  """
3882
4291
  return pulumi.get(self, "fetch_tags")
3883
4292
 
@@ -3890,6 +4299,9 @@ class AwsIntegrationsKinesisArgs:
3890
4299
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3891
4300
  """
3892
4301
  The data polling interval in seconds.
4302
+
4303
+ <details>
4304
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3893
4305
  """
3894
4306
  return pulumi.get(self, "metrics_polling_interval")
3895
4307
 
@@ -3928,8 +4340,12 @@ class AwsIntegrationsKinesisFirehoseArgs:
3928
4340
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3929
4341
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
3930
4342
  """
3931
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4343
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4344
+ </details>
3932
4345
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4346
+
4347
+ <details>
4348
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3933
4349
  """
3934
4350
  if aws_regions is not None:
3935
4351
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -3940,7 +4356,8 @@ class AwsIntegrationsKinesisFirehoseArgs:
3940
4356
  @pulumi.getter(name="awsRegions")
3941
4357
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3942
4358
  """
3943
- Specify each AWS region that includes the resources that you want to monitor.
4359
+ Specify each AWS region that includes the resources that you want to monitor.
4360
+ </details>
3944
4361
  """
3945
4362
  return pulumi.get(self, "aws_regions")
3946
4363
 
@@ -3953,6 +4370,9 @@ class AwsIntegrationsKinesisFirehoseArgs:
3953
4370
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
3954
4371
  """
3955
4372
  The data polling interval in seconds.
4373
+
4374
+ <details>
4375
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3956
4376
  """
3957
4377
  return pulumi.get(self, "metrics_polling_interval")
3958
4378
 
@@ -3970,9 +4390,13 @@ class AwsIntegrationsLambdaArgs:
3970
4390
  tag_key: Optional[pulumi.Input[str]] = None,
3971
4391
  tag_value: Optional[pulumi.Input[str]] = None):
3972
4392
  """
3973
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
3974
- :param pulumi.Input[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.
4393
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4394
+ </details>
4395
+ :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
3975
4396
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4397
+
4398
+ <details>
4399
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
3976
4400
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
3977
4401
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
3978
4402
  """
@@ -3991,7 +4415,8 @@ class AwsIntegrationsLambdaArgs:
3991
4415
  @pulumi.getter(name="awsRegions")
3992
4416
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3993
4417
  """
3994
- Specify each AWS region that includes the resources that you want to monitor.
4418
+ Specify each AWS region that includes the resources that you want to monitor.
4419
+ </details>
3995
4420
  """
3996
4421
  return pulumi.get(self, "aws_regions")
3997
4422
 
@@ -4003,7 +4428,7 @@ class AwsIntegrationsLambdaArgs:
4003
4428
  @pulumi.getter(name="fetchTags")
4004
4429
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
4005
4430
  """
4006
- 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.
4431
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4007
4432
  """
4008
4433
  return pulumi.get(self, "fetch_tags")
4009
4434
 
@@ -4016,6 +4441,9 @@ class AwsIntegrationsLambdaArgs:
4016
4441
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4017
4442
  """
4018
4443
  The data polling interval in seconds.
4444
+
4445
+ <details>
4446
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4019
4447
  """
4020
4448
  return pulumi.get(self, "metrics_polling_interval")
4021
4449
 
@@ -4057,9 +4485,13 @@ class AwsIntegrationsRdsArgs:
4057
4485
  tag_key: Optional[pulumi.Input[str]] = None,
4058
4486
  tag_value: Optional[pulumi.Input[str]] = None):
4059
4487
  """
4060
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4061
- :param pulumi.Input[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.
4488
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4489
+ </details>
4490
+ :param pulumi.Input[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
4491
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4492
+
4493
+ <details>
4494
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4063
4495
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4064
4496
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4065
4497
  """
@@ -4078,7 +4510,8 @@ class AwsIntegrationsRdsArgs:
4078
4510
  @pulumi.getter(name="awsRegions")
4079
4511
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4080
4512
  """
4081
- Specify each AWS region that includes the resources that you want to monitor.
4513
+ Specify each AWS region that includes the resources that you want to monitor.
4514
+ </details>
4082
4515
  """
4083
4516
  return pulumi.get(self, "aws_regions")
4084
4517
 
@@ -4090,7 +4523,7 @@ class AwsIntegrationsRdsArgs:
4090
4523
  @pulumi.getter(name="fetchTags")
4091
4524
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
4092
4525
  """
4093
- 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.
4526
+ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4094
4527
  """
4095
4528
  return pulumi.get(self, "fetch_tags")
4096
4529
 
@@ -4103,6 +4536,9 @@ class AwsIntegrationsRdsArgs:
4103
4536
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4104
4537
  """
4105
4538
  The data polling interval in seconds.
4539
+
4540
+ <details>
4541
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4106
4542
  """
4107
4543
  return pulumi.get(self, "metrics_polling_interval")
4108
4544
 
@@ -4143,8 +4579,12 @@ class AwsIntegrationsRedshiftArgs:
4143
4579
  tag_key: Optional[pulumi.Input[str]] = None,
4144
4580
  tag_value: Optional[pulumi.Input[str]] = None):
4145
4581
  """
4146
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4582
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4583
+ </details>
4147
4584
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4585
+
4586
+ <details>
4587
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4148
4588
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4149
4589
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4150
4590
  """
@@ -4161,7 +4601,8 @@ class AwsIntegrationsRedshiftArgs:
4161
4601
  @pulumi.getter(name="awsRegions")
4162
4602
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4163
4603
  """
4164
- Specify each AWS region that includes the resources that you want to monitor.
4604
+ Specify each AWS region that includes the resources that you want to monitor.
4605
+ </details>
4165
4606
  """
4166
4607
  return pulumi.get(self, "aws_regions")
4167
4608
 
@@ -4174,6 +4615,9 @@ class AwsIntegrationsRedshiftArgs:
4174
4615
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4175
4616
  """
4176
4617
  The data polling interval in seconds.
4618
+
4619
+ <details>
4620
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4177
4621
  """
4178
4622
  return pulumi.get(self, "metrics_polling_interval")
4179
4623
 
@@ -4213,7 +4657,12 @@ class AwsIntegrationsRoute53Args:
4213
4657
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
4214
4658
  """
4215
4659
  :param pulumi.Input[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.
4660
+
4661
+ Furthermore, below integration types supports the following common arguments.
4216
4662
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4663
+
4664
+ <details>
4665
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4217
4666
  """
4218
4667
  if fetch_extended_inventory is not None:
4219
4668
  pulumi.set(__self__, "fetch_extended_inventory", fetch_extended_inventory)
@@ -4225,6 +4674,8 @@ class AwsIntegrationsRoute53Args:
4225
4674
  def fetch_extended_inventory(self) -> Optional[pulumi.Input[bool]]:
4226
4675
  """
4227
4676
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
4677
+
4678
+ Furthermore, below integration types supports the following common arguments.
4228
4679
  """
4229
4680
  return pulumi.get(self, "fetch_extended_inventory")
4230
4681
 
@@ -4237,6 +4688,9 @@ class AwsIntegrationsRoute53Args:
4237
4688
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4238
4689
  """
4239
4690
  The data polling interval in seconds.
4691
+
4692
+ <details>
4693
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4240
4694
  """
4241
4695
  return pulumi.get(self, "metrics_polling_interval")
4242
4696
 
@@ -4255,8 +4709,13 @@ class AwsIntegrationsS3Args:
4255
4709
  tag_value: Optional[pulumi.Input[str]] = None):
4256
4710
  """
4257
4711
  :param pulumi.Input[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.
4712
+
4713
+ Furthermore, below integration types supports the following common arguments.
4258
4714
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4259
4715
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4716
+
4717
+ <details>
4718
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4260
4719
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4261
4720
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4262
4721
  """
@@ -4276,6 +4735,8 @@ class AwsIntegrationsS3Args:
4276
4735
  def fetch_extended_inventory(self) -> Optional[pulumi.Input[bool]]:
4277
4736
  """
4278
4737
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
4738
+
4739
+ Furthermore, below integration types supports the following common arguments.
4279
4740
  """
4280
4741
  return pulumi.get(self, "fetch_extended_inventory")
4281
4742
 
@@ -4300,6 +4761,9 @@ class AwsIntegrationsS3Args:
4300
4761
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4301
4762
  """
4302
4763
  The data polling interval in seconds.
4764
+
4765
+ <details>
4766
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4303
4767
  """
4304
4768
  return pulumi.get(self, "metrics_polling_interval")
4305
4769
 
@@ -4338,8 +4802,12 @@ class AwsIntegrationsSesArgs:
4338
4802
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4339
4803
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
4340
4804
  """
4341
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4805
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4806
+ </details>
4342
4807
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4808
+
4809
+ <details>
4810
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4343
4811
  """
4344
4812
  if aws_regions is not None:
4345
4813
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4350,7 +4818,8 @@ class AwsIntegrationsSesArgs:
4350
4818
  @pulumi.getter(name="awsRegions")
4351
4819
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4352
4820
  """
4353
- Specify each AWS region that includes the resources that you want to monitor.
4821
+ Specify each AWS region that includes the resources that you want to monitor.
4822
+ </details>
4354
4823
  """
4355
4824
  return pulumi.get(self, "aws_regions")
4356
4825
 
@@ -4363,6 +4832,9 @@ class AwsIntegrationsSesArgs:
4363
4832
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4364
4833
  """
4365
4834
  The data polling interval in seconds.
4835
+
4836
+ <details>
4837
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4366
4838
  """
4367
4839
  return pulumi.get(self, "metrics_polling_interval")
4368
4840
 
@@ -4378,9 +4850,15 @@ class AwsIntegrationsSnsArgs:
4378
4850
  fetch_extended_inventory: Optional[pulumi.Input[bool]] = None,
4379
4851
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
4380
4852
  """
4381
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4853
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4854
+ </details>
4382
4855
  :param pulumi.Input[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.
4856
+
4857
+ Furthermore, below integration types supports the following common arguments.
4383
4858
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4859
+
4860
+ <details>
4861
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4384
4862
  """
4385
4863
  if aws_regions is not None:
4386
4864
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4393,7 +4871,8 @@ class AwsIntegrationsSnsArgs:
4393
4871
  @pulumi.getter(name="awsRegions")
4394
4872
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4395
4873
  """
4396
- Specify each AWS region that includes the resources that you want to monitor.
4874
+ Specify each AWS region that includes the resources that you want to monitor.
4875
+ </details>
4397
4876
  """
4398
4877
  return pulumi.get(self, "aws_regions")
4399
4878
 
@@ -4406,6 +4885,8 @@ class AwsIntegrationsSnsArgs:
4406
4885
  def fetch_extended_inventory(self) -> Optional[pulumi.Input[bool]]:
4407
4886
  """
4408
4887
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
4888
+
4889
+ Furthermore, below integration types supports the following common arguments.
4409
4890
  """
4410
4891
  return pulumi.get(self, "fetch_extended_inventory")
4411
4892
 
@@ -4418,6 +4899,9 @@ class AwsIntegrationsSnsArgs:
4418
4899
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4419
4900
  """
4420
4901
  The data polling interval in seconds.
4902
+
4903
+ <details>
4904
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4421
4905
  """
4422
4906
  return pulumi.get(self, "metrics_polling_interval")
4423
4907
 
@@ -4437,10 +4921,16 @@ class AwsIntegrationsSqsArgs:
4437
4921
  tag_key: Optional[pulumi.Input[str]] = None,
4438
4922
  tag_value: Optional[pulumi.Input[str]] = None):
4439
4923
  """
4440
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4924
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
4925
+ </details>
4441
4926
  :param pulumi.Input[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.
4927
+
4928
+ Furthermore, below integration types supports the following common arguments.
4442
4929
  :param pulumi.Input[bool] fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.
4443
4930
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4931
+
4932
+ <details>
4933
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4444
4934
  :param pulumi.Input[Sequence[pulumi.Input[str]]] queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
4445
4935
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4446
4936
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
@@ -4464,7 +4954,8 @@ class AwsIntegrationsSqsArgs:
4464
4954
  @pulumi.getter(name="awsRegions")
4465
4955
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4466
4956
  """
4467
- Specify each AWS region that includes the resources that you want to monitor.
4957
+ Specify each AWS region that includes the resources that you want to monitor.
4958
+ </details>
4468
4959
  """
4469
4960
  return pulumi.get(self, "aws_regions")
4470
4961
 
@@ -4477,6 +4968,8 @@ class AwsIntegrationsSqsArgs:
4477
4968
  def fetch_extended_inventory(self) -> Optional[pulumi.Input[bool]]:
4478
4969
  """
4479
4970
  Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.
4971
+
4972
+ Furthermore, below integration types supports the following common arguments.
4480
4973
  """
4481
4974
  return pulumi.get(self, "fetch_extended_inventory")
4482
4975
 
@@ -4501,6 +4994,9 @@ class AwsIntegrationsSqsArgs:
4501
4994
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4502
4995
  """
4503
4996
  The data polling interval in seconds.
4997
+
4998
+ <details>
4999
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4504
5000
  """
4505
5001
  return pulumi.get(self, "metrics_polling_interval")
4506
5002
 
@@ -4551,6 +5047,9 @@ class AwsIntegrationsTrustedAdvisorArgs:
4551
5047
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
4552
5048
  """
4553
5049
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5050
+
5051
+ <details>
5052
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4554
5053
  """
4555
5054
  if metrics_polling_interval is not None:
4556
5055
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4560,6 +5059,9 @@ class AwsIntegrationsTrustedAdvisorArgs:
4560
5059
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4561
5060
  """
4562
5061
  The data polling interval in seconds.
5062
+
5063
+ <details>
5064
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4563
5065
  """
4564
5066
  return pulumi.get(self, "metrics_polling_interval")
4565
5067
 
@@ -4578,10 +5080,14 @@ class AwsIntegrationsVpcArgs:
4578
5080
  tag_key: Optional[pulumi.Input[str]] = None,
4579
5081
  tag_value: Optional[pulumi.Input[str]] = None):
4580
5082
  """
4581
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5083
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5084
+ </details>
4582
5085
  :param pulumi.Input[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.
4583
5086
  :param pulumi.Input[bool] fetch_vpn: Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit.
4584
5087
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5088
+
5089
+ <details>
5090
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4585
5091
  :param pulumi.Input[str] tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4586
5092
  :param pulumi.Input[str] tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
4587
5093
  """
@@ -4602,7 +5108,8 @@ class AwsIntegrationsVpcArgs:
4602
5108
  @pulumi.getter(name="awsRegions")
4603
5109
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4604
5110
  """
4605
- Specify each AWS region that includes the resources that you want to monitor.
5111
+ Specify each AWS region that includes the resources that you want to monitor.
5112
+ </details>
4606
5113
  """
4607
5114
  return pulumi.get(self, "aws_regions")
4608
5115
 
@@ -4639,6 +5146,9 @@ class AwsIntegrationsVpcArgs:
4639
5146
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4640
5147
  """
4641
5148
  The data polling interval in seconds.
5149
+
5150
+ <details>
5151
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4642
5152
  """
4643
5153
  return pulumi.get(self, "metrics_polling_interval")
4644
5154
 
@@ -4677,8 +5187,12 @@ class AwsIntegrationsXRayArgs:
4677
5187
  aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4678
5188
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
4679
5189
  """
4680
- :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5190
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
5191
+ </details>
4681
5192
  :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5193
+
5194
+ <details>
5195
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4682
5196
  """
4683
5197
  if aws_regions is not None:
4684
5198
  pulumi.set(__self__, "aws_regions", aws_regions)
@@ -4689,7 +5203,8 @@ class AwsIntegrationsXRayArgs:
4689
5203
  @pulumi.getter(name="awsRegions")
4690
5204
  def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4691
5205
  """
4692
- Specify each AWS region that includes the resources that you want to monitor.
5206
+ Specify each AWS region that includes the resources that you want to monitor.
5207
+ </details>
4693
5208
  """
4694
5209
  return pulumi.get(self, "aws_regions")
4695
5210
 
@@ -4702,6 +5217,9 @@ class AwsIntegrationsXRayArgs:
4702
5217
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4703
5218
  """
4704
5219
  The data polling interval in seconds.
5220
+
5221
+ <details>
5222
+ <summary> Some integration types support an additional set of arguments. Expand this section to take a look at these supported arguments. </summary>
4705
5223
  """
4706
5224
  return pulumi.get(self, "metrics_polling_interval")
4707
5225
 
@@ -4716,8 +5234,10 @@ class AzureIntegrationsApiManagementArgs:
4716
5234
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
4717
5235
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4718
5236
  """
4719
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5237
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4720
5238
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5239
+
5240
+ Other integration type support an additional argument:
4721
5241
  """
4722
5242
  if metrics_polling_interval is not None:
4723
5243
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4728,7 +5248,7 @@ class AzureIntegrationsApiManagementArgs:
4728
5248
  @pulumi.getter(name="metricsPollingInterval")
4729
5249
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4730
5250
  """
4731
- The data polling interval in seconds
5251
+ The data polling interval in seconds.
4732
5252
  """
4733
5253
  return pulumi.get(self, "metrics_polling_interval")
4734
5254
 
@@ -4741,6 +5261,8 @@ class AzureIntegrationsApiManagementArgs:
4741
5261
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4742
5262
  """
4743
5263
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5264
+
5265
+ Other integration type support an additional argument:
4744
5266
  """
4745
5267
  return pulumi.get(self, "resource_groups")
4746
5268
 
@@ -4755,8 +5277,10 @@ class AzureIntegrationsAppGatewayArgs:
4755
5277
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
4756
5278
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4757
5279
  """
4758
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5280
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4759
5281
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5282
+
5283
+ Other integration type support an additional argument:
4760
5284
  """
4761
5285
  if metrics_polling_interval is not None:
4762
5286
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4767,7 +5291,7 @@ class AzureIntegrationsAppGatewayArgs:
4767
5291
  @pulumi.getter(name="metricsPollingInterval")
4768
5292
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4769
5293
  """
4770
- The data polling interval in seconds
5294
+ The data polling interval in seconds.
4771
5295
  """
4772
5296
  return pulumi.get(self, "metrics_polling_interval")
4773
5297
 
@@ -4780,6 +5304,8 @@ class AzureIntegrationsAppGatewayArgs:
4780
5304
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4781
5305
  """
4782
5306
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5307
+
5308
+ Other integration type support an additional argument:
4783
5309
  """
4784
5310
  return pulumi.get(self, "resource_groups")
4785
5311
 
@@ -4794,8 +5320,10 @@ class AzureIntegrationsAppServiceArgs:
4794
5320
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
4795
5321
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4796
5322
  """
4797
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5323
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4798
5324
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5325
+
5326
+ Other integration type support an additional argument:
4799
5327
  """
4800
5328
  if metrics_polling_interval is not None:
4801
5329
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4806,7 +5334,7 @@ class AzureIntegrationsAppServiceArgs:
4806
5334
  @pulumi.getter(name="metricsPollingInterval")
4807
5335
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4808
5336
  """
4809
- The data polling interval in seconds
5337
+ The data polling interval in seconds.
4810
5338
  """
4811
5339
  return pulumi.get(self, "metrics_polling_interval")
4812
5340
 
@@ -4819,6 +5347,8 @@ class AzureIntegrationsAppServiceArgs:
4819
5347
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4820
5348
  """
4821
5349
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5350
+
5351
+ Other integration type support an additional argument:
4822
5352
  """
4823
5353
  return pulumi.get(self, "resource_groups")
4824
5354
 
@@ -4833,8 +5363,10 @@ class AzureIntegrationsContainersArgs:
4833
5363
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
4834
5364
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4835
5365
  """
4836
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5366
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4837
5367
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5368
+
5369
+ Other integration type support an additional argument:
4838
5370
  """
4839
5371
  if metrics_polling_interval is not None:
4840
5372
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4845,7 +5377,7 @@ class AzureIntegrationsContainersArgs:
4845
5377
  @pulumi.getter(name="metricsPollingInterval")
4846
5378
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4847
5379
  """
4848
- The data polling interval in seconds
5380
+ The data polling interval in seconds.
4849
5381
  """
4850
5382
  return pulumi.get(self, "metrics_polling_interval")
4851
5383
 
@@ -4858,6 +5390,8 @@ class AzureIntegrationsContainersArgs:
4858
5390
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4859
5391
  """
4860
5392
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5393
+
5394
+ Other integration type support an additional argument:
4861
5395
  """
4862
5396
  return pulumi.get(self, "resource_groups")
4863
5397
 
@@ -4872,8 +5406,10 @@ class AzureIntegrationsCosmosDbArgs:
4872
5406
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
4873
5407
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4874
5408
  """
4875
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5409
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4876
5410
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5411
+
5412
+ Other integration type support an additional argument:
4877
5413
  """
4878
5414
  if metrics_polling_interval is not None:
4879
5415
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4884,7 +5420,7 @@ class AzureIntegrationsCosmosDbArgs:
4884
5420
  @pulumi.getter(name="metricsPollingInterval")
4885
5421
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4886
5422
  """
4887
- The data polling interval in seconds
5423
+ The data polling interval in seconds.
4888
5424
  """
4889
5425
  return pulumi.get(self, "metrics_polling_interval")
4890
5426
 
@@ -4897,6 +5433,8 @@ class AzureIntegrationsCosmosDbArgs:
4897
5433
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4898
5434
  """
4899
5435
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5436
+
5437
+ Other integration type support an additional argument:
4900
5438
  """
4901
5439
  return pulumi.get(self, "resource_groups")
4902
5440
 
@@ -4911,8 +5449,8 @@ class AzureIntegrationsCostManagementArgs:
4911
5449
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
4912
5450
  tag_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4913
5451
  """
4914
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
4915
- :param pulumi.Input[Sequence[pulumi.Input[str]]] tag_keys: Specify if additional cost data per tag should be collected. This field is case sensitive.
5452
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5453
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] tag_keys: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4916
5454
  """
4917
5455
  if metrics_polling_interval is not None:
4918
5456
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4923,7 +5461,7 @@ class AzureIntegrationsCostManagementArgs:
4923
5461
  @pulumi.getter(name="metricsPollingInterval")
4924
5462
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4925
5463
  """
4926
- The data polling interval in seconds
5464
+ The data polling interval in seconds.
4927
5465
  """
4928
5466
  return pulumi.get(self, "metrics_polling_interval")
4929
5467
 
@@ -4935,7 +5473,7 @@ class AzureIntegrationsCostManagementArgs:
4935
5473
  @pulumi.getter(name="tagKeys")
4936
5474
  def tag_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4937
5475
  """
4938
- Specify if additional cost data per tag should be collected. This field is case sensitive.
5476
+ Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
4939
5477
  """
4940
5478
  return pulumi.get(self, "tag_keys")
4941
5479
 
@@ -4950,8 +5488,10 @@ class AzureIntegrationsDataFactoryArgs:
4950
5488
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
4951
5489
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4952
5490
  """
4953
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5491
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4954
5492
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5493
+
5494
+ Other integration type support an additional argument:
4955
5495
  """
4956
5496
  if metrics_polling_interval is not None:
4957
5497
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -4962,7 +5502,7 @@ class AzureIntegrationsDataFactoryArgs:
4962
5502
  @pulumi.getter(name="metricsPollingInterval")
4963
5503
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
4964
5504
  """
4965
- The data polling interval in seconds
5505
+ The data polling interval in seconds.
4966
5506
  """
4967
5507
  return pulumi.get(self, "metrics_polling_interval")
4968
5508
 
@@ -4975,6 +5515,8 @@ class AzureIntegrationsDataFactoryArgs:
4975
5515
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4976
5516
  """
4977
5517
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5518
+
5519
+ Other integration type support an additional argument:
4978
5520
  """
4979
5521
  return pulumi.get(self, "resource_groups")
4980
5522
 
@@ -4989,8 +5531,10 @@ class AzureIntegrationsEventHubArgs:
4989
5531
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
4990
5532
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4991
5533
  """
4992
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5534
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
4993
5535
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5536
+
5537
+ Other integration type support an additional argument:
4994
5538
  """
4995
5539
  if metrics_polling_interval is not None:
4996
5540
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5001,7 +5545,7 @@ class AzureIntegrationsEventHubArgs:
5001
5545
  @pulumi.getter(name="metricsPollingInterval")
5002
5546
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5003
5547
  """
5004
- The data polling interval in seconds
5548
+ The data polling interval in seconds.
5005
5549
  """
5006
5550
  return pulumi.get(self, "metrics_polling_interval")
5007
5551
 
@@ -5014,6 +5558,8 @@ class AzureIntegrationsEventHubArgs:
5014
5558
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5015
5559
  """
5016
5560
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5561
+
5562
+ Other integration type support an additional argument:
5017
5563
  """
5018
5564
  return pulumi.get(self, "resource_groups")
5019
5565
 
@@ -5028,8 +5574,10 @@ class AzureIntegrationsExpressRouteArgs:
5028
5574
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5029
5575
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5030
5576
  """
5031
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5577
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5032
5578
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5579
+
5580
+ Other integration type support an additional argument:
5033
5581
  """
5034
5582
  if metrics_polling_interval is not None:
5035
5583
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5040,7 +5588,7 @@ class AzureIntegrationsExpressRouteArgs:
5040
5588
  @pulumi.getter(name="metricsPollingInterval")
5041
5589
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5042
5590
  """
5043
- The data polling interval in seconds
5591
+ The data polling interval in seconds.
5044
5592
  """
5045
5593
  return pulumi.get(self, "metrics_polling_interval")
5046
5594
 
@@ -5053,6 +5601,8 @@ class AzureIntegrationsExpressRouteArgs:
5053
5601
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5054
5602
  """
5055
5603
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5604
+
5605
+ Other integration type support an additional argument:
5056
5606
  """
5057
5607
  return pulumi.get(self, "resource_groups")
5058
5608
 
@@ -5067,8 +5617,10 @@ class AzureIntegrationsFirewallsArgs:
5067
5617
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5068
5618
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5069
5619
  """
5070
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5620
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5071
5621
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5622
+
5623
+ Other integration type support an additional argument:
5072
5624
  """
5073
5625
  if metrics_polling_interval is not None:
5074
5626
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5079,7 +5631,7 @@ class AzureIntegrationsFirewallsArgs:
5079
5631
  @pulumi.getter(name="metricsPollingInterval")
5080
5632
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5081
5633
  """
5082
- The data polling interval in seconds
5634
+ The data polling interval in seconds.
5083
5635
  """
5084
5636
  return pulumi.get(self, "metrics_polling_interval")
5085
5637
 
@@ -5092,6 +5644,8 @@ class AzureIntegrationsFirewallsArgs:
5092
5644
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5093
5645
  """
5094
5646
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5647
+
5648
+ Other integration type support an additional argument:
5095
5649
  """
5096
5650
  return pulumi.get(self, "resource_groups")
5097
5651
 
@@ -5106,8 +5660,10 @@ class AzureIntegrationsFrontDoorArgs:
5106
5660
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5107
5661
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5108
5662
  """
5109
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5663
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5110
5664
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5665
+
5666
+ Other integration type support an additional argument:
5111
5667
  """
5112
5668
  if metrics_polling_interval is not None:
5113
5669
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5118,7 +5674,7 @@ class AzureIntegrationsFrontDoorArgs:
5118
5674
  @pulumi.getter(name="metricsPollingInterval")
5119
5675
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5120
5676
  """
5121
- The data polling interval in seconds
5677
+ The data polling interval in seconds.
5122
5678
  """
5123
5679
  return pulumi.get(self, "metrics_polling_interval")
5124
5680
 
@@ -5131,6 +5687,8 @@ class AzureIntegrationsFrontDoorArgs:
5131
5687
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5132
5688
  """
5133
5689
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5690
+
5691
+ Other integration type support an additional argument:
5134
5692
  """
5135
5693
  return pulumi.get(self, "resource_groups")
5136
5694
 
@@ -5145,8 +5703,10 @@ class AzureIntegrationsFunctionsArgs:
5145
5703
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5146
5704
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5147
5705
  """
5148
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5706
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5149
5707
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5708
+
5709
+ Other integration type support an additional argument:
5150
5710
  """
5151
5711
  if metrics_polling_interval is not None:
5152
5712
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5157,7 +5717,7 @@ class AzureIntegrationsFunctionsArgs:
5157
5717
  @pulumi.getter(name="metricsPollingInterval")
5158
5718
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5159
5719
  """
5160
- The data polling interval in seconds
5720
+ The data polling interval in seconds.
5161
5721
  """
5162
5722
  return pulumi.get(self, "metrics_polling_interval")
5163
5723
 
@@ -5170,6 +5730,8 @@ class AzureIntegrationsFunctionsArgs:
5170
5730
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5171
5731
  """
5172
5732
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5733
+
5734
+ Other integration type support an additional argument:
5173
5735
  """
5174
5736
  return pulumi.get(self, "resource_groups")
5175
5737
 
@@ -5184,8 +5746,10 @@ class AzureIntegrationsKeyVaultArgs:
5184
5746
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5185
5747
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5186
5748
  """
5187
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5749
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5188
5750
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5751
+
5752
+ Other integration type support an additional argument:
5189
5753
  """
5190
5754
  if metrics_polling_interval is not None:
5191
5755
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5196,7 +5760,7 @@ class AzureIntegrationsKeyVaultArgs:
5196
5760
  @pulumi.getter(name="metricsPollingInterval")
5197
5761
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5198
5762
  """
5199
- The data polling interval in seconds
5763
+ The data polling interval in seconds.
5200
5764
  """
5201
5765
  return pulumi.get(self, "metrics_polling_interval")
5202
5766
 
@@ -5209,6 +5773,8 @@ class AzureIntegrationsKeyVaultArgs:
5209
5773
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5210
5774
  """
5211
5775
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5776
+
5777
+ Other integration type support an additional argument:
5212
5778
  """
5213
5779
  return pulumi.get(self, "resource_groups")
5214
5780
 
@@ -5223,8 +5789,10 @@ class AzureIntegrationsLoadBalancerArgs:
5223
5789
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5224
5790
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5225
5791
  """
5226
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5792
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5227
5793
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5794
+
5795
+ Other integration type support an additional argument:
5228
5796
  """
5229
5797
  if metrics_polling_interval is not None:
5230
5798
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5235,7 +5803,7 @@ class AzureIntegrationsLoadBalancerArgs:
5235
5803
  @pulumi.getter(name="metricsPollingInterval")
5236
5804
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5237
5805
  """
5238
- The data polling interval in seconds
5806
+ The data polling interval in seconds.
5239
5807
  """
5240
5808
  return pulumi.get(self, "metrics_polling_interval")
5241
5809
 
@@ -5248,6 +5816,8 @@ class AzureIntegrationsLoadBalancerArgs:
5248
5816
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5249
5817
  """
5250
5818
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5819
+
5820
+ Other integration type support an additional argument:
5251
5821
  """
5252
5822
  return pulumi.get(self, "resource_groups")
5253
5823
 
@@ -5262,8 +5832,10 @@ class AzureIntegrationsLogicAppsArgs:
5262
5832
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5263
5833
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5264
5834
  """
5265
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5835
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5266
5836
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5837
+
5838
+ Other integration type support an additional argument:
5267
5839
  """
5268
5840
  if metrics_polling_interval is not None:
5269
5841
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5274,7 +5846,7 @@ class AzureIntegrationsLogicAppsArgs:
5274
5846
  @pulumi.getter(name="metricsPollingInterval")
5275
5847
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5276
5848
  """
5277
- The data polling interval in seconds
5849
+ The data polling interval in seconds.
5278
5850
  """
5279
5851
  return pulumi.get(self, "metrics_polling_interval")
5280
5852
 
@@ -5287,6 +5859,8 @@ class AzureIntegrationsLogicAppsArgs:
5287
5859
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5288
5860
  """
5289
5861
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5862
+
5863
+ Other integration type support an additional argument:
5290
5864
  """
5291
5865
  return pulumi.get(self, "resource_groups")
5292
5866
 
@@ -5301,8 +5875,10 @@ class AzureIntegrationsMachineLearningArgs:
5301
5875
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5302
5876
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5303
5877
  """
5304
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5878
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5305
5879
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5880
+
5881
+ Other integration type support an additional argument:
5306
5882
  """
5307
5883
  if metrics_polling_interval is not None:
5308
5884
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5313,7 +5889,7 @@ class AzureIntegrationsMachineLearningArgs:
5313
5889
  @pulumi.getter(name="metricsPollingInterval")
5314
5890
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5315
5891
  """
5316
- The data polling interval in seconds
5892
+ The data polling interval in seconds.
5317
5893
  """
5318
5894
  return pulumi.get(self, "metrics_polling_interval")
5319
5895
 
@@ -5326,6 +5902,8 @@ class AzureIntegrationsMachineLearningArgs:
5326
5902
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5327
5903
  """
5328
5904
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5905
+
5906
+ Other integration type support an additional argument:
5329
5907
  """
5330
5908
  return pulumi.get(self, "resource_groups")
5331
5909
 
@@ -5340,8 +5918,10 @@ class AzureIntegrationsMariaDbArgs:
5340
5918
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5341
5919
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5342
5920
  """
5343
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5921
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5344
5922
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5923
+
5924
+ Other integration type support an additional argument:
5345
5925
  """
5346
5926
  if metrics_polling_interval is not None:
5347
5927
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5352,7 +5932,7 @@ class AzureIntegrationsMariaDbArgs:
5352
5932
  @pulumi.getter(name="metricsPollingInterval")
5353
5933
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5354
5934
  """
5355
- The data polling interval in seconds
5935
+ The data polling interval in seconds.
5356
5936
  """
5357
5937
  return pulumi.get(self, "metrics_polling_interval")
5358
5938
 
@@ -5365,6 +5945,8 @@ class AzureIntegrationsMariaDbArgs:
5365
5945
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5366
5946
  """
5367
5947
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5948
+
5949
+ Other integration type support an additional argument:
5368
5950
  """
5369
5951
  return pulumi.get(self, "resource_groups")
5370
5952
 
@@ -5383,12 +5965,16 @@ class AzureIntegrationsMonitorArgs:
5383
5965
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
5384
5966
  resource_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5385
5967
  """
5386
- :param pulumi.Input[bool] enabled: A flag that specifies if the integration is active
5387
- :param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_tags: Specify resource tags in 'key:value' form to be excluded from monitoring
5388
- :param pulumi.Input[Sequence[pulumi.Input[str]]] include_tags: Specify resource tags in 'key:value' form to be monitored
5389
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
5968
+ :param pulumi.Input[bool] enabled: A boolean value, that specifies if the integration needs to be active. Defaults to 'true' if not specified.
5969
+
5970
+ > **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.
5971
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_tags: A list of resource tags associated with the resources that need to be excluded from monitoring.
5972
+ :param pulumi.Input[Sequence[pulumi.Input[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.
5973
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5390
5974
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
5391
- :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_types: Specify each Azure resource type that needs to be monitored
5975
+
5976
+ Other integration type support an additional argument:
5977
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_types: A list of Azure resource types that need to be monitored.
5392
5978
  """
5393
5979
  if enabled is not None:
5394
5980
  pulumi.set(__self__, "enabled", enabled)
@@ -5407,7 +5993,9 @@ class AzureIntegrationsMonitorArgs:
5407
5993
  @pulumi.getter
5408
5994
  def enabled(self) -> Optional[pulumi.Input[bool]]:
5409
5995
  """
5410
- A flag that specifies if the integration is active
5996
+ A boolean value, that specifies if the integration needs to be active. Defaults to 'true' if not specified.
5997
+
5998
+ > **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.
5411
5999
  """
5412
6000
  return pulumi.get(self, "enabled")
5413
6001
 
@@ -5419,7 +6007,7 @@ class AzureIntegrationsMonitorArgs:
5419
6007
  @pulumi.getter(name="excludeTags")
5420
6008
  def exclude_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5421
6009
  """
5422
- Specify resource tags in 'key:value' form to be excluded from monitoring
6010
+ A list of resource tags associated with the resources that need to be excluded from monitoring.
5423
6011
  """
5424
6012
  return pulumi.get(self, "exclude_tags")
5425
6013
 
@@ -5431,7 +6019,7 @@ class AzureIntegrationsMonitorArgs:
5431
6019
  @pulumi.getter(name="includeTags")
5432
6020
  def include_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5433
6021
  """
5434
- Specify resource tags in 'key:value' form to be monitored
6022
+ 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.
5435
6023
  """
5436
6024
  return pulumi.get(self, "include_tags")
5437
6025
 
@@ -5443,7 +6031,7 @@ class AzureIntegrationsMonitorArgs:
5443
6031
  @pulumi.getter(name="metricsPollingInterval")
5444
6032
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5445
6033
  """
5446
- The data polling interval in seconds
6034
+ The data polling interval in seconds.
5447
6035
  """
5448
6036
  return pulumi.get(self, "metrics_polling_interval")
5449
6037
 
@@ -5456,6 +6044,8 @@ class AzureIntegrationsMonitorArgs:
5456
6044
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5457
6045
  """
5458
6046
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6047
+
6048
+ Other integration type support an additional argument:
5459
6049
  """
5460
6050
  return pulumi.get(self, "resource_groups")
5461
6051
 
@@ -5467,7 +6057,7 @@ class AzureIntegrationsMonitorArgs:
5467
6057
  @pulumi.getter(name="resourceTypes")
5468
6058
  def resource_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5469
6059
  """
5470
- Specify each Azure resource type that needs to be monitored
6060
+ A list of Azure resource types that need to be monitored.
5471
6061
  """
5472
6062
  return pulumi.get(self, "resource_types")
5473
6063
 
@@ -5482,8 +6072,10 @@ class AzureIntegrationsMysqlArgs:
5482
6072
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5483
6073
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5484
6074
  """
5485
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6075
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5486
6076
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6077
+
6078
+ Other integration type support an additional argument:
5487
6079
  """
5488
6080
  if metrics_polling_interval is not None:
5489
6081
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5494,7 +6086,7 @@ class AzureIntegrationsMysqlArgs:
5494
6086
  @pulumi.getter(name="metricsPollingInterval")
5495
6087
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5496
6088
  """
5497
- The data polling interval in seconds
6089
+ The data polling interval in seconds.
5498
6090
  """
5499
6091
  return pulumi.get(self, "metrics_polling_interval")
5500
6092
 
@@ -5507,6 +6099,8 @@ class AzureIntegrationsMysqlArgs:
5507
6099
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5508
6100
  """
5509
6101
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6102
+
6103
+ Other integration type support an additional argument:
5510
6104
  """
5511
6105
  return pulumi.get(self, "resource_groups")
5512
6106
 
@@ -5521,8 +6115,10 @@ class AzureIntegrationsMysqlFlexibleArgs:
5521
6115
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5522
6116
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5523
6117
  """
5524
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6118
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5525
6119
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6120
+
6121
+ Other integration type support an additional argument:
5526
6122
  """
5527
6123
  if metrics_polling_interval is not None:
5528
6124
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5533,7 +6129,7 @@ class AzureIntegrationsMysqlFlexibleArgs:
5533
6129
  @pulumi.getter(name="metricsPollingInterval")
5534
6130
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5535
6131
  """
5536
- The data polling interval in seconds
6132
+ The data polling interval in seconds.
5537
6133
  """
5538
6134
  return pulumi.get(self, "metrics_polling_interval")
5539
6135
 
@@ -5546,6 +6142,8 @@ class AzureIntegrationsMysqlFlexibleArgs:
5546
6142
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5547
6143
  """
5548
6144
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6145
+
6146
+ Other integration type support an additional argument:
5549
6147
  """
5550
6148
  return pulumi.get(self, "resource_groups")
5551
6149
 
@@ -5560,8 +6158,10 @@ class AzureIntegrationsPostgresqlArgs:
5560
6158
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5561
6159
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5562
6160
  """
5563
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6161
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5564
6162
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6163
+
6164
+ Other integration type support an additional argument:
5565
6165
  """
5566
6166
  if metrics_polling_interval is not None:
5567
6167
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5572,7 +6172,7 @@ class AzureIntegrationsPostgresqlArgs:
5572
6172
  @pulumi.getter(name="metricsPollingInterval")
5573
6173
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5574
6174
  """
5575
- The data polling interval in seconds
6175
+ The data polling interval in seconds.
5576
6176
  """
5577
6177
  return pulumi.get(self, "metrics_polling_interval")
5578
6178
 
@@ -5585,6 +6185,8 @@ class AzureIntegrationsPostgresqlArgs:
5585
6185
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5586
6186
  """
5587
6187
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6188
+
6189
+ Other integration type support an additional argument:
5588
6190
  """
5589
6191
  return pulumi.get(self, "resource_groups")
5590
6192
 
@@ -5599,8 +6201,10 @@ class AzureIntegrationsPostgresqlFlexibleArgs:
5599
6201
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5600
6202
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5601
6203
  """
5602
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6204
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5603
6205
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6206
+
6207
+ Other integration type support an additional argument:
5604
6208
  """
5605
6209
  if metrics_polling_interval is not None:
5606
6210
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5611,7 +6215,7 @@ class AzureIntegrationsPostgresqlFlexibleArgs:
5611
6215
  @pulumi.getter(name="metricsPollingInterval")
5612
6216
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5613
6217
  """
5614
- The data polling interval in seconds
6218
+ The data polling interval in seconds.
5615
6219
  """
5616
6220
  return pulumi.get(self, "metrics_polling_interval")
5617
6221
 
@@ -5624,6 +6228,8 @@ class AzureIntegrationsPostgresqlFlexibleArgs:
5624
6228
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5625
6229
  """
5626
6230
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6231
+
6232
+ Other integration type support an additional argument:
5627
6233
  """
5628
6234
  return pulumi.get(self, "resource_groups")
5629
6235
 
@@ -5638,8 +6244,10 @@ class AzureIntegrationsPowerBiDedicatedArgs:
5638
6244
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5639
6245
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5640
6246
  """
5641
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6247
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5642
6248
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6249
+
6250
+ Other integration type support an additional argument:
5643
6251
  """
5644
6252
  if metrics_polling_interval is not None:
5645
6253
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5650,7 +6258,7 @@ class AzureIntegrationsPowerBiDedicatedArgs:
5650
6258
  @pulumi.getter(name="metricsPollingInterval")
5651
6259
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5652
6260
  """
5653
- The data polling interval in seconds
6261
+ The data polling interval in seconds.
5654
6262
  """
5655
6263
  return pulumi.get(self, "metrics_polling_interval")
5656
6264
 
@@ -5663,6 +6271,8 @@ class AzureIntegrationsPowerBiDedicatedArgs:
5663
6271
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5664
6272
  """
5665
6273
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6274
+
6275
+ Other integration type support an additional argument:
5666
6276
  """
5667
6277
  return pulumi.get(self, "resource_groups")
5668
6278
 
@@ -5677,8 +6287,10 @@ class AzureIntegrationsRedisCacheArgs:
5677
6287
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5678
6288
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5679
6289
  """
5680
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6290
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5681
6291
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6292
+
6293
+ Other integration type support an additional argument:
5682
6294
  """
5683
6295
  if metrics_polling_interval is not None:
5684
6296
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5689,7 +6301,7 @@ class AzureIntegrationsRedisCacheArgs:
5689
6301
  @pulumi.getter(name="metricsPollingInterval")
5690
6302
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5691
6303
  """
5692
- The data polling interval in seconds
6304
+ The data polling interval in seconds.
5693
6305
  """
5694
6306
  return pulumi.get(self, "metrics_polling_interval")
5695
6307
 
@@ -5702,6 +6314,8 @@ class AzureIntegrationsRedisCacheArgs:
5702
6314
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5703
6315
  """
5704
6316
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6317
+
6318
+ Other integration type support an additional argument:
5705
6319
  """
5706
6320
  return pulumi.get(self, "resource_groups")
5707
6321
 
@@ -5716,8 +6330,10 @@ class AzureIntegrationsServiceBusArgs:
5716
6330
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5717
6331
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5718
6332
  """
5719
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6333
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5720
6334
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6335
+
6336
+ Other integration type support an additional argument:
5721
6337
  """
5722
6338
  if metrics_polling_interval is not None:
5723
6339
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5728,7 +6344,7 @@ class AzureIntegrationsServiceBusArgs:
5728
6344
  @pulumi.getter(name="metricsPollingInterval")
5729
6345
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5730
6346
  """
5731
- The data polling interval in seconds
6347
+ The data polling interval in seconds.
5732
6348
  """
5733
6349
  return pulumi.get(self, "metrics_polling_interval")
5734
6350
 
@@ -5741,6 +6357,8 @@ class AzureIntegrationsServiceBusArgs:
5741
6357
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5742
6358
  """
5743
6359
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6360
+
6361
+ Other integration type support an additional argument:
5744
6362
  """
5745
6363
  return pulumi.get(self, "resource_groups")
5746
6364
 
@@ -5755,8 +6373,10 @@ class AzureIntegrationsSqlArgs:
5755
6373
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5756
6374
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5757
6375
  """
5758
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6376
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5759
6377
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6378
+
6379
+ Other integration type support an additional argument:
5760
6380
  """
5761
6381
  if metrics_polling_interval is not None:
5762
6382
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5767,7 +6387,7 @@ class AzureIntegrationsSqlArgs:
5767
6387
  @pulumi.getter(name="metricsPollingInterval")
5768
6388
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5769
6389
  """
5770
- The data polling interval in seconds
6390
+ The data polling interval in seconds.
5771
6391
  """
5772
6392
  return pulumi.get(self, "metrics_polling_interval")
5773
6393
 
@@ -5780,6 +6400,8 @@ class AzureIntegrationsSqlArgs:
5780
6400
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5781
6401
  """
5782
6402
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6403
+
6404
+ Other integration type support an additional argument:
5783
6405
  """
5784
6406
  return pulumi.get(self, "resource_groups")
5785
6407
 
@@ -5794,8 +6416,10 @@ class AzureIntegrationsSqlManagedArgs:
5794
6416
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5795
6417
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5796
6418
  """
5797
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6419
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5798
6420
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6421
+
6422
+ Other integration type support an additional argument:
5799
6423
  """
5800
6424
  if metrics_polling_interval is not None:
5801
6425
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5806,7 +6430,7 @@ class AzureIntegrationsSqlManagedArgs:
5806
6430
  @pulumi.getter(name="metricsPollingInterval")
5807
6431
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5808
6432
  """
5809
- The data polling interval in seconds
6433
+ The data polling interval in seconds.
5810
6434
  """
5811
6435
  return pulumi.get(self, "metrics_polling_interval")
5812
6436
 
@@ -5819,6 +6443,8 @@ class AzureIntegrationsSqlManagedArgs:
5819
6443
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5820
6444
  """
5821
6445
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6446
+
6447
+ Other integration type support an additional argument:
5822
6448
  """
5823
6449
  return pulumi.get(self, "resource_groups")
5824
6450
 
@@ -5833,8 +6459,10 @@ class AzureIntegrationsStorageArgs:
5833
6459
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5834
6460
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5835
6461
  """
5836
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6462
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5837
6463
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6464
+
6465
+ Other integration type support an additional argument:
5838
6466
  """
5839
6467
  if metrics_polling_interval is not None:
5840
6468
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5845,7 +6473,7 @@ class AzureIntegrationsStorageArgs:
5845
6473
  @pulumi.getter(name="metricsPollingInterval")
5846
6474
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5847
6475
  """
5848
- The data polling interval in seconds
6476
+ The data polling interval in seconds.
5849
6477
  """
5850
6478
  return pulumi.get(self, "metrics_polling_interval")
5851
6479
 
@@ -5858,6 +6486,8 @@ class AzureIntegrationsStorageArgs:
5858
6486
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5859
6487
  """
5860
6488
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6489
+
6490
+ Other integration type support an additional argument:
5861
6491
  """
5862
6492
  return pulumi.get(self, "resource_groups")
5863
6493
 
@@ -5872,8 +6502,10 @@ class AzureIntegrationsVirtualMachineArgs:
5872
6502
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5873
6503
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5874
6504
  """
5875
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6505
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5876
6506
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6507
+
6508
+ Other integration type support an additional argument:
5877
6509
  """
5878
6510
  if metrics_polling_interval is not None:
5879
6511
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5884,7 +6516,7 @@ class AzureIntegrationsVirtualMachineArgs:
5884
6516
  @pulumi.getter(name="metricsPollingInterval")
5885
6517
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5886
6518
  """
5887
- The data polling interval in seconds
6519
+ The data polling interval in seconds.
5888
6520
  """
5889
6521
  return pulumi.get(self, "metrics_polling_interval")
5890
6522
 
@@ -5897,6 +6529,8 @@ class AzureIntegrationsVirtualMachineArgs:
5897
6529
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5898
6530
  """
5899
6531
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6532
+
6533
+ Other integration type support an additional argument:
5900
6534
  """
5901
6535
  return pulumi.get(self, "resource_groups")
5902
6536
 
@@ -5911,8 +6545,10 @@ class AzureIntegrationsVirtualNetworksArgs:
5911
6545
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5912
6546
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5913
6547
  """
5914
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6548
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5915
6549
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6550
+
6551
+ Other integration type support an additional argument:
5916
6552
  """
5917
6553
  if metrics_polling_interval is not None:
5918
6554
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5923,7 +6559,7 @@ class AzureIntegrationsVirtualNetworksArgs:
5923
6559
  @pulumi.getter(name="metricsPollingInterval")
5924
6560
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5925
6561
  """
5926
- The data polling interval in seconds
6562
+ The data polling interval in seconds.
5927
6563
  """
5928
6564
  return pulumi.get(self, "metrics_polling_interval")
5929
6565
 
@@ -5936,6 +6572,8 @@ class AzureIntegrationsVirtualNetworksArgs:
5936
6572
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5937
6573
  """
5938
6574
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6575
+
6576
+ Other integration type support an additional argument:
5939
6577
  """
5940
6578
  return pulumi.get(self, "resource_groups")
5941
6579
 
@@ -5950,8 +6588,10 @@ class AzureIntegrationsVmsArgs:
5950
6588
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5951
6589
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5952
6590
  """
5953
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6591
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5954
6592
  :param pulumi.Input[Sequence[pulumi.Input[str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6593
+
6594
+ Other integration type support an additional argument:
5955
6595
  """
5956
6596
  if metrics_polling_interval is not None:
5957
6597
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -5962,7 +6602,7 @@ class AzureIntegrationsVmsArgs:
5962
6602
  @pulumi.getter(name="metricsPollingInterval")
5963
6603
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
5964
6604
  """
5965
- The data polling interval in seconds
6605
+ The data polling interval in seconds.
5966
6606
  """
5967
6607
  return pulumi.get(self, "metrics_polling_interval")
5968
6608
 
@@ -5975,6 +6615,8 @@ class AzureIntegrationsVmsArgs:
5975
6615
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5976
6616
  """
5977
6617
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6618
+
6619
+ Other integration type support an additional argument:
5978
6620
  """
5979
6621
  return pulumi.get(self, "resource_groups")
5980
6622
 
@@ -5989,8 +6631,10 @@ class AzureIntegrationsVpnGatewayArgs:
5989
6631
  metrics_polling_interval: Optional[pulumi.Input[int]] = None,
5990
6632
  resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5991
6633
  """
5992
- :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds
6634
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
5993
6635
  :param pulumi.Input[Sequence[pulumi.Input[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:
5994
6638
  """
5995
6639
  if metrics_polling_interval is not None:
5996
6640
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6001,7 +6645,7 @@ class AzureIntegrationsVpnGatewayArgs:
6001
6645
  @pulumi.getter(name="metricsPollingInterval")
6002
6646
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6003
6647
  """
6004
- The data polling interval in seconds
6648
+ The data polling interval in seconds.
6005
6649
  """
6006
6650
  return pulumi.get(self, "metrics_polling_interval")
6007
6651
 
@@ -6014,6 +6658,8 @@ class AzureIntegrationsVpnGatewayArgs:
6014
6658
  def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
6015
6659
  """
6016
6660
  Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
6661
+
6662
+ Other integration type support an additional argument:
6017
6663
  """
6018
6664
  return pulumi.get(self, "resource_groups")
6019
6665
 
@@ -6027,7 +6673,9 @@ class GcpIntegrationsAlloyDbArgs:
6027
6673
  def __init__(__self__, *,
6028
6674
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6029
6675
  """
6030
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6676
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6677
+
6678
+ Other integration supports an additional argument:
6031
6679
  """
6032
6680
  if metrics_polling_interval is not None:
6033
6681
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6036,7 +6684,9 @@ class GcpIntegrationsAlloyDbArgs:
6036
6684
  @pulumi.getter(name="metricsPollingInterval")
6037
6685
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6038
6686
  """
6039
- the data polling interval in seconds
6687
+ The data polling interval in seconds.
6688
+
6689
+ Other integration supports an additional argument:
6040
6690
  """
6041
6691
  return pulumi.get(self, "metrics_polling_interval")
6042
6692
 
@@ -6050,7 +6700,9 @@ class GcpIntegrationsAppEngineArgs:
6050
6700
  def __init__(__self__, *,
6051
6701
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6052
6702
  """
6053
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6703
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6704
+
6705
+ Other integration supports an additional argument:
6054
6706
  """
6055
6707
  if metrics_polling_interval is not None:
6056
6708
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6059,7 +6711,9 @@ class GcpIntegrationsAppEngineArgs:
6059
6711
  @pulumi.getter(name="metricsPollingInterval")
6060
6712
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6061
6713
  """
6062
- the data polling interval in seconds
6714
+ The data polling interval in seconds.
6715
+
6716
+ Other integration supports an additional argument:
6063
6717
  """
6064
6718
  return pulumi.get(self, "metrics_polling_interval")
6065
6719
 
@@ -6074,8 +6728,10 @@ class GcpIntegrationsBigQueryArgs:
6074
6728
  fetch_tags: Optional[pulumi.Input[bool]] = None,
6075
6729
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6076
6730
  """
6077
- :param pulumi.Input[bool] fetch_tags: to fetch tags of the resource
6078
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6731
+ :param pulumi.Input[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.
6732
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6733
+
6734
+ Other integration supports an additional argument:
6079
6735
  """
6080
6736
  if fetch_tags is not None:
6081
6737
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -6086,7 +6742,7 @@ class GcpIntegrationsBigQueryArgs:
6086
6742
  @pulumi.getter(name="fetchTags")
6087
6743
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
6088
6744
  """
6089
- to fetch tags of the resource
6745
+ 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.
6090
6746
  """
6091
6747
  return pulumi.get(self, "fetch_tags")
6092
6748
 
@@ -6098,7 +6754,9 @@ class GcpIntegrationsBigQueryArgs:
6098
6754
  @pulumi.getter(name="metricsPollingInterval")
6099
6755
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6100
6756
  """
6101
- the data polling interval in seconds
6757
+ The data polling interval in seconds.
6758
+
6759
+ Other integration supports an additional argument:
6102
6760
  """
6103
6761
  return pulumi.get(self, "metrics_polling_interval")
6104
6762
 
@@ -6112,7 +6770,9 @@ class GcpIntegrationsBigTableArgs:
6112
6770
  def __init__(__self__, *,
6113
6771
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6114
6772
  """
6115
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6773
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6774
+
6775
+ Other integration supports an additional argument:
6116
6776
  """
6117
6777
  if metrics_polling_interval is not None:
6118
6778
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6121,7 +6781,9 @@ class GcpIntegrationsBigTableArgs:
6121
6781
  @pulumi.getter(name="metricsPollingInterval")
6122
6782
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6123
6783
  """
6124
- the data polling interval in seconds
6784
+ The data polling interval in seconds.
6785
+
6786
+ Other integration supports an additional argument:
6125
6787
  """
6126
6788
  return pulumi.get(self, "metrics_polling_interval")
6127
6789
 
@@ -6135,7 +6797,9 @@ class GcpIntegrationsComposerArgs:
6135
6797
  def __init__(__self__, *,
6136
6798
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6137
6799
  """
6138
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6800
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6801
+
6802
+ Other integration supports an additional argument:
6139
6803
  """
6140
6804
  if metrics_polling_interval is not None:
6141
6805
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6144,7 +6808,9 @@ class GcpIntegrationsComposerArgs:
6144
6808
  @pulumi.getter(name="metricsPollingInterval")
6145
6809
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6146
6810
  """
6147
- the data polling interval in seconds
6811
+ The data polling interval in seconds.
6812
+
6813
+ Other integration supports an additional argument:
6148
6814
  """
6149
6815
  return pulumi.get(self, "metrics_polling_interval")
6150
6816
 
@@ -6158,7 +6824,9 @@ class GcpIntegrationsDataFlowArgs:
6158
6824
  def __init__(__self__, *,
6159
6825
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6160
6826
  """
6161
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6827
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6828
+
6829
+ Other integration supports an additional argument:
6162
6830
  """
6163
6831
  if metrics_polling_interval is not None:
6164
6832
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6167,7 +6835,9 @@ class GcpIntegrationsDataFlowArgs:
6167
6835
  @pulumi.getter(name="metricsPollingInterval")
6168
6836
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6169
6837
  """
6170
- the data polling interval in seconds
6838
+ The data polling interval in seconds.
6839
+
6840
+ Other integration supports an additional argument:
6171
6841
  """
6172
6842
  return pulumi.get(self, "metrics_polling_interval")
6173
6843
 
@@ -6181,7 +6851,9 @@ class GcpIntegrationsDataProcArgs:
6181
6851
  def __init__(__self__, *,
6182
6852
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6183
6853
  """
6184
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6854
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6855
+
6856
+ Other integration supports an additional argument:
6185
6857
  """
6186
6858
  if metrics_polling_interval is not None:
6187
6859
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6190,7 +6862,9 @@ class GcpIntegrationsDataProcArgs:
6190
6862
  @pulumi.getter(name="metricsPollingInterval")
6191
6863
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6192
6864
  """
6193
- the data polling interval in seconds
6865
+ The data polling interval in seconds.
6866
+
6867
+ Other integration supports an additional argument:
6194
6868
  """
6195
6869
  return pulumi.get(self, "metrics_polling_interval")
6196
6870
 
@@ -6204,7 +6878,9 @@ class GcpIntegrationsDataStoreArgs:
6204
6878
  def __init__(__self__, *,
6205
6879
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6206
6880
  """
6207
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6881
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6882
+
6883
+ Other integration supports an additional argument:
6208
6884
  """
6209
6885
  if metrics_polling_interval is not None:
6210
6886
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6213,7 +6889,9 @@ class GcpIntegrationsDataStoreArgs:
6213
6889
  @pulumi.getter(name="metricsPollingInterval")
6214
6890
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6215
6891
  """
6216
- the data polling interval in seconds
6892
+ The data polling interval in seconds.
6893
+
6894
+ Other integration supports an additional argument:
6217
6895
  """
6218
6896
  return pulumi.get(self, "metrics_polling_interval")
6219
6897
 
@@ -6227,7 +6905,9 @@ class GcpIntegrationsFireBaseDatabaseArgs:
6227
6905
  def __init__(__self__, *,
6228
6906
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6229
6907
  """
6230
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6908
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6909
+
6910
+ Other integration supports an additional argument:
6231
6911
  """
6232
6912
  if metrics_polling_interval is not None:
6233
6913
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6236,7 +6916,9 @@ class GcpIntegrationsFireBaseDatabaseArgs:
6236
6916
  @pulumi.getter(name="metricsPollingInterval")
6237
6917
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6238
6918
  """
6239
- the data polling interval in seconds
6919
+ The data polling interval in seconds.
6920
+
6921
+ Other integration supports an additional argument:
6240
6922
  """
6241
6923
  return pulumi.get(self, "metrics_polling_interval")
6242
6924
 
@@ -6250,7 +6932,9 @@ class GcpIntegrationsFireBaseHostingArgs:
6250
6932
  def __init__(__self__, *,
6251
6933
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6252
6934
  """
6253
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6935
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6936
+
6937
+ Other integration supports an additional argument:
6254
6938
  """
6255
6939
  if metrics_polling_interval is not None:
6256
6940
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6259,7 +6943,9 @@ class GcpIntegrationsFireBaseHostingArgs:
6259
6943
  @pulumi.getter(name="metricsPollingInterval")
6260
6944
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6261
6945
  """
6262
- the data polling interval in seconds
6946
+ The data polling interval in seconds.
6947
+
6948
+ Other integration supports an additional argument:
6263
6949
  """
6264
6950
  return pulumi.get(self, "metrics_polling_interval")
6265
6951
 
@@ -6273,7 +6959,9 @@ class GcpIntegrationsFireBaseStorageArgs:
6273
6959
  def __init__(__self__, *,
6274
6960
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6275
6961
  """
6276
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6962
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6963
+
6964
+ Other integration supports an additional argument:
6277
6965
  """
6278
6966
  if metrics_polling_interval is not None:
6279
6967
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6282,7 +6970,9 @@ class GcpIntegrationsFireBaseStorageArgs:
6282
6970
  @pulumi.getter(name="metricsPollingInterval")
6283
6971
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6284
6972
  """
6285
- the data polling interval in seconds
6973
+ The data polling interval in seconds.
6974
+
6975
+ Other integration supports an additional argument:
6286
6976
  """
6287
6977
  return pulumi.get(self, "metrics_polling_interval")
6288
6978
 
@@ -6296,7 +6986,9 @@ class GcpIntegrationsFireStoreArgs:
6296
6986
  def __init__(__self__, *,
6297
6987
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6298
6988
  """
6299
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
6989
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
6990
+
6991
+ Other integration supports an additional argument:
6300
6992
  """
6301
6993
  if metrics_polling_interval is not None:
6302
6994
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6305,7 +6997,9 @@ class GcpIntegrationsFireStoreArgs:
6305
6997
  @pulumi.getter(name="metricsPollingInterval")
6306
6998
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6307
6999
  """
6308
- the data polling interval in seconds
7000
+ The data polling interval in seconds.
7001
+
7002
+ Other integration supports an additional argument:
6309
7003
  """
6310
7004
  return pulumi.get(self, "metrics_polling_interval")
6311
7005
 
@@ -6319,7 +7013,9 @@ class GcpIntegrationsFunctionsArgs:
6319
7013
  def __init__(__self__, *,
6320
7014
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6321
7015
  """
6322
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7016
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7017
+
7018
+ Other integration supports an additional argument:
6323
7019
  """
6324
7020
  if metrics_polling_interval is not None:
6325
7021
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6328,7 +7024,9 @@ class GcpIntegrationsFunctionsArgs:
6328
7024
  @pulumi.getter(name="metricsPollingInterval")
6329
7025
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6330
7026
  """
6331
- the data polling interval in seconds
7027
+ The data polling interval in seconds.
7028
+
7029
+ Other integration supports an additional argument:
6332
7030
  """
6333
7031
  return pulumi.get(self, "metrics_polling_interval")
6334
7032
 
@@ -6342,7 +7040,9 @@ class GcpIntegrationsInterconnectArgs:
6342
7040
  def __init__(__self__, *,
6343
7041
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6344
7042
  """
6345
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7043
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7044
+
7045
+ Other integration supports an additional argument:
6346
7046
  """
6347
7047
  if metrics_polling_interval is not None:
6348
7048
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6351,7 +7051,9 @@ class GcpIntegrationsInterconnectArgs:
6351
7051
  @pulumi.getter(name="metricsPollingInterval")
6352
7052
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6353
7053
  """
6354
- the data polling interval in seconds
7054
+ The data polling interval in seconds.
7055
+
7056
+ Other integration supports an additional argument:
6355
7057
  """
6356
7058
  return pulumi.get(self, "metrics_polling_interval")
6357
7059
 
@@ -6365,7 +7067,9 @@ class GcpIntegrationsKubernetesArgs:
6365
7067
  def __init__(__self__, *,
6366
7068
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6367
7069
  """
6368
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7070
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7071
+
7072
+ Other integration supports an additional argument:
6369
7073
  """
6370
7074
  if metrics_polling_interval is not None:
6371
7075
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6374,7 +7078,9 @@ class GcpIntegrationsKubernetesArgs:
6374
7078
  @pulumi.getter(name="metricsPollingInterval")
6375
7079
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6376
7080
  """
6377
- the data polling interval in seconds
7081
+ The data polling interval in seconds.
7082
+
7083
+ Other integration supports an additional argument:
6378
7084
  """
6379
7085
  return pulumi.get(self, "metrics_polling_interval")
6380
7086
 
@@ -6388,7 +7094,9 @@ class GcpIntegrationsLoadBalancingArgs:
6388
7094
  def __init__(__self__, *,
6389
7095
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6390
7096
  """
6391
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7097
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7098
+
7099
+ Other integration supports an additional argument:
6392
7100
  """
6393
7101
  if metrics_polling_interval is not None:
6394
7102
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6397,7 +7105,9 @@ class GcpIntegrationsLoadBalancingArgs:
6397
7105
  @pulumi.getter(name="metricsPollingInterval")
6398
7106
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6399
7107
  """
6400
- the data polling interval in seconds
7108
+ The data polling interval in seconds.
7109
+
7110
+ Other integration supports an additional argument:
6401
7111
  """
6402
7112
  return pulumi.get(self, "metrics_polling_interval")
6403
7113
 
@@ -6411,7 +7121,9 @@ class GcpIntegrationsMemCacheArgs:
6411
7121
  def __init__(__self__, *,
6412
7122
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6413
7123
  """
6414
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7124
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7125
+
7126
+ Other integration supports an additional argument:
6415
7127
  """
6416
7128
  if metrics_polling_interval is not None:
6417
7129
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6420,7 +7132,9 @@ class GcpIntegrationsMemCacheArgs:
6420
7132
  @pulumi.getter(name="metricsPollingInterval")
6421
7133
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6422
7134
  """
6423
- the data polling interval in seconds
7135
+ The data polling interval in seconds.
7136
+
7137
+ Other integration supports an additional argument:
6424
7138
  """
6425
7139
  return pulumi.get(self, "metrics_polling_interval")
6426
7140
 
@@ -6435,8 +7149,10 @@ class GcpIntegrationsPubSubArgs:
6435
7149
  fetch_tags: Optional[pulumi.Input[bool]] = None,
6436
7150
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6437
7151
  """
6438
- :param pulumi.Input[bool] fetch_tags: to fetch tags of the resource
6439
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7152
+ :param pulumi.Input[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.
7153
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7154
+
7155
+ Other integration supports an additional argument:
6440
7156
  """
6441
7157
  if fetch_tags is not None:
6442
7158
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -6447,7 +7163,7 @@ class GcpIntegrationsPubSubArgs:
6447
7163
  @pulumi.getter(name="fetchTags")
6448
7164
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
6449
7165
  """
6450
- to fetch tags of the resource
7166
+ 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.
6451
7167
  """
6452
7168
  return pulumi.get(self, "fetch_tags")
6453
7169
 
@@ -6459,7 +7175,9 @@ class GcpIntegrationsPubSubArgs:
6459
7175
  @pulumi.getter(name="metricsPollingInterval")
6460
7176
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6461
7177
  """
6462
- the data polling interval in seconds
7178
+ The data polling interval in seconds.
7179
+
7180
+ Other integration supports an additional argument:
6463
7181
  """
6464
7182
  return pulumi.get(self, "metrics_polling_interval")
6465
7183
 
@@ -6473,7 +7191,9 @@ class GcpIntegrationsRedisArgs:
6473
7191
  def __init__(__self__, *,
6474
7192
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6475
7193
  """
6476
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7194
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7195
+
7196
+ Other integration supports an additional argument:
6477
7197
  """
6478
7198
  if metrics_polling_interval is not None:
6479
7199
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6482,7 +7202,9 @@ class GcpIntegrationsRedisArgs:
6482
7202
  @pulumi.getter(name="metricsPollingInterval")
6483
7203
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6484
7204
  """
6485
- the data polling interval in seconds
7205
+ The data polling interval in seconds.
7206
+
7207
+ Other integration supports an additional argument:
6486
7208
  """
6487
7209
  return pulumi.get(self, "metrics_polling_interval")
6488
7210
 
@@ -6496,7 +7218,9 @@ class GcpIntegrationsRouterArgs:
6496
7218
  def __init__(__self__, *,
6497
7219
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6498
7220
  """
6499
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7221
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7222
+
7223
+ Other integration supports an additional argument:
6500
7224
  """
6501
7225
  if metrics_polling_interval is not None:
6502
7226
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6505,7 +7229,9 @@ class GcpIntegrationsRouterArgs:
6505
7229
  @pulumi.getter(name="metricsPollingInterval")
6506
7230
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6507
7231
  """
6508
- the data polling interval in seconds
7232
+ The data polling interval in seconds.
7233
+
7234
+ Other integration supports an additional argument:
6509
7235
  """
6510
7236
  return pulumi.get(self, "metrics_polling_interval")
6511
7237
 
@@ -6519,7 +7245,9 @@ class GcpIntegrationsRunArgs:
6519
7245
  def __init__(__self__, *,
6520
7246
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6521
7247
  """
6522
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7248
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7249
+
7250
+ Other integration supports an additional argument:
6523
7251
  """
6524
7252
  if metrics_polling_interval is not None:
6525
7253
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6528,7 +7256,9 @@ class GcpIntegrationsRunArgs:
6528
7256
  @pulumi.getter(name="metricsPollingInterval")
6529
7257
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6530
7258
  """
6531
- the data polling interval in seconds
7259
+ The data polling interval in seconds.
7260
+
7261
+ Other integration supports an additional argument:
6532
7262
  """
6533
7263
  return pulumi.get(self, "metrics_polling_interval")
6534
7264
 
@@ -6543,8 +7273,10 @@ class GcpIntegrationsSpannerArgs:
6543
7273
  fetch_tags: Optional[pulumi.Input[bool]] = None,
6544
7274
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6545
7275
  """
6546
- :param pulumi.Input[bool] fetch_tags: to fetch tags of the resource
6547
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7276
+ :param pulumi.Input[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.
7277
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7278
+
7279
+ Other integration supports an additional argument:
6548
7280
  """
6549
7281
  if fetch_tags is not None:
6550
7282
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -6555,7 +7287,7 @@ class GcpIntegrationsSpannerArgs:
6555
7287
  @pulumi.getter(name="fetchTags")
6556
7288
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
6557
7289
  """
6558
- to fetch tags of the resource
7290
+ 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.
6559
7291
  """
6560
7292
  return pulumi.get(self, "fetch_tags")
6561
7293
 
@@ -6567,7 +7299,9 @@ class GcpIntegrationsSpannerArgs:
6567
7299
  @pulumi.getter(name="metricsPollingInterval")
6568
7300
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6569
7301
  """
6570
- the data polling interval in seconds
7302
+ The data polling interval in seconds.
7303
+
7304
+ Other integration supports an additional argument:
6571
7305
  """
6572
7306
  return pulumi.get(self, "metrics_polling_interval")
6573
7307
 
@@ -6581,7 +7315,9 @@ class GcpIntegrationsSqlArgs:
6581
7315
  def __init__(__self__, *,
6582
7316
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6583
7317
  """
6584
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7318
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7319
+
7320
+ Other integration supports an additional argument:
6585
7321
  """
6586
7322
  if metrics_polling_interval is not None:
6587
7323
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6590,7 +7326,9 @@ class GcpIntegrationsSqlArgs:
6590
7326
  @pulumi.getter(name="metricsPollingInterval")
6591
7327
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6592
7328
  """
6593
- the data polling interval in seconds
7329
+ The data polling interval in seconds.
7330
+
7331
+ Other integration supports an additional argument:
6594
7332
  """
6595
7333
  return pulumi.get(self, "metrics_polling_interval")
6596
7334
 
@@ -6605,8 +7343,10 @@ class GcpIntegrationsStorageArgs:
6605
7343
  fetch_tags: Optional[pulumi.Input[bool]] = None,
6606
7344
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6607
7345
  """
6608
- :param pulumi.Input[bool] fetch_tags: to fetch tags of the resource
6609
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7346
+ :param pulumi.Input[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.
7347
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7348
+
7349
+ Other integration supports an additional argument:
6610
7350
  """
6611
7351
  if fetch_tags is not None:
6612
7352
  pulumi.set(__self__, "fetch_tags", fetch_tags)
@@ -6617,7 +7357,7 @@ class GcpIntegrationsStorageArgs:
6617
7357
  @pulumi.getter(name="fetchTags")
6618
7358
  def fetch_tags(self) -> Optional[pulumi.Input[bool]]:
6619
7359
  """
6620
- to fetch tags of the resource
7360
+ 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.
6621
7361
  """
6622
7362
  return pulumi.get(self, "fetch_tags")
6623
7363
 
@@ -6629,7 +7369,9 @@ class GcpIntegrationsStorageArgs:
6629
7369
  @pulumi.getter(name="metricsPollingInterval")
6630
7370
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6631
7371
  """
6632
- the data polling interval in seconds
7372
+ The data polling interval in seconds.
7373
+
7374
+ Other integration supports an additional argument:
6633
7375
  """
6634
7376
  return pulumi.get(self, "metrics_polling_interval")
6635
7377
 
@@ -6643,7 +7385,9 @@ class GcpIntegrationsVirtualMachinesArgs:
6643
7385
  def __init__(__self__, *,
6644
7386
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6645
7387
  """
6646
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7388
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7389
+
7390
+ Other integration supports an additional argument:
6647
7391
  """
6648
7392
  if metrics_polling_interval is not None:
6649
7393
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6652,7 +7396,9 @@ class GcpIntegrationsVirtualMachinesArgs:
6652
7396
  @pulumi.getter(name="metricsPollingInterval")
6653
7397
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6654
7398
  """
6655
- the data polling interval in seconds
7399
+ The data polling interval in seconds.
7400
+
7401
+ Other integration supports an additional argument:
6656
7402
  """
6657
7403
  return pulumi.get(self, "metrics_polling_interval")
6658
7404
 
@@ -6666,7 +7412,9 @@ class GcpIntegrationsVpcAccessArgs:
6666
7412
  def __init__(__self__, *,
6667
7413
  metrics_polling_interval: Optional[pulumi.Input[int]] = None):
6668
7414
  """
6669
- :param pulumi.Input[int] metrics_polling_interval: the data polling interval in seconds
7415
+ :param pulumi.Input[int] metrics_polling_interval: The data polling interval in seconds.
7416
+
7417
+ Other integration supports an additional argument:
6670
7418
  """
6671
7419
  if metrics_polling_interval is not None:
6672
7420
  pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
@@ -6675,7 +7423,9 @@ class GcpIntegrationsVpcAccessArgs:
6675
7423
  @pulumi.getter(name="metricsPollingInterval")
6676
7424
  def metrics_polling_interval(self) -> Optional[pulumi.Input[int]]:
6677
7425
  """
6678
- the data polling interval in seconds
7426
+ The data polling interval in seconds.
7427
+
7428
+ Other integration supports an additional argument:
6679
7429
  """
6680
7430
  return pulumi.get(self, "metrics_polling_interval")
6681
7431