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
@@ -29,7 +29,7 @@ class FolderArgs:
29
29
  A folder’s display name must be unique amongst its siblings, e.g. no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters.
30
30
  :param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
31
31
  Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
32
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
32
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
33
33
  """
34
34
  pulumi.set(__self__, "display_name", display_name)
35
35
  pulumi.set(__self__, "parent", parent)
@@ -77,7 +77,7 @@ class FolderArgs:
77
77
  @pulumi.getter
78
78
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
79
79
  """
80
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
80
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
81
81
  """
82
82
  return pulumi.get(self, "tags")
83
83
 
@@ -108,7 +108,7 @@ class _FolderState:
108
108
  :param pulumi.Input[str] name: The resource name of the Folder. Its format is folders/{folder_id}.
109
109
  :param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
110
110
  Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
111
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
111
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
112
112
  """
113
113
  if create_time is not None:
114
114
  pulumi.set(__self__, "create_time", create_time)
@@ -215,7 +215,7 @@ class _FolderState:
215
215
  @pulumi.getter
216
216
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
217
217
  """
218
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
218
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
219
219
  """
220
220
  return pulumi.get(self, "tags")
221
221
 
@@ -275,7 +275,7 @@ class Folder(pulumi.CustomResource):
275
275
  A folder’s display name must be unique amongst its siblings, e.g. no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters.
276
276
  :param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
277
277
  Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
278
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
278
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
279
279
  """
280
280
  ...
281
281
  @overload
@@ -392,7 +392,7 @@ class Folder(pulumi.CustomResource):
392
392
  :param pulumi.Input[str] name: The resource name of the Folder. Its format is folders/{folder_id}.
393
393
  :param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
394
394
  Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
395
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
395
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
396
396
  """
397
397
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
398
398
 
@@ -468,7 +468,7 @@ class Folder(pulumi.CustomResource):
468
468
  @pulumi.getter
469
469
  def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
470
470
  """
471
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
471
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
472
472
  """
473
473
  return pulumi.get(self, "tags")
474
474
 
@@ -54,7 +54,7 @@ class ProjectArgs:
54
54
  this forces the project to be migrated to the newly specified
55
55
  organization.
56
56
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
57
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
57
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
58
58
  """
59
59
  if auto_create_network is not None:
60
60
  pulumi.set(__self__, "auto_create_network", auto_create_network)
@@ -189,7 +189,7 @@ class ProjectArgs:
189
189
  @pulumi.getter
190
190
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
191
191
  """
192
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
192
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
193
193
  """
194
194
  return pulumi.get(self, "tags")
195
195
 
@@ -242,7 +242,7 @@ class _ProjectState:
242
242
  organization.
243
243
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
244
244
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
245
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
245
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
246
246
  """
247
247
  if auto_create_network is not None:
248
248
  pulumi.set(__self__, "auto_create_network", auto_create_network)
@@ -419,7 +419,7 @@ class _ProjectState:
419
419
  @pulumi.getter
420
420
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
421
421
  """
422
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
422
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
423
423
  """
424
424
  return pulumi.get(self, "tags")
425
425
 
@@ -546,7 +546,7 @@ class Project(pulumi.CustomResource):
546
546
  this forces the project to be migrated to the newly specified
547
547
  organization.
548
548
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
549
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
549
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
550
550
  """
551
551
  ...
552
552
  @overload
@@ -734,7 +734,7 @@ class Project(pulumi.CustomResource):
734
734
  organization.
735
735
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
736
736
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
737
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
737
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
738
738
  """
739
739
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
740
740
 
@@ -860,7 +860,7 @@ class Project(pulumi.CustomResource):
860
860
  @pulumi.getter
861
861
  def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
862
862
  """
863
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
863
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
864
864
  """
865
865
  return pulumi.get(self, "tags")
866
866
 
@@ -435,7 +435,7 @@ if not MYPY:
435
435
  """
436
436
  rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgsDict']]]]
437
437
  """
438
- Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
438
+ In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
439
439
  Structure is documented below.
440
440
  """
441
441
  update_time: NotRequired[pulumi.Input[str]]
@@ -459,7 +459,7 @@ class PolicySpecArgs:
459
459
  An opaque tag indicating the current version of the `Policy`, used for concurrency control. This field is ignored if used in a `CreatePolicy` request. When the `Policy` is returned from either a `GetPolicy` or a `ListPolicies` request, this `etag` indicates the version of the current `Policy` to use when executing a read-modify-write loop. When the `Policy` is returned from a `GetEffectivePolicy` request, the `etag` will be unset.
460
460
  :param pulumi.Input[bool] inherit_from_parent: Determines the inheritance behavior for this `Policy`. If `inherit_from_parent` is true, PolicyRules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this Policy becomes the new root for evaluation. This field can be set only for Policies which configure list constraints.
461
461
  :param pulumi.Input[bool] reset: Ignores policies set above this resource and restores the `constraint_default` enforcement behavior of the specific `Constraint` at this resource. This field can be set in policies for either list or boolean constraints. If set, `rules` must be empty and `inherit_from_parent` must be set to false.
462
- :param pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgs']]] rules: Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
462
+ :param pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgs']]] rules: In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
463
463
  Structure is documented below.
464
464
  :param pulumi.Input[str] update_time: (Output)
465
465
  Output only. The time stamp this was previously updated. This represents the last time a call to `CreatePolicy` or `UpdatePolicy` was made for that `Policy`.
@@ -516,7 +516,7 @@ class PolicySpecArgs:
516
516
  @pulumi.getter
517
517
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgs']]]]:
518
518
  """
519
- Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
519
+ In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
520
520
  Structure is documented below.
521
521
  """
522
522
  return pulumi.get(self, "rules")
@@ -345,7 +345,7 @@ class PolicySpec(dict):
345
345
  An opaque tag indicating the current version of the `Policy`, used for concurrency control. This field is ignored if used in a `CreatePolicy` request. When the `Policy` is returned from either a `GetPolicy` or a `ListPolicies` request, this `etag` indicates the version of the current `Policy` to use when executing a read-modify-write loop. When the `Policy` is returned from a `GetEffectivePolicy` request, the `etag` will be unset.
346
346
  :param bool inherit_from_parent: Determines the inheritance behavior for this `Policy`. If `inherit_from_parent` is true, PolicyRules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this Policy becomes the new root for evaluation. This field can be set only for Policies which configure list constraints.
347
347
  :param bool reset: Ignores policies set above this resource and restores the `constraint_default` enforcement behavior of the specific `Constraint` at this resource. This field can be set in policies for either list or boolean constraints. If set, `rules` must be empty and `inherit_from_parent` must be set to false.
348
- :param Sequence['PolicySpecRuleArgs'] rules: Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
348
+ :param Sequence['PolicySpecRuleArgs'] rules: In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
349
349
  Structure is documented below.
350
350
  :param str update_time: (Output)
351
351
  Output only. The time stamp this was previously updated. This represents the last time a call to `CreatePolicy` or `UpdatePolicy` was made for that `Policy`.
@@ -390,7 +390,7 @@ class PolicySpec(dict):
390
390
  @pulumi.getter
391
391
  def rules(self) -> Optional[Sequence['outputs.PolicySpecRule']]:
392
392
  """
393
- Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
393
+ In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
394
394
  Structure is documented below.
395
395
  """
396
396
  return pulumi.get(self, "rules")
@@ -498,12 +498,12 @@ class OsPolicyAssignment(pulumi.CustomResource):
498
498
  "all": False,
499
499
  "exclusion_labels": [{
500
500
  "labels": {
501
- "label_two": "value-two",
501
+ "label-two": "value-two",
502
502
  },
503
503
  }],
504
504
  "inclusion_labels": [{
505
505
  "labels": {
506
- "label_one": "value-one",
506
+ "label-one": "value-one",
507
507
  },
508
508
  }],
509
509
  "inventories": [{
@@ -648,12 +648,12 @@ class OsPolicyAssignment(pulumi.CustomResource):
648
648
  "all": False,
649
649
  "exclusion_labels": [{
650
650
  "labels": {
651
- "label_two": "value-two",
651
+ "label-two": "value-two",
652
652
  },
653
653
  }],
654
654
  "inclusion_labels": [{
655
655
  "labels": {
656
- "label_one": "value-one",
656
+ "label-one": "value-one",
657
657
  },
658
658
  }],
659
659
  "inventories": [{
@@ -181,7 +181,29 @@ def get_entitlement(entitlement_id: Optional[str] = None,
181
181
  parent: Optional[str] = None,
182
182
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEntitlementResult:
183
183
  """
184
- Use this data source to access information about an existing resource.
184
+ Use this data source to get information about a Google Cloud Privileged Access Manager Entitlement.
185
+
186
+ To get more information about Privileged Access Manager, see:
187
+
188
+ * [API Documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
189
+ * How-to guides
190
+ * [Official documentation](https://cloud.google.com/iam/docs/pam-overview)
191
+
192
+ ## Example Usage
193
+
194
+ ```python
195
+ import pulumi
196
+ import pulumi_gcp as gcp
197
+
198
+ my_entitlement = gcp.privilegedaccessmanager.get_entitlement(parent="projects/my-project",
199
+ location="global",
200
+ entitlement_id="my-entitlement")
201
+ ```
202
+
203
+
204
+ :param str entitlement_id: ID of the Entitlement resource. This is the last part of the Entitlement's full name which is of the format `{parent}/locations/{location}/entitlements/{entitlement_id}`.
205
+ :param str location: The region of the Entitlement resource.
206
+ :param str parent: The project or folder or organization that contains the resource. Format: projects/{project-id|project-number} or folders/{folder-number} or organizations/{organization-number}
185
207
  """
186
208
  __args__ = dict()
187
209
  __args__['entitlementId'] = entitlement_id
@@ -211,7 +233,29 @@ def get_entitlement_output(entitlement_id: Optional[pulumi.Input[Optional[str]]]
211
233
  parent: Optional[pulumi.Input[Optional[str]]] = None,
212
234
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEntitlementResult]:
213
235
  """
214
- Use this data source to access information about an existing resource.
236
+ Use this data source to get information about a Google Cloud Privileged Access Manager Entitlement.
237
+
238
+ To get more information about Privileged Access Manager, see:
239
+
240
+ * [API Documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
241
+ * How-to guides
242
+ * [Official documentation](https://cloud.google.com/iam/docs/pam-overview)
243
+
244
+ ## Example Usage
245
+
246
+ ```python
247
+ import pulumi
248
+ import pulumi_gcp as gcp
249
+
250
+ my_entitlement = gcp.privilegedaccessmanager.get_entitlement(parent="projects/my-project",
251
+ location="global",
252
+ entitlement_id="my-entitlement")
253
+ ```
254
+
255
+
256
+ :param str entitlement_id: ID of the Entitlement resource. This is the last part of the Entitlement's full name which is of the format `{parent}/locations/{location}/entitlements/{entitlement_id}`.
257
+ :param str location: The region of the Entitlement resource.
258
+ :param str parent: The project or folder or organization that contains the resource. Format: projects/{project-id|project-number} or folders/{folder-number} or organizations/{organization-number}
215
259
  """
216
260
  __args__ = dict()
217
261
  __args__['entitlementId'] = entitlement_id
pulumi_gcp/provider.py CHANGED
@@ -142,6 +142,7 @@ class ProviderArgs:
142
142
  network_security_custom_endpoint: Optional[pulumi.Input[str]] = None,
143
143
  network_services_custom_endpoint: Optional[pulumi.Input[str]] = None,
144
144
  notebooks_custom_endpoint: Optional[pulumi.Input[str]] = None,
145
+ oracle_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
145
146
  org_policy_custom_endpoint: Optional[pulumi.Input[str]] = None,
146
147
  os_config_custom_endpoint: Optional[pulumi.Input[str]] = None,
147
148
  os_login_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -186,6 +187,7 @@ class ProviderArgs:
186
187
  tags_location_custom_endpoint: Optional[pulumi.Input[str]] = None,
187
188
  tpu_custom_endpoint: Optional[pulumi.Input[str]] = None,
188
189
  tpu_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
190
+ transcoder_custom_endpoint: Optional[pulumi.Input[str]] = None,
189
191
  universe_domain: Optional[pulumi.Input[str]] = None,
190
192
  user_project_override: Optional[pulumi.Input[bool]] = None,
191
193
  vertex_ai_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -442,6 +444,8 @@ class ProviderArgs:
442
444
  pulumi.set(__self__, "network_services_custom_endpoint", network_services_custom_endpoint)
443
445
  if notebooks_custom_endpoint is not None:
444
446
  pulumi.set(__self__, "notebooks_custom_endpoint", notebooks_custom_endpoint)
447
+ if oracle_database_custom_endpoint is not None:
448
+ pulumi.set(__self__, "oracle_database_custom_endpoint", oracle_database_custom_endpoint)
445
449
  if org_policy_custom_endpoint is not None:
446
450
  pulumi.set(__self__, "org_policy_custom_endpoint", org_policy_custom_endpoint)
447
451
  if os_config_custom_endpoint is not None:
@@ -534,6 +538,8 @@ class ProviderArgs:
534
538
  pulumi.set(__self__, "tpu_custom_endpoint", tpu_custom_endpoint)
535
539
  if tpu_v2_custom_endpoint is not None:
536
540
  pulumi.set(__self__, "tpu_v2_custom_endpoint", tpu_v2_custom_endpoint)
541
+ if transcoder_custom_endpoint is not None:
542
+ pulumi.set(__self__, "transcoder_custom_endpoint", transcoder_custom_endpoint)
537
543
  if universe_domain is not None:
538
544
  pulumi.set(__self__, "universe_domain", universe_domain)
539
545
  if user_project_override is not None:
@@ -1653,6 +1659,15 @@ class ProviderArgs:
1653
1659
  def notebooks_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
1654
1660
  pulumi.set(self, "notebooks_custom_endpoint", value)
1655
1661
 
1662
+ @property
1663
+ @pulumi.getter(name="oracleDatabaseCustomEndpoint")
1664
+ def oracle_database_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
1665
+ return pulumi.get(self, "oracle_database_custom_endpoint")
1666
+
1667
+ @oracle_database_custom_endpoint.setter
1668
+ def oracle_database_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
1669
+ pulumi.set(self, "oracle_database_custom_endpoint", value)
1670
+
1656
1671
  @property
1657
1672
  @pulumi.getter(name="orgPolicyCustomEndpoint")
1658
1673
  def org_policy_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
@@ -2049,6 +2064,15 @@ class ProviderArgs:
2049
2064
  def tpu_v2_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
2050
2065
  pulumi.set(self, "tpu_v2_custom_endpoint", value)
2051
2066
 
2067
+ @property
2068
+ @pulumi.getter(name="transcoderCustomEndpoint")
2069
+ def transcoder_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
2070
+ return pulumi.get(self, "transcoder_custom_endpoint")
2071
+
2072
+ @transcoder_custom_endpoint.setter
2073
+ def transcoder_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
2074
+ pulumi.set(self, "transcoder_custom_endpoint", value)
2075
+
2052
2076
  @property
2053
2077
  @pulumi.getter(name="universeDomain")
2054
2078
  def universe_domain(self) -> Optional[pulumi.Input[str]]:
@@ -2258,6 +2282,7 @@ class Provider(pulumi.ProviderResource):
2258
2282
  network_security_custom_endpoint: Optional[pulumi.Input[str]] = None,
2259
2283
  network_services_custom_endpoint: Optional[pulumi.Input[str]] = None,
2260
2284
  notebooks_custom_endpoint: Optional[pulumi.Input[str]] = None,
2285
+ oracle_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
2261
2286
  org_policy_custom_endpoint: Optional[pulumi.Input[str]] = None,
2262
2287
  os_config_custom_endpoint: Optional[pulumi.Input[str]] = None,
2263
2288
  os_login_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2302,6 +2327,7 @@ class Provider(pulumi.ProviderResource):
2302
2327
  tags_location_custom_endpoint: Optional[pulumi.Input[str]] = None,
2303
2328
  tpu_custom_endpoint: Optional[pulumi.Input[str]] = None,
2304
2329
  tpu_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
2330
+ transcoder_custom_endpoint: Optional[pulumi.Input[str]] = None,
2305
2331
  universe_domain: Optional[pulumi.Input[str]] = None,
2306
2332
  user_project_override: Optional[pulumi.Input[bool]] = None,
2307
2333
  vertex_ai_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2470,6 +2496,7 @@ class Provider(pulumi.ProviderResource):
2470
2496
  network_security_custom_endpoint: Optional[pulumi.Input[str]] = None,
2471
2497
  network_services_custom_endpoint: Optional[pulumi.Input[str]] = None,
2472
2498
  notebooks_custom_endpoint: Optional[pulumi.Input[str]] = None,
2499
+ oracle_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
2473
2500
  org_policy_custom_endpoint: Optional[pulumi.Input[str]] = None,
2474
2501
  os_config_custom_endpoint: Optional[pulumi.Input[str]] = None,
2475
2502
  os_login_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2514,6 +2541,7 @@ class Provider(pulumi.ProviderResource):
2514
2541
  tags_location_custom_endpoint: Optional[pulumi.Input[str]] = None,
2515
2542
  tpu_custom_endpoint: Optional[pulumi.Input[str]] = None,
2516
2543
  tpu_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
2544
+ transcoder_custom_endpoint: Optional[pulumi.Input[str]] = None,
2517
2545
  universe_domain: Optional[pulumi.Input[str]] = None,
2518
2546
  user_project_override: Optional[pulumi.Input[bool]] = None,
2519
2547
  vertex_ai_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2654,6 +2682,7 @@ class Provider(pulumi.ProviderResource):
2654
2682
  __props__.__dict__["network_security_custom_endpoint"] = network_security_custom_endpoint
2655
2683
  __props__.__dict__["network_services_custom_endpoint"] = network_services_custom_endpoint
2656
2684
  __props__.__dict__["notebooks_custom_endpoint"] = notebooks_custom_endpoint
2685
+ __props__.__dict__["oracle_database_custom_endpoint"] = oracle_database_custom_endpoint
2657
2686
  __props__.__dict__["org_policy_custom_endpoint"] = org_policy_custom_endpoint
2658
2687
  __props__.__dict__["os_config_custom_endpoint"] = os_config_custom_endpoint
2659
2688
  __props__.__dict__["os_login_custom_endpoint"] = os_login_custom_endpoint
@@ -2702,6 +2731,7 @@ class Provider(pulumi.ProviderResource):
2702
2731
  __props__.__dict__["tags_location_custom_endpoint"] = tags_location_custom_endpoint
2703
2732
  __props__.__dict__["tpu_custom_endpoint"] = tpu_custom_endpoint
2704
2733
  __props__.__dict__["tpu_v2_custom_endpoint"] = tpu_v2_custom_endpoint
2734
+ __props__.__dict__["transcoder_custom_endpoint"] = transcoder_custom_endpoint
2705
2735
  __props__.__dict__["universe_domain"] = universe_domain
2706
2736
  __props__.__dict__["user_project_override"] = pulumi.Output.from_input(user_project_override).apply(pulumi.runtime.to_json) if user_project_override is not None else None
2707
2737
  __props__.__dict__["vertex_ai_custom_endpoint"] = vertex_ai_custom_endpoint
@@ -3306,6 +3336,11 @@ class Provider(pulumi.ProviderResource):
3306
3336
  def notebooks_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3307
3337
  return pulumi.get(self, "notebooks_custom_endpoint")
3308
3338
 
3339
+ @property
3340
+ @pulumi.getter(name="oracleDatabaseCustomEndpoint")
3341
+ def oracle_database_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3342
+ return pulumi.get(self, "oracle_database_custom_endpoint")
3343
+
3309
3344
  @property
3310
3345
  @pulumi.getter(name="orgPolicyCustomEndpoint")
3311
3346
  def org_policy_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
@@ -3521,6 +3556,11 @@ class Provider(pulumi.ProviderResource):
3521
3556
  def tpu_v2_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3522
3557
  return pulumi.get(self, "tpu_v2_custom_endpoint")
3523
3558
 
3559
+ @property
3560
+ @pulumi.getter(name="transcoderCustomEndpoint")
3561
+ def transcoder_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3562
+ return pulumi.get(self, "transcoder_custom_endpoint")
3563
+
3524
3564
  @property
3525
3565
  @pulumi.getter(name="universeDomain")
3526
3566
  def universe_domain(self) -> pulumi.Output[Optional[str]]:
@@ -412,7 +412,7 @@ class SchemaIamBinding(pulumi.CustomResource):
412
412
  $ pulumi import gcp:pubsub/schemaIamBinding:SchemaIamBinding editor projects/{{project}}/schemas/{{schema}}
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 SchemaIamBinding(pulumi.CustomResource):
592
592
  $ pulumi import gcp:pubsub/schemaIamBinding:SchemaIamBinding editor projects/{{project}}/schemas/{{schema}}
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 SchemaIamMember(pulumi.CustomResource):
412
412
  $ pulumi import gcp:pubsub/schemaIamMember:SchemaIamMember editor projects/{{project}}/schemas/{{schema}}
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 SchemaIamMember(pulumi.CustomResource):
592
592
  $ pulumi import gcp:pubsub/schemaIamMember:SchemaIamMember editor projects/{{project}}/schemas/{{schema}}
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 SchemaIamPolicy(pulumi.CustomResource):
309
309
  $ pulumi import gcp:pubsub/schemaIamPolicy:SchemaIamPolicy editor projects/{{project}}/schemas/{{schema}}
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 SchemaIamPolicy(pulumi.CustomResource):
477
477
  $ pulumi import gcp:pubsub/schemaIamPolicy:SchemaIamPolicy editor projects/{{project}}/schemas/{{schema}}
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