pulumi-gcp 8.42.0a1758133038__py3-none-any.whl → 9.0.0__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 (271) hide show
  1. pulumi_gcp/__init__.py +83 -48
  2. pulumi_gcp/activedirectory/peering.py +16 -0
  3. pulumi_gcp/alloydb/backup.py +8 -4
  4. pulumi_gcp/alloydb/cluster.py +56 -10
  5. pulumi_gcp/alloydb/get_cluster.py +12 -1
  6. pulumi_gcp/alloydb/instance.py +10 -4
  7. pulumi_gcp/alloydb/user.py +8 -4
  8. pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
  9. pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
  10. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  11. pulumi_gcp/apigateway/api_iam_binding.py +4 -4
  12. pulumi_gcp/apigateway/api_iam_member.py +4 -4
  13. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  14. pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
  15. pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
  16. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  17. pulumi_gcp/apigee/_inputs.py +151 -108
  18. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
  19. pulumi_gcp/apigee/outputs.py +92 -88
  20. pulumi_gcp/artifactregistry/__init__.py +2 -0
  21. pulumi_gcp/artifactregistry/_inputs.py +0 -12
  22. pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
  23. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  24. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  25. pulumi_gcp/artifactregistry/outputs.py +8 -16
  26. pulumi_gcp/artifactregistry/repository.py +28 -0
  27. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  28. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  29. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  30. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  31. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  32. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  33. pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
  34. pulumi_gcp/beyondcorp/__init__.py +0 -5
  35. pulumi_gcp/beyondcorp/_inputs.py +0 -312
  36. pulumi_gcp/beyondcorp/outputs.py +0 -200
  37. pulumi_gcp/bigquery/_inputs.py +114 -4
  38. pulumi_gcp/bigquery/app_profile.py +3 -5
  39. pulumi_gcp/bigquery/outputs.py +75 -5
  40. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  41. pulumi_gcp/bigtable/app_profile.py +1 -1
  42. pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
  43. pulumi_gcp/bigtable/table_iam_binding.py +43 -43
  44. pulumi_gcp/bigtable/table_iam_member.py +43 -43
  45. pulumi_gcp/bigtable/table_iam_policy.py +43 -43
  46. pulumi_gcp/billing/_inputs.py +0 -6
  47. pulumi_gcp/billing/outputs.py +0 -4
  48. pulumi_gcp/certificatemanager/__init__.py +1 -0
  49. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  50. pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
  51. pulumi_gcp/certificatemanager/outputs.py +41 -0
  52. pulumi_gcp/chronicle/_inputs.py +6 -5
  53. pulumi_gcp/chronicle/outputs.py +4 -3
  54. pulumi_gcp/chronicle/reference_list.py +53 -5
  55. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  56. pulumi_gcp/cloudbuild/_inputs.py +309 -45
  57. pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
  58. pulumi_gcp/cloudbuild/get_trigger.py +12 -1
  59. pulumi_gcp/cloudbuild/outputs.py +380 -30
  60. pulumi_gcp/cloudbuild/trigger.py +160 -2
  61. pulumi_gcp/cloudbuild/worker_pool.py +2 -6
  62. pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
  63. pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
  64. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  65. pulumi_gcp/cloudrunv2/_inputs.py +80 -26
  66. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  67. pulumi_gcp/cloudrunv2/outputs.py +109 -30
  68. pulumi_gcp/cloudrunv2/service.py +72 -12
  69. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  70. pulumi_gcp/cloudtasks/queue.py +98 -2
  71. pulumi_gcp/colab/_inputs.py +1 -114
  72. pulumi_gcp/colab/outputs.py +1 -106
  73. pulumi_gcp/compute/_inputs.py +884 -24
  74. pulumi_gcp/compute/backend_bucket.py +68 -0
  75. pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
  76. pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
  77. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  78. pulumi_gcp/compute/backend_service.py +54 -0
  79. pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
  80. pulumi_gcp/compute/backend_service_iam_member.py +464 -0
  81. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  82. pulumi_gcp/compute/cross_site_network.py +16 -0
  83. pulumi_gcp/compute/future_reservation.py +32 -0
  84. pulumi_gcp/compute/get_backend_bucket.py +12 -1
  85. pulumi_gcp/compute/get_backend_service.py +12 -1
  86. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  87. pulumi_gcp/compute/get_resource_policy.py +2 -20
  88. pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
  89. pulumi_gcp/compute/machine_image_iam_member.py +8 -4
  90. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  91. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  92. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  93. pulumi_gcp/compute/network_peering_routes_config.py +0 -100
  94. pulumi_gcp/compute/organization_security_policy.py +83 -51
  95. pulumi_gcp/compute/outputs.py +799 -16
  96. pulumi_gcp/compute/packet_mirroring.py +6 -0
  97. pulumi_gcp/compute/preview_feature.py +16 -0
  98. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  99. pulumi_gcp/compute/region_backend_service.py +54 -0
  100. pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
  101. pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
  102. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  103. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  104. pulumi_gcp/compute/region_resize_request.py +24 -0
  105. pulumi_gcp/compute/region_url_map.py +75 -0
  106. pulumi_gcp/compute/subnetwork.py +0 -98
  107. pulumi_gcp/compute/wire_group.py +16 -0
  108. pulumi_gcp/config/__init__.pyi +2 -2
  109. pulumi_gcp/config/vars.py +4 -4
  110. pulumi_gcp/container/_inputs.py +466 -18
  111. pulumi_gcp/container/cluster.py +16 -7
  112. pulumi_gcp/container/outputs.py +448 -15
  113. pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
  114. pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
  115. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  116. pulumi_gcp/dataform/repository.py +16 -0
  117. pulumi_gcp/dataform/repository_release_config.py +16 -0
  118. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  119. pulumi_gcp/diagflow/_inputs.py +152 -0
  120. pulumi_gcp/diagflow/cx_agent.py +425 -0
  121. pulumi_gcp/diagflow/outputs.py +143 -0
  122. pulumi_gcp/discoveryengine/__init__.py +1 -0
  123. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  124. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  125. pulumi_gcp/discoveryengine/outputs.py +92 -0
  126. pulumi_gcp/firebase/android_app.py +16 -0
  127. pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
  128. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
  129. pulumi_gcp/firebase/app_check_service_config.py +6 -12
  130. pulumi_gcp/firebase/app_hosting_backend.py +4 -8
  131. pulumi_gcp/firebase/app_hosting_build.py +4 -8
  132. pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
  133. pulumi_gcp/firebase/apple_app.py +16 -0
  134. pulumi_gcp/firebase/data_connect_service.py +4 -8
  135. pulumi_gcp/firebase/database_instance.py +20 -8
  136. pulumi_gcp/firebase/extensions_instance.py +12 -0
  137. pulumi_gcp/firebase/get_android_app.py +4 -2
  138. pulumi_gcp/firebase/get_apple_app.py +4 -2
  139. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  140. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  141. pulumi_gcp/firebase/hosting_channel.py +20 -0
  142. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  143. pulumi_gcp/firebase/hosting_release.py +16 -0
  144. pulumi_gcp/firebase/hosting_site.py +16 -0
  145. pulumi_gcp/firebase/hosting_version.py +16 -0
  146. pulumi_gcp/firebase/storage_bucket.py +18 -0
  147. pulumi_gcp/firestore/index.py +118 -3
  148. pulumi_gcp/folder/service_identity.py +26 -0
  149. pulumi_gcp/gkehub/_inputs.py +0 -60
  150. pulumi_gcp/gkehub/get_membership.py +1 -12
  151. pulumi_gcp/gkehub/membership.py +0 -70
  152. pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
  153. pulumi_gcp/gkehub/outputs.py +0 -36
  154. pulumi_gcp/healthcare/_inputs.py +205 -0
  155. pulumi_gcp/healthcare/fhir_store.py +128 -0
  156. pulumi_gcp/healthcare/outputs.py +163 -0
  157. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
  158. pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
  159. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  160. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  161. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  162. pulumi_gcp/iap/__init__.py +8 -0
  163. pulumi_gcp/iap/_inputs.py +260 -0
  164. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  165. pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
  166. pulumi_gcp/iap/outputs.py +152 -0
  167. pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_forwarding_rule_service_iam_binding.py} +233 -315
  168. pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_forwarding_rule_service_iam_member.py} +233 -315
  169. pulumi_gcp/{beyondcorp/application_iam_policy.py → iap/web_forwarding_rule_service_iam_policy.py} +212 -294
  170. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +1091 -0
  171. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +1091 -0
  172. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
  173. pulumi_gcp/kms/autokey_config.py +0 -2
  174. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  175. pulumi_gcp/kms/key_handle.py +0 -2
  176. pulumi_gcp/logging/organization_sink.py +7 -7
  177. pulumi_gcp/managedkafka/connect_cluster.py +4 -0
  178. pulumi_gcp/managedkafka/connector.py +4 -0
  179. pulumi_gcp/memorystore/get_instance.py +1 -12
  180. pulumi_gcp/memorystore/instance.py +14 -84
  181. pulumi_gcp/netapp/storage_pool.py +91 -2
  182. pulumi_gcp/netapp/volume.py +47 -0
  183. pulumi_gcp/networkmanagement/__init__.py +1 -0
  184. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  185. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  186. pulumi_gcp/networkservices/gateway.py +7 -7
  187. pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
  188. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  189. pulumi_gcp/notebooks/__init__.py +0 -1
  190. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  191. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
  192. pulumi_gcp/projects/service.py +2 -11
  193. pulumi_gcp/provider.py +20 -20
  194. pulumi_gcp/pulumi-plugin.json +1 -1
  195. pulumi_gcp/redis/cluster.py +0 -70
  196. pulumi_gcp/redis/get_cluster.py +1 -12
  197. pulumi_gcp/resourcemanager/capability.py +16 -0
  198. pulumi_gcp/runtimeconfig/config.py +16 -0
  199. pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
  200. pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
  201. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  202. pulumi_gcp/runtimeconfig/variable.py +10 -0
  203. pulumi_gcp/saasruntime/__init__.py +12 -0
  204. pulumi_gcp/saasruntime/_inputs.py +513 -0
  205. pulumi_gcp/saasruntime/outputs.py +431 -0
  206. pulumi_gcp/saasruntime/saa_s.py +819 -0
  207. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  208. pulumi_gcp/securesourcemanager/_inputs.py +20 -19
  209. pulumi_gcp/securesourcemanager/instance.py +7 -7
  210. pulumi_gcp/securesourcemanager/outputs.py +15 -14
  211. pulumi_gcp/securesourcemanager/repository.py +7 -7
  212. pulumi_gcp/serviceaccount/get_account_key.py +1 -21
  213. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  214. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  215. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  216. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  217. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  218. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  219. pulumi_gcp/sql/_inputs.py +135 -1
  220. pulumi_gcp/sql/database_instance.py +94 -0
  221. pulumi_gcp/sql/get_database_instance.py +23 -1
  222. pulumi_gcp/sql/outputs.py +276 -3
  223. pulumi_gcp/sql/user.py +61 -0
  224. pulumi_gcp/storage/_inputs.py +253 -7
  225. pulumi_gcp/storage/bucket_object.py +0 -9
  226. pulumi_gcp/storage/outputs.py +198 -8
  227. pulumi_gcp/storage/transfer_job.py +47 -0
  228. pulumi_gcp/tpu/__init__.py +0 -2
  229. pulumi_gcp/tpu/_inputs.py +0 -93
  230. pulumi_gcp/tpu/outputs.py +0 -72
  231. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  232. pulumi_gcp/tpu/v2_vm.py +16 -0
  233. pulumi_gcp/vertex/_inputs.py +8 -9
  234. pulumi_gcp/vertex/ai_endpoint.py +2 -4
  235. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
  236. pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
  237. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  238. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
  239. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
  240. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
  241. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  242. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
  243. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
  244. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  245. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
  246. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
  247. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  248. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
  249. pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
  250. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  251. pulumi_gcp/vertex/ai_index.py +24 -23
  252. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  253. pulumi_gcp/vertex/outputs.py +7 -8
  254. pulumi_gcp/workstations/workstation.py +16 -0
  255. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  256. pulumi_gcp/workstations/workstation_config.py +16 -0
  257. pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
  258. pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
  259. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  260. pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
  261. pulumi_gcp/workstations/workstation_iam_member.py +272 -0
  262. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  263. {pulumi_gcp-8.42.0a1758133038.dist-info → pulumi_gcp-9.0.0.dist-info}/METADATA +1 -1
  264. {pulumi_gcp-8.42.0a1758133038.dist-info → pulumi_gcp-9.0.0.dist-info}/RECORD +266 -255
  265. pulumi_gcp/beyondcorp/application.py +0 -746
  266. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
  267. pulumi_gcp/notebooks/location.py +0 -285
  268. pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
  269. pulumi_gcp/tpu/node.py +0 -1062
  270. {pulumi_gcp-8.42.0a1758133038.dist-info → pulumi_gcp-9.0.0.dist-info}/WHEEL +0 -0
  271. {pulumi_gcp-8.42.0a1758133038.dist-info → pulumi_gcp-9.0.0.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetTriggerResult:
27
27
  """
28
28
  A collection of values returned by getTrigger.
29
29
  """
30
- def __init__(__self__, approval_configs=None, bitbucket_server_trigger_configs=None, builds=None, create_time=None, description=None, disabled=None, filename=None, filter=None, git_file_sources=None, githubs=None, id=None, ignored_files=None, include_build_logs=None, included_files=None, location=None, name=None, project=None, pubsub_configs=None, repository_event_configs=None, service_account=None, source_to_builds=None, substitutions=None, tags=None, trigger_id=None, trigger_templates=None, webhook_configs=None):
30
+ def __init__(__self__, approval_configs=None, bitbucket_server_trigger_configs=None, builds=None, create_time=None, description=None, developer_connect_event_configs=None, disabled=None, filename=None, filter=None, git_file_sources=None, githubs=None, id=None, ignored_files=None, include_build_logs=None, included_files=None, location=None, name=None, project=None, pubsub_configs=None, repository_event_configs=None, service_account=None, source_to_builds=None, substitutions=None, tags=None, trigger_id=None, trigger_templates=None, webhook_configs=None):
31
31
  if approval_configs and not isinstance(approval_configs, list):
32
32
  raise TypeError("Expected argument 'approval_configs' to be a list")
33
33
  pulumi.set(__self__, "approval_configs", approval_configs)
@@ -43,6 +43,9 @@ class GetTriggerResult:
43
43
  if description and not isinstance(description, str):
44
44
  raise TypeError("Expected argument 'description' to be a str")
45
45
  pulumi.set(__self__, "description", description)
46
+ if developer_connect_event_configs and not isinstance(developer_connect_event_configs, list):
47
+ raise TypeError("Expected argument 'developer_connect_event_configs' to be a list")
48
+ pulumi.set(__self__, "developer_connect_event_configs", developer_connect_event_configs)
46
49
  if disabled and not isinstance(disabled, bool):
47
50
  raise TypeError("Expected argument 'disabled' to be a bool")
48
51
  pulumi.set(__self__, "disabled", disabled)
@@ -132,6 +135,11 @@ class GetTriggerResult:
132
135
  def description(self) -> _builtins.str:
133
136
  return pulumi.get(self, "description")
134
137
 
138
+ @_builtins.property
139
+ @pulumi.getter(name="developerConnectEventConfigs")
140
+ def developer_connect_event_configs(self) -> Sequence['outputs.GetTriggerDeveloperConnectEventConfigResult']:
141
+ return pulumi.get(self, "developer_connect_event_configs")
142
+
135
143
  @_builtins.property
136
144
  @pulumi.getter
137
145
  def disabled(self) -> _builtins.bool:
@@ -252,6 +260,7 @@ class AwaitableGetTriggerResult(GetTriggerResult):
252
260
  builds=self.builds,
253
261
  create_time=self.create_time,
254
262
  description=self.description,
263
+ developer_connect_event_configs=self.developer_connect_event_configs,
255
264
  disabled=self.disabled,
256
265
  filename=self.filename,
257
266
  filter=self.filter,
@@ -317,6 +326,7 @@ def get_trigger(location: Optional[_builtins.str] = None,
317
326
  builds=pulumi.get(__ret__, 'builds'),
318
327
  create_time=pulumi.get(__ret__, 'create_time'),
319
328
  description=pulumi.get(__ret__, 'description'),
329
+ developer_connect_event_configs=pulumi.get(__ret__, 'developer_connect_event_configs'),
320
330
  disabled=pulumi.get(__ret__, 'disabled'),
321
331
  filename=pulumi.get(__ret__, 'filename'),
322
332
  filter=pulumi.get(__ret__, 'filter'),
@@ -379,6 +389,7 @@ def get_trigger_output(location: Optional[pulumi.Input[_builtins.str]] = None,
379
389
  builds=pulumi.get(__response__, 'builds'),
380
390
  create_time=pulumi.get(__response__, 'create_time'),
381
391
  description=pulumi.get(__response__, 'description'),
392
+ developer_connect_event_configs=pulumi.get(__response__, 'developer_connect_event_configs'),
382
393
  disabled=pulumi.get(__response__, 'disabled'),
383
394
  filename=pulumi.get(__response__, 'filename'),
384
395
  filter=pulumi.get(__response__, 'filter'),
@@ -39,6 +39,9 @@ __all__ = [
39
39
  'TriggerBuildSourceStorageSource',
40
40
  'TriggerBuildStep',
41
41
  'TriggerBuildStepVolume',
42
+ 'TriggerDeveloperConnectEventConfig',
43
+ 'TriggerDeveloperConnectEventConfigPullRequest',
44
+ 'TriggerDeveloperConnectEventConfigPush',
42
45
  'TriggerGitFileSource',
43
46
  'TriggerGithub',
44
47
  'TriggerGithubPullRequest',
@@ -74,6 +77,9 @@ __all__ = [
74
77
  'GetTriggerBuildSourceStorageSourceResult',
75
78
  'GetTriggerBuildStepResult',
76
79
  'GetTriggerBuildStepVolumeResult',
80
+ 'GetTriggerDeveloperConnectEventConfigResult',
81
+ 'GetTriggerDeveloperConnectEventConfigPullRequestResult',
82
+ 'GetTriggerDeveloperConnectEventConfigPushResult',
77
83
  'GetTriggerGitFileSourceResult',
78
84
  'GetTriggerGithubResult',
79
85
  'GetTriggerGithubPullRequestResult',
@@ -356,8 +362,7 @@ class TriggerBitbucketServerTriggerConfigPullRequest(dict):
356
362
  invert_regex: Optional[_builtins.bool] = None):
357
363
  """
358
364
  :param _builtins.str branch: Regex of branches to match.
359
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
360
- :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
365
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
361
366
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
362
367
  :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
363
368
  """
@@ -372,7 +377,6 @@ class TriggerBitbucketServerTriggerConfigPullRequest(dict):
372
377
  def branch(self) -> _builtins.str:
373
378
  """
374
379
  Regex of branches to match.
375
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
376
380
  """
377
381
  return pulumi.get(self, "branch")
378
382
 
@@ -380,7 +384,7 @@ class TriggerBitbucketServerTriggerConfigPullRequest(dict):
380
384
  @pulumi.getter(name="commentControl")
381
385
  def comment_control(self) -> Optional[_builtins.str]:
382
386
  """
383
- Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
387
+ Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
384
388
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
385
389
  """
386
390
  return pulumi.get(self, "comment_control")
@@ -418,9 +422,9 @@ class TriggerBitbucketServerTriggerConfigPush(dict):
418
422
  invert_regex: Optional[_builtins.bool] = None,
419
423
  tag: Optional[_builtins.str] = None):
420
424
  """
421
- :param _builtins.str branch: Regex of branches to match. Specify only one of branch or tag.
422
- :param _builtins.bool invert_regex: When true, only trigger a build if the revision regex does NOT match the gitRef regex.
423
- :param _builtins.str tag: Regex of tags to match. Specify only one of branch or tag.
425
+ :param _builtins.str branch: Regex of branches to match.
426
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
427
+ :param _builtins.str tag: Regex of tags to match.
424
428
  """
425
429
  if branch is not None:
426
430
  pulumi.set(__self__, "branch", branch)
@@ -433,7 +437,7 @@ class TriggerBitbucketServerTriggerConfigPush(dict):
433
437
  @pulumi.getter
434
438
  def branch(self) -> Optional[_builtins.str]:
435
439
  """
436
- Regex of branches to match. Specify only one of branch or tag.
440
+ Regex of branches to match.
437
441
  """
438
442
  return pulumi.get(self, "branch")
439
443
 
@@ -441,7 +445,7 @@ class TriggerBitbucketServerTriggerConfigPush(dict):
441
445
  @pulumi.getter(name="invertRegex")
442
446
  def invert_regex(self) -> Optional[_builtins.bool]:
443
447
  """
444
- When true, only trigger a build if the revision regex does NOT match the gitRef regex.
448
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
445
449
  """
446
450
  return pulumi.get(self, "invert_regex")
447
451
 
@@ -449,7 +453,7 @@ class TriggerBitbucketServerTriggerConfigPush(dict):
449
453
  @pulumi.getter
450
454
  def tag(self) -> Optional[_builtins.str]:
451
455
  """
452
- Regex of tags to match. Specify only one of branch or tag.
456
+ Regex of tags to match.
453
457
  """
454
458
  return pulumi.get(self, "tag")
455
459
 
@@ -2070,6 +2074,211 @@ class TriggerBuildStepVolume(dict):
2070
2074
  return pulumi.get(self, "path")
2071
2075
 
2072
2076
 
2077
+ @pulumi.output_type
2078
+ class TriggerDeveloperConnectEventConfig(dict):
2079
+ @staticmethod
2080
+ def __key_warning(key: str):
2081
+ suggest = None
2082
+ if key == "gitRepositoryLink":
2083
+ suggest = "git_repository_link"
2084
+ elif key == "gitRepositoryLinkType":
2085
+ suggest = "git_repository_link_type"
2086
+ elif key == "pullRequest":
2087
+ suggest = "pull_request"
2088
+
2089
+ if suggest:
2090
+ pulumi.log.warn(f"Key '{key}' not found in TriggerDeveloperConnectEventConfig. Access the value via the '{suggest}' property getter instead.")
2091
+
2092
+ def __getitem__(self, key: str) -> Any:
2093
+ TriggerDeveloperConnectEventConfig.__key_warning(key)
2094
+ return super().__getitem__(key)
2095
+
2096
+ def get(self, key: str, default = None) -> Any:
2097
+ TriggerDeveloperConnectEventConfig.__key_warning(key)
2098
+ return super().get(key, default)
2099
+
2100
+ def __init__(__self__, *,
2101
+ git_repository_link: _builtins.str,
2102
+ git_repository_link_type: Optional[_builtins.str] = None,
2103
+ pull_request: Optional['outputs.TriggerDeveloperConnectEventConfigPullRequest'] = None,
2104
+ push: Optional['outputs.TriggerDeveloperConnectEventConfigPush'] = None):
2105
+ """
2106
+ :param _builtins.str git_repository_link: The Developer Connect Git repository link, formatted as `projects/*/locations/*/connections/*/gitRepositoryLink/*`.
2107
+ :param _builtins.str git_repository_link_type: (Output)
2108
+ The type of DeveloperConnect GitRepositoryLink.
2109
+ :param 'TriggerDeveloperConnectEventConfigPullRequestArgs' pull_request: Filter to match changes in pull requests.
2110
+ Structure is documented below.
2111
+ :param 'TriggerDeveloperConnectEventConfigPushArgs' push: Filter to match changes in refs like branches and tags.
2112
+ Structure is documented below.
2113
+ """
2114
+ pulumi.set(__self__, "git_repository_link", git_repository_link)
2115
+ if git_repository_link_type is not None:
2116
+ pulumi.set(__self__, "git_repository_link_type", git_repository_link_type)
2117
+ if pull_request is not None:
2118
+ pulumi.set(__self__, "pull_request", pull_request)
2119
+ if push is not None:
2120
+ pulumi.set(__self__, "push", push)
2121
+
2122
+ @_builtins.property
2123
+ @pulumi.getter(name="gitRepositoryLink")
2124
+ def git_repository_link(self) -> _builtins.str:
2125
+ """
2126
+ The Developer Connect Git repository link, formatted as `projects/*/locations/*/connections/*/gitRepositoryLink/*`.
2127
+ """
2128
+ return pulumi.get(self, "git_repository_link")
2129
+
2130
+ @_builtins.property
2131
+ @pulumi.getter(name="gitRepositoryLinkType")
2132
+ def git_repository_link_type(self) -> Optional[_builtins.str]:
2133
+ """
2134
+ (Output)
2135
+ The type of DeveloperConnect GitRepositoryLink.
2136
+ """
2137
+ return pulumi.get(self, "git_repository_link_type")
2138
+
2139
+ @_builtins.property
2140
+ @pulumi.getter(name="pullRequest")
2141
+ def pull_request(self) -> Optional['outputs.TriggerDeveloperConnectEventConfigPullRequest']:
2142
+ """
2143
+ Filter to match changes in pull requests.
2144
+ Structure is documented below.
2145
+ """
2146
+ return pulumi.get(self, "pull_request")
2147
+
2148
+ @_builtins.property
2149
+ @pulumi.getter
2150
+ def push(self) -> Optional['outputs.TriggerDeveloperConnectEventConfigPush']:
2151
+ """
2152
+ Filter to match changes in refs like branches and tags.
2153
+ Structure is documented below.
2154
+ """
2155
+ return pulumi.get(self, "push")
2156
+
2157
+
2158
+ @pulumi.output_type
2159
+ class TriggerDeveloperConnectEventConfigPullRequest(dict):
2160
+ @staticmethod
2161
+ def __key_warning(key: str):
2162
+ suggest = None
2163
+ if key == "commentControl":
2164
+ suggest = "comment_control"
2165
+ elif key == "invertRegex":
2166
+ suggest = "invert_regex"
2167
+
2168
+ if suggest:
2169
+ pulumi.log.warn(f"Key '{key}' not found in TriggerDeveloperConnectEventConfigPullRequest. Access the value via the '{suggest}' property getter instead.")
2170
+
2171
+ def __getitem__(self, key: str) -> Any:
2172
+ TriggerDeveloperConnectEventConfigPullRequest.__key_warning(key)
2173
+ return super().__getitem__(key)
2174
+
2175
+ def get(self, key: str, default = None) -> Any:
2176
+ TriggerDeveloperConnectEventConfigPullRequest.__key_warning(key)
2177
+ return super().get(key, default)
2178
+
2179
+ def __init__(__self__, *,
2180
+ branch: Optional[_builtins.str] = None,
2181
+ comment_control: Optional[_builtins.str] = None,
2182
+ invert_regex: Optional[_builtins.bool] = None):
2183
+ """
2184
+ :param _builtins.str branch: Regex of branches to match.
2185
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2186
+ Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2187
+ :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
2188
+ """
2189
+ if branch is not None:
2190
+ pulumi.set(__self__, "branch", branch)
2191
+ if comment_control is not None:
2192
+ pulumi.set(__self__, "comment_control", comment_control)
2193
+ if invert_regex is not None:
2194
+ pulumi.set(__self__, "invert_regex", invert_regex)
2195
+
2196
+ @_builtins.property
2197
+ @pulumi.getter
2198
+ def branch(self) -> Optional[_builtins.str]:
2199
+ """
2200
+ Regex of branches to match.
2201
+ """
2202
+ return pulumi.get(self, "branch")
2203
+
2204
+ @_builtins.property
2205
+ @pulumi.getter(name="commentControl")
2206
+ def comment_control(self) -> Optional[_builtins.str]:
2207
+ """
2208
+ Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2209
+ Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2210
+ """
2211
+ return pulumi.get(self, "comment_control")
2212
+
2213
+ @_builtins.property
2214
+ @pulumi.getter(name="invertRegex")
2215
+ def invert_regex(self) -> Optional[_builtins.bool]:
2216
+ """
2217
+ If true, branches that do NOT match the git_ref will trigger a build.
2218
+ """
2219
+ return pulumi.get(self, "invert_regex")
2220
+
2221
+
2222
+ @pulumi.output_type
2223
+ class TriggerDeveloperConnectEventConfigPush(dict):
2224
+ @staticmethod
2225
+ def __key_warning(key: str):
2226
+ suggest = None
2227
+ if key == "invertRegex":
2228
+ suggest = "invert_regex"
2229
+
2230
+ if suggest:
2231
+ pulumi.log.warn(f"Key '{key}' not found in TriggerDeveloperConnectEventConfigPush. Access the value via the '{suggest}' property getter instead.")
2232
+
2233
+ def __getitem__(self, key: str) -> Any:
2234
+ TriggerDeveloperConnectEventConfigPush.__key_warning(key)
2235
+ return super().__getitem__(key)
2236
+
2237
+ def get(self, key: str, default = None) -> Any:
2238
+ TriggerDeveloperConnectEventConfigPush.__key_warning(key)
2239
+ return super().get(key, default)
2240
+
2241
+ def __init__(__self__, *,
2242
+ branch: Optional[_builtins.str] = None,
2243
+ invert_regex: Optional[_builtins.bool] = None,
2244
+ tag: Optional[_builtins.str] = None):
2245
+ """
2246
+ :param _builtins.str branch: Regex of branches to match.
2247
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2248
+ :param _builtins.str tag: Regex of tags to match.
2249
+ """
2250
+ if branch is not None:
2251
+ pulumi.set(__self__, "branch", branch)
2252
+ if invert_regex is not None:
2253
+ pulumi.set(__self__, "invert_regex", invert_regex)
2254
+ if tag is not None:
2255
+ pulumi.set(__self__, "tag", tag)
2256
+
2257
+ @_builtins.property
2258
+ @pulumi.getter
2259
+ def branch(self) -> Optional[_builtins.str]:
2260
+ """
2261
+ Regex of branches to match.
2262
+ """
2263
+ return pulumi.get(self, "branch")
2264
+
2265
+ @_builtins.property
2266
+ @pulumi.getter(name="invertRegex")
2267
+ def invert_regex(self) -> Optional[_builtins.bool]:
2268
+ """
2269
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2270
+ """
2271
+ return pulumi.get(self, "invert_regex")
2272
+
2273
+ @_builtins.property
2274
+ @pulumi.getter
2275
+ def tag(self) -> Optional[_builtins.str]:
2276
+ """
2277
+ Regex of tags to match.
2278
+ """
2279
+ return pulumi.get(self, "tag")
2280
+
2281
+
2073
2282
  @pulumi.output_type
2074
2283
  class TriggerGitFileSource(dict):
2075
2284
  @staticmethod
@@ -2319,8 +2528,7 @@ class TriggerGithubPullRequest(dict):
2319
2528
  invert_regex: Optional[_builtins.bool] = None):
2320
2529
  """
2321
2530
  :param _builtins.str branch: Regex of branches to match.
2322
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
2323
- :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
2531
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2324
2532
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2325
2533
  :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
2326
2534
  """
@@ -2335,7 +2543,6 @@ class TriggerGithubPullRequest(dict):
2335
2543
  def branch(self) -> _builtins.str:
2336
2544
  """
2337
2545
  Regex of branches to match.
2338
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
2339
2546
  """
2340
2547
  return pulumi.get(self, "branch")
2341
2548
 
@@ -2343,7 +2550,7 @@ class TriggerGithubPullRequest(dict):
2343
2550
  @pulumi.getter(name="commentControl")
2344
2551
  def comment_control(self) -> Optional[_builtins.str]:
2345
2552
  """
2346
- Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
2553
+ Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2347
2554
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2348
2555
  """
2349
2556
  return pulumi.get(self, "comment_control")
@@ -2381,9 +2588,9 @@ class TriggerGithubPush(dict):
2381
2588
  invert_regex: Optional[_builtins.bool] = None,
2382
2589
  tag: Optional[_builtins.str] = None):
2383
2590
  """
2384
- :param _builtins.str branch: Regex of branches to match. Specify only one of branch or tag.
2385
- :param _builtins.bool invert_regex: When true, only trigger a build if the revision regex does NOT match the gitRef regex.
2386
- :param _builtins.str tag: Regex of tags to match. Specify only one of branch or tag.
2591
+ :param _builtins.str branch: Regex of branches to match.
2592
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2593
+ :param _builtins.str tag: Regex of tags to match.
2387
2594
  """
2388
2595
  if branch is not None:
2389
2596
  pulumi.set(__self__, "branch", branch)
@@ -2396,7 +2603,7 @@ class TriggerGithubPush(dict):
2396
2603
  @pulumi.getter
2397
2604
  def branch(self) -> Optional[_builtins.str]:
2398
2605
  """
2399
- Regex of branches to match. Specify only one of branch or tag.
2606
+ Regex of branches to match.
2400
2607
  """
2401
2608
  return pulumi.get(self, "branch")
2402
2609
 
@@ -2404,7 +2611,7 @@ class TriggerGithubPush(dict):
2404
2611
  @pulumi.getter(name="invertRegex")
2405
2612
  def invert_regex(self) -> Optional[_builtins.bool]:
2406
2613
  """
2407
- When true, only trigger a build if the revision regex does NOT match the gitRef regex.
2614
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2408
2615
  """
2409
2616
  return pulumi.get(self, "invert_regex")
2410
2617
 
@@ -2412,7 +2619,7 @@ class TriggerGithubPush(dict):
2412
2619
  @pulumi.getter
2413
2620
  def tag(self) -> Optional[_builtins.str]:
2414
2621
  """
2415
- Regex of tags to match. Specify only one of branch or tag.
2622
+ Regex of tags to match.
2416
2623
  """
2417
2624
  return pulumi.get(self, "tag")
2418
2625
 
@@ -2585,8 +2792,7 @@ class TriggerRepositoryEventConfigPullRequest(dict):
2585
2792
  invert_regex: Optional[_builtins.bool] = None):
2586
2793
  """
2587
2794
  :param _builtins.str branch: Regex of branches to match.
2588
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
2589
- :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
2795
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2590
2796
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2591
2797
  :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
2592
2798
  """
@@ -2602,7 +2808,6 @@ class TriggerRepositoryEventConfigPullRequest(dict):
2602
2808
  def branch(self) -> Optional[_builtins.str]:
2603
2809
  """
2604
2810
  Regex of branches to match.
2605
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
2606
2811
  """
2607
2812
  return pulumi.get(self, "branch")
2608
2813
 
@@ -2610,7 +2815,7 @@ class TriggerRepositoryEventConfigPullRequest(dict):
2610
2815
  @pulumi.getter(name="commentControl")
2611
2816
  def comment_control(self) -> Optional[_builtins.str]:
2612
2817
  """
2613
- Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
2818
+ Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2614
2819
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2615
2820
  """
2616
2821
  return pulumi.get(self, "comment_control")
@@ -2648,9 +2853,9 @@ class TriggerRepositoryEventConfigPush(dict):
2648
2853
  invert_regex: Optional[_builtins.bool] = None,
2649
2854
  tag: Optional[_builtins.str] = None):
2650
2855
  """
2651
- :param _builtins.str branch: Regex of branches to match. Specify only one of branch or tag.
2652
- :param _builtins.bool invert_regex: When true, only trigger a build if the revision regex does NOT match the gitRef regex.
2653
- :param _builtins.str tag: Regex of tags to match. Specify only one of branch or tag.
2856
+ :param _builtins.str branch: Regex of branches to match.
2857
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2858
+ :param _builtins.str tag: Regex of tags to match.
2654
2859
  """
2655
2860
  if branch is not None:
2656
2861
  pulumi.set(__self__, "branch", branch)
@@ -2663,7 +2868,7 @@ class TriggerRepositoryEventConfigPush(dict):
2663
2868
  @pulumi.getter
2664
2869
  def branch(self) -> Optional[_builtins.str]:
2665
2870
  """
2666
- Regex of branches to match. Specify only one of branch or tag.
2871
+ Regex of branches to match.
2667
2872
  """
2668
2873
  return pulumi.get(self, "branch")
2669
2874
 
@@ -2671,7 +2876,7 @@ class TriggerRepositoryEventConfigPush(dict):
2671
2876
  @pulumi.getter(name="invertRegex")
2672
2877
  def invert_regex(self) -> Optional[_builtins.bool]:
2673
2878
  """
2674
- When true, only trigger a build if the revision regex does NOT match the gitRef regex.
2879
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2675
2880
  """
2676
2881
  return pulumi.get(self, "invert_regex")
2677
2882
 
@@ -2679,7 +2884,7 @@ class TriggerRepositoryEventConfigPush(dict):
2679
2884
  @pulumi.getter
2680
2885
  def tag(self) -> Optional[_builtins.str]:
2681
2886
  """
2682
- Regex of tags to match. Specify only one of branch or tag.
2887
+ Regex of tags to match.
2683
2888
  """
2684
2889
  return pulumi.get(self, "tag")
2685
2890
 
@@ -3061,6 +3266,8 @@ class WorkerPoolWorkerConfig(dict):
3061
3266
  suggest = None
3062
3267
  if key == "diskSizeGb":
3063
3268
  suggest = "disk_size_gb"
3269
+ elif key == "enableNestedVirtualization":
3270
+ suggest = "enable_nested_virtualization"
3064
3271
  elif key == "machineType":
3065
3272
  suggest = "machine_type"
3066
3273
  elif key == "noExternalIp":
@@ -3079,15 +3286,19 @@ class WorkerPoolWorkerConfig(dict):
3079
3286
 
3080
3287
  def __init__(__self__, *,
3081
3288
  disk_size_gb: Optional[_builtins.int] = None,
3289
+ enable_nested_virtualization: Optional[_builtins.bool] = None,
3082
3290
  machine_type: Optional[_builtins.str] = None,
3083
3291
  no_external_ip: Optional[_builtins.bool] = None):
3084
3292
  """
3085
3293
  :param _builtins.int disk_size_gb: Size of the disk attached to the worker, in GB. See [diskSizeGb](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#disksizegb). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3294
+ :param _builtins.bool enable_nested_virtualization: Enable nested virtualization on the worker, if supported by the machine type. See [Worker pool config file](https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-schema). If left blank, Cloud Build will set this to false.
3086
3295
  :param _builtins.str machine_type: Machine type of a worker, such as `n1-standard-1`. See [machineType](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype). If left blank, Cloud Build will use `n1-standard-1`.
3087
3296
  :param _builtins.bool no_external_ip: If true, workers are created without any public address, which prevents network egress to public IPs.
3088
3297
  """
3089
3298
  if disk_size_gb is not None:
3090
3299
  pulumi.set(__self__, "disk_size_gb", disk_size_gb)
3300
+ if enable_nested_virtualization is not None:
3301
+ pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
3091
3302
  if machine_type is not None:
3092
3303
  pulumi.set(__self__, "machine_type", machine_type)
3093
3304
  if no_external_ip is not None:
@@ -3101,6 +3312,14 @@ class WorkerPoolWorkerConfig(dict):
3101
3312
  """
3102
3313
  return pulumi.get(self, "disk_size_gb")
3103
3314
 
3315
+ @_builtins.property
3316
+ @pulumi.getter(name="enableNestedVirtualization")
3317
+ def enable_nested_virtualization(self) -> Optional[_builtins.bool]:
3318
+ """
3319
+ Enable nested virtualization on the worker, if supported by the machine type. See [Worker pool config file](https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-schema). If left blank, Cloud Build will set this to false.
3320
+ """
3321
+ return pulumi.get(self, "enable_nested_virtualization")
3322
+
3104
3323
  @_builtins.property
3105
3324
  @pulumi.getter(name="machineType")
3106
3325
  def machine_type(self) -> Optional[_builtins.str]:
@@ -4606,6 +4825,137 @@ class GetTriggerBuildStepVolumeResult(dict):
4606
4825
  return pulumi.get(self, "path")
4607
4826
 
4608
4827
 
4828
+ @pulumi.output_type
4829
+ class GetTriggerDeveloperConnectEventConfigResult(dict):
4830
+ def __init__(__self__, *,
4831
+ git_repository_link: _builtins.str,
4832
+ git_repository_link_type: _builtins.str,
4833
+ pull_requests: Sequence['outputs.GetTriggerDeveloperConnectEventConfigPullRequestResult'],
4834
+ pushes: Sequence['outputs.GetTriggerDeveloperConnectEventConfigPushResult']):
4835
+ """
4836
+ :param _builtins.str git_repository_link: The Developer Connect Git repository link, formatted as 'projects/*/locations/*/connections/*/gitRepositoryLink/*'.
4837
+ :param _builtins.str git_repository_link_type: The type of DeveloperConnect GitRepositoryLink.
4838
+ :param Sequence['GetTriggerDeveloperConnectEventConfigPullRequestArgs'] pull_requests: Filter to match changes in pull requests.
4839
+ :param Sequence['GetTriggerDeveloperConnectEventConfigPushArgs'] pushes: Filter to match changes in refs like branches and tags.
4840
+ """
4841
+ pulumi.set(__self__, "git_repository_link", git_repository_link)
4842
+ pulumi.set(__self__, "git_repository_link_type", git_repository_link_type)
4843
+ pulumi.set(__self__, "pull_requests", pull_requests)
4844
+ pulumi.set(__self__, "pushes", pushes)
4845
+
4846
+ @_builtins.property
4847
+ @pulumi.getter(name="gitRepositoryLink")
4848
+ def git_repository_link(self) -> _builtins.str:
4849
+ """
4850
+ The Developer Connect Git repository link, formatted as 'projects/*/locations/*/connections/*/gitRepositoryLink/*'.
4851
+ """
4852
+ return pulumi.get(self, "git_repository_link")
4853
+
4854
+ @_builtins.property
4855
+ @pulumi.getter(name="gitRepositoryLinkType")
4856
+ def git_repository_link_type(self) -> _builtins.str:
4857
+ """
4858
+ The type of DeveloperConnect GitRepositoryLink.
4859
+ """
4860
+ return pulumi.get(self, "git_repository_link_type")
4861
+
4862
+ @_builtins.property
4863
+ @pulumi.getter(name="pullRequests")
4864
+ def pull_requests(self) -> Sequence['outputs.GetTriggerDeveloperConnectEventConfigPullRequestResult']:
4865
+ """
4866
+ Filter to match changes in pull requests.
4867
+ """
4868
+ return pulumi.get(self, "pull_requests")
4869
+
4870
+ @_builtins.property
4871
+ @pulumi.getter
4872
+ def pushes(self) -> Sequence['outputs.GetTriggerDeveloperConnectEventConfigPushResult']:
4873
+ """
4874
+ Filter to match changes in refs like branches and tags.
4875
+ """
4876
+ return pulumi.get(self, "pushes")
4877
+
4878
+
4879
+ @pulumi.output_type
4880
+ class GetTriggerDeveloperConnectEventConfigPullRequestResult(dict):
4881
+ def __init__(__self__, *,
4882
+ branch: _builtins.str,
4883
+ comment_control: _builtins.str,
4884
+ invert_regex: _builtins.bool):
4885
+ """
4886
+ :param _builtins.str branch: Regex of branches to match.
4887
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment '/gcbrun'. Possible values: ["COMMENTS_DISABLED", "COMMENTS_ENABLED", "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"]
4888
+ :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
4889
+ """
4890
+ pulumi.set(__self__, "branch", branch)
4891
+ pulumi.set(__self__, "comment_control", comment_control)
4892
+ pulumi.set(__self__, "invert_regex", invert_regex)
4893
+
4894
+ @_builtins.property
4895
+ @pulumi.getter
4896
+ def branch(self) -> _builtins.str:
4897
+ """
4898
+ Regex of branches to match.
4899
+ """
4900
+ return pulumi.get(self, "branch")
4901
+
4902
+ @_builtins.property
4903
+ @pulumi.getter(name="commentControl")
4904
+ def comment_control(self) -> _builtins.str:
4905
+ """
4906
+ Configure builds to run whether a repository owner or collaborator need to comment '/gcbrun'. Possible values: ["COMMENTS_DISABLED", "COMMENTS_ENABLED", "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"]
4907
+ """
4908
+ return pulumi.get(self, "comment_control")
4909
+
4910
+ @_builtins.property
4911
+ @pulumi.getter(name="invertRegex")
4912
+ def invert_regex(self) -> _builtins.bool:
4913
+ """
4914
+ If true, branches that do NOT match the git_ref will trigger a build.
4915
+ """
4916
+ return pulumi.get(self, "invert_regex")
4917
+
4918
+
4919
+ @pulumi.output_type
4920
+ class GetTriggerDeveloperConnectEventConfigPushResult(dict):
4921
+ def __init__(__self__, *,
4922
+ branch: _builtins.str,
4923
+ invert_regex: _builtins.bool,
4924
+ tag: _builtins.str):
4925
+ """
4926
+ :param _builtins.str branch: Regex of branches to match.
4927
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
4928
+ :param _builtins.str tag: Regex of tags to match.
4929
+ """
4930
+ pulumi.set(__self__, "branch", branch)
4931
+ pulumi.set(__self__, "invert_regex", invert_regex)
4932
+ pulumi.set(__self__, "tag", tag)
4933
+
4934
+ @_builtins.property
4935
+ @pulumi.getter
4936
+ def branch(self) -> _builtins.str:
4937
+ """
4938
+ Regex of branches to match.
4939
+ """
4940
+ return pulumi.get(self, "branch")
4941
+
4942
+ @_builtins.property
4943
+ @pulumi.getter(name="invertRegex")
4944
+ def invert_regex(self) -> _builtins.bool:
4945
+ """
4946
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
4947
+ """
4948
+ return pulumi.get(self, "invert_regex")
4949
+
4950
+ @_builtins.property
4951
+ @pulumi.getter
4952
+ def tag(self) -> _builtins.str:
4953
+ """
4954
+ Regex of tags to match.
4955
+ """
4956
+ return pulumi.get(self, "tag")
4957
+
4958
+
4609
4959
  @pulumi.output_type
4610
4960
  class GetTriggerGitFileSourceResult(dict):
4611
4961
  def __init__(__self__, *,