pulumi-wavefront 3.2.0a1713340678__tar.gz → 3.2.0a1713526439__tar.gz
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_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/PKG-INFO +1 -1
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/alert.py +6 -4
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/alert_target.py +10 -8
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_app_dynamics.py +8 -6
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_aws_external_id.py +2 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_azure.py +4 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_azure_activity_log.py +4 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_cloud_trail.py +4 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_cloud_watch.py +4 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_ec2.py +4 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_gcp.py +6 -8
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_gcp_billing.py +8 -10
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/cloud_integration_new_relic.py +6 -2
- pulumi_wavefront-3.2.0a1713526439/pulumi_wavefront/dashboard_json.py +437 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/derived_metric.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/event.py +4 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/external_link.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_alert.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_alerts.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_dashboard.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_dashboards.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_default_user_group.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_derived_metric.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_derived_metrics.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_event.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_events.py +8 -6
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_external_link.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_external_links.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_maintenance_window.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_role.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_roles.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_user.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_user_group.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_user_groups.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_users.py +2 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/ingestion_policy.py +6 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/maintenance_window.py +8 -8
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/metrics_policy.py +4 -4
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/role.py +2 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/service_account.py +4 -4
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/user_group.py +6 -2
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront.egg-info/PKG-INFO +1 -1
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pyproject.toml +1 -1
- pulumi_wavefront-3.2.0a1713340678/pulumi_wavefront/dashboard_json.py +0 -439
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/README.md +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/__init__.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/_inputs.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/_utilities.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/config/__init__.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/config/__init__.pyi +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/config/vars.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/dashboard.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_maintenance_window_all.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/get_metrics_policy.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/outputs.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/provider.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/pulumi-plugin.json +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/py.typed +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/user.py +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront.egg-info/SOURCES.txt +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront.egg-info/dependency_links.txt +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront.egg-info/requires.txt +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront.egg-info/top_level.txt +0 -0
- {pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/setup.cfg +0 -0
{pulumi_wavefront-3.2.0a1713340678 → pulumi_wavefront-3.2.0a1713526439}/pulumi_wavefront/alert.py
RENAMED
@@ -690,6 +690,8 @@ class Alert(pulumi.CustomResource):
|
|
690
690
|
import pulumi_wavefront as wavefront
|
691
691
|
|
692
692
|
foobar = wavefront.Alert("foobar",
|
693
|
+
name="Test Alert",
|
694
|
+
target="test@example.com,target:alert-target-id",
|
693
695
|
condition="100-ts(\\"cpu.usage_idle\\", environment=preprod and cpu=cpu-total ) > 80",
|
694
696
|
display_expression="100-ts(\\"cpu.usage_idle\\", environment=preprod and cpu=cpu-total )",
|
695
697
|
minutes=5,
|
@@ -698,8 +700,7 @@ class Alert(pulumi.CustomResource):
|
|
698
700
|
tags=[
|
699
701
|
"terraform",
|
700
702
|
"test",
|
701
|
-
]
|
702
|
-
target="test@example.com,target:alert-target-id")
|
703
|
+
])
|
703
704
|
```
|
704
705
|
<!--End PulumiCodeChooser -->
|
705
706
|
|
@@ -762,6 +763,8 @@ class Alert(pulumi.CustomResource):
|
|
762
763
|
import pulumi_wavefront as wavefront
|
763
764
|
|
764
765
|
foobar = wavefront.Alert("foobar",
|
766
|
+
name="Test Alert",
|
767
|
+
target="test@example.com,target:alert-target-id",
|
765
768
|
condition="100-ts(\\"cpu.usage_idle\\", environment=preprod and cpu=cpu-total ) > 80",
|
766
769
|
display_expression="100-ts(\\"cpu.usage_idle\\", environment=preprod and cpu=cpu-total )",
|
767
770
|
minutes=5,
|
@@ -770,8 +773,7 @@ class Alert(pulumi.CustomResource):
|
|
770
773
|
tags=[
|
771
774
|
"terraform",
|
772
775
|
"test",
|
773
|
-
]
|
774
|
-
target="test@example.com,target:alert-target-id")
|
776
|
+
])
|
775
777
|
```
|
776
778
|
<!--End PulumiCodeChooser -->
|
777
779
|
|
@@ -432,14 +432,15 @@ class AlertTarget(pulumi.CustomResource):
|
|
432
432
|
import pulumi
|
433
433
|
import pulumi_wavefront as wavefront
|
434
434
|
|
435
|
-
test_target = wavefront.AlertTarget("
|
435
|
+
test_target = wavefront.AlertTarget("test_target",
|
436
|
+
name="Terraform Test Target",
|
437
|
+
description="Test target",
|
438
|
+
method="WEBHOOK",
|
439
|
+
recipient="https://hooks.slack.com/services/test/me",
|
436
440
|
content_type="application/json",
|
437
441
|
custom_headers={
|
438
442
|
"Testing": "true",
|
439
443
|
},
|
440
|
-
description="Test target",
|
441
|
-
method="WEBHOOK",
|
442
|
-
recipient="https://hooks.slack.com/services/test/me",
|
443
444
|
template="{}",
|
444
445
|
triggers=[
|
445
446
|
"ALERT_OPENED",
|
@@ -489,14 +490,15 @@ class AlertTarget(pulumi.CustomResource):
|
|
489
490
|
import pulumi
|
490
491
|
import pulumi_wavefront as wavefront
|
491
492
|
|
492
|
-
test_target = wavefront.AlertTarget("
|
493
|
+
test_target = wavefront.AlertTarget("test_target",
|
494
|
+
name="Terraform Test Target",
|
495
|
+
description="Test target",
|
496
|
+
method="WEBHOOK",
|
497
|
+
recipient="https://hooks.slack.com/services/test/me",
|
493
498
|
content_type="application/json",
|
494
499
|
custom_headers={
|
495
500
|
"Testing": "true",
|
496
501
|
},
|
497
|
-
description="Test target",
|
498
|
-
method="WEBHOOK",
|
499
|
-
recipient="https://hooks.slack.com/services/test/me",
|
500
502
|
template="{}",
|
501
503
|
triggers=[
|
502
504
|
"ALERT_OPENED",
|
@@ -609,10 +609,11 @@ class CloudIntegrationAppDynamics(pulumi.CustomResource):
|
|
609
609
|
import pulumi
|
610
610
|
import pulumi_wavefront as wavefront
|
611
611
|
|
612
|
-
app_dynamics = wavefront.CloudIntegrationAppDynamics("
|
612
|
+
app_dynamics = wavefront.CloudIntegrationAppDynamics("app_dynamics",
|
613
|
+
name="Test Integration",
|
614
|
+
user_name="example",
|
613
615
|
controller_name="exampleController",
|
614
|
-
encrypted_password="encryptedPassword"
|
615
|
-
user_name="example")
|
616
|
+
encrypted_password="encryptedPassword")
|
616
617
|
```
|
617
618
|
<!--End PulumiCodeChooser -->
|
618
619
|
|
@@ -663,10 +664,11 @@ class CloudIntegrationAppDynamics(pulumi.CustomResource):
|
|
663
664
|
import pulumi
|
664
665
|
import pulumi_wavefront as wavefront
|
665
666
|
|
666
|
-
app_dynamics = wavefront.CloudIntegrationAppDynamics("
|
667
|
+
app_dynamics = wavefront.CloudIntegrationAppDynamics("app_dynamics",
|
668
|
+
name="Test Integration",
|
669
|
+
user_name="example",
|
667
670
|
controller_name="exampleController",
|
668
|
-
encrypted_password="encryptedPassword"
|
669
|
-
user_name="example")
|
671
|
+
encrypted_password="encryptedPassword")
|
670
672
|
```
|
671
673
|
<!--End PulumiCodeChooser -->
|
672
674
|
|
@@ -36,7 +36,7 @@ class CloudIntegrationAwsExternalId(pulumi.CustomResource):
|
|
36
36
|
import pulumi
|
37
37
|
import pulumi_wavefront as wavefront
|
38
38
|
|
39
|
-
external_id = wavefront.CloudIntegrationAwsExternalId("
|
39
|
+
external_id = wavefront.CloudIntegrationAwsExternalId("external_id")
|
40
40
|
```
|
41
41
|
<!--End PulumiCodeChooser -->
|
42
42
|
|
@@ -67,7 +67,7 @@ class CloudIntegrationAwsExternalId(pulumi.CustomResource):
|
|
67
67
|
import pulumi
|
68
68
|
import pulumi_wavefront as wavefront
|
69
69
|
|
70
|
-
external_id = wavefront.CloudIntegrationAwsExternalId("
|
70
|
+
external_id = wavefront.CloudIntegrationAwsExternalId("external_id")
|
71
71
|
```
|
72
72
|
<!--End PulumiCodeChooser -->
|
73
73
|
|
@@ -403,7 +403,8 @@ class CloudIntegrationAzure(pulumi.CustomResource):
|
|
403
403
|
import pulumi
|
404
404
|
import pulumi_wavefront as wavefront
|
405
405
|
|
406
|
-
azure_activity_log = wavefront.CloudIntegrationAzureActivityLog("
|
406
|
+
azure_activity_log = wavefront.CloudIntegrationAzureActivityLog("azure_activity_log",
|
407
|
+
name="Test Integration",
|
407
408
|
client_id="client-id2",
|
408
409
|
client_secret="client-secret2",
|
409
410
|
tenant="my-tenant2")
|
@@ -449,7 +450,8 @@ class CloudIntegrationAzure(pulumi.CustomResource):
|
|
449
450
|
import pulumi
|
450
451
|
import pulumi_wavefront as wavefront
|
451
452
|
|
452
|
-
azure_activity_log = wavefront.CloudIntegrationAzureActivityLog("
|
453
|
+
azure_activity_log = wavefront.CloudIntegrationAzureActivityLog("azure_activity_log",
|
454
|
+
name="Test Integration",
|
453
455
|
client_id="client-id2",
|
454
456
|
client_secret="client-secret2",
|
455
457
|
tenant="my-tenant2")
|
@@ -337,7 +337,8 @@ class CloudIntegrationAzureActivityLog(pulumi.CustomResource):
|
|
337
337
|
import pulumi
|
338
338
|
import pulumi_wavefront as wavefront
|
339
339
|
|
340
|
-
azure_activity_log = wavefront.CloudIntegrationAzureActivityLog("
|
340
|
+
azure_activity_log = wavefront.CloudIntegrationAzureActivityLog("azure_activity_log",
|
341
|
+
name="Test Integration",
|
341
342
|
category_filters=["ADMINISTRATIVE"],
|
342
343
|
client_id="client-id2",
|
343
344
|
client_secret="client-secret2",
|
@@ -382,7 +383,8 @@ class CloudIntegrationAzureActivityLog(pulumi.CustomResource):
|
|
382
383
|
import pulumi
|
383
384
|
import pulumi_wavefront as wavefront
|
384
385
|
|
385
|
-
azure_activity_log = wavefront.CloudIntegrationAzureActivityLog("
|
386
|
+
azure_activity_log = wavefront.CloudIntegrationAzureActivityLog("azure_activity_log",
|
387
|
+
name="Test Integration",
|
386
388
|
category_filters=["ADMINISTRATIVE"],
|
387
389
|
client_id="client-id2",
|
388
390
|
client_secret="client-secret2",
|
@@ -402,8 +402,9 @@ class CloudIntegrationCloudTrail(pulumi.CustomResource):
|
|
402
402
|
import pulumi
|
403
403
|
import pulumi_wavefront as wavefront
|
404
404
|
|
405
|
-
ext_id = wavefront.CloudIntegrationAwsExternalId("
|
405
|
+
ext_id = wavefront.CloudIntegrationAwsExternalId("ext_id")
|
406
406
|
cloudtrail = wavefront.CloudIntegrationCloudTrail("cloudtrail",
|
407
|
+
name="Test Integration",
|
407
408
|
role_arn="arn:aws::1234567:role/example-arn",
|
408
409
|
external_id=ext_id.id,
|
409
410
|
region="us-west-2",
|
@@ -450,8 +451,9 @@ class CloudIntegrationCloudTrail(pulumi.CustomResource):
|
|
450
451
|
import pulumi
|
451
452
|
import pulumi_wavefront as wavefront
|
452
453
|
|
453
|
-
ext_id = wavefront.CloudIntegrationAwsExternalId("
|
454
|
+
ext_id = wavefront.CloudIntegrationAwsExternalId("ext_id")
|
454
455
|
cloudtrail = wavefront.CloudIntegrationCloudTrail("cloudtrail",
|
456
|
+
name="Test Integration",
|
455
457
|
role_arn="arn:aws::1234567:role/example-arn",
|
456
458
|
external_id=ext_id.id,
|
457
459
|
region="us-west-2",
|
@@ -457,8 +457,9 @@ class CloudIntegrationCloudWatch(pulumi.CustomResource):
|
|
457
457
|
import pulumi
|
458
458
|
import pulumi_wavefront as wavefront
|
459
459
|
|
460
|
-
ext_id = wavefront.CloudIntegrationAwsExternalId("
|
460
|
+
ext_id = wavefront.CloudIntegrationAwsExternalId("ext_id")
|
461
461
|
cloudwatch = wavefront.CloudIntegrationCloudWatch("cloudwatch",
|
462
|
+
name="Test Integration",
|
462
463
|
force_save=True,
|
463
464
|
role_arn="arn:aws::1234567:role/example-arn",
|
464
465
|
external_id=ext_id.id)
|
@@ -510,8 +511,9 @@ class CloudIntegrationCloudWatch(pulumi.CustomResource):
|
|
510
511
|
import pulumi
|
511
512
|
import pulumi_wavefront as wavefront
|
512
513
|
|
513
|
-
ext_id = wavefront.CloudIntegrationAwsExternalId("
|
514
|
+
ext_id = wavefront.CloudIntegrationAwsExternalId("ext_id")
|
514
515
|
cloudwatch = wavefront.CloudIntegrationCloudWatch("cloudwatch",
|
516
|
+
name="Test Integration",
|
515
517
|
force_save=True,
|
516
518
|
role_arn="arn:aws::1234567:role/example-arn",
|
517
519
|
external_id=ext_id.id)
|
@@ -313,8 +313,9 @@ class CloudIntegrationEc2(pulumi.CustomResource):
|
|
313
313
|
import pulumi
|
314
314
|
import pulumi_wavefront as wavefront
|
315
315
|
|
316
|
-
ext_id = wavefront.CloudIntegrationAwsExternalId("
|
316
|
+
ext_id = wavefront.CloudIntegrationAwsExternalId("ext_id")
|
317
317
|
ec2 = wavefront.CloudIntegrationEc2("ec2",
|
318
|
+
name="Test Integration",
|
318
319
|
role_arn="arn:aws::1234567:role/example-arn",
|
319
320
|
external_id=ext_id.id)
|
320
321
|
```
|
@@ -358,8 +359,9 @@ class CloudIntegrationEc2(pulumi.CustomResource):
|
|
358
359
|
import pulumi
|
359
360
|
import pulumi_wavefront as wavefront
|
360
361
|
|
361
|
-
ext_id = wavefront.CloudIntegrationAwsExternalId("
|
362
|
+
ext_id = wavefront.CloudIntegrationAwsExternalId("ext_id")
|
362
363
|
ec2 = wavefront.CloudIntegrationEc2("ec2",
|
364
|
+
name="Test Integration",
|
363
365
|
role_arn="arn:aws::1234567:role/example-arn",
|
364
366
|
external_id=ext_id.id)
|
365
367
|
```
|
@@ -359,10 +359,9 @@ class CloudIntegrationGcp(pulumi.CustomResource):
|
|
359
359
|
import pulumi_wavefront as wavefront
|
360
360
|
|
361
361
|
gcp = wavefront.CloudIntegrationGcp("gcp",
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
project_id="example-gcp-project")
|
362
|
+
name="Test Integration",
|
363
|
+
project_id="example-gcp-project",
|
364
|
+
json_key="{...your gcp key ...}\\n")
|
366
365
|
```
|
367
366
|
<!--End PulumiCodeChooser -->
|
368
367
|
|
@@ -409,10 +408,9 @@ class CloudIntegrationGcp(pulumi.CustomResource):
|
|
409
408
|
import pulumi_wavefront as wavefront
|
410
409
|
|
411
410
|
gcp = wavefront.CloudIntegrationGcp("gcp",
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
project_id="example-gcp-project")
|
411
|
+
name="Test Integration",
|
412
|
+
project_id="example-gcp-project",
|
413
|
+
json_key="{...your gcp key ...}\\n")
|
416
414
|
```
|
417
415
|
<!--End PulumiCodeChooser -->
|
418
416
|
|
@@ -308,12 +308,11 @@ class CloudIntegrationGcpBilling(pulumi.CustomResource):
|
|
308
308
|
import pulumi
|
309
309
|
import pulumi_wavefront as wavefront
|
310
310
|
|
311
|
-
gcp_billing = wavefront.CloudIntegrationGcpBilling("
|
311
|
+
gcp_billing = wavefront.CloudIntegrationGcpBilling("gcp_billing",
|
312
|
+
name="Test Integration",
|
313
|
+
project_id="example-gcp-project",
|
312
314
|
api_key="example-api-key",
|
313
|
-
json_key
|
314
|
-
|
315
|
-
\"\"\",
|
316
|
-
project_id="example-gcp-project")
|
315
|
+
json_key="{...your gcp key ...}\\n")
|
317
316
|
```
|
318
317
|
<!--End PulumiCodeChooser -->
|
319
318
|
|
@@ -354,12 +353,11 @@ class CloudIntegrationGcpBilling(pulumi.CustomResource):
|
|
354
353
|
import pulumi
|
355
354
|
import pulumi_wavefront as wavefront
|
356
355
|
|
357
|
-
gcp_billing = wavefront.CloudIntegrationGcpBilling("
|
356
|
+
gcp_billing = wavefront.CloudIntegrationGcpBilling("gcp_billing",
|
357
|
+
name="Test Integration",
|
358
|
+
project_id="example-gcp-project",
|
358
359
|
api_key="example-api-key",
|
359
|
-
json_key
|
360
|
-
|
361
|
-
\"\"\",
|
362
|
-
project_id="example-gcp-project")
|
360
|
+
json_key="{...your gcp key ...}\\n")
|
363
361
|
```
|
364
362
|
<!--End PulumiCodeChooser -->
|
365
363
|
|
@@ -341,7 +341,9 @@ class CloudIntegrationNewRelic(pulumi.CustomResource):
|
|
341
341
|
import pulumi
|
342
342
|
import pulumi_wavefront as wavefront
|
343
343
|
|
344
|
-
newrelic = wavefront.CloudIntegrationNewRelic("newrelic",
|
344
|
+
newrelic = wavefront.CloudIntegrationNewRelic("newrelic",
|
345
|
+
name="Test Integration",
|
346
|
+
api_key="example-api-key")
|
345
347
|
```
|
346
348
|
<!--End PulumiCodeChooser -->
|
347
349
|
|
@@ -382,7 +384,9 @@ class CloudIntegrationNewRelic(pulumi.CustomResource):
|
|
382
384
|
import pulumi
|
383
385
|
import pulumi_wavefront as wavefront
|
384
386
|
|
385
|
-
newrelic = wavefront.CloudIntegrationNewRelic("newrelic",
|
387
|
+
newrelic = wavefront.CloudIntegrationNewRelic("newrelic",
|
388
|
+
name="Test Integration",
|
389
|
+
api_key="example-api-key")
|
386
390
|
```
|
387
391
|
<!--End PulumiCodeChooser -->
|
388
392
|
|