pulumi-gcp 7.24.0a1716510380__py3-none-any.whl → 7.25.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 (467) hide show
  1. pulumi_gcp/__init__.py +104 -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/accesscontextmanager/service_perimeter_egress_policy.py +0 -64
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -70
  7. pulumi_gcp/alloydb/backup.py +50 -42
  8. pulumi_gcp/alloydb/cluster.py +56 -48
  9. pulumi_gcp/alloydb/instance.py +50 -42
  10. pulumi_gcp/alloydb/user.py +32 -24
  11. pulumi_gcp/apigateway/api_config.py +0 -114
  12. pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
  13. pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
  14. pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
  15. pulumi_gcp/apigateway/api_iam_binding.py +8 -8
  16. pulumi_gcp/apigateway/api_iam_member.py +8 -8
  17. pulumi_gcp/apigateway/api_iam_policy.py +8 -8
  18. pulumi_gcp/apigateway/gateway.py +0 -44
  19. pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
  20. pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
  21. pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
  22. pulumi_gcp/apigee/addons_config.py +14 -4
  23. pulumi_gcp/apigee/endpoint_attachment.py +4 -2
  24. pulumi_gcp/apigee/env_group.py +4 -2
  25. pulumi_gcp/apigee/environment.py +4 -2
  26. pulumi_gcp/apigee/environment_iam_binding.py +12 -12
  27. pulumi_gcp/apigee/environment_iam_member.py +12 -12
  28. pulumi_gcp/apigee/environment_iam_policy.py +12 -12
  29. pulumi_gcp/apigee/instance.py +22 -8
  30. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +26 -10
  31. pulumi_gcp/apigee/nat_address.py +10 -2
  32. pulumi_gcp/apigee/organization.py +18 -6
  33. pulumi_gcp/apigee/sync_authorization.py +8 -4
  34. pulumi_gcp/apigee/target_server.py +26 -10
  35. pulumi_gcp/appengine/_inputs.py +18 -0
  36. pulumi_gcp/appengine/domain_mapping.py +1 -1
  37. pulumi_gcp/appengine/outputs.py +16 -0
  38. pulumi_gcp/apphub/service.py +40 -20
  39. pulumi_gcp/apphub/service_project_attachment.py +16 -8
  40. pulumi_gcp/apphub/workload.py +0 -418
  41. pulumi_gcp/applicationintegration/auth_config.py +4 -2
  42. pulumi_gcp/artifactregistry/repository.py +14 -12
  43. pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
  44. pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
  45. pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
  46. pulumi_gcp/backupdisasterrecovery/management_server.py +4 -2
  47. pulumi_gcp/bigquery/_inputs.py +286 -2
  48. pulumi_gcp/bigquery/connection.py +126 -0
  49. pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
  50. pulumi_gcp/bigquery/connection_iam_member.py +12 -12
  51. pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
  52. pulumi_gcp/bigquery/data_transfer_config.py +8 -4
  53. pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
  54. pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
  55. pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
  56. pulumi_gcp/bigquery/iam_binding.py +12 -12
  57. pulumi_gcp/bigquery/iam_member.py +12 -12
  58. pulumi_gcp/bigquery/iam_policy.py +12 -12
  59. pulumi_gcp/bigquery/job.py +22 -16
  60. pulumi_gcp/bigquery/outputs.py +289 -2
  61. pulumi_gcp/bigquery/routine.py +2 -2
  62. pulumi_gcp/bigquery/table.py +77 -35
  63. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
  64. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
  65. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
  66. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
  67. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
  68. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
  69. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
  70. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
  71. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
  72. pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
  73. pulumi_gcp/bigtable/instance_iam_member.py +12 -12
  74. pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
  75. pulumi_gcp/bigtable/table_iam_binding.py +12 -12
  76. pulumi_gcp/bigtable/table_iam_member.py +12 -12
  77. pulumi_gcp/bigtable/table_iam_policy.py +12 -12
  78. pulumi_gcp/billing/account_iam_binding.py +12 -12
  79. pulumi_gcp/billing/account_iam_member.py +12 -12
  80. pulumi_gcp/billing/account_iam_policy.py +12 -12
  81. pulumi_gcp/billing/project_info.py +4 -4
  82. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
  83. pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
  84. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
  85. pulumi_gcp/certificateauthority/authority.py +10 -2
  86. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
  87. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
  88. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
  89. pulumi_gcp/certificateauthority/certificate.py +8 -4
  90. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
  91. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
  92. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
  93. pulumi_gcp/certificatemanager/certificate.py +84 -80
  94. pulumi_gcp/certificatemanager/certificate_issuance_config.py +32 -30
  95. pulumi_gcp/cloudasset/__init__.py +1 -0
  96. pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
  97. pulumi_gcp/cloudasset/outputs.py +184 -0
  98. pulumi_gcp/cloudbuild/bitbucket_server_config.py +12 -6
  99. pulumi_gcp/cloudbuild/trigger.py +22 -14
  100. pulumi_gcp/cloudbuild/worker_pool.py +12 -6
  101. pulumi_gcp/cloudbuildv2/connection.py +10 -2
  102. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
  103. pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
  104. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
  105. pulumi_gcp/cloudbuildv2/repository.py +10 -2
  106. pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
  107. pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
  108. pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
  109. pulumi_gcp/cloudfunctionsv2/function.py +110 -66
  110. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
  111. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
  112. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
  113. pulumi_gcp/cloudids/endpoint.py +4 -2
  114. pulumi_gcp/cloudrun/_inputs.py +80 -4
  115. pulumi_gcp/cloudrun/iam_binding.py +12 -12
  116. pulumi_gcp/cloudrun/iam_member.py +12 -12
  117. pulumi_gcp/cloudrun/iam_policy.py +12 -12
  118. pulumi_gcp/cloudrun/outputs.py +137 -4
  119. pulumi_gcp/cloudrunv2/job.py +32 -20
  120. pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
  121. pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
  122. pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
  123. pulumi_gcp/cloudrunv2/service.py +28 -20
  124. pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
  125. pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
  126. pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
  127. pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
  128. pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
  129. pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
  130. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  131. pulumi_gcp/compute/__init__.py +2 -0
  132. pulumi_gcp/compute/_inputs.py +805 -182
  133. pulumi_gcp/compute/disk_iam_binding.py +12 -12
  134. pulumi_gcp/compute/disk_iam_member.py +12 -12
  135. pulumi_gcp/compute/disk_iam_policy.py +12 -12
  136. pulumi_gcp/compute/forwarding_rule.py +231 -823
  137. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  138. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  139. pulumi_gcp/compute/get_router_nat.py +11 -1
  140. pulumi_gcp/compute/get_snapshot.py +2 -0
  141. pulumi_gcp/compute/get_subnetworks.py +157 -0
  142. pulumi_gcp/compute/global_forwarding_rule.py +0 -766
  143. pulumi_gcp/compute/image_iam_binding.py +12 -12
  144. pulumi_gcp/compute/image_iam_member.py +12 -12
  145. pulumi_gcp/compute/image_iam_policy.py +12 -12
  146. pulumi_gcp/compute/instance_group.py +0 -100
  147. pulumi_gcp/compute/instance_group_membership.py +2 -2
  148. pulumi_gcp/compute/instance_iam_binding.py +12 -12
  149. pulumi_gcp/compute/instance_iam_member.py +12 -12
  150. pulumi_gcp/compute/instance_iam_policy.py +12 -12
  151. pulumi_gcp/compute/interconnect.py +1683 -0
  152. pulumi_gcp/compute/interconnect_attachment.py +82 -0
  153. pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
  154. pulumi_gcp/compute/machine_image_iam_member.py +8 -8
  155. pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
  156. pulumi_gcp/compute/network_endpoint.py +2 -2
  157. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  158. pulumi_gcp/compute/outputs.py +1022 -161
  159. pulumi_gcp/compute/packet_mirroring.py +4 -2
  160. pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
  161. pulumi_gcp/compute/region_disk_iam_member.py +12 -12
  162. pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
  163. pulumi_gcp/compute/region_security_policy_rule.py +4 -2
  164. pulumi_gcp/compute/region_ssl_certificate.py +0 -188
  165. pulumi_gcp/compute/region_ssl_policy.py +39 -40
  166. pulumi_gcp/compute/route.py +10 -2
  167. pulumi_gcp/compute/router_nat.py +68 -0
  168. pulumi_gcp/compute/security_policy_rule.py +55 -1
  169. pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
  170. pulumi_gcp/compute/snapshot_iam_member.py +12 -12
  171. pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
  172. pulumi_gcp/compute/ssl_certificate.py +0 -166
  173. pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
  174. pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
  175. pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
  176. pulumi_gcp/compute/target_instance.py +8 -6
  177. pulumi_gcp/compute/target_pool.py +21 -21
  178. pulumi_gcp/compute/vpn_gateway.py +12 -2
  179. pulumi_gcp/compute/vpn_tunnel.py +26 -16
  180. pulumi_gcp/container/_inputs.py +562 -2
  181. pulumi_gcp/container/outputs.py +1110 -55
  182. pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
  183. pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
  184. pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
  185. pulumi_gcp/databasemigrationservice/connection_profile.py +38 -22
  186. pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
  187. pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
  188. pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
  189. pulumi_gcp/datacatalog/policy_tag.py +4 -2
  190. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
  191. pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
  192. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
  193. pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
  194. pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
  195. pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
  196. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
  197. pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
  198. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
  199. pulumi_gcp/datafusion/instance.py +14 -12
  200. pulumi_gcp/dataloss/_inputs.py +420 -13
  201. pulumi_gcp/dataloss/outputs.py +439 -13
  202. pulumi_gcp/dataplex/__init__.py +10 -0
  203. pulumi_gcp/dataplex/_inputs.py +160 -0
  204. pulumi_gcp/dataplex/aspect_type.py +1077 -0
  205. pulumi_gcp/dataplex/aspect_type_iam_binding.py +765 -0
  206. pulumi_gcp/dataplex/aspect_type_iam_member.py +765 -0
  207. pulumi_gcp/dataplex/aspect_type_iam_policy.py +604 -0
  208. pulumi_gcp/dataplex/asset.py +4 -2
  209. pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
  210. pulumi_gcp/dataplex/asset_iam_member.py +12 -12
  211. pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
  212. pulumi_gcp/dataplex/datascan.py +16 -14
  213. pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
  214. pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
  215. pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
  216. pulumi_gcp/dataplex/entry_group.py +722 -0
  217. pulumi_gcp/dataplex/entry_group_iam_binding.py +765 -0
  218. pulumi_gcp/dataplex/entry_group_iam_member.py +765 -0
  219. pulumi_gcp/dataplex/entry_group_iam_policy.py +604 -0
  220. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +164 -0
  221. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +164 -0
  222. pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
  223. pulumi_gcp/dataplex/lake_iam_member.py +12 -12
  224. pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
  225. pulumi_gcp/dataplex/outputs.py +112 -0
  226. pulumi_gcp/dataplex/task.py +16 -16
  227. pulumi_gcp/dataplex/task_iam_binding.py +12 -12
  228. pulumi_gcp/dataplex/task_iam_member.py +12 -12
  229. pulumi_gcp/dataplex/task_iam_policy.py +12 -12
  230. pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
  231. pulumi_gcp/dataplex/zone_iam_member.py +12 -12
  232. pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
  233. pulumi_gcp/dataproc/_inputs.py +70 -0
  234. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
  235. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
  236. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
  237. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
  238. pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
  239. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
  240. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
  241. pulumi_gcp/dataproc/job_iam_binding.py +12 -12
  242. pulumi_gcp/dataproc/job_iam_member.py +12 -12
  243. pulumi_gcp/dataproc/job_iam_policy.py +12 -12
  244. pulumi_gcp/dataproc/metastore_federation.py +4 -0
  245. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
  246. pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
  247. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
  248. pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
  249. pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
  250. pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
  251. pulumi_gcp/dataproc/outputs.py +62 -0
  252. pulumi_gcp/datastore/data_store_index.py +4 -2
  253. pulumi_gcp/datastream/_inputs.py +1789 -820
  254. pulumi_gcp/datastream/connection_profile.py +210 -3
  255. pulumi_gcp/datastream/outputs.py +864 -5
  256. pulumi_gcp/datastream/private_connection.py +47 -0
  257. pulumi_gcp/datastream/stream.py +231 -4
  258. pulumi_gcp/diagflow/cx_test_case.py +4 -4
  259. pulumi_gcp/diagflow/entity_type.py +4 -2
  260. pulumi_gcp/diagflow/fulfillment.py +4 -2
  261. pulumi_gcp/diagflow/intent.py +8 -4
  262. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
  263. pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
  264. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
  265. pulumi_gcp/dns/get_managed_zone.py +3 -3
  266. pulumi_gcp/dns/managed_zone.py +7 -7
  267. pulumi_gcp/dns/outputs.py +2 -2
  268. pulumi_gcp/edgecontainer/node_pool.py +4 -2
  269. pulumi_gcp/edgecontainer/vpn_connection.py +4 -2
  270. pulumi_gcp/endpoints/service_iam_binding.py +12 -12
  271. pulumi_gcp/endpoints/service_iam_member.py +12 -12
  272. pulumi_gcp/endpoints/service_iam_policy.py +12 -12
  273. pulumi_gcp/eventarc/channel.py +4 -2
  274. pulumi_gcp/eventarc/google_channel_config.py +4 -2
  275. pulumi_gcp/firebase/app_check_app_attest_config.py +16 -8
  276. pulumi_gcp/firebase/app_check_debug_token.py +8 -4
  277. pulumi_gcp/firebase/app_check_device_check_config.py +8 -4
  278. pulumi_gcp/firebase/app_check_play_integrity_config.py +16 -8
  279. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +8 -4
  280. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +8 -4
  281. pulumi_gcp/firebase/app_check_service_config.py +12 -6
  282. pulumi_gcp/firebase/database_instance.py +4 -2
  283. pulumi_gcp/firebaserules/release.py +0 -98
  284. pulumi_gcp/firestore/database.py +24 -20
  285. pulumi_gcp/firestore/document.py +24 -12
  286. pulumi_gcp/firestore/field.py +4 -4
  287. pulumi_gcp/folder/access_approval_settings.py +4 -2
  288. pulumi_gcp/folder/iam_audit_config.py +23 -23
  289. pulumi_gcp/folder/iam_member.py +16 -16
  290. pulumi_gcp/folder/iam_policy.py +16 -16
  291. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
  292. pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
  293. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
  294. pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
  295. pulumi_gcp/gkehub/feature_iam_member.py +12 -12
  296. pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
  297. pulumi_gcp/gkehub/membership_binding.py +20 -10
  298. pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
  299. pulumi_gcp/gkehub/membership_iam_member.py +12 -12
  300. pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
  301. pulumi_gcp/gkehub/membership_rbac_role_binding.py +12 -8
  302. pulumi_gcp/gkehub/namespace.py +8 -6
  303. pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
  304. pulumi_gcp/gkehub/scope_iam_member.py +12 -12
  305. pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
  306. pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -6
  307. pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
  308. pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
  309. pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
  310. pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
  311. pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
  312. pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
  313. pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
  314. pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
  315. pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
  316. pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
  317. pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
  318. pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
  319. pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
  320. pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
  321. pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
  322. pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
  323. pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
  324. pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
  325. pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
  326. pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
  327. pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
  328. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  329. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
  330. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
  331. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
  332. pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
  333. pulumi_gcp/iap/tunnel_iam_member.py +12 -12
  334. pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
  335. pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
  336. pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
  337. pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
  338. pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
  339. pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
  340. pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
  341. pulumi_gcp/iap/web_iam_binding.py +12 -12
  342. pulumi_gcp/iap/web_iam_member.py +12 -12
  343. pulumi_gcp/iap/web_iam_policy.py +12 -12
  344. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
  345. pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
  346. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
  347. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
  348. pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
  349. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
  350. pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
  351. pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
  352. pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
  353. pulumi_gcp/integrationconnectors/connection.py +4 -2
  354. pulumi_gcp/integrationconnectors/managed_zone.py +26 -14
  355. pulumi_gcp/kms/__init__.py +2 -0
  356. pulumi_gcp/kms/autokey_config.py +366 -0
  357. pulumi_gcp/kms/key_handle.py +548 -0
  358. pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
  359. pulumi_gcp/kms/key_ring_iam_member.py +12 -12
  360. pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
  361. pulumi_gcp/logging/folder_settings.py +12 -10
  362. pulumi_gcp/logging/linked_dataset.py +4 -2
  363. pulumi_gcp/logging/organization_settings.py +12 -10
  364. pulumi_gcp/logging/project_bucket_config.py +4 -2
  365. pulumi_gcp/looker/instance.py +12 -10
  366. pulumi_gcp/netapp/storage_pool.py +7 -7
  367. pulumi_gcp/netapp/volume.py +4 -4
  368. pulumi_gcp/netapp/volume_replication.py +4 -2
  369. pulumi_gcp/netapp/volume_snapshot.py +4 -2
  370. pulumi_gcp/networkconnectivity/internal_range.py +14 -12
  371. pulumi_gcp/networksecurity/gateway_security_policy.py +20 -8
  372. pulumi_gcp/networksecurity/tls_inspection_policy.py +437 -5
  373. pulumi_gcp/networkservices/__init__.py +2 -0
  374. pulumi_gcp/networkservices/_inputs.py +454 -0
  375. pulumi_gcp/networkservices/gateway.py +12 -6
  376. pulumi_gcp/networkservices/lb_route_extension.py +663 -0
  377. pulumi_gcp/networkservices/lb_traffic_extension.py +669 -0
  378. pulumi_gcp/networkservices/outputs.py +478 -0
  379. pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
  380. pulumi_gcp/notebooks/instance_iam_member.py +12 -12
  381. pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
  382. pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
  383. pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
  384. pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
  385. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  386. pulumi_gcp/organizations/iam_member.py +16 -16
  387. pulumi_gcp/organizations/iam_policy.py +16 -16
  388. pulumi_gcp/orgpolicy/policy.py +2 -2
  389. pulumi_gcp/parallelstore/instance.py +20 -18
  390. pulumi_gcp/projects/access_approval_settings.py +4 -2
  391. pulumi_gcp/projects/iam_audit_config.py +23 -23
  392. pulumi_gcp/projects/iam_binding.py +23 -23
  393. pulumi_gcp/projects/iam_member.py +23 -23
  394. pulumi_gcp/projects/iam_policy.py +16 -16
  395. pulumi_gcp/projects/service.py +2 -43
  396. pulumi_gcp/pubsub/_inputs.py +16 -0
  397. pulumi_gcp/pubsub/outputs.py +25 -0
  398. pulumi_gcp/pubsub/schema.py +4 -2
  399. pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
  400. pulumi_gcp/pubsub/schema_iam_member.py +12 -12
  401. pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
  402. pulumi_gcp/pubsub/subscription.py +102 -66
  403. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
  404. pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
  405. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
  406. pulumi_gcp/pubsub/topic.py +4 -2
  407. pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
  408. pulumi_gcp/pubsub/topic_iam_member.py +12 -12
  409. pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
  410. pulumi_gcp/pulumi-plugin.json +1 -1
  411. pulumi_gcp/redis/cluster.py +30 -28
  412. pulumi_gcp/redis/instance.py +4 -2
  413. pulumi_gcp/secretmanager/secret.py +4 -2
  414. pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
  415. pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
  416. pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
  417. pulumi_gcp/securesourcemanager/instance.py +20 -8
  418. pulumi_gcp/securitycenter/instance_iam_binding.py +14 -12
  419. pulumi_gcp/securitycenter/instance_iam_member.py +14 -12
  420. pulumi_gcp/securitycenter/instance_iam_policy.py +14 -12
  421. pulumi_gcp/serviceaccount/key.py +2 -2
  422. pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
  423. pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
  424. pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
  425. pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
  426. pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
  427. pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
  428. pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
  429. pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
  430. pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
  431. pulumi_gcp/spanner/database_iam_binding.py +12 -12
  432. pulumi_gcp/spanner/database_iam_member.py +12 -12
  433. pulumi_gcp/spanner/database_iam_policy.py +12 -12
  434. pulumi_gcp/spanner/instance_iam_binding.py +12 -12
  435. pulumi_gcp/spanner/instance_iam_member.py +12 -12
  436. pulumi_gcp/spanner/instance_iam_policy.py +12 -12
  437. pulumi_gcp/sql/database_instance.py +4 -2
  438. pulumi_gcp/sql/user.py +4 -4
  439. pulumi_gcp/storage/_inputs.py +12 -10
  440. pulumi_gcp/storage/bucket.py +44 -0
  441. pulumi_gcp/storage/bucket_iam_binding.py +12 -12
  442. pulumi_gcp/storage/bucket_iam_member.py +12 -12
  443. pulumi_gcp/storage/bucket_iam_policy.py +12 -12
  444. pulumi_gcp/storage/get_project_service_account.py +4 -2
  445. pulumi_gcp/storage/insights_report_config.py +12 -10
  446. pulumi_gcp/storage/notification.py +18 -16
  447. pulumi_gcp/storage/outputs.py +12 -10
  448. pulumi_gcp/storage/transfer_agent_pool.py +4 -2
  449. pulumi_gcp/storage/transfer_job.py +14 -4
  450. pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
  451. pulumi_gcp/tags/tag_key_iam_member.py +12 -12
  452. pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
  453. pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
  454. pulumi_gcp/tags/tag_value_iam_member.py +12 -12
  455. pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
  456. pulumi_gcp/tpu/_inputs.py +2 -2
  457. pulumi_gcp/tpu/outputs.py +2 -2
  458. pulumi_gcp/tpu/v2_vm.py +10 -6
  459. pulumi_gcp/vertex/ai_endpoint.py +24 -22
  460. pulumi_gcp/vertex/ai_index_endpoint.py +20 -18
  461. pulumi_gcp/vertex/ai_tensorboard.py +14 -12
  462. pulumi_gcp/vmwareengine/external_address.py +4 -2
  463. pulumi_gcp/vmwareengine/network.py +8 -4
  464. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/METADATA +1 -1
  465. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/RECORD +467 -450
  466. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/WHEEL +0 -0
  467. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/top_level.txt +0 -0
@@ -635,6 +635,10 @@ class Database(pulumi.CustomResource):
635
635
  name="kms-key",
636
636
  key_ring=key_ring.id,
637
637
  purpose="ENCRYPT_DECRYPT")
638
+ firestore_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("firestore_cmek_keyuser",
639
+ crypto_key_id=crypto_key.id,
640
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
641
+ members=[f"serviceAccount:service-{project.number}@gcp-sa-firestore.iam.gserviceaccount.com"])
638
642
  database = gcp.firestore.Database("database",
639
643
  project="my-project-name",
640
644
  name="cmek-database-id",
@@ -647,11 +651,8 @@ class Database(pulumi.CustomResource):
647
651
  deletion_policy="DELETE",
648
652
  cmek_config=gcp.firestore.DatabaseCmekConfigArgs(
649
653
  kms_key_name=crypto_key.id,
650
- ))
651
- firestore_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("firestore_cmek_keyuser",
652
- crypto_key_id=crypto_key.id,
653
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
654
- members=[f"serviceAccount:service-{project.number}@gcp-sa-firestore.iam.gserviceaccount.com"])
654
+ ),
655
+ opts=pulumi.ResourceOptions(depends_on=[firestore_cmek_keyuser]))
655
656
  ```
656
657
  ### Firestore Default Database In Datastore Mode
657
658
 
@@ -696,6 +697,10 @@ class Database(pulumi.CustomResource):
696
697
  name="kms-key",
697
698
  key_ring=key_ring.id,
698
699
  purpose="ENCRYPT_DECRYPT")
700
+ firestore_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("firestore_cmek_keyuser",
701
+ crypto_key_id=crypto_key.id,
702
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
703
+ members=[f"serviceAccount:service-{project.number}@gcp-sa-firestore.iam.gserviceaccount.com"])
699
704
  database = gcp.firestore.Database("database",
700
705
  project="my-project-name",
701
706
  name="cmek-database-id",
@@ -708,11 +713,8 @@ class Database(pulumi.CustomResource):
708
713
  deletion_policy="DELETE",
709
714
  cmek_config=gcp.firestore.DatabaseCmekConfigArgs(
710
715
  kms_key_name=crypto_key.id,
711
- ))
712
- firestore_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("firestore_cmek_keyuser",
713
- crypto_key_id=crypto_key.id,
714
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
715
- members=[f"serviceAccount:service-{project.number}@gcp-sa-firestore.iam.gserviceaccount.com"])
716
+ ),
717
+ opts=pulumi.ResourceOptions(depends_on=[firestore_cmek_keyuser]))
716
718
  ```
717
719
 
718
720
  ## Import
@@ -840,6 +842,10 @@ class Database(pulumi.CustomResource):
840
842
  name="kms-key",
841
843
  key_ring=key_ring.id,
842
844
  purpose="ENCRYPT_DECRYPT")
845
+ firestore_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("firestore_cmek_keyuser",
846
+ crypto_key_id=crypto_key.id,
847
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
848
+ members=[f"serviceAccount:service-{project.number}@gcp-sa-firestore.iam.gserviceaccount.com"])
843
849
  database = gcp.firestore.Database("database",
844
850
  project="my-project-name",
845
851
  name="cmek-database-id",
@@ -852,11 +858,8 @@ class Database(pulumi.CustomResource):
852
858
  deletion_policy="DELETE",
853
859
  cmek_config=gcp.firestore.DatabaseCmekConfigArgs(
854
860
  kms_key_name=crypto_key.id,
855
- ))
856
- firestore_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("firestore_cmek_keyuser",
857
- crypto_key_id=crypto_key.id,
858
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
859
- members=[f"serviceAccount:service-{project.number}@gcp-sa-firestore.iam.gserviceaccount.com"])
861
+ ),
862
+ opts=pulumi.ResourceOptions(depends_on=[firestore_cmek_keyuser]))
860
863
  ```
861
864
  ### Firestore Default Database In Datastore Mode
862
865
 
@@ -901,6 +904,10 @@ class Database(pulumi.CustomResource):
901
904
  name="kms-key",
902
905
  key_ring=key_ring.id,
903
906
  purpose="ENCRYPT_DECRYPT")
907
+ firestore_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("firestore_cmek_keyuser",
908
+ crypto_key_id=crypto_key.id,
909
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
910
+ members=[f"serviceAccount:service-{project.number}@gcp-sa-firestore.iam.gserviceaccount.com"])
904
911
  database = gcp.firestore.Database("database",
905
912
  project="my-project-name",
906
913
  name="cmek-database-id",
@@ -913,11 +920,8 @@ class Database(pulumi.CustomResource):
913
920
  deletion_policy="DELETE",
914
921
  cmek_config=gcp.firestore.DatabaseCmekConfigArgs(
915
922
  kms_key_name=crypto_key.id,
916
- ))
917
- firestore_cmek_keyuser = gcp.kms.CryptoKeyIAMBinding("firestore_cmek_keyuser",
918
- crypto_key_id=crypto_key.id,
919
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
920
- members=[f"serviceAccount:service-{project.number}@gcp-sa-firestore.iam.gserviceaccount.com"])
923
+ ),
924
+ opts=pulumi.ResourceOptions(depends_on=[firestore_cmek_keyuser]))
921
925
  ```
922
926
 
923
927
  ## Import
@@ -309,15 +309,18 @@ class Document(pulumi.CustomResource):
309
309
  project_id="project-id",
310
310
  name="project-id",
311
311
  org_id="123456789")
312
- wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s)
312
+ wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
313
+ opts=pulumi.ResourceOptions(depends_on=[project]))
313
314
  firestore = gcp.projects.Service("firestore",
314
315
  project=project.project_id,
315
- service="firestore.googleapis.com")
316
+ service="firestore.googleapis.com",
317
+ opts=pulumi.ResourceOptions(depends_on=[wait60_seconds]))
316
318
  database = gcp.firestore.Database("database",
317
319
  project=project.project_id,
318
320
  name="(default)",
319
321
  location_id="nam5",
320
- type="FIRESTORE_NATIVE")
322
+ type="FIRESTORE_NATIVE",
323
+ opts=pulumi.ResourceOptions(depends_on=[firestore]))
321
324
  mydoc = gcp.firestore.Document("mydoc",
322
325
  project=project.project_id,
323
326
  database=database.name,
@@ -336,15 +339,18 @@ class Document(pulumi.CustomResource):
336
339
  project_id="project-id",
337
340
  name="project-id",
338
341
  org_id="123456789")
339
- wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s)
342
+ wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
343
+ opts=pulumi.ResourceOptions(depends_on=[project]))
340
344
  firestore = gcp.projects.Service("firestore",
341
345
  project=project.project_id,
342
- service="firestore.googleapis.com")
346
+ service="firestore.googleapis.com",
347
+ opts=pulumi.ResourceOptions(depends_on=[wait60_seconds]))
343
348
  database = gcp.firestore.Database("database",
344
349
  project=project.project_id,
345
350
  name="(default)",
346
351
  location_id="nam5",
347
- type="FIRESTORE_NATIVE")
352
+ type="FIRESTORE_NATIVE",
353
+ opts=pulumi.ResourceOptions(depends_on=[firestore]))
348
354
  mydoc = gcp.firestore.Document("mydoc",
349
355
  project=project.project_id,
350
356
  database=database.name,
@@ -427,15 +433,18 @@ class Document(pulumi.CustomResource):
427
433
  project_id="project-id",
428
434
  name="project-id",
429
435
  org_id="123456789")
430
- wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s)
436
+ wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
437
+ opts=pulumi.ResourceOptions(depends_on=[project]))
431
438
  firestore = gcp.projects.Service("firestore",
432
439
  project=project.project_id,
433
- service="firestore.googleapis.com")
440
+ service="firestore.googleapis.com",
441
+ opts=pulumi.ResourceOptions(depends_on=[wait60_seconds]))
434
442
  database = gcp.firestore.Database("database",
435
443
  project=project.project_id,
436
444
  name="(default)",
437
445
  location_id="nam5",
438
- type="FIRESTORE_NATIVE")
446
+ type="FIRESTORE_NATIVE",
447
+ opts=pulumi.ResourceOptions(depends_on=[firestore]))
439
448
  mydoc = gcp.firestore.Document("mydoc",
440
449
  project=project.project_id,
441
450
  database=database.name,
@@ -454,15 +463,18 @@ class Document(pulumi.CustomResource):
454
463
  project_id="project-id",
455
464
  name="project-id",
456
465
  org_id="123456789")
457
- wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s)
466
+ wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
467
+ opts=pulumi.ResourceOptions(depends_on=[project]))
458
468
  firestore = gcp.projects.Service("firestore",
459
469
  project=project.project_id,
460
- service="firestore.googleapis.com")
470
+ service="firestore.googleapis.com",
471
+ opts=pulumi.ResourceOptions(depends_on=[wait60_seconds]))
461
472
  database = gcp.firestore.Database("database",
462
473
  project=project.project_id,
463
474
  name="(default)",
464
475
  location_id="nam5",
465
- type="FIRESTORE_NATIVE")
476
+ type="FIRESTORE_NATIVE",
477
+ opts=pulumi.ResourceOptions(depends_on=[firestore]))
466
478
  mydoc = gcp.firestore.Document("mydoc",
467
479
  project=project.project_id,
468
480
  database=database.name,
@@ -319,7 +319,7 @@ class Field(pulumi.CustomResource):
319
319
  basic = gcp.firestore.Field("basic",
320
320
  project="my-project-name",
321
321
  database=database.name,
322
- collection="chatrooms__34962",
322
+ collection="chatrooms__74000",
323
323
  field="basic",
324
324
  index_config=gcp.firestore.FieldIndexConfigArgs(
325
325
  indexes=[
@@ -370,7 +370,7 @@ class Field(pulumi.CustomResource):
370
370
  match_override = gcp.firestore.Field("match_override",
371
371
  project="my-project-name",
372
372
  database=database.name,
373
- collection="chatrooms__74000",
373
+ collection="chatrooms__75125",
374
374
  field="field_with_same_configuration_as_ancestor",
375
375
  index_config=gcp.firestore.FieldIndexConfigArgs(
376
376
  indexes=[
@@ -457,7 +457,7 @@ class Field(pulumi.CustomResource):
457
457
  basic = gcp.firestore.Field("basic",
458
458
  project="my-project-name",
459
459
  database=database.name,
460
- collection="chatrooms__34962",
460
+ collection="chatrooms__74000",
461
461
  field="basic",
462
462
  index_config=gcp.firestore.FieldIndexConfigArgs(
463
463
  indexes=[
@@ -508,7 +508,7 @@ class Field(pulumi.CustomResource):
508
508
  match_override = gcp.firestore.Field("match_override",
509
509
  project="my-project-name",
510
510
  database=database.name,
511
- collection="chatrooms__74000",
511
+ collection="chatrooms__75125",
512
512
  field="field_with_same_configuration_as_ancestor",
513
513
  index_config=gcp.firestore.FieldIndexConfigArgs(
514
514
  indexes=[
@@ -330,7 +330,8 @@ class AccessApprovalSettings(pulumi.CustomResource):
330
330
  active_key_version=crypto_key_version.name,
331
331
  enrolled_services=[gcp.folder.AccessApprovalSettingsEnrolledServiceArgs(
332
332
  cloud_product="all",
333
- )])
333
+ )],
334
+ opts=pulumi.ResourceOptions(depends_on=[iam]))
334
335
  ```
335
336
 
336
337
  ## Import
@@ -435,7 +436,8 @@ class AccessApprovalSettings(pulumi.CustomResource):
435
436
  active_key_version=crypto_key_version.name,
436
437
  enrolled_services=[gcp.folder.AccessApprovalSettingsEnrolledServiceArgs(
437
438
  cloud_product="all",
438
- )])
439
+ )],
440
+ opts=pulumi.ResourceOptions(depends_on=[iam]))
439
441
  ```
440
442
 
441
443
  ## Import
@@ -23,7 +23,7 @@ class IamAuditConfigArgs:
23
23
  The set of arguments for constructing a IamAuditConfig resource.
24
24
  :param pulumi.Input[Sequence[pulumi.Input['IamAuditConfigAuditLogConfigArgs']]] audit_log_configs: The configuration for logging of each type of permission. This can be specified multiple times. Structure is documented below.
25
25
  :param pulumi.Input[str] folder: The resource name of the folder the policy is attached to. Its format is folders/{folder_id}.
26
- :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_folder\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
26
+ :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.IamAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
27
27
  """
28
28
  pulumi.set(__self__, "audit_log_configs", audit_log_configs)
29
29
  pulumi.set(__self__, "folder", folder)
@@ -57,7 +57,7 @@ class IamAuditConfigArgs:
57
57
  @pulumi.getter
58
58
  def service(self) -> pulumi.Input[str]:
59
59
  """
60
- Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_folder\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
60
+ Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.IamAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
61
61
  """
62
62
  return pulumi.get(self, "service")
63
63
 
@@ -78,7 +78,7 @@ class _IamAuditConfigState:
78
78
  :param pulumi.Input[Sequence[pulumi.Input['IamAuditConfigAuditLogConfigArgs']]] audit_log_configs: The configuration for logging of each type of permission. This can be specified multiple times. Structure is documented below.
79
79
  :param pulumi.Input[str] etag: (Computed) The etag of the folder's IAM policy.
80
80
  :param pulumi.Input[str] folder: The resource name of the folder the policy is attached to. Its format is folders/{folder_id}.
81
- :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_folder\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
81
+ :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.IamAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
82
82
  """
83
83
  if audit_log_configs is not None:
84
84
  pulumi.set(__self__, "audit_log_configs", audit_log_configs)
@@ -129,7 +129,7 @@ class _IamAuditConfigState:
129
129
  @pulumi.getter
130
130
  def service(self) -> Optional[pulumi.Input[str]]:
131
131
  """
132
- Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_folder\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
132
+ Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.IamAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
133
133
  """
134
134
  return pulumi.get(self, "service")
135
135
 
@@ -162,7 +162,7 @@ class IamAuditConfig(pulumi.CustomResource):
162
162
  > **Note:** The underlying API method `projects.setIamPolicy` has constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
163
163
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning a 400 error code so please review these if you encounter errors with this resource.
164
164
 
165
- ## google\\_folder\\_iam\\_policy
165
+ ## folder.IAMPolicy
166
166
 
167
167
  !> **Be careful!** You can accidentally lock yourself out of your folder
168
168
  using this resource. Deleting a `folder.IAMPolicy` removes access
@@ -205,7 +205,7 @@ class IamAuditConfig(pulumi.CustomResource):
205
205
  policy_data=admin.policy_data)
206
206
  ```
207
207
 
208
- ## google\\_folder\\_iam\\_binding
208
+ ## folder.IAMBinding
209
209
 
210
210
  ```python
211
211
  import pulumi
@@ -234,7 +234,7 @@ class IamAuditConfig(pulumi.CustomResource):
234
234
  ))
235
235
  ```
236
236
 
237
- ## google\\_folder\\_iam\\_member
237
+ ## folder.IAMMember
238
238
 
239
239
  ```python
240
240
  import pulumi
@@ -263,7 +263,7 @@ class IamAuditConfig(pulumi.CustomResource):
263
263
  ))
264
264
  ```
265
265
 
266
- ## google\\_folder\\_iam\\_audit\\_config
266
+ ## folder.IamAuditConfig
267
267
 
268
268
  ```python
269
269
  import pulumi
@@ -283,7 +283,7 @@ class IamAuditConfig(pulumi.CustomResource):
283
283
  ])
284
284
  ```
285
285
 
286
- ## google\\_folder\\_iam\\_policy
286
+ ## folder.IAMPolicy
287
287
 
288
288
  !> **Be careful!** You can accidentally lock yourself out of your folder
289
289
  using this resource. Deleting a `folder.IAMPolicy` removes access
@@ -326,7 +326,7 @@ class IamAuditConfig(pulumi.CustomResource):
326
326
  policy_data=admin.policy_data)
327
327
  ```
328
328
 
329
- ## google\\_folder\\_iam\\_binding
329
+ ## folder.IAMBinding
330
330
 
331
331
  ```python
332
332
  import pulumi
@@ -355,7 +355,7 @@ class IamAuditConfig(pulumi.CustomResource):
355
355
  ))
356
356
  ```
357
357
 
358
- ## google\\_folder\\_iam\\_member
358
+ ## folder.IAMMember
359
359
 
360
360
  ```python
361
361
  import pulumi
@@ -384,7 +384,7 @@ class IamAuditConfig(pulumi.CustomResource):
384
384
  ))
385
385
  ```
386
386
 
387
- ## google\\_folder\\_iam\\_audit\\_config
387
+ ## folder.IamAuditConfig
388
388
 
389
389
  ```python
390
390
  import pulumi
@@ -434,7 +434,7 @@ class IamAuditConfig(pulumi.CustomResource):
434
434
  :param pulumi.ResourceOptions opts: Options for the resource.
435
435
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IamAuditConfigAuditLogConfigArgs']]]] audit_log_configs: The configuration for logging of each type of permission. This can be specified multiple times. Structure is documented below.
436
436
  :param pulumi.Input[str] folder: The resource name of the folder the policy is attached to. Its format is folders/{folder_id}.
437
- :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_folder\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
437
+ :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.IamAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
438
438
  """
439
439
  ...
440
440
  @overload
@@ -457,7 +457,7 @@ class IamAuditConfig(pulumi.CustomResource):
457
457
  > **Note:** The underlying API method `projects.setIamPolicy` has constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
458
458
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning a 400 error code so please review these if you encounter errors with this resource.
459
459
 
460
- ## google\\_folder\\_iam\\_policy
460
+ ## folder.IAMPolicy
461
461
 
462
462
  !> **Be careful!** You can accidentally lock yourself out of your folder
463
463
  using this resource. Deleting a `folder.IAMPolicy` removes access
@@ -500,7 +500,7 @@ class IamAuditConfig(pulumi.CustomResource):
500
500
  policy_data=admin.policy_data)
501
501
  ```
502
502
 
503
- ## google\\_folder\\_iam\\_binding
503
+ ## folder.IAMBinding
504
504
 
505
505
  ```python
506
506
  import pulumi
@@ -529,7 +529,7 @@ class IamAuditConfig(pulumi.CustomResource):
529
529
  ))
530
530
  ```
531
531
 
532
- ## google\\_folder\\_iam\\_member
532
+ ## folder.IAMMember
533
533
 
534
534
  ```python
535
535
  import pulumi
@@ -558,7 +558,7 @@ class IamAuditConfig(pulumi.CustomResource):
558
558
  ))
559
559
  ```
560
560
 
561
- ## google\\_folder\\_iam\\_audit\\_config
561
+ ## folder.IamAuditConfig
562
562
 
563
563
  ```python
564
564
  import pulumi
@@ -578,7 +578,7 @@ class IamAuditConfig(pulumi.CustomResource):
578
578
  ])
579
579
  ```
580
580
 
581
- ## google\\_folder\\_iam\\_policy
581
+ ## folder.IAMPolicy
582
582
 
583
583
  !> **Be careful!** You can accidentally lock yourself out of your folder
584
584
  using this resource. Deleting a `folder.IAMPolicy` removes access
@@ -621,7 +621,7 @@ class IamAuditConfig(pulumi.CustomResource):
621
621
  policy_data=admin.policy_data)
622
622
  ```
623
623
 
624
- ## google\\_folder\\_iam\\_binding
624
+ ## folder.IAMBinding
625
625
 
626
626
  ```python
627
627
  import pulumi
@@ -650,7 +650,7 @@ class IamAuditConfig(pulumi.CustomResource):
650
650
  ))
651
651
  ```
652
652
 
653
- ## google\\_folder\\_iam\\_member
653
+ ## folder.IAMMember
654
654
 
655
655
  ```python
656
656
  import pulumi
@@ -679,7 +679,7 @@ class IamAuditConfig(pulumi.CustomResource):
679
679
  ))
680
680
  ```
681
681
 
682
- ## google\\_folder\\_iam\\_audit\\_config
682
+ ## folder.IamAuditConfig
683
683
 
684
684
  ```python
685
685
  import pulumi
@@ -786,7 +786,7 @@ class IamAuditConfig(pulumi.CustomResource):
786
786
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IamAuditConfigAuditLogConfigArgs']]]] audit_log_configs: The configuration for logging of each type of permission. This can be specified multiple times. Structure is documented below.
787
787
  :param pulumi.Input[str] etag: (Computed) The etag of the folder's IAM policy.
788
788
  :param pulumi.Input[str] folder: The resource name of the folder the policy is attached to. Its format is folders/{folder_id}.
789
- :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_folder\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
789
+ :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.IamAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
790
790
  """
791
791
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
792
792
 
@@ -826,7 +826,7 @@ class IamAuditConfig(pulumi.CustomResource):
826
826
  @pulumi.getter
827
827
  def service(self) -> pulumi.Output[str]:
828
828
  """
829
- Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_folder\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
829
+ Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.IamAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
830
830
  """
831
831
  return pulumi.get(self, "service")
832
832
 
@@ -227,7 +227,7 @@ class IAMMember(pulumi.CustomResource):
227
227
  > **Note:** The underlying API method `projects.setIamPolicy` has constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
228
228
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning a 400 error code so please review these if you encounter errors with this resource.
229
229
 
230
- ## google\\_folder\\_iam\\_policy
230
+ ## folder.IAMPolicy
231
231
 
232
232
  !> **Be careful!** You can accidentally lock yourself out of your folder
233
233
  using this resource. Deleting a `folder.IAMPolicy` removes access
@@ -270,7 +270,7 @@ class IAMMember(pulumi.CustomResource):
270
270
  policy_data=admin.policy_data)
271
271
  ```
272
272
 
273
- ## google\\_folder\\_iam\\_binding
273
+ ## folder.IAMBinding
274
274
 
275
275
  ```python
276
276
  import pulumi
@@ -299,7 +299,7 @@ class IAMMember(pulumi.CustomResource):
299
299
  ))
300
300
  ```
301
301
 
302
- ## google\\_folder\\_iam\\_member
302
+ ## folder.IAMMember
303
303
 
304
304
  ```python
305
305
  import pulumi
@@ -328,7 +328,7 @@ class IAMMember(pulumi.CustomResource):
328
328
  ))
329
329
  ```
330
330
 
331
- ## google\\_folder\\_iam\\_audit\\_config
331
+ ## folder.IamAuditConfig
332
332
 
333
333
  ```python
334
334
  import pulumi
@@ -348,7 +348,7 @@ class IAMMember(pulumi.CustomResource):
348
348
  ])
349
349
  ```
350
350
 
351
- ## google\\_folder\\_iam\\_policy
351
+ ## folder.IAMPolicy
352
352
 
353
353
  !> **Be careful!** You can accidentally lock yourself out of your folder
354
354
  using this resource. Deleting a `folder.IAMPolicy` removes access
@@ -391,7 +391,7 @@ class IAMMember(pulumi.CustomResource):
391
391
  policy_data=admin.policy_data)
392
392
  ```
393
393
 
394
- ## google\\_folder\\_iam\\_binding
394
+ ## folder.IAMBinding
395
395
 
396
396
  ```python
397
397
  import pulumi
@@ -420,7 +420,7 @@ class IAMMember(pulumi.CustomResource):
420
420
  ))
421
421
  ```
422
422
 
423
- ## google\\_folder\\_iam\\_member
423
+ ## folder.IAMMember
424
424
 
425
425
  ```python
426
426
  import pulumi
@@ -449,7 +449,7 @@ class IAMMember(pulumi.CustomResource):
449
449
  ))
450
450
  ```
451
451
 
452
- ## google\\_folder\\_iam\\_audit\\_config
452
+ ## folder.IamAuditConfig
453
453
 
454
454
  ```python
455
455
  import pulumi
@@ -531,7 +531,7 @@ class IAMMember(pulumi.CustomResource):
531
531
  > **Note:** The underlying API method `projects.setIamPolicy` has constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
532
532
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning a 400 error code so please review these if you encounter errors with this resource.
533
533
 
534
- ## google\\_folder\\_iam\\_policy
534
+ ## folder.IAMPolicy
535
535
 
536
536
  !> **Be careful!** You can accidentally lock yourself out of your folder
537
537
  using this resource. Deleting a `folder.IAMPolicy` removes access
@@ -574,7 +574,7 @@ class IAMMember(pulumi.CustomResource):
574
574
  policy_data=admin.policy_data)
575
575
  ```
576
576
 
577
- ## google\\_folder\\_iam\\_binding
577
+ ## folder.IAMBinding
578
578
 
579
579
  ```python
580
580
  import pulumi
@@ -603,7 +603,7 @@ class IAMMember(pulumi.CustomResource):
603
603
  ))
604
604
  ```
605
605
 
606
- ## google\\_folder\\_iam\\_member
606
+ ## folder.IAMMember
607
607
 
608
608
  ```python
609
609
  import pulumi
@@ -632,7 +632,7 @@ class IAMMember(pulumi.CustomResource):
632
632
  ))
633
633
  ```
634
634
 
635
- ## google\\_folder\\_iam\\_audit\\_config
635
+ ## folder.IamAuditConfig
636
636
 
637
637
  ```python
638
638
  import pulumi
@@ -652,7 +652,7 @@ class IAMMember(pulumi.CustomResource):
652
652
  ])
653
653
  ```
654
654
 
655
- ## google\\_folder\\_iam\\_policy
655
+ ## folder.IAMPolicy
656
656
 
657
657
  !> **Be careful!** You can accidentally lock yourself out of your folder
658
658
  using this resource. Deleting a `folder.IAMPolicy` removes access
@@ -695,7 +695,7 @@ class IAMMember(pulumi.CustomResource):
695
695
  policy_data=admin.policy_data)
696
696
  ```
697
697
 
698
- ## google\\_folder\\_iam\\_binding
698
+ ## folder.IAMBinding
699
699
 
700
700
  ```python
701
701
  import pulumi
@@ -724,7 +724,7 @@ class IAMMember(pulumi.CustomResource):
724
724
  ))
725
725
  ```
726
726
 
727
- ## google\\_folder\\_iam\\_member
727
+ ## folder.IAMMember
728
728
 
729
729
  ```python
730
730
  import pulumi
@@ -753,7 +753,7 @@ class IAMMember(pulumi.CustomResource):
753
753
  ))
754
754
  ```
755
755
 
756
- ## google\\_folder\\_iam\\_audit\\_config
756
+ ## folder.IamAuditConfig
757
757
 
758
758
  ```python
759
759
  import pulumi