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