pulumi-gcp 8.9.0a1731366299__py3-none-any.whl → 8.9.0a1731480835__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_gcp/__init__.py +64 -0
- pulumi_gcp/activedirectory/domain.py +24 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +74 -0
- pulumi_gcp/apigee/api.py +456 -0
- pulumi_gcp/apigee/outputs.py +65 -0
- pulumi_gcp/applicationintegration/auth_config.py +24 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +4 -0
- pulumi_gcp/backupdisasterrecovery/_inputs.py +533 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +653 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +766 -0
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +146 -6
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +204 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +243 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +702 -0
- pulumi_gcp/bigquery/data_transfer_config.py +24 -0
- pulumi_gcp/cloudrunv2/_inputs.py +46 -0
- pulumi_gcp/cloudrunv2/job.py +0 -2
- pulumi_gcp/cloudrunv2/outputs.py +60 -2
- pulumi_gcp/cloudrunv2/service.py +0 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +2163 -256
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/firewall_policy_rule.py +108 -54
- pulumi_gcp/compute/get_region_instance_group_manager.py +12 -1
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/node_template.py +95 -0
- pulumi_gcp/compute/outputs.py +1639 -213
- pulumi_gcp/compute/region_disk.py +7 -7
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +54 -14
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/region_resize_request.py +772 -0
- pulumi_gcp/compute/region_security_policy.py +120 -0
- pulumi_gcp/compute/region_security_policy_rule.py +6 -6
- pulumi_gcp/compute/router_peer.py +56 -35
- pulumi_gcp/compute/security_scan_config.py +8 -8
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/_inputs.py +345 -10
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/outputs.py +456 -8
- pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
- pulumi_gcp/dataproc/__init__.py +2 -0
- pulumi_gcp/dataproc/_inputs.py +101 -0
- pulumi_gcp/dataproc/gdc_application_environment.py +931 -0
- pulumi_gcp/dataproc/gdc_service_instance.py +1022 -0
- pulumi_gcp/dataproc/outputs.py +94 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
- pulumi_gcp/firebase/android_app.py +2 -2
- pulumi_gcp/firebase/apple_app.py +2 -2
- pulumi_gcp/firebase/web_app.py +2 -2
- pulumi_gcp/firestore/index.py +44 -0
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/healthcare/dataset.py +7 -7
- pulumi_gcp/healthcare/dicom_store.py +7 -7
- pulumi_gcp/healthcare/fhir_store.py +7 -7
- pulumi_gcp/healthcare/hl7_store.py +14 -14
- pulumi_gcp/iam/__init__.py +1 -0
- pulumi_gcp/iam/_inputs.py +161 -0
- pulumi_gcp/iam/outputs.py +114 -0
- pulumi_gcp/iam/principal_access_boundary_policy.py +679 -0
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/_inputs.py +6 -0
- pulumi_gcp/looker/instance.py +169 -321
- pulumi_gcp/looker/outputs.py +4 -0
- pulumi_gcp/memorystore/instance.py +4 -0
- pulumi_gcp/monitoring/alert_policy.py +24 -0
- pulumi_gcp/monitoring/custom_service.py +24 -0
- pulumi_gcp/monitoring/group.py +24 -0
- pulumi_gcp/monitoring/metric_descriptor.py +24 -0
- pulumi_gcp/monitoring/slo.py +24 -0
- pulumi_gcp/monitoring/uptime_check_config.py +24 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +1358 -0
- pulumi_gcp/osconfig/patch_deployment.py +8 -8
- pulumi_gcp/provider.py +40 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +3 -3
- pulumi_gcp/redis/outputs.py +2 -2
- pulumi_gcp/securitycenter/notification_config.py +4 -16
- pulumi_gcp/securitycenter/project_notification_config.py +0 -24
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +4 -16
- pulumi_gcp/spanner/__init__.py +1 -0
- pulumi_gcp/spanner/_inputs.py +9 -9
- pulumi_gcp/spanner/get_database.py +229 -0
- pulumi_gcp/spanner/get_instance.py +12 -1
- pulumi_gcp/spanner/instance.py +70 -0
- pulumi_gcp/spanner/outputs.py +46 -12
- pulumi_gcp/sql/_inputs.py +26 -0
- pulumi_gcp/sql/database_instance.py +124 -11
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +51 -0
- pulumi_gcp/storage/_inputs.py +3 -3
- pulumi_gcp/storage/outputs.py +2 -2
- pulumi_gcp/tags/tag_binding.py +4 -4
- pulumi_gcp/tags/tag_value.py +2 -2
- pulumi_gcp/transcoder/job.py +24 -0
- pulumi_gcp/vertex/_inputs.py +184 -0
- pulumi_gcp/vertex/ai_endpoint.py +394 -8
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +166 -0
- pulumi_gcp/workbench/instance.py +21 -7
- pulumi_gcp/workflows/workflow.py +36 -0
- pulumi_gcp/workstations/workstation_config.py +8 -8
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731480835.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731480835.dist-info}/RECORD +114 -103
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731480835.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731480835.dist-info}/top_level.txt +0 -0
@@ -350,7 +350,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
350
350
|
project = gcp.organizations.get_project()
|
351
351
|
address_group1 = gcp.networksecurity.AddressGroup("address_group_1",
|
352
352
|
name="tf-address-group",
|
353
|
-
parent=
|
353
|
+
parent=project.id,
|
354
354
|
description="Regional address group",
|
355
355
|
location="us-west2",
|
356
356
|
items=["208.80.154.224/32"],
|
@@ -358,7 +358,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
358
358
|
capacity=100)
|
359
359
|
secure_tag_key1 = gcp.tags.TagKey("secure_tag_key_1",
|
360
360
|
description="Tag key",
|
361
|
-
parent=
|
361
|
+
parent=project.id,
|
362
362
|
purpose="GCE_FIREWALL",
|
363
363
|
short_name="tf-tag-key",
|
364
364
|
purpose_data={
|
@@ -366,7 +366,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
366
366
|
})
|
367
367
|
secure_tag_value1 = gcp.tags.TagValue("secure_tag_value_1",
|
368
368
|
description="Tag value",
|
369
|
-
parent=secure_tag_key1.
|
369
|
+
parent=secure_tag_key1.id,
|
370
370
|
short_name="tf-tag-value")
|
371
371
|
region_network_firewall_policy_with_rules = gcp.compute.RegionNetworkFirewallPolicyWithRules("region-network-firewall-policy-with-rules",
|
372
372
|
name="tf-region-fw-policy-with-rules",
|
@@ -403,7 +403,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
403
403
|
"dest_address_groups": [address_group1.id],
|
404
404
|
},
|
405
405
|
"target_secure_tags": [{
|
406
|
-
"name": secure_tag_value1.
|
406
|
+
"name": secure_tag_value1.id,
|
407
407
|
}],
|
408
408
|
},
|
409
409
|
{
|
@@ -432,7 +432,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
432
432
|
],
|
433
433
|
"src_address_groups": [address_group1.id],
|
434
434
|
"src_secure_tags": [{
|
435
|
-
"name": secure_tag_value1.
|
435
|
+
"name": secure_tag_value1.id,
|
436
436
|
}],
|
437
437
|
},
|
438
438
|
"disabled": True,
|
@@ -502,7 +502,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
502
502
|
project = gcp.organizations.get_project()
|
503
503
|
address_group1 = gcp.networksecurity.AddressGroup("address_group_1",
|
504
504
|
name="tf-address-group",
|
505
|
-
parent=
|
505
|
+
parent=project.id,
|
506
506
|
description="Regional address group",
|
507
507
|
location="us-west2",
|
508
508
|
items=["208.80.154.224/32"],
|
@@ -510,7 +510,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
510
510
|
capacity=100)
|
511
511
|
secure_tag_key1 = gcp.tags.TagKey("secure_tag_key_1",
|
512
512
|
description="Tag key",
|
513
|
-
parent=
|
513
|
+
parent=project.id,
|
514
514
|
purpose="GCE_FIREWALL",
|
515
515
|
short_name="tf-tag-key",
|
516
516
|
purpose_data={
|
@@ -518,7 +518,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
518
518
|
})
|
519
519
|
secure_tag_value1 = gcp.tags.TagValue("secure_tag_value_1",
|
520
520
|
description="Tag value",
|
521
|
-
parent=secure_tag_key1.
|
521
|
+
parent=secure_tag_key1.id,
|
522
522
|
short_name="tf-tag-value")
|
523
523
|
region_network_firewall_policy_with_rules = gcp.compute.RegionNetworkFirewallPolicyWithRules("region-network-firewall-policy-with-rules",
|
524
524
|
name="tf-region-fw-policy-with-rules",
|
@@ -555,7 +555,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
555
555
|
"dest_address_groups": [address_group1.id],
|
556
556
|
},
|
557
557
|
"target_secure_tags": [{
|
558
|
-
"name": secure_tag_value1.
|
558
|
+
"name": secure_tag_value1.id,
|
559
559
|
}],
|
560
560
|
},
|
561
561
|
{
|
@@ -584,7 +584,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
|
|
584
584
|
],
|
585
585
|
"src_address_groups": [address_group1.id],
|
586
586
|
"src_secure_tags": [{
|
587
|
-
"name": secure_tag_value1.
|
587
|
+
"name": secure_tag_value1.id,
|
588
588
|
}],
|
589
589
|
},
|
590
590
|
"disabled": True,
|