pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.8.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 (437) hide show
  1. pulumi_gcp/__init__.py +78 -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/accesscontextmanager/service_perimeter.py +2 -0
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
  8. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
  9. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
  10. pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
  11. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
  12. pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
  13. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
  14. pulumi_gcp/apigateway/api_iam_binding.py +2 -2
  15. pulumi_gcp/apigateway/api_iam_member.py +2 -2
  16. pulumi_gcp/apigateway/api_iam_policy.py +2 -2
  17. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
  18. pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
  19. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
  20. pulumi_gcp/apigee/__init__.py +2 -0
  21. pulumi_gcp/apigee/_inputs.py +108 -0
  22. pulumi_gcp/apigee/app_group.py +811 -0
  23. pulumi_gcp/apigee/developer.py +757 -0
  24. pulumi_gcp/apigee/environment_iam_binding.py +4 -4
  25. pulumi_gcp/apigee/environment_iam_member.py +4 -4
  26. pulumi_gcp/apigee/environment_iam_policy.py +4 -4
  27. pulumi_gcp/apigee/outputs.py +64 -0
  28. pulumi_gcp/appengine/engine_split_traffic.py +4 -4
  29. pulumi_gcp/apphub/_inputs.py +6 -3
  30. pulumi_gcp/apphub/application.py +30 -4
  31. pulumi_gcp/apphub/outputs.py +8 -4
  32. pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
  33. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
  34. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
  35. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
  36. pulumi_gcp/assuredworkloads/_inputs.py +34 -0
  37. pulumi_gcp/assuredworkloads/outputs.py +37 -0
  38. pulumi_gcp/assuredworkloads/workload.py +56 -3
  39. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
  40. pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
  41. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
  42. pulumi_gcp/biglake/table.py +12 -12
  43. pulumi_gcp/bigquery/_inputs.py +60 -0
  44. pulumi_gcp/bigquery/connection.py +14 -14
  45. pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
  46. pulumi_gcp/bigquery/connection_iam_member.py +2 -2
  47. pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
  48. pulumi_gcp/bigquery/dataset.py +99 -2
  49. pulumi_gcp/bigquery/dataset_access.py +2 -2
  50. pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
  51. pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
  52. pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
  53. pulumi_gcp/bigquery/get_dataset.py +12 -1
  54. pulumi_gcp/bigquery/iam_binding.py +2 -2
  55. pulumi_gcp/bigquery/iam_member.py +2 -2
  56. pulumi_gcp/bigquery/iam_policy.py +2 -2
  57. pulumi_gcp/bigquery/job.py +6 -6
  58. pulumi_gcp/bigquery/outputs.py +87 -0
  59. pulumi_gcp/bigquery/routine.py +6 -6
  60. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
  61. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
  62. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
  63. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
  64. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
  65. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
  66. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
  67. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
  68. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
  69. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
  70. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
  71. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
  72. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
  73. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
  74. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
  75. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
  76. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
  77. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
  78. pulumi_gcp/cloudbuild/trigger.py +18 -18
  79. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
  80. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
  81. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
  82. pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
  83. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
  84. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
  85. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
  86. pulumi_gcp/cloudfunctionsv2/function.py +22 -22
  87. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
  88. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
  89. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
  90. pulumi_gcp/cloudrun/iam_binding.py +2 -2
  91. pulumi_gcp/cloudrun/iam_member.py +2 -2
  92. pulumi_gcp/cloudrun/iam_policy.py +2 -2
  93. pulumi_gcp/cloudrun/service.py +24 -24
  94. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  95. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
  96. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
  97. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
  98. pulumi_gcp/cloudrunv2/service.py +94 -2
  99. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
  100. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
  101. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
  102. pulumi_gcp/cloudscheduler/job.py +4 -4
  103. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
  104. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
  105. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
  106. pulumi_gcp/compute/__init__.py +1 -0
  107. pulumi_gcp/compute/_inputs.py +396 -166
  108. pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
  109. pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
  110. pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
  111. pulumi_gcp/compute/backend_service.py +76 -0
  112. pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
  113. pulumi_gcp/compute/backend_service_iam_member.py +2 -2
  114. pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
  115. pulumi_gcp/compute/disk_iam_binding.py +2 -2
  116. pulumi_gcp/compute/disk_iam_member.py +2 -2
  117. pulumi_gcp/compute/disk_iam_policy.py +2 -2
  118. pulumi_gcp/compute/get_backend_service.py +12 -1
  119. pulumi_gcp/compute/get_instance.py +29 -1
  120. pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
  121. pulumi_gcp/compute/get_instance_template.py +29 -1
  122. pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
  123. pulumi_gcp/compute/get_region_instance_template.py +29 -1
  124. pulumi_gcp/compute/image.py +76 -22
  125. pulumi_gcp/compute/image_iam_binding.py +2 -2
  126. pulumi_gcp/compute/image_iam_member.py +2 -2
  127. pulumi_gcp/compute/image_iam_policy.py +2 -2
  128. pulumi_gcp/compute/instance.py +89 -0
  129. pulumi_gcp/compute/instance_from_machine_image.py +82 -0
  130. pulumi_gcp/compute/instance_from_template.py +82 -0
  131. pulumi_gcp/compute/instance_iam_binding.py +2 -2
  132. pulumi_gcp/compute/instance_iam_member.py +2 -2
  133. pulumi_gcp/compute/instance_iam_policy.py +2 -2
  134. pulumi_gcp/compute/instance_template.py +75 -0
  135. pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
  136. pulumi_gcp/compute/machine_image_iam_member.py +2 -2
  137. pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
  138. pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
  139. pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
  140. pulumi_gcp/compute/outputs.py +367 -110
  141. pulumi_gcp/compute/region_backend_service.py +94 -0
  142. pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
  143. pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
  144. pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
  145. pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
  146. pulumi_gcp/compute/region_disk_iam_member.py +2 -2
  147. pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
  148. pulumi_gcp/compute/region_instance_template.py +75 -0
  149. pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
  150. pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
  151. pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
  152. pulumi_gcp/compute/region_security_policy_rule.py +74 -0
  153. pulumi_gcp/compute/security_policy_rule.py +111 -13
  154. pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
  155. pulumi_gcp/compute/snapshot_iam_member.py +2 -2
  156. pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
  157. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
  158. pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
  159. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
  160. pulumi_gcp/compute/url_map.py +10 -10
  161. pulumi_gcp/config/__init__.pyi +4 -0
  162. pulumi_gcp/config/vars.py +8 -0
  163. pulumi_gcp/container/attached_cluster.py +9 -6
  164. pulumi_gcp/container/aws_node_pool.py +12 -12
  165. pulumi_gcp/container/outputs.py +2 -2
  166. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
  167. pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
  168. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
  169. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
  170. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
  171. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
  172. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
  173. pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
  174. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
  175. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
  176. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
  177. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
  178. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
  179. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
  180. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
  181. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
  182. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
  183. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
  184. pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
  185. pulumi_gcp/dataplex/asset_iam_member.py +2 -2
  186. pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
  187. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
  188. pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
  189. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
  190. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
  191. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
  192. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
  193. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
  194. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
  195. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
  196. pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
  197. pulumi_gcp/dataplex/lake_iam_member.py +2 -2
  198. pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
  199. pulumi_gcp/dataplex/task.py +4 -4
  200. pulumi_gcp/dataplex/task_iam_binding.py +2 -2
  201. pulumi_gcp/dataplex/task_iam_member.py +2 -2
  202. pulumi_gcp/dataplex/task_iam_policy.py +2 -2
  203. pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
  204. pulumi_gcp/dataplex/zone_iam_member.py +2 -2
  205. pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
  206. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
  207. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
  208. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
  209. pulumi_gcp/dataproc/batch.py +24 -24
  210. pulumi_gcp/dataproc/cluster.py +2 -2
  211. pulumi_gcp/dataproc/job.py +4 -4
  212. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
  213. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
  214. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
  215. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
  216. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
  217. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
  218. pulumi_gcp/datastream/stream.py +2 -2
  219. pulumi_gcp/diagflow/_inputs.py +472 -2
  220. pulumi_gcp/diagflow/cx_agent.py +64 -4
  221. pulumi_gcp/diagflow/cx_flow.py +34 -4
  222. pulumi_gcp/diagflow/cx_page.py +10 -10
  223. pulumi_gcp/diagflow/outputs.py +378 -2
  224. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
  225. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
  226. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
  227. pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
  228. pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
  229. pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
  230. pulumi_gcp/endpoints/service_iam_binding.py +4 -4
  231. pulumi_gcp/endpoints/service_iam_member.py +4 -4
  232. pulumi_gcp/endpoints/service_iam_policy.py +4 -4
  233. pulumi_gcp/firebase/extensions_instance.py +24 -24
  234. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
  235. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
  236. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
  237. pulumi_gcp/gkebackup/restore_plan.py +18 -18
  238. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
  239. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
  240. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
  241. pulumi_gcp/gkehub/_inputs.py +21 -21
  242. pulumi_gcp/gkehub/feature.py +2 -4
  243. pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
  244. pulumi_gcp/gkehub/feature_iam_member.py +2 -2
  245. pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
  246. pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
  247. pulumi_gcp/gkehub/membership_iam_member.py +2 -2
  248. pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
  249. pulumi_gcp/gkehub/outputs.py +13 -13
  250. pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
  251. pulumi_gcp/gkehub/scope_iam_member.py +2 -2
  252. pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
  253. pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
  254. pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
  255. pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
  256. pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
  257. pulumi_gcp/iap/__init__.py +1 -0
  258. pulumi_gcp/iap/_inputs.py +1002 -0
  259. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
  260. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
  261. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
  262. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
  263. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
  264. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
  265. pulumi_gcp/iap/outputs.py +827 -0
  266. pulumi_gcp/iap/settings.py +546 -0
  267. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
  268. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
  269. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
  270. pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
  271. pulumi_gcp/iap/tunnel_iam_member.py +2 -2
  272. pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
  273. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
  274. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
  275. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
  276. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
  277. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
  278. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
  279. pulumi_gcp/iap/web_iam_binding.py +2 -2
  280. pulumi_gcp/iap/web_iam_member.py +2 -2
  281. pulumi_gcp/iap/web_iam_policy.py +2 -2
  282. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
  283. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
  284. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
  285. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
  286. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
  287. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
  288. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
  289. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
  290. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
  291. pulumi_gcp/identityplatform/config.py +2 -2
  292. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
  293. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
  294. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
  295. pulumi_gcp/logging/log_view_iam_binding.py +4 -4
  296. pulumi_gcp/logging/log_view_iam_member.py +4 -4
  297. pulumi_gcp/logging/log_view_iam_policy.py +4 -4
  298. pulumi_gcp/looker/instance.py +104 -2
  299. pulumi_gcp/memorystore/_inputs.py +117 -4
  300. pulumi_gcp/memorystore/instance.py +105 -0
  301. pulumi_gcp/memorystore/outputs.py +80 -4
  302. pulumi_gcp/monitoring/_inputs.py +23 -0
  303. pulumi_gcp/monitoring/get_secret_version.py +22 -3
  304. pulumi_gcp/monitoring/outputs.py +16 -0
  305. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  306. pulumi_gcp/networkconnectivity/_inputs.py +148 -0
  307. pulumi_gcp/networkconnectivity/group.py +764 -0
  308. pulumi_gcp/networkconnectivity/outputs.py +125 -0
  309. pulumi_gcp/networkconnectivity/spoke.py +144 -0
  310. pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
  311. pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
  312. pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
  313. pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
  314. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  315. pulumi_gcp/networkservices/edge_cache_service.py +2 -2
  316. pulumi_gcp/networkservices/http_route.py +4 -4
  317. pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
  318. pulumi_gcp/notebooks/instance_iam_member.py +2 -2
  319. pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
  320. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
  321. pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
  322. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
  323. pulumi_gcp/oracledatabase/__init__.py +20 -0
  324. pulumi_gcp/oracledatabase/_inputs.py +4745 -0
  325. pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
  326. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
  327. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
  328. pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
  329. pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
  330. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
  331. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
  332. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
  333. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
  334. pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
  335. pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
  336. pulumi_gcp/oracledatabase/outputs.py +9304 -0
  337. pulumi_gcp/organizations/folder.py +7 -7
  338. pulumi_gcp/organizations/project.py +7 -7
  339. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  340. pulumi_gcp/orgpolicy/outputs.py +2 -2
  341. pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
  342. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
  343. pulumi_gcp/provider.py +40 -0
  344. pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
  345. pulumi_gcp/pubsub/schema_iam_member.py +2 -2
  346. pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
  347. pulumi_gcp/pubsub/subscription.py +18 -66
  348. pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
  349. pulumi_gcp/pubsub/topic_iam_member.py +2 -2
  350. pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
  351. pulumi_gcp/pulumi-plugin.json +1 -1
  352. pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
  353. pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
  354. pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
  355. pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
  356. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
  357. pulumi_gcp/secretmanager/get_secret_version.py +22 -3
  358. pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
  359. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  360. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
  361. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
  362. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
  363. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
  364. pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
  365. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
  366. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
  367. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
  368. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
  369. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
  370. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
  371. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
  372. pulumi_gcp/serviceaccount/__init__.py +1 -0
  373. pulumi_gcp/serviceaccount/get_account.py +15 -1
  374. pulumi_gcp/serviceaccount/get_s.py +132 -0
  375. pulumi_gcp/serviceaccount/outputs.py +89 -0
  376. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  377. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  378. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  379. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  380. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  381. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  382. pulumi_gcp/siteverification/get_token.py +0 -16
  383. pulumi_gcp/siteverification/owner.py +0 -16
  384. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
  385. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
  386. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
  387. pulumi_gcp/spanner/_inputs.py +237 -17
  388. pulumi_gcp/spanner/outputs.py +307 -12
  389. pulumi_gcp/sql/_inputs.py +12 -9
  390. pulumi_gcp/sql/outputs.py +8 -6
  391. pulumi_gcp/sql/user.py +28 -21
  392. pulumi_gcp/storage/_inputs.py +33 -0
  393. pulumi_gcp/storage/bucket.py +47 -0
  394. pulumi_gcp/storage/bucket_iam_binding.py +2 -2
  395. pulumi_gcp/storage/bucket_iam_member.py +2 -2
  396. pulumi_gcp/storage/bucket_iam_policy.py +2 -2
  397. pulumi_gcp/storage/get_bucket.py +12 -1
  398. pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
  399. pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
  400. pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
  401. pulumi_gcp/storage/outputs.py +38 -0
  402. pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
  403. pulumi_gcp/tags/tag_key_iam_member.py +4 -4
  404. pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
  405. pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
  406. pulumi_gcp/tags/tag_value_iam_member.py +4 -4
  407. pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
  408. pulumi_gcp/transcoder/__init__.py +11 -0
  409. pulumi_gcp/transcoder/_inputs.py +3991 -0
  410. pulumi_gcp/transcoder/job.py +2134 -0
  411. pulumi_gcp/transcoder/job_template.py +1524 -0
  412. pulumi_gcp/transcoder/outputs.py +2918 -0
  413. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  414. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
  415. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
  416. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
  417. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
  418. pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
  419. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
  420. pulumi_gcp/vmwareengine/_inputs.py +912 -6
  421. pulumi_gcp/vmwareengine/cluster.py +100 -2
  422. pulumi_gcp/vmwareengine/get_cluster.py +12 -1
  423. pulumi_gcp/vmwareengine/outputs.py +1310 -49
  424. pulumi_gcp/vmwareengine/private_cloud.py +44 -0
  425. pulumi_gcp/workstations/_inputs.py +54 -0
  426. pulumi_gcp/workstations/outputs.py +32 -0
  427. pulumi_gcp/workstations/workstation_config.py +211 -6
  428. pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
  429. pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
  430. pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
  431. pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
  432. pulumi_gcp/workstations/workstation_iam_member.py +2 -2
  433. pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
  434. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
  435. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +437 -412
  436. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +1 -1
  437. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/config/vars.py CHANGED
@@ -509,6 +509,10 @@ class _ExportableConfig(types.ModuleType):
509
509
  def notebooks_custom_endpoint(self) -> Optional[str]:
510
510
  return __config__.get('notebooksCustomEndpoint')
511
511
 
512
+ @property
513
+ def oracle_database_custom_endpoint(self) -> Optional[str]:
514
+ return __config__.get('oracleDatabaseCustomEndpoint')
515
+
512
516
  @property
513
517
  def org_policy_custom_endpoint(self) -> Optional[str]:
514
518
  return __config__.get('orgPolicyCustomEndpoint')
@@ -689,6 +693,10 @@ class _ExportableConfig(types.ModuleType):
689
693
  def tpu_v2_custom_endpoint(self) -> Optional[str]:
690
694
  return __config__.get('tpuV2CustomEndpoint')
691
695
 
696
+ @property
697
+ def transcoder_custom_endpoint(self) -> Optional[str]:
698
+ return __config__.get('transcoderCustomEndpoint')
699
+
692
700
  @property
693
701
  def universe_domain(self) -> Optional[str]:
694
702
  return __config__.get('universeDomain')
@@ -97,6 +97,9 @@ class AttachedClusterArgs:
97
97
  pulumi.set(__self__, "project", project)
98
98
  if proxy_config is not None:
99
99
  pulumi.set(__self__, "proxy_config", proxy_config)
100
+ if security_posture_config is not None:
101
+ warnings.warn("""`security_posture_config` is deprecated and will be removed in a future major release.""", DeprecationWarning)
102
+ pulumi.log.warn("""security_posture_config is deprecated: `security_posture_config` is deprecated and will be removed in a future major release.""")
100
103
  if security_posture_config is not None:
101
104
  pulumi.set(__self__, "security_posture_config", security_posture_config)
102
105
 
@@ -296,6 +299,7 @@ class AttachedClusterArgs:
296
299
 
297
300
  @property
298
301
  @pulumi.getter(name="securityPostureConfig")
302
+ @_utilities.deprecated("""`security_posture_config` is deprecated and will be removed in a future major release.""")
299
303
  def security_posture_config(self) -> Optional[pulumi.Input['AttachedClusterSecurityPostureConfigArgs']]:
300
304
  """
301
305
  Enable/Disable Security Posture API features for the cluster.
@@ -428,6 +432,9 @@ class _AttachedClusterState:
428
432
  pulumi.set(__self__, "proxy_config", proxy_config)
429
433
  if reconciling is not None:
430
434
  pulumi.set(__self__, "reconciling", reconciling)
435
+ if security_posture_config is not None:
436
+ warnings.warn("""`security_posture_config` is deprecated and will be removed in a future major release.""", DeprecationWarning)
437
+ pulumi.log.warn("""security_posture_config is deprecated: `security_posture_config` is deprecated and will be removed in a future major release.""")
431
438
  if security_posture_config is not None:
432
439
  pulumi.set(__self__, "security_posture_config", security_posture_config)
433
440
  if state is not None:
@@ -707,6 +714,7 @@ class _AttachedClusterState:
707
714
 
708
715
  @property
709
716
  @pulumi.getter(name="securityPostureConfig")
717
+ @_utilities.deprecated("""`security_posture_config` is deprecated and will be removed in a future major release.""")
710
718
  def security_posture_config(self) -> Optional[pulumi.Input['AttachedClusterSecurityPostureConfigArgs']]:
711
719
  """
712
720
  Enable/Disable Security Posture API features for the cluster.
@@ -884,9 +892,6 @@ class AttachedCluster(pulumi.CustomResource):
884
892
  "name": "proxy-config",
885
893
  "namespace": "default",
886
894
  },
887
- },
888
- security_posture_config={
889
- "vulnerability_mode": "VULNERABILITY_ENTERPRISE",
890
895
  })
891
896
  ```
892
897
  ### Container Attached Cluster Ignore Errors
@@ -1072,9 +1077,6 @@ class AttachedCluster(pulumi.CustomResource):
1072
1077
  "name": "proxy-config",
1073
1078
  "namespace": "default",
1074
1079
  },
1075
- },
1076
- security_posture_config={
1077
- "vulnerability_mode": "VULNERABILITY_ENTERPRISE",
1078
1080
  })
1079
1081
  ```
1080
1082
  ### Container Attached Cluster Ignore Errors
@@ -1509,6 +1511,7 @@ class AttachedCluster(pulumi.CustomResource):
1509
1511
 
1510
1512
  @property
1511
1513
  @pulumi.getter(name="securityPostureConfig")
1514
+ @_utilities.deprecated("""`security_posture_config` is deprecated and will be removed in a future major release.""")
1512
1515
  def security_posture_config(self) -> pulumi.Output['outputs.AttachedClusterSecurityPostureConfig']:
1513
1516
  """
1514
1517
  Enable/Disable Security Posture API features for the cluster.
@@ -679,7 +679,7 @@ class AwsNodePool(pulumi.CustomResource):
679
679
  "iam_instance_profile": "my--1p-dev-nodepool",
680
680
  "instance_type": "t3.medium",
681
681
  "labels": {
682
- "label_one": "value-one",
682
+ "label-one": "value-one",
683
683
  },
684
684
  "root_volume": {
685
685
  "iops": 3000,
@@ -696,7 +696,7 @@ class AwsNodePool(pulumi.CustomResource):
696
696
  "ec2_key_pair": "my--1p-dev-ssh",
697
697
  },
698
698
  "tags": {
699
- "tag_one": "value-one",
699
+ "tag-one": "value-one",
700
700
  },
701
701
  "taints": [{
702
702
  "effect": "PREFER_NO_SCHEDULE",
@@ -807,7 +807,7 @@ class AwsNodePool(pulumi.CustomResource):
807
807
  "iam_instance_profile": "my--1p-dev-nodepool",
808
808
  "instance_type": "t3.medium",
809
809
  "labels": {
810
- "label_one": "value-one",
810
+ "label-one": "value-one",
811
811
  },
812
812
  "root_volume": {
813
813
  "iops": 3000,
@@ -824,7 +824,7 @@ class AwsNodePool(pulumi.CustomResource):
824
824
  "ec2_key_pair": "my--1p-dev-ssh",
825
825
  },
826
826
  "tags": {
827
- "tag_one": "value-one",
827
+ "tag-one": "value-one",
828
828
  },
829
829
  "taints": [{
830
830
  "effect": "prefer_no_schedule",
@@ -926,7 +926,7 @@ class AwsNodePool(pulumi.CustomResource):
926
926
  "iam_instance_profile": "my--1p-dev-nodepool",
927
927
  "instance_type": "t3.medium",
928
928
  "labels": {
929
- "label_one": "value-one",
929
+ "label-one": "value-one",
930
930
  },
931
931
  "root_volume": {
932
932
  "iops": 3000,
@@ -943,7 +943,7 @@ class AwsNodePool(pulumi.CustomResource):
943
943
  "ec2_key_pair": "my--1p-dev-ssh",
944
944
  },
945
945
  "tags": {
946
- "tag_one": "value-one",
946
+ "tag-one": "value-one",
947
947
  },
948
948
  "taints": [{
949
949
  "effect": "prefer_no_schedule",
@@ -1108,7 +1108,7 @@ class AwsNodePool(pulumi.CustomResource):
1108
1108
  "iam_instance_profile": "my--1p-dev-nodepool",
1109
1109
  "instance_type": "t3.medium",
1110
1110
  "labels": {
1111
- "label_one": "value-one",
1111
+ "label-one": "value-one",
1112
1112
  },
1113
1113
  "root_volume": {
1114
1114
  "iops": 3000,
@@ -1125,7 +1125,7 @@ class AwsNodePool(pulumi.CustomResource):
1125
1125
  "ec2_key_pair": "my--1p-dev-ssh",
1126
1126
  },
1127
1127
  "tags": {
1128
- "tag_one": "value-one",
1128
+ "tag-one": "value-one",
1129
1129
  },
1130
1130
  "taints": [{
1131
1131
  "effect": "PREFER_NO_SCHEDULE",
@@ -1236,7 +1236,7 @@ class AwsNodePool(pulumi.CustomResource):
1236
1236
  "iam_instance_profile": "my--1p-dev-nodepool",
1237
1237
  "instance_type": "t3.medium",
1238
1238
  "labels": {
1239
- "label_one": "value-one",
1239
+ "label-one": "value-one",
1240
1240
  },
1241
1241
  "root_volume": {
1242
1242
  "iops": 3000,
@@ -1253,7 +1253,7 @@ class AwsNodePool(pulumi.CustomResource):
1253
1253
  "ec2_key_pair": "my--1p-dev-ssh",
1254
1254
  },
1255
1255
  "tags": {
1256
- "tag_one": "value-one",
1256
+ "tag-one": "value-one",
1257
1257
  },
1258
1258
  "taints": [{
1259
1259
  "effect": "prefer_no_schedule",
@@ -1355,7 +1355,7 @@ class AwsNodePool(pulumi.CustomResource):
1355
1355
  "iam_instance_profile": "my--1p-dev-nodepool",
1356
1356
  "instance_type": "t3.medium",
1357
1357
  "labels": {
1358
- "label_one": "value-one",
1358
+ "label-one": "value-one",
1359
1359
  },
1360
1360
  "root_volume": {
1361
1361
  "iops": 3000,
@@ -1372,7 +1372,7 @@ class AwsNodePool(pulumi.CustomResource):
1372
1372
  "ec2_key_pair": "my--1p-dev-ssh",
1373
1373
  },
1374
1374
  "tags": {
1375
- "tag_one": "value-one",
1375
+ "tag-one": "value-one",
1376
1376
  },
1377
1377
  "taints": [{
1378
1378
  "effect": "prefer_no_schedule",
@@ -16534,7 +16534,7 @@ class GetClusterLoggingConfigResult(dict):
16534
16534
  def __init__(__self__, *,
16535
16535
  enable_components: Sequence[str]):
16536
16536
  """
16537
- :param Sequence[str] enable_components: GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.
16537
+ :param Sequence[str] enable_components: GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, SCHEDULER, and WORKLOADS.
16538
16538
  """
16539
16539
  pulumi.set(__self__, "enable_components", enable_components)
16540
16540
 
@@ -16542,7 +16542,7 @@ class GetClusterLoggingConfigResult(dict):
16542
16542
  @pulumi.getter(name="enableComponents")
16543
16543
  def enable_components(self) -> Sequence[str]:
16544
16544
  """
16545
- GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.
16545
+ GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, SCHEDULER, and WORKLOADS.
16546
16546
  """
16547
16547
  return pulumi.get(self, "enable_components")
16548
16548
 
@@ -412,7 +412,7 @@ class NoteIamBinding(pulumi.CustomResource):
412
412
  $ pulumi import gcp:containeranalysis/noteIamBinding:NoteIamBinding editor projects/{{project}}/notes/{{note}}
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 NoteIamBinding(pulumi.CustomResource):
592
592
  $ pulumi import gcp:containeranalysis/noteIamBinding:NoteIamBinding editor projects/{{project}}/notes/{{note}}
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 NoteIamMember(pulumi.CustomResource):
412
412
  $ pulumi import gcp:containeranalysis/noteIamMember:NoteIamMember editor projects/{{project}}/notes/{{note}}
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 NoteIamMember(pulumi.CustomResource):
592
592
  $ pulumi import gcp:containeranalysis/noteIamMember:NoteIamMember editor projects/{{project}}/notes/{{note}}
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 NoteIamPolicy(pulumi.CustomResource):
309
309
  $ pulumi import gcp:containeranalysis/noteIamPolicy:NoteIamPolicy editor projects/{{project}}/notes/{{note}}
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 NoteIamPolicy(pulumi.CustomResource):
477
477
  $ pulumi import gcp:containeranalysis/noteIamPolicy:NoteIamPolicy editor projects/{{project}}/notes/{{note}}
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
 
@@ -433,7 +433,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/entryGroupIamBinding:EntryGroupIamBinding editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
434
434
  ```
435
435
 
436
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/entryGroupIamBinding:EntryGroupIamBinding editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
610
610
  ```
611
611
 
612
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -433,7 +433,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/entryGroupIamMember:EntryGroupIamMember editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
434
434
  ```
435
435
 
436
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/entryGroupIamMember:EntryGroupIamMember editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
610
610
  ```
611
611
 
612
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -330,7 +330,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
330
330
  $ pulumi import gcp:datacatalog/entryGroupIamPolicy:EntryGroupIamPolicy editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
331
331
  ```
332
332
 
333
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
333
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
334
334
 
335
335
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
336
336
 
@@ -494,7 +494,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
494
494
  $ pulumi import gcp:datacatalog/entryGroupIamPolicy:EntryGroupIamPolicy editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
495
495
  ```
496
496
 
497
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
497
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
498
498
 
499
499
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
500
500
 
@@ -279,7 +279,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
279
279
  member="user:jane@example.com")
280
280
  ```
281
281
 
282
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
282
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
283
283
 
284
284
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
285
285
  ---
@@ -366,7 +366,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
366
366
  $ pulumi import gcp:datacatalog/policyTagIamBinding:PolicyTagIamBinding editor {{policy_tag}}
367
367
  ```
368
368
 
369
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
369
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
370
370
 
371
371
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
372
372
 
@@ -448,7 +448,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
448
448
  member="user:jane@example.com")
449
449
  ```
450
450
 
451
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
451
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
452
452
 
453
453
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
454
454
  ---
@@ -535,7 +535,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
535
535
  $ pulumi import gcp:datacatalog/policyTagIamBinding:PolicyTagIamBinding editor {{policy_tag}}
536
536
  ```
537
537
 
538
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
538
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
539
539
 
540
540
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
541
541
 
@@ -279,7 +279,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
279
279
  member="user:jane@example.com")
280
280
  ```
281
281
 
282
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
282
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
283
283
 
284
284
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
285
285
  ---
@@ -366,7 +366,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
366
366
  $ pulumi import gcp:datacatalog/policyTagIamMember:PolicyTagIamMember editor {{policy_tag}}
367
367
  ```
368
368
 
369
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
369
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
370
370
 
371
371
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
372
372
 
@@ -448,7 +448,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
448
448
  member="user:jane@example.com")
449
449
  ```
450
450
 
451
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
451
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
452
452
 
453
453
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
454
454
  ---
@@ -535,7 +535,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
535
535
  $ pulumi import gcp:datacatalog/policyTagIamMember:PolicyTagIamMember editor {{policy_tag}}
536
536
  ```
537
537
 
538
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
538
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
539
539
 
540
540
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
541
541
 
@@ -176,7 +176,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
176
176
  member="user:jane@example.com")
177
177
  ```
178
178
 
179
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
179
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
180
180
 
181
181
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
182
182
  ---
@@ -263,7 +263,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
263
263
  $ pulumi import gcp:datacatalog/policyTagIamPolicy:PolicyTagIamPolicy editor {{policy_tag}}
264
264
  ```
265
265
 
266
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
266
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
267
267
 
268
268
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
269
269
 
@@ -333,7 +333,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
333
333
  member="user:jane@example.com")
334
334
  ```
335
335
 
336
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
336
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
337
337
 
338
338
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
339
339
  ---
@@ -420,7 +420,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
420
420
  $ pulumi import gcp:datacatalog/policyTagIamPolicy:PolicyTagIamPolicy editor {{policy_tag}}
421
421
  ```
422
422
 
423
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
423
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
424
424
 
425
425
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
426
426
 
@@ -433,7 +433,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/tagTemplateIamBinding:TagTemplateIamBinding editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
434
434
  ```
435
435
 
436
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/tagTemplateIamBinding:TagTemplateIamBinding editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
610
610
  ```
611
611
 
612
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -433,7 +433,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/tagTemplateIamMember:TagTemplateIamMember editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
434
434
  ```
435
435
 
436
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/tagTemplateIamMember:TagTemplateIamMember editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
610
610
  ```
611
611
 
612
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -330,7 +330,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
330
330
  $ pulumi import gcp:datacatalog/tagTemplateIamPolicy:TagTemplateIamPolicy editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
331
331
  ```
332
332
 
333
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
333
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
334
334
 
335
335
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
336
336
 
@@ -494,7 +494,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
494
494
  $ pulumi import gcp:datacatalog/tagTemplateIamPolicy:TagTemplateIamPolicy editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
495
495
  ```
496
496
 
497
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
497
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
498
498
 
499
499
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
500
500
 
@@ -433,7 +433,7 @@ class TaxonomyIamBinding(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/taxonomyIamBinding:TaxonomyIamBinding editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
434
434
  ```
435
435
 
436
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class TaxonomyIamBinding(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/taxonomyIamBinding:TaxonomyIamBinding editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
610
610
  ```
611
611
 
612
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -433,7 +433,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/taxonomyIamMember:TaxonomyIamMember editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
434
434
  ```
435
435
 
436
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/taxonomyIamMember:TaxonomyIamMember editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
610
610
  ```
611
611
 
612
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -330,7 +330,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
330
330
  $ pulumi import gcp:datacatalog/taxonomyIamPolicy:TaxonomyIamPolicy editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
331
331
  ```
332
332
 
333
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
333
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
334
334
 
335
335
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
336
336
 
@@ -494,7 +494,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
494
494
  $ pulumi import gcp:datacatalog/taxonomyIamPolicy:TaxonomyIamPolicy editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
495
495
  ```
496
496
 
497
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
497
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
498
498
 
499
499
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
500
500
 
@@ -457,7 +457,7 @@ class AspectTypeIamBinding(pulumi.CustomResource):
457
457
  $ pulumi import gcp:dataplex/aspectTypeIamBinding:AspectTypeIamBinding editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
458
458
  ```
459
459
 
460
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
460
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
461
461
 
462
462
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
463
463
 
@@ -648,7 +648,7 @@ class AspectTypeIamBinding(pulumi.CustomResource):
648
648
  $ pulumi import gcp:dataplex/aspectTypeIamBinding:AspectTypeIamBinding editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
649
649
  ```
650
650
 
651
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
651
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
652
652
 
653
653
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
654
654
 
@@ -457,7 +457,7 @@ class AspectTypeIamMember(pulumi.CustomResource):
457
457
  $ pulumi import gcp:dataplex/aspectTypeIamMember:AspectTypeIamMember editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
458
458
  ```
459
459
 
460
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
460
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
461
461
 
462
462
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
463
463
 
@@ -648,7 +648,7 @@ class AspectTypeIamMember(pulumi.CustomResource):
648
648
  $ pulumi import gcp:dataplex/aspectTypeIamMember:AspectTypeIamMember editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
649
649
  ```
650
650
 
651
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
651
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
652
652
 
653
653
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
654
654
 
@@ -354,7 +354,7 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
354
354
  $ pulumi import gcp:dataplex/aspectTypeIamPolicy:AspectTypeIamPolicy editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
355
355
  ```
356
356
 
357
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
357
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
358
358
 
359
359
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
360
360
 
@@ -533,7 +533,7 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
533
533
  $ pulumi import gcp:dataplex/aspectTypeIamPolicy:AspectTypeIamPolicy editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
534
534
  ```
535
535
 
536
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
536
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
537
537
 
538
538
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
539
539
 
@@ -505,7 +505,7 @@ class AssetIamBinding(pulumi.CustomResource):
505
505
  $ pulumi import gcp:dataplex/assetIamBinding:AssetIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
506
506
  ```
507
507
 
508
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
508
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
509
509
 
510
510
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
511
511
 
@@ -705,7 +705,7 @@ class AssetIamBinding(pulumi.CustomResource):
705
705
  $ pulumi import gcp:dataplex/assetIamBinding:AssetIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
706
706
  ```
707
707
 
708
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
708
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
709
709
 
710
710
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
711
711