pulumi-gcp 7.39.0a1726207510__py3-none-any.whl → 8.0.0a1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. pulumi_gcp/__init__.py +32 -19
  2. pulumi_gcp/accesscontextmanager/access_policy.py +4 -2
  3. pulumi_gcp/activedirectory/domain.py +38 -2
  4. pulumi_gcp/activedirectory/domain_trust.py +0 -30
  5. pulumi_gcp/activedirectory/peering.py +0 -72
  6. pulumi_gcp/alloydb/cluster.py +12 -200
  7. pulumi_gcp/alloydb/instance.py +13 -5
  8. pulumi_gcp/alloydb/user.py +14 -6
  9. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +4 -2
  10. pulumi_gcp/apigee/sync_authorization.py +4 -2
  11. pulumi_gcp/apigee/target_server.py +4 -2
  12. pulumi_gcp/appengine/firewall_rule.py +4 -2
  13. pulumi_gcp/appengine/flexible_app_version.py +4 -2
  14. pulumi_gcp/apphub/service.py +8 -4
  15. pulumi_gcp/apphub/service_project_attachment.py +8 -4
  16. pulumi_gcp/applicationintegration/client.py +0 -154
  17. pulumi_gcp/bigquery/_inputs.py +0 -70
  18. pulumi_gcp/bigquery/iam_binding.py +0 -260
  19. pulumi_gcp/bigquery/iam_member.py +0 -260
  20. pulumi_gcp/bigquery/iam_policy.py +0 -240
  21. pulumi_gcp/bigquery/outputs.py +0 -44
  22. pulumi_gcp/bigquery/reservation.py +0 -84
  23. pulumi_gcp/bigquery/table.py +0 -98
  24. pulumi_gcp/billing/project_info.py +4 -2
  25. pulumi_gcp/certificateauthority/get_authority.py +0 -20
  26. pulumi_gcp/certificatemanager/get_certificate_map.py +0 -14
  27. pulumi_gcp/cloudasset/folder_feed.py +4 -2
  28. pulumi_gcp/cloudidentity/get_group_lookup.py +0 -18
  29. pulumi_gcp/cloudidentity/get_group_memberships.py +0 -14
  30. pulumi_gcp/cloudidentity/get_groups.py +0 -14
  31. pulumi_gcp/cloudrunv2/_inputs.py +25 -25
  32. pulumi_gcp/cloudrunv2/get_job.py +11 -1
  33. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  34. pulumi_gcp/cloudrunv2/job.py +50 -0
  35. pulumi_gcp/cloudrunv2/outputs.py +26 -26
  36. pulumi_gcp/cloudrunv2/service.py +54 -0
  37. pulumi_gcp/compute/_inputs.py +117 -54
  38. pulumi_gcp/compute/backend_service.py +52 -0
  39. pulumi_gcp/compute/disk_async_replication.py +0 -48
  40. pulumi_gcp/compute/firewall_policy_rule.py +4 -2
  41. pulumi_gcp/compute/forwarding_rule.py +42 -0
  42. pulumi_gcp/compute/get_backend_bucket.py +0 -14
  43. pulumi_gcp/compute/get_backend_service.py +0 -20
  44. pulumi_gcp/compute/get_certificate.py +0 -20
  45. pulumi_gcp/compute/get_forwarding_rule.py +11 -15
  46. pulumi_gcp/compute/get_forwarding_rules.py +0 -16
  47. pulumi_gcp/compute/get_global_forwarding_rule.py +0 -14
  48. pulumi_gcp/compute/get_hc_vpn_gateway.py +0 -14
  49. pulumi_gcp/compute/get_health_check.py +0 -14
  50. pulumi_gcp/compute/get_lbip_ranges.py +0 -32
  51. pulumi_gcp/compute/get_netblock_ip_ranges.py +0 -52
  52. pulumi_gcp/compute/get_network.py +0 -14
  53. pulumi_gcp/compute/get_networks.py +0 -14
  54. pulumi_gcp/compute/get_region_ssl_certificate.py +0 -20
  55. pulumi_gcp/compute/get_ssl_policy.py +0 -14
  56. pulumi_gcp/compute/get_vpn_gateway.py +0 -14
  57. pulumi_gcp/compute/global_address.py +8 -4
  58. pulumi_gcp/compute/global_forwarding_rule.py +7 -0
  59. pulumi_gcp/compute/instance_template.py +56 -63
  60. pulumi_gcp/compute/managed_ssl_certificate.py +1 -20
  61. pulumi_gcp/compute/manged_ssl_certificate.py +1 -20
  62. pulumi_gcp/compute/network_attachment.py +8 -4
  63. pulumi_gcp/compute/node_group.py +4 -2
  64. pulumi_gcp/compute/organization_security_policy_association.py +4 -2
  65. pulumi_gcp/compute/outputs.py +101 -42
  66. pulumi_gcp/compute/project_cloud_armor_tier.py +4 -2
  67. pulumi_gcp/compute/region_backend_service.py +36 -7
  68. pulumi_gcp/compute/region_instance_template.py +56 -7
  69. pulumi_gcp/compute/region_ssl_certificate.py +49 -7
  70. pulumi_gcp/compute/ssl_certificate.py +49 -7
  71. pulumi_gcp/compute/subnetwork.py +193 -23
  72. pulumi_gcp/config/__init__.pyi +3 -5
  73. pulumi_gcp/config/vars.py +6 -10
  74. pulumi_gcp/container/_inputs.py +19 -41
  75. pulumi_gcp/container/cluster.py +79 -0
  76. pulumi_gcp/container/get_cluster.py +21 -25
  77. pulumi_gcp/container/get_engine_versions.py +8 -2
  78. pulumi_gcp/container/outputs.py +17 -40
  79. pulumi_gcp/dataproc/get_metastore_service.py +0 -16
  80. pulumi_gcp/diagflow/intent.py +4 -2
  81. pulumi_gcp/dns/get_record_set.py +0 -20
  82. pulumi_gcp/edgenetwork/network.py +83 -0
  83. pulumi_gcp/edgenetwork/subnet.py +83 -0
  84. pulumi_gcp/filestore/get_instance.py +0 -20
  85. pulumi_gcp/firebase/database_instance.py +2 -0
  86. pulumi_gcp/firebase/hosting_custom_domain.py +4 -2
  87. pulumi_gcp/firebase/hosting_version.py +4 -2
  88. pulumi_gcp/firebase/project.py +2 -0
  89. pulumi_gcp/firestore/document.py +8 -4
  90. pulumi_gcp/folder/access_approval_settings.py +12 -6
  91. pulumi_gcp/gkeonprem/_inputs.py +11 -11
  92. pulumi_gcp/gkeonprem/outputs.py +9 -9
  93. pulumi_gcp/gkeonprem/v_mware_cluster.py +31 -31
  94. pulumi_gcp/gkeonprem/v_mware_node_pool.py +186 -0
  95. pulumi_gcp/iam/access_boundary_policy.py +4 -2
  96. pulumi_gcp/iam/deny_policy.py +4 -2
  97. pulumi_gcp/iam/get_workload_identity_pool.py +0 -14
  98. pulumi_gcp/iam/get_workload_identity_pool_provider.py +0 -16
  99. pulumi_gcp/iap/brand.py +4 -2
  100. pulumi_gcp/iap/client.py +4 -2
  101. pulumi_gcp/iap/get_client.py +0 -18
  102. pulumi_gcp/identityplatform/__init__.py +0 -1
  103. pulumi_gcp/identityplatform/_inputs.py +0 -396
  104. pulumi_gcp/identityplatform/config.py +2 -0
  105. pulumi_gcp/identityplatform/outputs.py +0 -313
  106. pulumi_gcp/integrationconnectors/managed_zone.py +4 -2
  107. pulumi_gcp/kms/__init__.py +4 -0
  108. pulumi_gcp/kms/_inputs.py +130 -0
  109. pulumi_gcp/kms/autokey_config.py +6 -2
  110. pulumi_gcp/kms/ekm_connection_iam_binding.py +1097 -0
  111. pulumi_gcp/kms/ekm_connection_iam_member.py +1097 -0
  112. pulumi_gcp/kms/ekm_connection_iam_policy.py +916 -0
  113. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +177 -0
  114. pulumi_gcp/kms/key_handle.py +8 -2
  115. pulumi_gcp/kms/outputs.py +76 -0
  116. pulumi_gcp/logging/folder_settings.py +4 -2
  117. pulumi_gcp/monitoring/get_secret_version.py +2 -2
  118. pulumi_gcp/monitoring/monitored_project.py +4 -2
  119. pulumi_gcp/networksecurity/firewall_endpoint_association.py +12 -44
  120. pulumi_gcp/networkservices/_inputs.py +23 -0
  121. pulumi_gcp/networkservices/outputs.py +17 -1
  122. pulumi_gcp/networkservices/tcp_route.py +2 -0
  123. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  124. pulumi_gcp/organizations/folder.py +35 -1
  125. pulumi_gcp/organizations/get_active_folder.py +0 -16
  126. pulumi_gcp/organizations/get_client_config.py +16 -15
  127. pulumi_gcp/organizations/get_folder.py +11 -1
  128. pulumi_gcp/organizations/get_project.py +3 -13
  129. pulumi_gcp/organizations/project.py +3 -87
  130. pulumi_gcp/orgpolicy/policy.py +12 -6
  131. pulumi_gcp/projects/api_key.py +2 -52
  132. pulumi_gcp/provider.py +32 -52
  133. pulumi_gcp/pubsub/topic.py +1 -1
  134. pulumi_gcp/pulumi-plugin.json +1 -1
  135. pulumi_gcp/redis/cluster.py +58 -0
  136. pulumi_gcp/redis/get_instance.py +0 -20
  137. pulumi_gcp/resourcemanager/lien.py +4 -2
  138. pulumi_gcp/secretmanager/get_secret_version.py +2 -2
  139. pulumi_gcp/securitycenter/__init__.py +1 -0
  140. pulumi_gcp/securitycenter/folder_custom_module.py +8 -4
  141. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +8 -4
  142. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +862 -0
  143. pulumi_gcp/serviceusage/consumer_quota_override.py +12 -6
  144. pulumi_gcp/spanner/get_instance.py +0 -14
  145. pulumi_gcp/sql/_inputs.py +3 -36
  146. pulumi_gcp/sql/outputs.py +6 -49
  147. pulumi_gcp/storage/_inputs.py +23 -23
  148. pulumi_gcp/storage/bucket.py +6 -6
  149. pulumi_gcp/storage/outputs.py +27 -27
  150. pulumi_gcp/tags/get_tag_key.py +0 -30
  151. pulumi_gcp/tags/get_tag_keys.py +0 -26
  152. pulumi_gcp/tags/get_tag_value.py +0 -16
  153. pulumi_gcp/tags/get_tag_values.py +0 -14
  154. pulumi_gcp/tags/tag_binding.py +4 -2
  155. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -2
  156. pulumi_gcp/vmwareengine/network.py +4 -2
  157. pulumi_gcp/vpcaccess/connector.py +14 -6
  158. pulumi_gcp/vpcaccess/get_connector.py +6 -2
  159. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/METADATA +1 -1
  160. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/RECORD +162 -162
  161. pulumi_gcp/datastore/__init__.py +0 -10
  162. pulumi_gcp/datastore/_inputs.py +0 -76
  163. pulumi_gcp/datastore/data_store_index.py +0 -515
  164. pulumi_gcp/datastore/outputs.py +0 -51
  165. pulumi_gcp/identityplatform/project_default_config.py +0 -357
  166. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/WHEEL +0 -0
  167. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/top_level.txt +0 -0
@@ -29,6 +29,7 @@ class ServiceArgs:
29
29
  client_version: Optional[pulumi.Input[str]] = None,
30
30
  custom_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
31
31
  default_uri_disabled: Optional[pulumi.Input[bool]] = None,
32
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
32
33
  description: Optional[pulumi.Input[str]] = None,
33
34
  ingress: Optional[pulumi.Input[str]] = None,
34
35
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -93,6 +94,8 @@ class ServiceArgs:
93
94
  pulumi.set(__self__, "custom_audiences", custom_audiences)
94
95
  if default_uri_disabled is not None:
95
96
  pulumi.set(__self__, "default_uri_disabled", default_uri_disabled)
97
+ if deletion_protection is not None:
98
+ pulumi.set(__self__, "deletion_protection", deletion_protection)
96
99
  if description is not None:
97
100
  pulumi.set(__self__, "description", description)
98
101
  if ingress is not None:
@@ -215,6 +218,15 @@ class ServiceArgs:
215
218
  def default_uri_disabled(self, value: Optional[pulumi.Input[bool]]):
216
219
  pulumi.set(self, "default_uri_disabled", value)
217
220
 
221
+ @property
222
+ @pulumi.getter(name="deletionProtection")
223
+ def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
224
+ return pulumi.get(self, "deletion_protection")
225
+
226
+ @deletion_protection.setter
227
+ def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
228
+ pulumi.set(self, "deletion_protection", value)
229
+
218
230
  @property
219
231
  @pulumi.getter
220
232
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -337,6 +349,7 @@ class _ServiceState:
337
349
  custom_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
338
350
  default_uri_disabled: Optional[pulumi.Input[bool]] = None,
339
351
  delete_time: Optional[pulumi.Input[str]] = None,
352
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
340
353
  description: Optional[pulumi.Input[str]] = None,
341
354
  effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
342
355
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -452,6 +465,8 @@ class _ServiceState:
452
465
  pulumi.set(__self__, "default_uri_disabled", default_uri_disabled)
453
466
  if delete_time is not None:
454
467
  pulumi.set(__self__, "delete_time", delete_time)
468
+ if deletion_protection is not None:
469
+ pulumi.set(__self__, "deletion_protection", deletion_protection)
455
470
  if description is not None:
456
471
  pulumi.set(__self__, "description", description)
457
472
  if effective_annotations is not None:
@@ -634,6 +649,15 @@ class _ServiceState:
634
649
  def delete_time(self, value: Optional[pulumi.Input[str]]):
635
650
  pulumi.set(self, "delete_time", value)
636
651
 
652
+ @property
653
+ @pulumi.getter(name="deletionProtection")
654
+ def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
655
+ return pulumi.get(self, "deletion_protection")
656
+
657
+ @deletion_protection.setter
658
+ def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
659
+ pulumi.set(self, "deletion_protection", value)
660
+
637
661
  @property
638
662
  @pulumi.getter
639
663
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -975,6 +999,7 @@ class Service(pulumi.CustomResource):
975
999
  client_version: Optional[pulumi.Input[str]] = None,
976
1000
  custom_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
977
1001
  default_uri_disabled: Optional[pulumi.Input[bool]] = None,
1002
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
978
1003
  description: Optional[pulumi.Input[str]] = None,
979
1004
  ingress: Optional[pulumi.Input[str]] = None,
980
1005
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -1006,6 +1031,7 @@ class Service(pulumi.CustomResource):
1006
1031
  default = gcp.cloudrunv2.Service("default",
1007
1032
  name="cloudrun-service",
1008
1033
  location="us-central1",
1034
+ deletion_protection=False,
1009
1035
  ingress="INGRESS_TRAFFIC_ALL",
1010
1036
  template={
1011
1037
  "containers": [{
@@ -1022,6 +1048,7 @@ class Service(pulumi.CustomResource):
1022
1048
  default = gcp.cloudrunv2.Service("default",
1023
1049
  name="cloudrun-service",
1024
1050
  location="us-central1",
1051
+ deletion_protection=False,
1025
1052
  ingress="INGRESS_TRAFFIC_ALL",
1026
1053
  template={
1027
1054
  "containers": [{
@@ -1060,6 +1087,7 @@ class Service(pulumi.CustomResource):
1060
1087
  default = gcp.cloudrunv2.Service("default",
1061
1088
  name="cloudrun-service",
1062
1089
  location="us-central1",
1090
+ deletion_protection=False,
1063
1091
  ingress="INGRESS_TRAFFIC_ALL",
1064
1092
  template={
1065
1093
  "scaling": {
@@ -1132,6 +1160,7 @@ class Service(pulumi.CustomResource):
1132
1160
  default = gcp.cloudrunv2.Service("default",
1133
1161
  name="cloudrun-service",
1134
1162
  location="us-central1",
1163
+ deletion_protection=False,
1135
1164
  template={
1136
1165
  "containers": [{
1137
1166
  "image": "us-docker.pkg.dev/cloudrun/container/hello",
@@ -1151,6 +1180,7 @@ class Service(pulumi.CustomResource):
1151
1180
  default = gcp.cloudrunv2.Service("default",
1152
1181
  name="cloudrun-service",
1153
1182
  location="us-central1",
1183
+ deletion_protection=False,
1154
1184
  launch_stage="GA",
1155
1185
  template={
1156
1186
  "containers": [{
@@ -1178,6 +1208,7 @@ class Service(pulumi.CustomResource):
1178
1208
  default = gcp.cloudrunv2.Service("default",
1179
1209
  name="cloudrun-service",
1180
1210
  location="us-central1",
1211
+ deletion_protection=False,
1181
1212
  template={
1182
1213
  "containers": [{
1183
1214
  "image": "us-docker.pkg.dev/cloudrun/container/hello",
@@ -1215,6 +1246,7 @@ class Service(pulumi.CustomResource):
1215
1246
  default = gcp.cloudrunv2.Service("default",
1216
1247
  name="cloudrun-service",
1217
1248
  location="us-central1",
1249
+ deletion_protection=False,
1218
1250
  ingress="INGRESS_TRAFFIC_ALL",
1219
1251
  template={
1220
1252
  "volumes": [{
@@ -1253,6 +1285,7 @@ class Service(pulumi.CustomResource):
1253
1285
  default = gcp.cloudrunv2.Service("default",
1254
1286
  name="cloudrun-service",
1255
1287
  location="us-central1",
1288
+ deletion_protection=False,
1256
1289
  launch_stage="BETA",
1257
1290
  ingress="INGRESS_TRAFFIC_ALL",
1258
1291
  template={
@@ -1304,6 +1337,7 @@ class Service(pulumi.CustomResource):
1304
1337
  default = gcp.cloudrunv2.Service("default",
1305
1338
  name="cloudrun-service",
1306
1339
  location="us-central1",
1340
+ deletion_protection=False,
1307
1341
  launch_stage="BETA",
1308
1342
  template={
1309
1343
  "execution_environment": "EXECUTION_ENVIRONMENT_GEN2",
@@ -1344,6 +1378,7 @@ class Service(pulumi.CustomResource):
1344
1378
  default = gcp.cloudrunv2.Service("default",
1345
1379
  name="cloudrun-service",
1346
1380
  location="us-central1",
1381
+ deletion_protection=False,
1347
1382
  ingress="INGRESS_TRAFFIC_ALL",
1348
1383
  launch_stage="BETA",
1349
1384
  template={
@@ -1464,6 +1499,7 @@ class Service(pulumi.CustomResource):
1464
1499
  default = gcp.cloudrunv2.Service("default",
1465
1500
  name="cloudrun-service",
1466
1501
  location="us-central1",
1502
+ deletion_protection=False,
1467
1503
  ingress="INGRESS_TRAFFIC_ALL",
1468
1504
  template={
1469
1505
  "containers": [{
@@ -1480,6 +1516,7 @@ class Service(pulumi.CustomResource):
1480
1516
  default = gcp.cloudrunv2.Service("default",
1481
1517
  name="cloudrun-service",
1482
1518
  location="us-central1",
1519
+ deletion_protection=False,
1483
1520
  ingress="INGRESS_TRAFFIC_ALL",
1484
1521
  template={
1485
1522
  "containers": [{
@@ -1518,6 +1555,7 @@ class Service(pulumi.CustomResource):
1518
1555
  default = gcp.cloudrunv2.Service("default",
1519
1556
  name="cloudrun-service",
1520
1557
  location="us-central1",
1558
+ deletion_protection=False,
1521
1559
  ingress="INGRESS_TRAFFIC_ALL",
1522
1560
  template={
1523
1561
  "scaling": {
@@ -1590,6 +1628,7 @@ class Service(pulumi.CustomResource):
1590
1628
  default = gcp.cloudrunv2.Service("default",
1591
1629
  name="cloudrun-service",
1592
1630
  location="us-central1",
1631
+ deletion_protection=False,
1593
1632
  template={
1594
1633
  "containers": [{
1595
1634
  "image": "us-docker.pkg.dev/cloudrun/container/hello",
@@ -1609,6 +1648,7 @@ class Service(pulumi.CustomResource):
1609
1648
  default = gcp.cloudrunv2.Service("default",
1610
1649
  name="cloudrun-service",
1611
1650
  location="us-central1",
1651
+ deletion_protection=False,
1612
1652
  launch_stage="GA",
1613
1653
  template={
1614
1654
  "containers": [{
@@ -1636,6 +1676,7 @@ class Service(pulumi.CustomResource):
1636
1676
  default = gcp.cloudrunv2.Service("default",
1637
1677
  name="cloudrun-service",
1638
1678
  location="us-central1",
1679
+ deletion_protection=False,
1639
1680
  template={
1640
1681
  "containers": [{
1641
1682
  "image": "us-docker.pkg.dev/cloudrun/container/hello",
@@ -1673,6 +1714,7 @@ class Service(pulumi.CustomResource):
1673
1714
  default = gcp.cloudrunv2.Service("default",
1674
1715
  name="cloudrun-service",
1675
1716
  location="us-central1",
1717
+ deletion_protection=False,
1676
1718
  ingress="INGRESS_TRAFFIC_ALL",
1677
1719
  template={
1678
1720
  "volumes": [{
@@ -1711,6 +1753,7 @@ class Service(pulumi.CustomResource):
1711
1753
  default = gcp.cloudrunv2.Service("default",
1712
1754
  name="cloudrun-service",
1713
1755
  location="us-central1",
1756
+ deletion_protection=False,
1714
1757
  launch_stage="BETA",
1715
1758
  ingress="INGRESS_TRAFFIC_ALL",
1716
1759
  template={
@@ -1762,6 +1805,7 @@ class Service(pulumi.CustomResource):
1762
1805
  default = gcp.cloudrunv2.Service("default",
1763
1806
  name="cloudrun-service",
1764
1807
  location="us-central1",
1808
+ deletion_protection=False,
1765
1809
  launch_stage="BETA",
1766
1810
  template={
1767
1811
  "execution_environment": "EXECUTION_ENVIRONMENT_GEN2",
@@ -1802,6 +1846,7 @@ class Service(pulumi.CustomResource):
1802
1846
  default = gcp.cloudrunv2.Service("default",
1803
1847
  name="cloudrun-service",
1804
1848
  location="us-central1",
1849
+ deletion_protection=False,
1805
1850
  ingress="INGRESS_TRAFFIC_ALL",
1806
1851
  launch_stage="BETA",
1807
1852
  template={
@@ -1875,6 +1920,7 @@ class Service(pulumi.CustomResource):
1875
1920
  client_version: Optional[pulumi.Input[str]] = None,
1876
1921
  custom_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1877
1922
  default_uri_disabled: Optional[pulumi.Input[bool]] = None,
1923
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
1878
1924
  description: Optional[pulumi.Input[str]] = None,
1879
1925
  ingress: Optional[pulumi.Input[str]] = None,
1880
1926
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -1900,6 +1946,7 @@ class Service(pulumi.CustomResource):
1900
1946
  __props__.__dict__["client_version"] = client_version
1901
1947
  __props__.__dict__["custom_audiences"] = custom_audiences
1902
1948
  __props__.__dict__["default_uri_disabled"] = default_uri_disabled
1949
+ __props__.__dict__["deletion_protection"] = deletion_protection
1903
1950
  __props__.__dict__["description"] = description
1904
1951
  __props__.__dict__["ingress"] = ingress
1905
1952
  __props__.__dict__["labels"] = labels
@@ -1956,6 +2003,7 @@ class Service(pulumi.CustomResource):
1956
2003
  custom_audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1957
2004
  default_uri_disabled: Optional[pulumi.Input[bool]] = None,
1958
2005
  delete_time: Optional[pulumi.Input[str]] = None,
2006
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
1959
2007
  description: Optional[pulumi.Input[str]] = None,
1960
2008
  effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1961
2009
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -2070,6 +2118,7 @@ class Service(pulumi.CustomResource):
2070
2118
  __props__.__dict__["custom_audiences"] = custom_audiences
2071
2119
  __props__.__dict__["default_uri_disabled"] = default_uri_disabled
2072
2120
  __props__.__dict__["delete_time"] = delete_time
2121
+ __props__.__dict__["deletion_protection"] = deletion_protection
2073
2122
  __props__.__dict__["description"] = description
2074
2123
  __props__.__dict__["effective_annotations"] = effective_annotations
2075
2124
  __props__.__dict__["effective_labels"] = effective_labels
@@ -2187,6 +2236,11 @@ class Service(pulumi.CustomResource):
2187
2236
  """
2188
2237
  return pulumi.get(self, "delete_time")
2189
2238
 
2239
+ @property
2240
+ @pulumi.getter(name="deletionProtection")
2241
+ def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
2242
+ return pulumi.get(self, "deletion_protection")
2243
+
2190
2244
  @property
2191
2245
  @pulumi.getter
2192
2246
  def description(self) -> pulumi.Output[Optional[str]]:
@@ -2750,7 +2750,6 @@ if not MYPY:
2750
2750
  and CONNECTION (for TCP/SSL).
2751
2751
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
2752
2752
  for an explanation of load balancing modes.
2753
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
2754
2753
  Default value is `UTILIZATION`.
2755
2754
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
2756
2755
  """
@@ -2859,7 +2858,6 @@ class BackendServiceBackendArgs:
2859
2858
  and CONNECTION (for TCP/SSL).
2860
2859
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
2861
2860
  for an explanation of load balancing modes.
2862
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
2863
2861
  Default value is `UTILIZATION`.
2864
2862
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
2865
2863
  :param pulumi.Input[float] capacity_scaler: A multiplier applied to the group's maximum servicing capacity
@@ -2960,7 +2958,6 @@ class BackendServiceBackendArgs:
2960
2958
  and CONNECTION (for TCP/SSL).
2961
2959
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
2962
2960
  for an explanation of load balancing modes.
2963
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
2964
2961
  Default value is `UTILIZATION`.
2965
2962
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
2966
2963
  """
@@ -4240,11 +4237,15 @@ class BackendServiceIamMemberConditionArgs:
4240
4237
 
4241
4238
  if not MYPY:
4242
4239
  class BackendServiceIapArgsDict(TypedDict):
4243
- oauth2_client_id: pulumi.Input[str]
4240
+ enabled: pulumi.Input[bool]
4241
+ """
4242
+ Whether the serving infrastructure will authenticate and authorize all incoming requests.
4243
+ """
4244
+ oauth2_client_id: NotRequired[pulumi.Input[str]]
4244
4245
  """
4245
4246
  OAuth2 Client ID for IAP
4246
4247
  """
4247
- oauth2_client_secret: pulumi.Input[str]
4248
+ oauth2_client_secret: NotRequired[pulumi.Input[str]]
4248
4249
  """
4249
4250
  OAuth2 Client Secret for IAP
4250
4251
  **Note**: This property is sensitive and will not be displayed in the plan.
@@ -4261,10 +4262,12 @@ elif False:
4261
4262
  @pulumi.input_type
4262
4263
  class BackendServiceIapArgs:
4263
4264
  def __init__(__self__, *,
4264
- oauth2_client_id: pulumi.Input[str],
4265
- oauth2_client_secret: pulumi.Input[str],
4265
+ enabled: pulumi.Input[bool],
4266
+ oauth2_client_id: Optional[pulumi.Input[str]] = None,
4267
+ oauth2_client_secret: Optional[pulumi.Input[str]] = None,
4266
4268
  oauth2_client_secret_sha256: Optional[pulumi.Input[str]] = None):
4267
4269
  """
4270
+ :param pulumi.Input[bool] enabled: Whether the serving infrastructure will authenticate and authorize all incoming requests.
4268
4271
  :param pulumi.Input[str] oauth2_client_id: OAuth2 Client ID for IAP
4269
4272
  :param pulumi.Input[str] oauth2_client_secret: OAuth2 Client Secret for IAP
4270
4273
  **Note**: This property is sensitive and will not be displayed in the plan.
@@ -4272,26 +4275,41 @@ class BackendServiceIapArgs:
4272
4275
  OAuth2 Client Secret SHA-256 for IAP
4273
4276
  **Note**: This property is sensitive and will not be displayed in the plan.
4274
4277
  """
4275
- pulumi.set(__self__, "oauth2_client_id", oauth2_client_id)
4276
- pulumi.set(__self__, "oauth2_client_secret", oauth2_client_secret)
4278
+ pulumi.set(__self__, "enabled", enabled)
4279
+ if oauth2_client_id is not None:
4280
+ pulumi.set(__self__, "oauth2_client_id", oauth2_client_id)
4281
+ if oauth2_client_secret is not None:
4282
+ pulumi.set(__self__, "oauth2_client_secret", oauth2_client_secret)
4277
4283
  if oauth2_client_secret_sha256 is not None:
4278
4284
  pulumi.set(__self__, "oauth2_client_secret_sha256", oauth2_client_secret_sha256)
4279
4285
 
4286
+ @property
4287
+ @pulumi.getter
4288
+ def enabled(self) -> pulumi.Input[bool]:
4289
+ """
4290
+ Whether the serving infrastructure will authenticate and authorize all incoming requests.
4291
+ """
4292
+ return pulumi.get(self, "enabled")
4293
+
4294
+ @enabled.setter
4295
+ def enabled(self, value: pulumi.Input[bool]):
4296
+ pulumi.set(self, "enabled", value)
4297
+
4280
4298
  @property
4281
4299
  @pulumi.getter(name="oauth2ClientId")
4282
- def oauth2_client_id(self) -> pulumi.Input[str]:
4300
+ def oauth2_client_id(self) -> Optional[pulumi.Input[str]]:
4283
4301
  """
4284
4302
  OAuth2 Client ID for IAP
4285
4303
  """
4286
4304
  return pulumi.get(self, "oauth2_client_id")
4287
4305
 
4288
4306
  @oauth2_client_id.setter
4289
- def oauth2_client_id(self, value: pulumi.Input[str]):
4307
+ def oauth2_client_id(self, value: Optional[pulumi.Input[str]]):
4290
4308
  pulumi.set(self, "oauth2_client_id", value)
4291
4309
 
4292
4310
  @property
4293
4311
  @pulumi.getter(name="oauth2ClientSecret")
4294
- def oauth2_client_secret(self) -> pulumi.Input[str]:
4312
+ def oauth2_client_secret(self) -> Optional[pulumi.Input[str]]:
4295
4313
  """
4296
4314
  OAuth2 Client Secret for IAP
4297
4315
  **Note**: This property is sensitive and will not be displayed in the plan.
@@ -4299,7 +4317,7 @@ class BackendServiceIapArgs:
4299
4317
  return pulumi.get(self, "oauth2_client_secret")
4300
4318
 
4301
4319
  @oauth2_client_secret.setter
4302
- def oauth2_client_secret(self, value: pulumi.Input[str]):
4320
+ def oauth2_client_secret(self, value: Optional[pulumi.Input[str]]):
4303
4321
  pulumi.set(self, "oauth2_client_secret", value)
4304
4322
 
4305
4323
  @property
@@ -22320,8 +22338,7 @@ if not MYPY:
22320
22338
  Specifies the balancing mode for this backend.
22321
22339
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
22322
22340
  for an explanation of load balancing modes.
22323
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
22324
- Default value is `CONNECTION`.
22341
+ Default value is `UTILIZATION`.
22325
22342
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
22326
22343
  """
22327
22344
  capacity_scaler: NotRequired[pulumi.Input[float]]
@@ -22443,8 +22460,7 @@ class RegionBackendServiceBackendArgs:
22443
22460
  :param pulumi.Input[str] balancing_mode: Specifies the balancing mode for this backend.
22444
22461
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
22445
22462
  for an explanation of load balancing modes.
22446
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
22447
- Default value is `CONNECTION`.
22463
+ Default value is `UTILIZATION`.
22448
22464
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
22449
22465
  :param pulumi.Input[float] capacity_scaler: A multiplier applied to the group's maximum servicing capacity
22450
22466
  (based on UTILIZATION, RATE or CONNECTION).
@@ -22556,8 +22572,7 @@ class RegionBackendServiceBackendArgs:
22556
22572
  Specifies the balancing mode for this backend.
22557
22573
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
22558
22574
  for an explanation of load balancing modes.
22559
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
22560
- Default value is `CONNECTION`.
22575
+ Default value is `UTILIZATION`.
22561
22576
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
22562
22577
  """
22563
22578
  return pulumi.get(self, "balancing_mode")
@@ -24062,11 +24077,15 @@ class RegionBackendServiceIamMemberConditionArgs:
24062
24077
 
24063
24078
  if not MYPY:
24064
24079
  class RegionBackendServiceIapArgsDict(TypedDict):
24065
- oauth2_client_id: pulumi.Input[str]
24080
+ enabled: pulumi.Input[bool]
24081
+ """
24082
+ Whether the serving infrastructure will authenticate and authorize all incoming requests.
24083
+ """
24084
+ oauth2_client_id: NotRequired[pulumi.Input[str]]
24066
24085
  """
24067
24086
  OAuth2 Client ID for IAP
24068
24087
  """
24069
- oauth2_client_secret: pulumi.Input[str]
24088
+ oauth2_client_secret: NotRequired[pulumi.Input[str]]
24070
24089
  """
24071
24090
  OAuth2 Client Secret for IAP
24072
24091
  **Note**: This property is sensitive and will not be displayed in the plan.
@@ -24083,10 +24102,12 @@ elif False:
24083
24102
  @pulumi.input_type
24084
24103
  class RegionBackendServiceIapArgs:
24085
24104
  def __init__(__self__, *,
24086
- oauth2_client_id: pulumi.Input[str],
24087
- oauth2_client_secret: pulumi.Input[str],
24105
+ enabled: pulumi.Input[bool],
24106
+ oauth2_client_id: Optional[pulumi.Input[str]] = None,
24107
+ oauth2_client_secret: Optional[pulumi.Input[str]] = None,
24088
24108
  oauth2_client_secret_sha256: Optional[pulumi.Input[str]] = None):
24089
24109
  """
24110
+ :param pulumi.Input[bool] enabled: Whether the serving infrastructure will authenticate and authorize all incoming requests.
24090
24111
  :param pulumi.Input[str] oauth2_client_id: OAuth2 Client ID for IAP
24091
24112
  :param pulumi.Input[str] oauth2_client_secret: OAuth2 Client Secret for IAP
24092
24113
  **Note**: This property is sensitive and will not be displayed in the plan.
@@ -24094,26 +24115,41 @@ class RegionBackendServiceIapArgs:
24094
24115
  OAuth2 Client Secret SHA-256 for IAP
24095
24116
  **Note**: This property is sensitive and will not be displayed in the plan.
24096
24117
  """
24097
- pulumi.set(__self__, "oauth2_client_id", oauth2_client_id)
24098
- pulumi.set(__self__, "oauth2_client_secret", oauth2_client_secret)
24118
+ pulumi.set(__self__, "enabled", enabled)
24119
+ if oauth2_client_id is not None:
24120
+ pulumi.set(__self__, "oauth2_client_id", oauth2_client_id)
24121
+ if oauth2_client_secret is not None:
24122
+ pulumi.set(__self__, "oauth2_client_secret", oauth2_client_secret)
24099
24123
  if oauth2_client_secret_sha256 is not None:
24100
24124
  pulumi.set(__self__, "oauth2_client_secret_sha256", oauth2_client_secret_sha256)
24101
24125
 
24126
+ @property
24127
+ @pulumi.getter
24128
+ def enabled(self) -> pulumi.Input[bool]:
24129
+ """
24130
+ Whether the serving infrastructure will authenticate and authorize all incoming requests.
24131
+ """
24132
+ return pulumi.get(self, "enabled")
24133
+
24134
+ @enabled.setter
24135
+ def enabled(self, value: pulumi.Input[bool]):
24136
+ pulumi.set(self, "enabled", value)
24137
+
24102
24138
  @property
24103
24139
  @pulumi.getter(name="oauth2ClientId")
24104
- def oauth2_client_id(self) -> pulumi.Input[str]:
24140
+ def oauth2_client_id(self) -> Optional[pulumi.Input[str]]:
24105
24141
  """
24106
24142
  OAuth2 Client ID for IAP
24107
24143
  """
24108
24144
  return pulumi.get(self, "oauth2_client_id")
24109
24145
 
24110
24146
  @oauth2_client_id.setter
24111
- def oauth2_client_id(self, value: pulumi.Input[str]):
24147
+ def oauth2_client_id(self, value: Optional[pulumi.Input[str]]):
24112
24148
  pulumi.set(self, "oauth2_client_id", value)
24113
24149
 
24114
24150
  @property
24115
24151
  @pulumi.getter(name="oauth2ClientSecret")
24116
- def oauth2_client_secret(self) -> pulumi.Input[str]:
24152
+ def oauth2_client_secret(self) -> Optional[pulumi.Input[str]]:
24117
24153
  """
24118
24154
  OAuth2 Client Secret for IAP
24119
24155
  **Note**: This property is sensitive and will not be displayed in the plan.
@@ -24121,7 +24157,7 @@ class RegionBackendServiceIapArgs:
24121
24157
  return pulumi.get(self, "oauth2_client_secret")
24122
24158
 
24123
24159
  @oauth2_client_secret.setter
24124
- def oauth2_client_secret(self, value: pulumi.Input[str]):
24160
+ def oauth2_client_secret(self, value: Optional[pulumi.Input[str]]):
24125
24161
  pulumi.set(self, "oauth2_client_secret", value)
24126
24162
 
24127
24163
  @property
@@ -45757,19 +45793,25 @@ class SubnetworkLogConfigArgs:
45757
45793
 
45758
45794
  if not MYPY:
45759
45795
  class SubnetworkSecondaryIpRangeArgsDict(TypedDict):
45760
- ip_cidr_range: pulumi.Input[str]
45796
+ range_name: pulumi.Input[str]
45797
+ """
45798
+ The name associated with this subnetwork secondary range, used
45799
+ when adding an alias IP range to a VM instance. The name must
45800
+ be 1-63 characters long, and comply with RFC1035. The name
45801
+ must be unique within the subnetwork.
45802
+ """
45803
+ ip_cidr_range: NotRequired[pulumi.Input[str]]
45761
45804
  """
45762
45805
  The range of IP addresses belonging to this subnetwork secondary
45763
45806
  range. Provide this property when you create the subnetwork.
45764
45807
  Ranges must be unique and non-overlapping with all primary and
45765
45808
  secondary IP ranges within a network. Only IPv4 is supported.
45809
+ Field is optional when `reserved_internal_range` is defined, otherwise required.
45766
45810
  """
45767
- range_name: pulumi.Input[str]
45811
+ reserved_internal_range: NotRequired[pulumi.Input[str]]
45768
45812
  """
45769
- The name associated with this subnetwork secondary range, used
45770
- when adding an alias IP range to a VM instance. The name must
45771
- be 1-63 characters long, and comply with RFC1035. The name
45772
- must be unique within the subnetwork.
45813
+ The ID of the reserved internal range. Must be prefixed with `networkconnectivity.googleapis.com`
45814
+ E.g. `networkconnectivity.googleapis.com/projects/{project}/locations/global/internalRanges/{rangeId}`
45773
45815
  """
45774
45816
  elif False:
45775
45817
  SubnetworkSecondaryIpRangeArgsDict: TypeAlias = Mapping[str, Any]
@@ -45777,50 +45819,71 @@ elif False:
45777
45819
  @pulumi.input_type
45778
45820
  class SubnetworkSecondaryIpRangeArgs:
45779
45821
  def __init__(__self__, *,
45780
- ip_cidr_range: pulumi.Input[str],
45781
- range_name: pulumi.Input[str]):
45822
+ range_name: pulumi.Input[str],
45823
+ ip_cidr_range: Optional[pulumi.Input[str]] = None,
45824
+ reserved_internal_range: Optional[pulumi.Input[str]] = None):
45782
45825
  """
45783
- :param pulumi.Input[str] ip_cidr_range: The range of IP addresses belonging to this subnetwork secondary
45784
- range. Provide this property when you create the subnetwork.
45785
- Ranges must be unique and non-overlapping with all primary and
45786
- secondary IP ranges within a network. Only IPv4 is supported.
45787
45826
  :param pulumi.Input[str] range_name: The name associated with this subnetwork secondary range, used
45788
45827
  when adding an alias IP range to a VM instance. The name must
45789
45828
  be 1-63 characters long, and comply with RFC1035. The name
45790
45829
  must be unique within the subnetwork.
45830
+ :param pulumi.Input[str] ip_cidr_range: The range of IP addresses belonging to this subnetwork secondary
45831
+ range. Provide this property when you create the subnetwork.
45832
+ Ranges must be unique and non-overlapping with all primary and
45833
+ secondary IP ranges within a network. Only IPv4 is supported.
45834
+ Field is optional when `reserved_internal_range` is defined, otherwise required.
45835
+ :param pulumi.Input[str] reserved_internal_range: The ID of the reserved internal range. Must be prefixed with `networkconnectivity.googleapis.com`
45836
+ E.g. `networkconnectivity.googleapis.com/projects/{project}/locations/global/internalRanges/{rangeId}`
45791
45837
  """
45792
- pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
45793
45838
  pulumi.set(__self__, "range_name", range_name)
45839
+ if ip_cidr_range is not None:
45840
+ pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
45841
+ if reserved_internal_range is not None:
45842
+ pulumi.set(__self__, "reserved_internal_range", reserved_internal_range)
45843
+
45844
+ @property
45845
+ @pulumi.getter(name="rangeName")
45846
+ def range_name(self) -> pulumi.Input[str]:
45847
+ """
45848
+ The name associated with this subnetwork secondary range, used
45849
+ when adding an alias IP range to a VM instance. The name must
45850
+ be 1-63 characters long, and comply with RFC1035. The name
45851
+ must be unique within the subnetwork.
45852
+ """
45853
+ return pulumi.get(self, "range_name")
45854
+
45855
+ @range_name.setter
45856
+ def range_name(self, value: pulumi.Input[str]):
45857
+ pulumi.set(self, "range_name", value)
45794
45858
 
45795
45859
  @property
45796
45860
  @pulumi.getter(name="ipCidrRange")
45797
- def ip_cidr_range(self) -> pulumi.Input[str]:
45861
+ def ip_cidr_range(self) -> Optional[pulumi.Input[str]]:
45798
45862
  """
45799
45863
  The range of IP addresses belonging to this subnetwork secondary
45800
45864
  range. Provide this property when you create the subnetwork.
45801
45865
  Ranges must be unique and non-overlapping with all primary and
45802
45866
  secondary IP ranges within a network. Only IPv4 is supported.
45867
+ Field is optional when `reserved_internal_range` is defined, otherwise required.
45803
45868
  """
45804
45869
  return pulumi.get(self, "ip_cidr_range")
45805
45870
 
45806
45871
  @ip_cidr_range.setter
45807
- def ip_cidr_range(self, value: pulumi.Input[str]):
45872
+ def ip_cidr_range(self, value: Optional[pulumi.Input[str]]):
45808
45873
  pulumi.set(self, "ip_cidr_range", value)
45809
45874
 
45810
45875
  @property
45811
- @pulumi.getter(name="rangeName")
45812
- def range_name(self) -> pulumi.Input[str]:
45876
+ @pulumi.getter(name="reservedInternalRange")
45877
+ def reserved_internal_range(self) -> Optional[pulumi.Input[str]]:
45813
45878
  """
45814
- The name associated with this subnetwork secondary range, used
45815
- when adding an alias IP range to a VM instance. The name must
45816
- be 1-63 characters long, and comply with RFC1035. The name
45817
- must be unique within the subnetwork.
45879
+ The ID of the reserved internal range. Must be prefixed with `networkconnectivity.googleapis.com`
45880
+ E.g. `networkconnectivity.googleapis.com/projects/{project}/locations/global/internalRanges/{rangeId}`
45818
45881
  """
45819
- return pulumi.get(self, "range_name")
45882
+ return pulumi.get(self, "reserved_internal_range")
45820
45883
 
45821
- @range_name.setter
45822
- def range_name(self, value: pulumi.Input[str]):
45823
- pulumi.set(self, "range_name", value)
45884
+ @reserved_internal_range.setter
45885
+ def reserved_internal_range(self, value: Optional[pulumi.Input[str]]):
45886
+ pulumi.set(self, "reserved_internal_range", value)
45824
45887
 
45825
45888
 
45826
45889
  if not MYPY: