pulumi-gcp 8.8.0a1730615974__py3-none-any.whl → 8.8.0a1730856812__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 (347) hide show
  1. pulumi_gcp/__init__.py +8 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
  6. pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
  8. pulumi_gcp/apigateway/api_iam_binding.py +2 -2
  9. pulumi_gcp/apigateway/api_iam_member.py +2 -2
  10. pulumi_gcp/apigateway/api_iam_policy.py +2 -2
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
  12. pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
  14. pulumi_gcp/apigee/environment_iam_binding.py +4 -4
  15. pulumi_gcp/apigee/environment_iam_member.py +4 -4
  16. pulumi_gcp/apigee/environment_iam_policy.py +4 -4
  17. pulumi_gcp/appengine/engine_split_traffic.py +4 -4
  18. pulumi_gcp/apphub/_inputs.py +6 -3
  19. pulumi_gcp/apphub/application.py +30 -4
  20. pulumi_gcp/apphub/outputs.py +8 -4
  21. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
  22. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
  23. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
  24. pulumi_gcp/assuredworkloads/_inputs.py +34 -0
  25. pulumi_gcp/assuredworkloads/outputs.py +37 -0
  26. pulumi_gcp/assuredworkloads/workload.py +56 -3
  27. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
  28. pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
  29. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
  30. pulumi_gcp/biglake/table.py +12 -12
  31. pulumi_gcp/bigquery/_inputs.py +60 -0
  32. pulumi_gcp/bigquery/connection.py +2 -2
  33. pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
  34. pulumi_gcp/bigquery/connection_iam_member.py +2 -2
  35. pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
  36. pulumi_gcp/bigquery/dataset.py +99 -2
  37. pulumi_gcp/bigquery/dataset_access.py +2 -2
  38. pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
  39. pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
  40. pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
  41. pulumi_gcp/bigquery/get_dataset.py +12 -1
  42. pulumi_gcp/bigquery/iam_binding.py +2 -2
  43. pulumi_gcp/bigquery/iam_member.py +2 -2
  44. pulumi_gcp/bigquery/iam_policy.py +2 -2
  45. pulumi_gcp/bigquery/outputs.py +87 -0
  46. pulumi_gcp/bigquery/routine.py +6 -6
  47. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
  48. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
  49. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
  50. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
  51. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
  52. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
  53. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
  54. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
  55. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
  56. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
  57. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
  58. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
  59. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
  60. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
  61. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
  62. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
  63. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
  64. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
  65. pulumi_gcp/cloudbuild/trigger.py +18 -18
  66. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
  67. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
  68. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
  69. pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
  70. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
  71. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
  72. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
  73. pulumi_gcp/cloudfunctionsv2/function.py +22 -22
  74. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
  75. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
  76. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
  77. pulumi_gcp/cloudrun/iam_binding.py +2 -2
  78. pulumi_gcp/cloudrun/iam_member.py +2 -2
  79. pulumi_gcp/cloudrun/iam_policy.py +2 -2
  80. pulumi_gcp/cloudrun/service.py +24 -24
  81. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
  82. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
  83. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
  84. pulumi_gcp/cloudrunv2/service.py +2 -2
  85. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
  86. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
  87. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
  88. pulumi_gcp/cloudscheduler/job.py +4 -4
  89. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
  90. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
  91. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
  92. pulumi_gcp/compute/__init__.py +1 -0
  93. pulumi_gcp/compute/_inputs.py +182 -50
  94. pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
  95. pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
  96. pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
  97. pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
  98. pulumi_gcp/compute/backend_service_iam_member.py +2 -2
  99. pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
  100. pulumi_gcp/compute/disk_iam_binding.py +2 -2
  101. pulumi_gcp/compute/disk_iam_member.py +2 -2
  102. pulumi_gcp/compute/disk_iam_policy.py +2 -2
  103. pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
  104. pulumi_gcp/compute/image.py +76 -22
  105. pulumi_gcp/compute/image_iam_binding.py +2 -2
  106. pulumi_gcp/compute/image_iam_member.py +2 -2
  107. pulumi_gcp/compute/image_iam_policy.py +2 -2
  108. pulumi_gcp/compute/instance_iam_binding.py +2 -2
  109. pulumi_gcp/compute/instance_iam_member.py +2 -2
  110. pulumi_gcp/compute/instance_iam_policy.py +2 -2
  111. pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
  112. pulumi_gcp/compute/machine_image_iam_member.py +2 -2
  113. pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
  114. pulumi_gcp/compute/outputs.py +197 -30
  115. pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
  116. pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
  117. pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
  118. pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
  119. pulumi_gcp/compute/region_disk_iam_member.py +2 -2
  120. pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
  121. pulumi_gcp/compute/region_security_policy_rule.py +74 -0
  122. pulumi_gcp/compute/security_policy_rule.py +111 -13
  123. pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
  124. pulumi_gcp/compute/snapshot_iam_member.py +2 -2
  125. pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
  126. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
  127. pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
  128. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
  129. pulumi_gcp/compute/url_map.py +10 -10
  130. pulumi_gcp/container/aws_node_pool.py +12 -12
  131. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
  132. pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
  133. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
  134. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
  135. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
  136. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
  137. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
  138. pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
  139. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
  140. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
  141. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
  142. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
  143. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
  144. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
  145. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
  146. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
  147. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
  148. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
  149. pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
  150. pulumi_gcp/dataplex/asset_iam_member.py +2 -2
  151. pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
  152. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
  153. pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
  154. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
  155. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
  156. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
  157. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
  158. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
  159. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
  160. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
  161. pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
  162. pulumi_gcp/dataplex/lake_iam_member.py +2 -2
  163. pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
  164. pulumi_gcp/dataplex/task.py +4 -4
  165. pulumi_gcp/dataplex/task_iam_binding.py +2 -2
  166. pulumi_gcp/dataplex/task_iam_member.py +2 -2
  167. pulumi_gcp/dataplex/task_iam_policy.py +2 -2
  168. pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
  169. pulumi_gcp/dataplex/zone_iam_member.py +2 -2
  170. pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
  171. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
  172. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
  173. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
  174. pulumi_gcp/dataproc/batch.py +24 -24
  175. pulumi_gcp/dataproc/cluster.py +2 -2
  176. pulumi_gcp/dataproc/job.py +4 -4
  177. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
  178. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
  179. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
  180. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
  181. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
  182. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
  183. pulumi_gcp/diagflow/cx_flow.py +4 -4
  184. pulumi_gcp/diagflow/cx_page.py +10 -10
  185. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
  186. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
  187. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
  188. pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
  189. pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
  190. pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
  191. pulumi_gcp/endpoints/service_iam_binding.py +4 -4
  192. pulumi_gcp/endpoints/service_iam_member.py +4 -4
  193. pulumi_gcp/endpoints/service_iam_policy.py +4 -4
  194. pulumi_gcp/firebase/extensions_instance.py +24 -24
  195. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
  196. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
  197. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
  198. pulumi_gcp/gkebackup/restore_plan.py +18 -18
  199. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
  200. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
  201. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
  202. pulumi_gcp/gkehub/_inputs.py +21 -21
  203. pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
  204. pulumi_gcp/gkehub/feature_iam_member.py +2 -2
  205. pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
  206. pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
  207. pulumi_gcp/gkehub/membership_iam_member.py +2 -2
  208. pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
  209. pulumi_gcp/gkehub/outputs.py +13 -13
  210. pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
  211. pulumi_gcp/gkehub/scope_iam_member.py +2 -2
  212. pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
  213. pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
  214. pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
  215. pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
  216. pulumi_gcp/iap/__init__.py +1 -0
  217. pulumi_gcp/iap/_inputs.py +1002 -0
  218. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
  219. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
  220. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
  221. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
  222. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
  223. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
  224. pulumi_gcp/iap/outputs.py +827 -0
  225. pulumi_gcp/iap/settings.py +546 -0
  226. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
  227. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
  228. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
  229. pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
  230. pulumi_gcp/iap/tunnel_iam_member.py +2 -2
  231. pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
  232. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
  233. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
  234. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
  235. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
  236. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
  237. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
  238. pulumi_gcp/iap/web_iam_binding.py +2 -2
  239. pulumi_gcp/iap/web_iam_member.py +2 -2
  240. pulumi_gcp/iap/web_iam_policy.py +2 -2
  241. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
  242. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
  243. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
  244. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
  245. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
  246. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
  247. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
  248. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
  249. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
  250. pulumi_gcp/identityplatform/config.py +2 -2
  251. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
  252. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
  253. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
  254. pulumi_gcp/logging/log_view_iam_binding.py +4 -4
  255. pulumi_gcp/logging/log_view_iam_member.py +4 -4
  256. pulumi_gcp/logging/log_view_iam_policy.py +4 -4
  257. pulumi_gcp/memorystore/_inputs.py +117 -4
  258. pulumi_gcp/memorystore/instance.py +105 -0
  259. pulumi_gcp/memorystore/outputs.py +80 -4
  260. pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
  261. pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
  262. pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
  263. pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
  264. pulumi_gcp/networkservices/edge_cache_service.py +2 -2
  265. pulumi_gcp/networkservices/http_route.py +4 -4
  266. pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
  267. pulumi_gcp/notebooks/instance_iam_member.py +2 -2
  268. pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
  269. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
  270. pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
  271. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
  272. pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
  273. pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
  274. pulumi_gcp/pubsub/schema_iam_member.py +2 -2
  275. pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
  276. pulumi_gcp/pubsub/subscription.py +18 -66
  277. pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
  278. pulumi_gcp/pubsub/topic_iam_member.py +2 -2
  279. pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
  280. pulumi_gcp/pulumi-plugin.json +1 -1
  281. pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
  282. pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
  283. pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
  284. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
  285. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
  286. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
  287. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
  288. pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
  289. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
  290. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
  291. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
  292. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
  293. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
  294. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
  295. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
  296. pulumi_gcp/serviceaccount/__init__.py +1 -0
  297. pulumi_gcp/serviceaccount/get_account.py +15 -1
  298. pulumi_gcp/serviceaccount/get_s.py +132 -0
  299. pulumi_gcp/serviceaccount/outputs.py +89 -0
  300. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  301. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  302. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  303. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  304. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  305. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  306. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
  307. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
  308. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
  309. pulumi_gcp/spanner/_inputs.py +208 -12
  310. pulumi_gcp/spanner/outputs.py +287 -9
  311. pulumi_gcp/sql/_inputs.py +6 -3
  312. pulumi_gcp/sql/outputs.py +4 -2
  313. pulumi_gcp/storage/_inputs.py +3 -6
  314. pulumi_gcp/storage/bucket.py +7 -7
  315. pulumi_gcp/storage/bucket_iam_binding.py +2 -2
  316. pulumi_gcp/storage/bucket_iam_member.py +2 -2
  317. pulumi_gcp/storage/bucket_iam_policy.py +2 -2
  318. pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
  319. pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
  320. pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
  321. pulumi_gcp/storage/outputs.py +4 -6
  322. pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
  323. pulumi_gcp/tags/tag_key_iam_member.py +4 -4
  324. pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
  325. pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
  326. pulumi_gcp/tags/tag_value_iam_member.py +4 -4
  327. pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
  328. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
  329. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
  330. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
  331. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
  332. pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
  333. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
  334. pulumi_gcp/vmwareengine/_inputs.py +472 -6
  335. pulumi_gcp/vmwareengine/outputs.py +668 -22
  336. pulumi_gcp/vmwareengine/private_cloud.py +44 -0
  337. pulumi_gcp/workstations/workstation_config.py +6 -6
  338. pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
  339. pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
  340. pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
  341. pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
  342. pulumi_gcp/workstations/workstation_iam_member.py +2 -2
  343. pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
  344. {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/METADATA +1 -1
  345. {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/RECORD +347 -344
  346. {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/WHEEL +0 -0
  347. {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/top_level.txt +0 -0
@@ -461,7 +461,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
461
461
  $ pulumi import gcp:dataproc/metastoreServiceIamBinding:MetastoreServiceIamBinding editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
462
462
  ```
463
463
 
464
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
464
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
465
465
 
466
466
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
467
467
 
@@ -653,7 +653,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
653
653
  $ pulumi import gcp:dataproc/metastoreServiceIamBinding:MetastoreServiceIamBinding editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
654
654
  ```
655
655
 
656
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
656
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
657
657
 
658
658
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
659
659
 
@@ -461,7 +461,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
461
461
  $ pulumi import gcp:dataproc/metastoreServiceIamMember:MetastoreServiceIamMember editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
462
462
  ```
463
463
 
464
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
464
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
465
465
 
466
466
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
467
467
 
@@ -653,7 +653,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
653
653
  $ pulumi import gcp:dataproc/metastoreServiceIamMember:MetastoreServiceIamMember editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
654
654
  ```
655
655
 
656
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
656
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
657
657
 
658
658
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
659
659
 
@@ -358,7 +358,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
358
358
  $ pulumi import gcp:dataproc/metastoreServiceIamPolicy:MetastoreServiceIamPolicy editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
359
359
  ```
360
360
 
361
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
361
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
362
362
 
363
363
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
364
364
 
@@ -538,7 +538,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
538
538
  $ pulumi import gcp:dataproc/metastoreServiceIamPolicy:MetastoreServiceIamPolicy editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
539
539
  ```
540
540
 
541
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
541
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
542
542
 
543
543
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
544
544
 
@@ -714,7 +714,7 @@ class CxFlow(pulumi.CustomResource):
714
714
  "cases": json.dumps([
715
715
  {
716
716
  "condition": "$sys.func.RAND() < 0.5",
717
- "case_content": [
717
+ "caseContent": [
718
718
  {
719
719
  "message": {
720
720
  "text": {
@@ -815,7 +815,7 @@ class CxFlow(pulumi.CustomResource):
815
815
  "cases": json.dumps([
816
816
  {
817
817
  "condition": "$sys.func.RAND() < 0.5",
818
- "case_content": [
818
+ "caseContent": [
819
819
  {
820
820
  "message": {
821
821
  "text": {
@@ -1157,7 +1157,7 @@ class CxFlow(pulumi.CustomResource):
1157
1157
  "cases": json.dumps([
1158
1158
  {
1159
1159
  "condition": "$sys.func.RAND() < 0.5",
1160
- "case_content": [
1160
+ "caseContent": [
1161
1161
  {
1162
1162
  "message": {
1163
1163
  "text": {
@@ -1258,7 +1258,7 @@ class CxFlow(pulumi.CustomResource):
1258
1258
  "cases": json.dumps([
1259
1259
  {
1260
1260
  "condition": "$sys.func.RAND() < 0.5",
1261
- "case_content": [
1261
+ "caseContent": [
1262
1262
  {
1263
1263
  "message": {
1264
1264
  "text": {
@@ -585,7 +585,7 @@ class CxPage(pulumi.CustomResource):
585
585
  "cases": json.dumps([
586
586
  {
587
587
  "condition": "$sys.func.RAND() < 0.5",
588
- "case_content": [
588
+ "caseContent": [
589
589
  {
590
590
  "message": {
591
591
  "text": {
@@ -684,7 +684,7 @@ class CxPage(pulumi.CustomResource):
684
684
  "cases": json.dumps([
685
685
  {
686
686
  "condition": "$sys.func.RAND() < 0.5",
687
- "case_content": [
687
+ "caseContent": [
688
688
  {
689
689
  "message": {
690
690
  "text": {
@@ -787,7 +787,7 @@ class CxPage(pulumi.CustomResource):
787
787
  "cases": json.dumps([
788
788
  {
789
789
  "condition": "$sys.func.RAND() < 0.5",
790
- "case_content": [
790
+ "caseContent": [
791
791
  {
792
792
  "message": {
793
793
  "text": {
@@ -889,7 +889,7 @@ class CxPage(pulumi.CustomResource):
889
889
  "cases": json.dumps([
890
890
  {
891
891
  "condition": "$sys.func.RAND() < 0.5",
892
- "case_content": [
892
+ "caseContent": [
893
893
  {
894
894
  "message": {
895
895
  "text": {
@@ -1009,7 +1009,7 @@ class CxPage(pulumi.CustomResource):
1009
1009
  "cases": json.dumps([
1010
1010
  {
1011
1011
  "condition": "$sys.func.RAND() < 0.5",
1012
- "case_content": [
1012
+ "caseContent": [
1013
1013
  {
1014
1014
  "message": {
1015
1015
  "text": {
@@ -1230,7 +1230,7 @@ class CxPage(pulumi.CustomResource):
1230
1230
  "cases": json.dumps([
1231
1231
  {
1232
1232
  "condition": "$sys.func.RAND() < 0.5",
1233
- "case_content": [
1233
+ "caseContent": [
1234
1234
  {
1235
1235
  "message": {
1236
1236
  "text": {
@@ -1329,7 +1329,7 @@ class CxPage(pulumi.CustomResource):
1329
1329
  "cases": json.dumps([
1330
1330
  {
1331
1331
  "condition": "$sys.func.RAND() < 0.5",
1332
- "case_content": [
1332
+ "caseContent": [
1333
1333
  {
1334
1334
  "message": {
1335
1335
  "text": {
@@ -1432,7 +1432,7 @@ class CxPage(pulumi.CustomResource):
1432
1432
  "cases": json.dumps([
1433
1433
  {
1434
1434
  "condition": "$sys.func.RAND() < 0.5",
1435
- "case_content": [
1435
+ "caseContent": [
1436
1436
  {
1437
1437
  "message": {
1438
1438
  "text": {
@@ -1534,7 +1534,7 @@ class CxPage(pulumi.CustomResource):
1534
1534
  "cases": json.dumps([
1535
1535
  {
1536
1536
  "condition": "$sys.func.RAND() < 0.5",
1537
- "case_content": [
1537
+ "caseContent": [
1538
1538
  {
1539
1539
  "message": {
1540
1540
  "text": {
@@ -1654,7 +1654,7 @@ class CxPage(pulumi.CustomResource):
1654
1654
  "cases": json.dumps([
1655
1655
  {
1656
1656
  "condition": "$sys.func.RAND() < 0.5",
1657
- "case_content": [
1657
+ "caseContent": [
1658
1658
  {
1659
1659
  "message": {
1660
1660
  "text": {
@@ -412,7 +412,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
412
412
  $ pulumi import gcp:dns/dnsManagedZoneIamBinding:DnsManagedZoneIamBinding editor projects/{{project}}/managedZones/{{managed_zone}}
413
413
  ```
414
414
 
415
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
415
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
416
416
 
417
417
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
418
418
 
@@ -592,7 +592,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
592
592
  $ pulumi import gcp:dns/dnsManagedZoneIamBinding:DnsManagedZoneIamBinding editor projects/{{project}}/managedZones/{{managed_zone}}
593
593
  ```
594
594
 
595
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
595
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
596
596
 
597
597
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
598
598
 
@@ -412,7 +412,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
412
412
  $ pulumi import gcp:dns/dnsManagedZoneIamMember:DnsManagedZoneIamMember editor projects/{{project}}/managedZones/{{managed_zone}}
413
413
  ```
414
414
 
415
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
415
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
416
416
 
417
417
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
418
418
 
@@ -592,7 +592,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
592
592
  $ pulumi import gcp:dns/dnsManagedZoneIamMember:DnsManagedZoneIamMember editor projects/{{project}}/managedZones/{{managed_zone}}
593
593
  ```
594
594
 
595
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
595
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
596
596
 
597
597
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
598
598
 
@@ -309,7 +309,7 @@ class DnsManagedZoneIamPolicy(pulumi.CustomResource):
309
309
  $ pulumi import gcp:dns/dnsManagedZoneIamPolicy:DnsManagedZoneIamPolicy editor projects/{{project}}/managedZones/{{managed_zone}}
310
310
  ```
311
311
 
312
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
312
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
313
313
 
314
314
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
315
315
 
@@ -477,7 +477,7 @@ class DnsManagedZoneIamPolicy(pulumi.CustomResource):
477
477
  $ pulumi import gcp:dns/dnsManagedZoneIamPolicy:DnsManagedZoneIamPolicy editor projects/{{project}}/managedZones/{{managed_zone}}
478
478
  ```
479
479
 
480
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
480
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
481
481
 
482
482
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
483
483
 
@@ -288,7 +288,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
288
288
  $ pulumi import gcp:endpoints/consumersIamBinding:ConsumersIamBinding editor services/{{service_name}}/consumers/{{consumer_project}}
289
289
  ```
290
290
 
291
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
291
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
292
292
 
293
293
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
294
294
 
@@ -362,7 +362,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
362
362
  $ pulumi import gcp:endpoints/consumersIamBinding:ConsumersIamBinding editor services/{{service_name}}/consumers/{{consumer_project}}
363
363
  ```
364
364
 
365
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
365
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
366
366
 
367
367
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
368
368
 
@@ -288,7 +288,7 @@ class ConsumersIamMember(pulumi.CustomResource):
288
288
  $ pulumi import gcp:endpoints/consumersIamMember:ConsumersIamMember editor services/{{service_name}}/consumers/{{consumer_project}}
289
289
  ```
290
290
 
291
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
291
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
292
292
 
293
293
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
294
294
 
@@ -362,7 +362,7 @@ class ConsumersIamMember(pulumi.CustomResource):
362
362
  $ pulumi import gcp:endpoints/consumersIamMember:ConsumersIamMember editor services/{{service_name}}/consumers/{{consumer_project}}
363
363
  ```
364
364
 
365
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
365
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
366
366
 
367
367
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
368
368
 
@@ -185,7 +185,7 @@ class ConsumersIamPolicy(pulumi.CustomResource):
185
185
  $ pulumi import gcp:endpoints/consumersIamPolicy:ConsumersIamPolicy editor services/{{service_name}}/consumers/{{consumer_project}}
186
186
  ```
187
187
 
188
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
188
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
189
189
 
190
190
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
191
191
 
@@ -247,7 +247,7 @@ class ConsumersIamPolicy(pulumi.CustomResource):
247
247
  $ pulumi import gcp:endpoints/consumersIamPolicy:ConsumersIamPolicy editor services/{{service_name}}/consumers/{{consumer_project}}
248
248
  ```
249
249
 
250
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
250
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
251
251
 
252
252
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
253
253
 
@@ -271,7 +271,7 @@ class ServiceIamBinding(pulumi.CustomResource):
271
271
  member="user:jane@example.com")
272
272
  ```
273
273
 
274
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
274
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
275
275
 
276
276
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
277
277
  ---
@@ -360,7 +360,7 @@ class ServiceIamBinding(pulumi.CustomResource):
360
360
  $ pulumi import gcp:endpoints/serviceIamBinding:ServiceIamBinding editor services/{{service_name}}
361
361
  ```
362
362
 
363
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
363
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
364
364
 
365
365
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
366
366
 
@@ -441,7 +441,7 @@ class ServiceIamBinding(pulumi.CustomResource):
441
441
  member="user:jane@example.com")
442
442
  ```
443
443
 
444
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
444
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
445
445
 
446
446
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
447
447
  ---
@@ -530,7 +530,7 @@ class ServiceIamBinding(pulumi.CustomResource):
530
530
  $ pulumi import gcp:endpoints/serviceIamBinding:ServiceIamBinding editor services/{{service_name}}
531
531
  ```
532
532
 
533
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
533
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
534
534
 
535
535
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
536
536
 
@@ -271,7 +271,7 @@ class ServiceIamMember(pulumi.CustomResource):
271
271
  member="user:jane@example.com")
272
272
  ```
273
273
 
274
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
274
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
275
275
 
276
276
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
277
277
  ---
@@ -360,7 +360,7 @@ class ServiceIamMember(pulumi.CustomResource):
360
360
  $ pulumi import gcp:endpoints/serviceIamMember:ServiceIamMember editor services/{{service_name}}
361
361
  ```
362
362
 
363
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
363
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
364
364
 
365
365
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
366
366
 
@@ -441,7 +441,7 @@ class ServiceIamMember(pulumi.CustomResource):
441
441
  member="user:jane@example.com")
442
442
  ```
443
443
 
444
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
444
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
445
445
 
446
446
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
447
447
  ---
@@ -530,7 +530,7 @@ class ServiceIamMember(pulumi.CustomResource):
530
530
  $ pulumi import gcp:endpoints/serviceIamMember:ServiceIamMember editor services/{{service_name}}
531
531
  ```
532
532
 
533
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
533
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
534
534
 
535
535
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
536
536
 
@@ -168,7 +168,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
168
168
  member="user:jane@example.com")
169
169
  ```
170
170
 
171
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
171
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
172
172
 
173
173
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
174
174
  ---
@@ -257,7 +257,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
257
257
  $ pulumi import gcp:endpoints/serviceIamPolicy:ServiceIamPolicy editor services/{{service_name}}
258
258
  ```
259
259
 
260
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
260
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
261
261
 
262
262
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
263
263
 
@@ -326,7 +326,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
326
326
  member="user:jane@example.com")
327
327
  ```
328
328
 
329
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
329
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
330
330
 
331
331
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
332
332
  ---
@@ -415,7 +415,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
415
415
  $ pulumi import gcp:endpoints/serviceIamPolicy:ServiceIamPolicy editor services/{{service_name}}
416
416
  ```
417
417
 
418
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
418
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
419
419
 
420
420
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
421
421
 
@@ -333,20 +333,20 @@ class ExtensionsInstance(pulumi.CustomResource):
333
333
  "extension_ref": "firebase/storage-resize-images",
334
334
  "extension_version": "0.2.2",
335
335
  "params": {
336
- "delet_e__origina_l__file": "false",
337
- "mak_e__public": "false",
338
- "imag_e__type": "false",
339
- "i_s__animated": "true",
340
- "functio_n__memory": "1024",
341
- "d_o__backfill": "false",
342
- "im_g__sizes": "200x200",
343
- "im_g__bucket": images.name,
336
+ "DELETE_ORIGINAL_FILE": "false",
337
+ "MAKE_PUBLIC": "false",
338
+ "IMAGE_TYPE": "false",
339
+ "IS_ANIMATED": "true",
340
+ "FUNCTION_MEMORY": "1024",
341
+ "DO_BACKFILL": "false",
342
+ "IMG_SIZES": "200x200",
343
+ "IMG_BUCKET": images.name,
344
344
  },
345
345
  "system_params": {
346
- "firebaseextensions_v1beta_function_location": "",
347
- "firebaseextensions_v1beta_function_max_instances": "3000",
348
- "firebaseextensions_v1beta_function_min_instances": "0",
349
- "firebaseextensions_v1beta_function_vpc_connector_egress_settings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED",
346
+ "firebaseextensions.v1beta.function/location": "",
347
+ "firebaseextensions.v1beta.function/maxInstances": "3000",
348
+ "firebaseextensions.v1beta.function/minInstances": "0",
349
+ "firebaseextensions.v1beta.function/vpcConnectorEgressSettings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED",
350
350
  },
351
351
  "allowed_event_types": ["firebase.extensions.storage-resize-images.v1.onCompletion"],
352
352
  "eventarc_channel": "projects/my-project-name/locations//channels/firebase",
@@ -412,20 +412,20 @@ class ExtensionsInstance(pulumi.CustomResource):
412
412
  "extension_ref": "firebase/storage-resize-images",
413
413
  "extension_version": "0.2.2",
414
414
  "params": {
415
- "delet_e__origina_l__file": "false",
416
- "mak_e__public": "false",
417
- "imag_e__type": "false",
418
- "i_s__animated": "true",
419
- "functio_n__memory": "1024",
420
- "d_o__backfill": "false",
421
- "im_g__sizes": "200x200",
422
- "im_g__bucket": images.name,
415
+ "DELETE_ORIGINAL_FILE": "false",
416
+ "MAKE_PUBLIC": "false",
417
+ "IMAGE_TYPE": "false",
418
+ "IS_ANIMATED": "true",
419
+ "FUNCTION_MEMORY": "1024",
420
+ "DO_BACKFILL": "false",
421
+ "IMG_SIZES": "200x200",
422
+ "IMG_BUCKET": images.name,
423
423
  },
424
424
  "system_params": {
425
- "firebaseextensions_v1beta_function_location": "",
426
- "firebaseextensions_v1beta_function_max_instances": "3000",
427
- "firebaseextensions_v1beta_function_min_instances": "0",
428
- "firebaseextensions_v1beta_function_vpc_connector_egress_settings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED",
425
+ "firebaseextensions.v1beta.function/location": "",
426
+ "firebaseextensions.v1beta.function/maxInstances": "3000",
427
+ "firebaseextensions.v1beta.function/minInstances": "0",
428
+ "firebaseextensions.v1beta.function/vpcConnectorEgressSettings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED",
429
429
  },
430
430
  "allowed_event_types": ["firebase.extensions.storage-resize-images.v1.onCompletion"],
431
431
  "eventarc_channel": "projects/my-project-name/locations//channels/firebase",
@@ -466,7 +466,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
466
466
  $ pulumi import gcp:gkebackup/backupPlanIamBinding:BackupPlanIamBinding editor projects/{{project}}/locations/{{location}}/backupPlans/{{backup_plan}}
467
467
  ```
468
468
 
469
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
469
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
470
470
 
471
471
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
472
472
 
@@ -658,7 +658,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
658
658
  $ pulumi import gcp:gkebackup/backupPlanIamBinding:BackupPlanIamBinding editor projects/{{project}}/locations/{{location}}/backupPlans/{{backup_plan}}
659
659
  ```
660
660
 
661
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
661
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
662
662
 
663
663
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
664
664
 
@@ -466,7 +466,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
466
466
  $ pulumi import gcp:gkebackup/backupPlanIamMember:BackupPlanIamMember editor projects/{{project}}/locations/{{location}}/backupPlans/{{backup_plan}}
467
467
  ```
468
468
 
469
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
469
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
470
470
 
471
471
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
472
472
 
@@ -658,7 +658,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
658
658
  $ pulumi import gcp:gkebackup/backupPlanIamMember:BackupPlanIamMember editor projects/{{project}}/locations/{{location}}/backupPlans/{{backup_plan}}
659
659
  ```
660
660
 
661
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
661
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
662
662
 
663
663
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
664
664
 
@@ -363,7 +363,7 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
363
363
  $ pulumi import gcp:gkebackup/backupPlanIamPolicy:BackupPlanIamPolicy editor projects/{{project}}/locations/{{location}}/backupPlans/{{backup_plan}}
364
364
  ```
365
365
 
366
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
366
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
367
367
 
368
368
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
369
369
 
@@ -543,7 +543,7 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
543
543
  $ pulumi import gcp:gkebackup/backupPlanIamPolicy:BackupPlanIamPolicy editor projects/{{project}}/locations/{{location}}/backupPlans/{{backup_plan}}
544
544
  ```
545
545
 
546
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
546
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
547
547
 
548
548
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
549
549