pulumi-gcp 7.23.0a1715695885__py3-none-any.whl → 7.24.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 (355) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
  6. pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
  8. pulumi_gcp/apigateway/api_iam_binding.py +8 -8
  9. pulumi_gcp/apigateway/api_iam_member.py +8 -8
  10. pulumi_gcp/apigateway/api_iam_policy.py +8 -8
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
  12. pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
  14. pulumi_gcp/apigee/environment_iam_binding.py +12 -12
  15. pulumi_gcp/apigee/environment_iam_member.py +12 -12
  16. pulumi_gcp/apigee/environment_iam_policy.py +12 -12
  17. pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
  18. pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
  19. pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
  20. pulumi_gcp/bigquery/_inputs.py +16 -0
  21. pulumi_gcp/bigquery/connection.py +126 -0
  22. pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
  23. pulumi_gcp/bigquery/connection_iam_member.py +12 -12
  24. pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
  25. pulumi_gcp/bigquery/dataset_access.py +56 -0
  26. pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
  27. pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
  28. pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
  29. pulumi_gcp/bigquery/iam_binding.py +12 -12
  30. pulumi_gcp/bigquery/iam_member.py +12 -12
  31. pulumi_gcp/bigquery/iam_policy.py +12 -12
  32. pulumi_gcp/bigquery/outputs.py +16 -0
  33. pulumi_gcp/bigquery/routine.py +2 -2
  34. pulumi_gcp/bigquery/table.py +47 -0
  35. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
  36. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
  37. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
  38. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
  39. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
  40. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
  41. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
  42. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
  43. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
  44. pulumi_gcp/bigtable/__init__.py +1 -0
  45. pulumi_gcp/bigtable/_inputs.py +101 -0
  46. pulumi_gcp/bigtable/authorized_view.py +440 -0
  47. pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
  48. pulumi_gcp/bigtable/instance_iam_member.py +12 -12
  49. pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
  50. pulumi_gcp/bigtable/outputs.py +119 -0
  51. pulumi_gcp/bigtable/table_iam_binding.py +12 -12
  52. pulumi_gcp/bigtable/table_iam_member.py +12 -12
  53. pulumi_gcp/bigtable/table_iam_policy.py +12 -12
  54. pulumi_gcp/billing/account_iam_binding.py +12 -12
  55. pulumi_gcp/billing/account_iam_member.py +12 -12
  56. pulumi_gcp/billing/account_iam_policy.py +12 -12
  57. pulumi_gcp/billing/project_info.py +4 -4
  58. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
  59. pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
  60. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
  61. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
  62. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
  63. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
  64. pulumi_gcp/certificateauthority/certificate_template.py +70 -0
  65. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
  66. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
  67. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
  68. pulumi_gcp/cloudasset/__init__.py +1 -0
  69. pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
  70. pulumi_gcp/cloudasset/outputs.py +184 -0
  71. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
  72. pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
  73. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
  74. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  75. pulumi_gcp/clouddeploy/_inputs.py +96 -0
  76. pulumi_gcp/clouddeploy/custom_target_type.py +46 -0
  77. pulumi_gcp/clouddeploy/delivery_pipeline.py +7 -7
  78. pulumi_gcp/clouddeploy/outputs.py +96 -1
  79. pulumi_gcp/clouddeploy/target.py +54 -7
  80. pulumi_gcp/cloudfunctions/function.py +21 -0
  81. pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
  82. pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
  83. pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
  84. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
  85. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
  86. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
  87. pulumi_gcp/cloudrun/iam_binding.py +12 -12
  88. pulumi_gcp/cloudrun/iam_member.py +12 -12
  89. pulumi_gcp/cloudrun/iam_policy.py +12 -12
  90. pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
  91. pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
  92. pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
  93. pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
  94. pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
  95. pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
  96. pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
  97. pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
  98. pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
  99. pulumi_gcp/compute/__init__.py +1 -0
  100. pulumi_gcp/compute/_inputs.py +1412 -42
  101. pulumi_gcp/compute/backend_service.py +315 -0
  102. pulumi_gcp/compute/disk_iam_binding.py +12 -12
  103. pulumi_gcp/compute/disk_iam_member.py +12 -12
  104. pulumi_gcp/compute/disk_iam_policy.py +12 -12
  105. pulumi_gcp/compute/firewall_policy_rule.py +125 -10
  106. pulumi_gcp/compute/forwarding_rule.py +6 -6
  107. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  108. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  109. pulumi_gcp/compute/get_router_nat.py +11 -1
  110. pulumi_gcp/compute/get_snapshot.py +2 -0
  111. pulumi_gcp/compute/image_iam_binding.py +12 -12
  112. pulumi_gcp/compute/image_iam_member.py +12 -12
  113. pulumi_gcp/compute/image_iam_policy.py +12 -12
  114. pulumi_gcp/compute/instance_iam_binding.py +12 -12
  115. pulumi_gcp/compute/instance_iam_member.py +12 -12
  116. pulumi_gcp/compute/instance_iam_policy.py +12 -12
  117. pulumi_gcp/compute/interconnect.py +1683 -0
  118. pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
  119. pulumi_gcp/compute/machine_image_iam_member.py +8 -8
  120. pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
  121. pulumi_gcp/compute/network_firewall_policy_rule.py +125 -10
  122. pulumi_gcp/compute/outputs.py +1385 -0
  123. pulumi_gcp/compute/region_backend_service.py +315 -0
  124. pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
  125. pulumi_gcp/compute/region_disk_iam_member.py +12 -12
  126. pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
  127. pulumi_gcp/compute/region_network_firewall_policy_rule.py +125 -10
  128. pulumi_gcp/compute/region_security_policy_rule.py +230 -1
  129. pulumi_gcp/compute/router_nat.py +68 -0
  130. pulumi_gcp/compute/router_peer.py +88 -0
  131. pulumi_gcp/compute/security_policy.py +49 -0
  132. pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
  133. pulumi_gcp/compute/snapshot_iam_member.py +12 -12
  134. pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
  135. pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
  136. pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
  137. pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
  138. pulumi_gcp/compute/target_instance.py +4 -4
  139. pulumi_gcp/compute/target_pool.py +21 -21
  140. pulumi_gcp/container/_inputs.py +81 -5
  141. pulumi_gcp/container/outputs.py +109 -8
  142. pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
  143. pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
  144. pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
  145. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  146. pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
  147. pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
  148. pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
  149. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
  150. pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
  151. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
  152. pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
  153. pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
  154. pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
  155. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
  156. pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
  157. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
  158. pulumi_gcp/dataflow/flex_template_job.py +7 -7
  159. pulumi_gcp/dataflow/job.py +7 -7
  160. pulumi_gcp/dataloss/_inputs.py +420 -13
  161. pulumi_gcp/dataloss/outputs.py +439 -13
  162. pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
  163. pulumi_gcp/dataplex/asset_iam_member.py +12 -12
  164. pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
  165. pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
  166. pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
  167. pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
  168. pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
  169. pulumi_gcp/dataplex/lake_iam_member.py +12 -12
  170. pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
  171. pulumi_gcp/dataplex/task.py +16 -16
  172. pulumi_gcp/dataplex/task_iam_binding.py +12 -12
  173. pulumi_gcp/dataplex/task_iam_member.py +12 -12
  174. pulumi_gcp/dataplex/task_iam_policy.py +12 -12
  175. pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
  176. pulumi_gcp/dataplex/zone_iam_member.py +12 -12
  177. pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
  178. pulumi_gcp/dataproc/_inputs.py +190 -46
  179. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
  180. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
  181. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
  182. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
  183. pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
  184. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
  185. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
  186. pulumi_gcp/dataproc/job_iam_binding.py +12 -12
  187. pulumi_gcp/dataproc/job_iam_member.py +12 -12
  188. pulumi_gcp/dataproc/job_iam_policy.py +12 -12
  189. pulumi_gcp/dataproc/metastore_federation.py +4 -0
  190. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
  191. pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
  192. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
  193. pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
  194. pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
  195. pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
  196. pulumi_gcp/dataproc/outputs.py +182 -46
  197. pulumi_gcp/datastream/_inputs.py +1789 -820
  198. pulumi_gcp/datastream/connection_profile.py +163 -3
  199. pulumi_gcp/datastream/outputs.py +864 -5
  200. pulumi_gcp/datastream/stream.py +174 -0
  201. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
  202. pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
  203. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
  204. pulumi_gcp/endpoints/service_iam_binding.py +12 -12
  205. pulumi_gcp/endpoints/service_iam_member.py +12 -12
  206. pulumi_gcp/endpoints/service_iam_policy.py +12 -12
  207. pulumi_gcp/firestore/field.py +4 -4
  208. pulumi_gcp/folder/iam_audit_config.py +23 -23
  209. pulumi_gcp/folder/iam_member.py +16 -16
  210. pulumi_gcp/folder/iam_policy.py +16 -16
  211. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
  212. pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
  213. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
  214. pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
  215. pulumi_gcp/gkehub/feature_iam_member.py +12 -12
  216. pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
  217. pulumi_gcp/gkehub/membership_binding.py +6 -6
  218. pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
  219. pulumi_gcp/gkehub/membership_iam_member.py +12 -12
  220. pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
  221. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  222. pulumi_gcp/gkehub/namespace.py +4 -4
  223. pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
  224. pulumi_gcp/gkehub/scope_iam_member.py +12 -12
  225. pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
  226. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  227. pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
  228. pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
  229. pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
  230. pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
  231. pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
  232. pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
  233. pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
  234. pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
  235. pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
  236. pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
  237. pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
  238. pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
  239. pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
  240. pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
  241. pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
  242. pulumi_gcp/iam/_inputs.py +191 -2
  243. pulumi_gcp/iam/outputs.py +197 -2
  244. pulumi_gcp/iam/workforce_pool_provider.py +245 -0
  245. pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
  246. pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
  247. pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
  248. pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
  249. pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
  250. pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
  251. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  252. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
  253. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
  254. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
  255. pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
  256. pulumi_gcp/iap/tunnel_iam_member.py +12 -12
  257. pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
  258. pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
  259. pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
  260. pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
  261. pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
  262. pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
  263. pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
  264. pulumi_gcp/iap/web_iam_binding.py +12 -12
  265. pulumi_gcp/iap/web_iam_member.py +12 -12
  266. pulumi_gcp/iap/web_iam_policy.py +12 -12
  267. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
  268. pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
  269. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
  270. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
  271. pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
  272. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
  273. pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
  274. pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
  275. pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
  276. pulumi_gcp/integrationconnectors/__init__.py +1 -0
  277. pulumi_gcp/integrationconnectors/managed_zone.py +753 -0
  278. pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
  279. pulumi_gcp/kms/key_ring_iam_member.py +12 -12
  280. pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
  281. pulumi_gcp/netapp/storage_pool.py +7 -7
  282. pulumi_gcp/netapp/volume.py +4 -4
  283. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  284. pulumi_gcp/networkconnectivity/regional_endpoint.py +946 -0
  285. pulumi_gcp/networksecurity/firewall_endpoint.py +34 -0
  286. pulumi_gcp/networksecurity/firewall_endpoint_association.py +24 -0
  287. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  288. pulumi_gcp/networksecurity/security_profile.py +16 -0
  289. pulumi_gcp/networksecurity/security_profile_group.py +18 -0
  290. pulumi_gcp/networksecurity/tls_inspection_policy.py +435 -5
  291. pulumi_gcp/networkservices/__init__.py +1 -0
  292. pulumi_gcp/networkservices/_inputs.py +254 -0
  293. pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
  294. pulumi_gcp/networkservices/outputs.py +265 -0
  295. pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
  296. pulumi_gcp/notebooks/instance_iam_member.py +12 -12
  297. pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
  298. pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
  299. pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
  300. pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
  301. pulumi_gcp/organizations/_inputs.py +10 -0
  302. pulumi_gcp/organizations/iam_member.py +16 -16
  303. pulumi_gcp/organizations/iam_policy.py +16 -16
  304. pulumi_gcp/organizations/outputs.py +10 -0
  305. pulumi_gcp/orgpolicy/policy.py +2 -2
  306. pulumi_gcp/projects/iam_audit_config.py +23 -23
  307. pulumi_gcp/projects/iam_binding.py +23 -23
  308. pulumi_gcp/projects/iam_member.py +23 -23
  309. pulumi_gcp/projects/iam_policy.py +16 -16
  310. pulumi_gcp/projects/service.py +2 -43
  311. pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
  312. pulumi_gcp/pubsub/schema_iam_member.py +12 -12
  313. pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
  314. pulumi_gcp/pubsub/subscription.py +4 -4
  315. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
  316. pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
  317. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
  318. pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
  319. pulumi_gcp/pubsub/topic_iam_member.py +12 -12
  320. pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
  321. pulumi_gcp/pulumi-plugin.json +1 -1
  322. pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
  323. pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
  324. pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
  325. pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
  326. pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
  327. pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
  328. pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
  329. pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
  330. pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
  331. pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
  332. pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
  333. pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
  334. pulumi_gcp/spanner/database_iam_binding.py +12 -12
  335. pulumi_gcp/spanner/database_iam_member.py +12 -12
  336. pulumi_gcp/spanner/database_iam_policy.py +12 -12
  337. pulumi_gcp/spanner/instance_iam_binding.py +12 -12
  338. pulumi_gcp/spanner/instance_iam_member.py +12 -12
  339. pulumi_gcp/spanner/instance_iam_policy.py +12 -12
  340. pulumi_gcp/storage/_inputs.py +12 -10
  341. pulumi_gcp/storage/bucket.py +44 -0
  342. pulumi_gcp/storage/bucket_iam_binding.py +12 -12
  343. pulumi_gcp/storage/bucket_iam_member.py +12 -12
  344. pulumi_gcp/storage/bucket_iam_policy.py +12 -12
  345. pulumi_gcp/storage/outputs.py +12 -10
  346. pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
  347. pulumi_gcp/tags/tag_key_iam_member.py +12 -12
  348. pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
  349. pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
  350. pulumi_gcp/tags/tag_value_iam_member.py +12 -12
  351. pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
  352. {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/METADATA +1 -1
  353. {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/RECORD +355 -349
  354. {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/WHEEL +0 -0
  355. {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/top_level.txt +0 -0
@@ -297,7 +297,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
297
297
 
298
298
  > **Note:** `datacatalog.TaxonomyIamBinding` resources **can be** used in conjunction with `datacatalog.TaxonomyIamMember` resources **only if** they do not grant privilege to the same role.
299
299
 
300
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_policy
300
+ ## datacatalog.TaxonomyIamPolicy
301
301
 
302
302
  ```python
303
303
  import pulumi
@@ -312,7 +312,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
312
312
  policy_data=admin.policy_data)
313
313
  ```
314
314
 
315
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_binding
315
+ ## datacatalog.TaxonomyIamBinding
316
316
 
317
317
  ```python
318
318
  import pulumi
@@ -324,7 +324,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
324
324
  members=["user:jane@example.com"])
325
325
  ```
326
326
 
327
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_member
327
+ ## datacatalog.TaxonomyIamMember
328
328
 
329
329
  ```python
330
330
  import pulumi
@@ -336,7 +336,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
336
336
  member="user:jane@example.com")
337
337
  ```
338
338
 
339
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_policy
339
+ ## datacatalog.TaxonomyIamPolicy
340
340
 
341
341
  ```python
342
342
  import pulumi
@@ -351,7 +351,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
351
351
  policy_data=admin.policy_data)
352
352
  ```
353
353
 
354
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_binding
354
+ ## datacatalog.TaxonomyIamBinding
355
355
 
356
356
  ```python
357
357
  import pulumi
@@ -363,7 +363,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
363
363
  members=["user:jane@example.com"])
364
364
  ```
365
365
 
366
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_member
366
+ ## datacatalog.TaxonomyIamMember
367
367
 
368
368
  ```python
369
369
  import pulumi
@@ -454,7 +454,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
454
454
 
455
455
  > **Note:** `datacatalog.TaxonomyIamBinding` resources **can be** used in conjunction with `datacatalog.TaxonomyIamMember` resources **only if** they do not grant privilege to the same role.
456
456
 
457
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_policy
457
+ ## datacatalog.TaxonomyIamPolicy
458
458
 
459
459
  ```python
460
460
  import pulumi
@@ -469,7 +469,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
469
469
  policy_data=admin.policy_data)
470
470
  ```
471
471
 
472
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_binding
472
+ ## datacatalog.TaxonomyIamBinding
473
473
 
474
474
  ```python
475
475
  import pulumi
@@ -481,7 +481,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
481
481
  members=["user:jane@example.com"])
482
482
  ```
483
483
 
484
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_member
484
+ ## datacatalog.TaxonomyIamMember
485
485
 
486
486
  ```python
487
487
  import pulumi
@@ -493,7 +493,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
493
493
  member="user:jane@example.com")
494
494
  ```
495
495
 
496
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_policy
496
+ ## datacatalog.TaxonomyIamPolicy
497
497
 
498
498
  ```python
499
499
  import pulumi
@@ -508,7 +508,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
508
508
  policy_data=admin.policy_data)
509
509
  ```
510
510
 
511
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_binding
511
+ ## datacatalog.TaxonomyIamBinding
512
512
 
513
513
  ```python
514
514
  import pulumi
@@ -520,7 +520,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
520
520
  members=["user:jane@example.com"])
521
521
  ```
522
522
 
523
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_member
523
+ ## datacatalog.TaxonomyIamMember
524
524
 
525
525
  ```python
526
526
  import pulumi
@@ -194,7 +194,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
194
194
 
195
195
  > **Note:** `datacatalog.TaxonomyIamBinding` resources **can be** used in conjunction with `datacatalog.TaxonomyIamMember` resources **only if** they do not grant privilege to the same role.
196
196
 
197
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_policy
197
+ ## datacatalog.TaxonomyIamPolicy
198
198
 
199
199
  ```python
200
200
  import pulumi
@@ -209,7 +209,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
209
209
  policy_data=admin.policy_data)
210
210
  ```
211
211
 
212
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_binding
212
+ ## datacatalog.TaxonomyIamBinding
213
213
 
214
214
  ```python
215
215
  import pulumi
@@ -221,7 +221,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
221
221
  members=["user:jane@example.com"])
222
222
  ```
223
223
 
224
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_member
224
+ ## datacatalog.TaxonomyIamMember
225
225
 
226
226
  ```python
227
227
  import pulumi
@@ -233,7 +233,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
233
233
  member="user:jane@example.com")
234
234
  ```
235
235
 
236
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_policy
236
+ ## datacatalog.TaxonomyIamPolicy
237
237
 
238
238
  ```python
239
239
  import pulumi
@@ -248,7 +248,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
248
248
  policy_data=admin.policy_data)
249
249
  ```
250
250
 
251
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_binding
251
+ ## datacatalog.TaxonomyIamBinding
252
252
 
253
253
  ```python
254
254
  import pulumi
@@ -260,7 +260,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
260
260
  members=["user:jane@example.com"])
261
261
  ```
262
262
 
263
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_member
263
+ ## datacatalog.TaxonomyIamMember
264
264
 
265
265
  ```python
266
266
  import pulumi
@@ -339,7 +339,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
339
339
 
340
340
  > **Note:** `datacatalog.TaxonomyIamBinding` resources **can be** used in conjunction with `datacatalog.TaxonomyIamMember` resources **only if** they do not grant privilege to the same role.
341
341
 
342
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_policy
342
+ ## datacatalog.TaxonomyIamPolicy
343
343
 
344
344
  ```python
345
345
  import pulumi
@@ -354,7 +354,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
354
354
  policy_data=admin.policy_data)
355
355
  ```
356
356
 
357
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_binding
357
+ ## datacatalog.TaxonomyIamBinding
358
358
 
359
359
  ```python
360
360
  import pulumi
@@ -366,7 +366,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
366
366
  members=["user:jane@example.com"])
367
367
  ```
368
368
 
369
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_member
369
+ ## datacatalog.TaxonomyIamMember
370
370
 
371
371
  ```python
372
372
  import pulumi
@@ -378,7 +378,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
378
378
  member="user:jane@example.com")
379
379
  ```
380
380
 
381
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_policy
381
+ ## datacatalog.TaxonomyIamPolicy
382
382
 
383
383
  ```python
384
384
  import pulumi
@@ -393,7 +393,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
393
393
  policy_data=admin.policy_data)
394
394
  ```
395
395
 
396
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_binding
396
+ ## datacatalog.TaxonomyIamBinding
397
397
 
398
398
  ```python
399
399
  import pulumi
@@ -405,7 +405,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
405
405
  members=["user:jane@example.com"])
406
406
  ```
407
407
 
408
- ## google\\_data\\_catalog\\_taxonomy\\_iam\\_member
408
+ ## datacatalog.TaxonomyIamMember
409
409
 
410
410
  ```python
411
411
  import pulumi
@@ -71,7 +71,7 @@ class FlexTemplateJobArgs:
71
71
  provided, the provider project is used.
72
72
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
73
73
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
74
- :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
74
+ :param pulumi.Input[str] service_account_email: Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
75
75
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
76
76
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
77
77
  :param pulumi.Input[str] temp_location: The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.
@@ -358,7 +358,7 @@ class FlexTemplateJobArgs:
358
358
  @pulumi.getter(name="serviceAccountEmail")
359
359
  def service_account_email(self) -> Optional[pulumi.Input[str]]:
360
360
  """
361
- Service account email to run the workers as.
361
+ Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
362
362
  """
363
363
  return pulumi.get(self, "service_account_email")
364
364
 
@@ -491,7 +491,7 @@ class _FlexTemplateJobState:
491
491
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
492
492
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
493
493
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
494
- :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
494
+ :param pulumi.Input[str] service_account_email: Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
495
495
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
496
496
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
497
497
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
@@ -824,7 +824,7 @@ class _FlexTemplateJobState:
824
824
  @pulumi.getter(name="serviceAccountEmail")
825
825
  def service_account_email(self) -> Optional[pulumi.Input[str]]:
826
826
  """
827
- Service account email to run the workers as.
827
+ Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
828
828
  """
829
829
  return pulumi.get(self, "service_account_email")
830
830
 
@@ -1050,7 +1050,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1050
1050
  provided, the provider project is used.
1051
1051
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
1052
1052
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
1053
- :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
1053
+ :param pulumi.Input[str] service_account_email: Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1054
1054
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
1055
1055
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
1056
1056
  :param pulumi.Input[str] temp_location: The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.
@@ -1295,7 +1295,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1295
1295
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
1296
1296
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
1297
1297
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
1298
- :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
1298
+ :param pulumi.Input[str] service_account_email: Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1299
1299
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
1300
1300
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
1301
1301
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
@@ -1520,7 +1520,7 @@ class FlexTemplateJob(pulumi.CustomResource):
1520
1520
  @pulumi.getter(name="serviceAccountEmail")
1521
1521
  def service_account_email(self) -> pulumi.Output[str]:
1522
1522
  """
1523
- Service account email to run the workers as.
1523
+ Service account email to run the workers as. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1524
1524
  """
1525
1525
  return pulumi.get(self, "service_account_email")
1526
1526
 
@@ -57,7 +57,7 @@ class JobArgs:
57
57
  **Note**: do not configure Dataflow options here in parameters.
58
58
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
59
59
  :param pulumi.Input[str] region: The region in which the created job should run.
60
- :param pulumi.Input[str] service_account_email: The Service Account email used to create the job.
60
+ :param pulumi.Input[str] service_account_email: The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
61
61
  :param pulumi.Input[bool] skip_wait_on_job_termination: If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.
62
62
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
63
63
  :param pulumi.Input[Mapping[str, Any]] transform_name_mapping: Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
@@ -292,7 +292,7 @@ class JobArgs:
292
292
  @pulumi.getter(name="serviceAccountEmail")
293
293
  def service_account_email(self) -> Optional[pulumi.Input[str]]:
294
294
  """
295
- The Service Account email used to create the job.
295
+ The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
296
296
  """
297
297
  return pulumi.get(self, "service_account_email")
298
298
 
@@ -399,7 +399,7 @@ class _JobState:
399
399
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
400
400
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
401
401
  :param pulumi.Input[str] region: The region in which the created job should run.
402
- :param pulumi.Input[str] service_account_email: The Service Account email used to create the job.
402
+ :param pulumi.Input[str] service_account_email: The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
403
403
  :param pulumi.Input[bool] skip_wait_on_job_termination: If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.
404
404
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
405
405
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
@@ -662,7 +662,7 @@ class _JobState:
662
662
  @pulumi.getter(name="serviceAccountEmail")
663
663
  def service_account_email(self) -> Optional[pulumi.Input[str]]:
664
664
  """
665
- The Service Account email used to create the job.
665
+ The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
666
666
  """
667
667
  return pulumi.get(self, "service_account_email")
668
668
 
@@ -913,7 +913,7 @@ class Job(pulumi.CustomResource):
913
913
  **Note**: do not configure Dataflow options here in parameters.
914
914
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
915
915
  :param pulumi.Input[str] region: The region in which the created job should run.
916
- :param pulumi.Input[str] service_account_email: The Service Account email used to create the job.
916
+ :param pulumi.Input[str] service_account_email: The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
917
917
  :param pulumi.Input[bool] skip_wait_on_job_termination: If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.
918
918
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
919
919
  :param pulumi.Input[str] temp_gcs_location: A writeable location on GCS for the Dataflow job to dump its temporary data.
@@ -1165,7 +1165,7 @@ class Job(pulumi.CustomResource):
1165
1165
  :param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
1166
1166
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
1167
1167
  :param pulumi.Input[str] region: The region in which the created job should run.
1168
- :param pulumi.Input[str] service_account_email: The Service Account email used to create the job.
1168
+ :param pulumi.Input[str] service_account_email: The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1169
1169
  :param pulumi.Input[bool] skip_wait_on_job_termination: If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.
1170
1170
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
1171
1171
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
@@ -1344,7 +1344,7 @@ class Job(pulumi.CustomResource):
1344
1344
  @pulumi.getter(name="serviceAccountEmail")
1345
1345
  def service_account_email(self) -> pulumi.Output[Optional[str]]:
1346
1346
  """
1347
- The Service Account email used to create the job.
1347
+ The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
1348
1348
  """
1349
1349
  return pulumi.get(self, "service_account_email")
1350
1350