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
@@ -16,6 +16,7 @@ from .. import _utilities
16
16
  from . import outputs
17
17
 
18
18
  __all__ = [
19
+ 'GroupAutoAccept',
19
20
  'HubRoutingVpc',
20
21
  'InternalRangeMigration',
21
22
  'PolicyBasedRouteFilter',
@@ -27,12 +28,48 @@ __all__ = [
27
28
  'ServiceConnectionPolicyPscConnectionError',
28
29
  'ServiceConnectionPolicyPscConnectionErrorInfo',
29
30
  'SpokeLinkedInterconnectAttachments',
31
+ 'SpokeLinkedProducerVpcNetwork',
30
32
  'SpokeLinkedRouterApplianceInstances',
31
33
  'SpokeLinkedRouterApplianceInstancesInstance',
32
34
  'SpokeLinkedVpcNetwork',
33
35
  'SpokeLinkedVpnTunnels',
34
36
  ]
35
37
 
38
+ @pulumi.output_type
39
+ class GroupAutoAccept(dict):
40
+ @staticmethod
41
+ def __key_warning(key: str):
42
+ suggest = None
43
+ if key == "autoAcceptProjects":
44
+ suggest = "auto_accept_projects"
45
+
46
+ if suggest:
47
+ pulumi.log.warn(f"Key '{key}' not found in GroupAutoAccept. Access the value via the '{suggest}' property getter instead.")
48
+
49
+ def __getitem__(self, key: str) -> Any:
50
+ GroupAutoAccept.__key_warning(key)
51
+ return super().__getitem__(key)
52
+
53
+ def get(self, key: str, default = None) -> Any:
54
+ GroupAutoAccept.__key_warning(key)
55
+ return super().get(key, default)
56
+
57
+ def __init__(__self__, *,
58
+ auto_accept_projects: Sequence[str]):
59
+ """
60
+ :param Sequence[str] auto_accept_projects: A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects.
61
+ """
62
+ pulumi.set(__self__, "auto_accept_projects", auto_accept_projects)
63
+
64
+ @property
65
+ @pulumi.getter(name="autoAcceptProjects")
66
+ def auto_accept_projects(self) -> Sequence[str]:
67
+ """
68
+ A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects.
69
+ """
70
+ return pulumi.get(self, "auto_accept_projects")
71
+
72
+
36
73
  @pulumi.output_type
37
74
  class HubRoutingVpc(dict):
38
75
  def __init__(__self__, *,
@@ -612,6 +649,94 @@ class SpokeLinkedInterconnectAttachments(dict):
612
649
  return pulumi.get(self, "include_import_ranges")
613
650
 
614
651
 
652
+ @pulumi.output_type
653
+ class SpokeLinkedProducerVpcNetwork(dict):
654
+ @staticmethod
655
+ def __key_warning(key: str):
656
+ suggest = None
657
+ if key == "excludeExportRanges":
658
+ suggest = "exclude_export_ranges"
659
+ elif key == "includeExportRanges":
660
+ suggest = "include_export_ranges"
661
+ elif key == "producerNetwork":
662
+ suggest = "producer_network"
663
+
664
+ if suggest:
665
+ pulumi.log.warn(f"Key '{key}' not found in SpokeLinkedProducerVpcNetwork. Access the value via the '{suggest}' property getter instead.")
666
+
667
+ def __getitem__(self, key: str) -> Any:
668
+ SpokeLinkedProducerVpcNetwork.__key_warning(key)
669
+ return super().__getitem__(key)
670
+
671
+ def get(self, key: str, default = None) -> Any:
672
+ SpokeLinkedProducerVpcNetwork.__key_warning(key)
673
+ return super().get(key, default)
674
+
675
+ def __init__(__self__, *,
676
+ network: str,
677
+ peering: str,
678
+ exclude_export_ranges: Optional[Sequence[str]] = None,
679
+ include_export_ranges: Optional[Sequence[str]] = None,
680
+ producer_network: Optional[str] = None):
681
+ """
682
+ :param str network: The URI of the Service Consumer VPC that the Producer VPC is peered with.
683
+ :param str peering: The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
684
+ :param Sequence[str] exclude_export_ranges: IP ranges encompassing the subnets to be excluded from peering.
685
+ :param Sequence[str] include_export_ranges: IP ranges allowed to be included from peering.
686
+ :param str producer_network: (Output)
687
+ The URI of the Producer VPC.
688
+ """
689
+ pulumi.set(__self__, "network", network)
690
+ pulumi.set(__self__, "peering", peering)
691
+ if exclude_export_ranges is not None:
692
+ pulumi.set(__self__, "exclude_export_ranges", exclude_export_ranges)
693
+ if include_export_ranges is not None:
694
+ pulumi.set(__self__, "include_export_ranges", include_export_ranges)
695
+ if producer_network is not None:
696
+ pulumi.set(__self__, "producer_network", producer_network)
697
+
698
+ @property
699
+ @pulumi.getter
700
+ def network(self) -> str:
701
+ """
702
+ The URI of the Service Consumer VPC that the Producer VPC is peered with.
703
+ """
704
+ return pulumi.get(self, "network")
705
+
706
+ @property
707
+ @pulumi.getter
708
+ def peering(self) -> str:
709
+ """
710
+ The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
711
+ """
712
+ return pulumi.get(self, "peering")
713
+
714
+ @property
715
+ @pulumi.getter(name="excludeExportRanges")
716
+ def exclude_export_ranges(self) -> Optional[Sequence[str]]:
717
+ """
718
+ IP ranges encompassing the subnets to be excluded from peering.
719
+ """
720
+ return pulumi.get(self, "exclude_export_ranges")
721
+
722
+ @property
723
+ @pulumi.getter(name="includeExportRanges")
724
+ def include_export_ranges(self) -> Optional[Sequence[str]]:
725
+ """
726
+ IP ranges allowed to be included from peering.
727
+ """
728
+ return pulumi.get(self, "include_export_ranges")
729
+
730
+ @property
731
+ @pulumi.getter(name="producerNetwork")
732
+ def producer_network(self) -> Optional[str]:
733
+ """
734
+ (Output)
735
+ The URI of the Producer VPC.
736
+ """
737
+ return pulumi.get(self, "producer_network")
738
+
739
+
615
740
  @pulumi.output_type
616
741
  class SpokeLinkedRouterApplianceInstances(dict):
617
742
  @staticmethod
@@ -26,6 +26,7 @@ class SpokeArgs:
26
26
  description: Optional[pulumi.Input[str]] = None,
27
27
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
28
28
  linked_interconnect_attachments: Optional[pulumi.Input['SpokeLinkedInterconnectAttachmentsArgs']] = None,
29
+ linked_producer_vpc_network: Optional[pulumi.Input['SpokeLinkedProducerVpcNetworkArgs']] = None,
29
30
  linked_router_appliance_instances: Optional[pulumi.Input['SpokeLinkedRouterApplianceInstancesArgs']] = None,
30
31
  linked_vpc_network: Optional[pulumi.Input['SpokeLinkedVpcNetworkArgs']] = None,
31
32
  linked_vpn_tunnels: Optional[pulumi.Input['SpokeLinkedVpnTunnelsArgs']] = None,
@@ -44,6 +45,8 @@ class SpokeArgs:
44
45
  Please refer to the field `effective_labels` for all of the labels present on the resource.
45
46
  :param pulumi.Input['SpokeLinkedInterconnectAttachmentsArgs'] linked_interconnect_attachments: A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.
46
47
  Structure is documented below.
48
+ :param pulumi.Input['SpokeLinkedProducerVpcNetworkArgs'] linked_producer_vpc_network: Producer VPC network that is associated with the spoke.
49
+ Structure is documented below.
47
50
  :param pulumi.Input['SpokeLinkedRouterApplianceInstancesArgs'] linked_router_appliance_instances: The URIs of linked Router appliance resources
48
51
  Structure is documented below.
49
52
  :param pulumi.Input['SpokeLinkedVpcNetworkArgs'] linked_vpc_network: VPC network that is associated with the spoke.
@@ -62,6 +65,8 @@ class SpokeArgs:
62
65
  pulumi.set(__self__, "labels", labels)
63
66
  if linked_interconnect_attachments is not None:
64
67
  pulumi.set(__self__, "linked_interconnect_attachments", linked_interconnect_attachments)
68
+ if linked_producer_vpc_network is not None:
69
+ pulumi.set(__self__, "linked_producer_vpc_network", linked_producer_vpc_network)
65
70
  if linked_router_appliance_instances is not None:
66
71
  pulumi.set(__self__, "linked_router_appliance_instances", linked_router_appliance_instances)
67
72
  if linked_vpc_network is not None:
@@ -139,6 +144,19 @@ class SpokeArgs:
139
144
  def linked_interconnect_attachments(self, value: Optional[pulumi.Input['SpokeLinkedInterconnectAttachmentsArgs']]):
140
145
  pulumi.set(self, "linked_interconnect_attachments", value)
141
146
 
147
+ @property
148
+ @pulumi.getter(name="linkedProducerVpcNetwork")
149
+ def linked_producer_vpc_network(self) -> Optional[pulumi.Input['SpokeLinkedProducerVpcNetworkArgs']]:
150
+ """
151
+ Producer VPC network that is associated with the spoke.
152
+ Structure is documented below.
153
+ """
154
+ return pulumi.get(self, "linked_producer_vpc_network")
155
+
156
+ @linked_producer_vpc_network.setter
157
+ def linked_producer_vpc_network(self, value: Optional[pulumi.Input['SpokeLinkedProducerVpcNetworkArgs']]):
158
+ pulumi.set(self, "linked_producer_vpc_network", value)
159
+
142
160
  @property
143
161
  @pulumi.getter(name="linkedRouterApplianceInstances")
144
162
  def linked_router_appliance_instances(self) -> Optional[pulumi.Input['SpokeLinkedRouterApplianceInstancesArgs']]:
@@ -213,6 +231,7 @@ class _SpokeState:
213
231
  hub: Optional[pulumi.Input[str]] = None,
214
232
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
215
233
  linked_interconnect_attachments: Optional[pulumi.Input['SpokeLinkedInterconnectAttachmentsArgs']] = None,
234
+ linked_producer_vpc_network: Optional[pulumi.Input['SpokeLinkedProducerVpcNetworkArgs']] = None,
216
235
  linked_router_appliance_instances: Optional[pulumi.Input['SpokeLinkedRouterApplianceInstancesArgs']] = None,
217
236
  linked_vpc_network: Optional[pulumi.Input['SpokeLinkedVpcNetworkArgs']] = None,
218
237
  linked_vpn_tunnels: Optional[pulumi.Input['SpokeLinkedVpnTunnelsArgs']] = None,
@@ -234,6 +253,8 @@ class _SpokeState:
234
253
  Please refer to the field `effective_labels` for all of the labels present on the resource.
235
254
  :param pulumi.Input['SpokeLinkedInterconnectAttachmentsArgs'] linked_interconnect_attachments: A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.
236
255
  Structure is documented below.
256
+ :param pulumi.Input['SpokeLinkedProducerVpcNetworkArgs'] linked_producer_vpc_network: Producer VPC network that is associated with the spoke.
257
+ Structure is documented below.
237
258
  :param pulumi.Input['SpokeLinkedRouterApplianceInstancesArgs'] linked_router_appliance_instances: The URIs of linked Router appliance resources
238
259
  Structure is documented below.
239
260
  :param pulumi.Input['SpokeLinkedVpcNetworkArgs'] linked_vpc_network: VPC network that is associated with the spoke.
@@ -265,6 +286,8 @@ class _SpokeState:
265
286
  pulumi.set(__self__, "labels", labels)
266
287
  if linked_interconnect_attachments is not None:
267
288
  pulumi.set(__self__, "linked_interconnect_attachments", linked_interconnect_attachments)
289
+ if linked_producer_vpc_network is not None:
290
+ pulumi.set(__self__, "linked_producer_vpc_network", linked_producer_vpc_network)
268
291
  if linked_router_appliance_instances is not None:
269
292
  pulumi.set(__self__, "linked_router_appliance_instances", linked_router_appliance_instances)
270
293
  if linked_vpc_network is not None:
@@ -361,6 +384,19 @@ class _SpokeState:
361
384
  def linked_interconnect_attachments(self, value: Optional[pulumi.Input['SpokeLinkedInterconnectAttachmentsArgs']]):
362
385
  pulumi.set(self, "linked_interconnect_attachments", value)
363
386
 
387
+ @property
388
+ @pulumi.getter(name="linkedProducerVpcNetwork")
389
+ def linked_producer_vpc_network(self) -> Optional[pulumi.Input['SpokeLinkedProducerVpcNetworkArgs']]:
390
+ """
391
+ Producer VPC network that is associated with the spoke.
392
+ Structure is documented below.
393
+ """
394
+ return pulumi.get(self, "linked_producer_vpc_network")
395
+
396
+ @linked_producer_vpc_network.setter
397
+ def linked_producer_vpc_network(self, value: Optional[pulumi.Input['SpokeLinkedProducerVpcNetworkArgs']]):
398
+ pulumi.set(self, "linked_producer_vpc_network", value)
399
+
364
400
  @property
365
401
  @pulumi.getter(name="linkedRouterApplianceInstances")
366
402
  def linked_router_appliance_instances(self) -> Optional[pulumi.Input['SpokeLinkedRouterApplianceInstancesArgs']]:
@@ -499,6 +535,7 @@ class Spoke(pulumi.CustomResource):
499
535
  hub: Optional[pulumi.Input[str]] = None,
500
536
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
501
537
  linked_interconnect_attachments: Optional[pulumi.Input[Union['SpokeLinkedInterconnectAttachmentsArgs', 'SpokeLinkedInterconnectAttachmentsArgsDict']]] = None,
538
+ linked_producer_vpc_network: Optional[pulumi.Input[Union['SpokeLinkedProducerVpcNetworkArgs', 'SpokeLinkedProducerVpcNetworkArgsDict']]] = None,
502
539
  linked_router_appliance_instances: Optional[pulumi.Input[Union['SpokeLinkedRouterApplianceInstancesArgs', 'SpokeLinkedRouterApplianceInstancesArgsDict']]] = None,
503
540
  linked_vpc_network: Optional[pulumi.Input[Union['SpokeLinkedVpcNetworkArgs', 'SpokeLinkedVpcNetworkArgsDict']]] = None,
504
541
  linked_vpn_tunnels: Optional[pulumi.Input[Union['SpokeLinkedVpnTunnelsArgs', 'SpokeLinkedVpnTunnelsArgsDict']]] = None,
@@ -760,6 +797,51 @@ class Spoke(pulumi.CustomResource):
760
797
  "include_import_ranges": ["ALL_IPV4_RANGES"],
761
798
  })
762
799
  ```
800
+ ### Network Connectivity Spoke Linked Producer Vpc Network Basic
801
+
802
+ ```python
803
+ import pulumi
804
+ import pulumi_gcp as gcp
805
+
806
+ network = gcp.compute.Network("network",
807
+ name="net-spoke",
808
+ auto_create_subnetworks=False)
809
+ address = gcp.compute.GlobalAddress("address",
810
+ name="test-address",
811
+ purpose="VPC_PEERING",
812
+ address_type="INTERNAL",
813
+ prefix_length=16,
814
+ network=network.id)
815
+ peering = gcp.servicenetworking.Connection("peering",
816
+ network=network.id,
817
+ service="servicenetworking.googleapis.com",
818
+ reserved_peering_ranges=[address.name])
819
+ basic_hub = gcp.networkconnectivity.Hub("basic_hub", name="hub-basic")
820
+ linked_vpc_spoke = gcp.networkconnectivity.Spoke("linked_vpc_spoke",
821
+ name="vpc-spoke",
822
+ location="global",
823
+ hub=basic_hub.id,
824
+ linked_vpc_network={
825
+ "uri": network.self_link,
826
+ })
827
+ primary = gcp.networkconnectivity.Spoke("primary",
828
+ name="producer-spoke",
829
+ location="global",
830
+ description="A sample spoke with a linked router appliance instance",
831
+ labels={
832
+ "label-one": "value-one",
833
+ },
834
+ hub=basic_hub.id,
835
+ linked_producer_vpc_network={
836
+ "network": network.name,
837
+ "peering": peering.peering,
838
+ "exclude_export_ranges": [
839
+ "198.51.100.0/24",
840
+ "10.10.0.0/16",
841
+ ],
842
+ },
843
+ opts = pulumi.ResourceOptions(depends_on=[linked_vpc_spoke]))
844
+ ```
763
845
 
764
846
  ## Import
765
847
 
@@ -794,6 +876,8 @@ class Spoke(pulumi.CustomResource):
794
876
  Please refer to the field `effective_labels` for all of the labels present on the resource.
795
877
  :param pulumi.Input[Union['SpokeLinkedInterconnectAttachmentsArgs', 'SpokeLinkedInterconnectAttachmentsArgsDict']] linked_interconnect_attachments: A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.
796
878
  Structure is documented below.
879
+ :param pulumi.Input[Union['SpokeLinkedProducerVpcNetworkArgs', 'SpokeLinkedProducerVpcNetworkArgsDict']] linked_producer_vpc_network: Producer VPC network that is associated with the spoke.
880
+ Structure is documented below.
797
881
  :param pulumi.Input[Union['SpokeLinkedRouterApplianceInstancesArgs', 'SpokeLinkedRouterApplianceInstancesArgsDict']] linked_router_appliance_instances: The URIs of linked Router appliance resources
798
882
  Structure is documented below.
799
883
  :param pulumi.Input[Union['SpokeLinkedVpcNetworkArgs', 'SpokeLinkedVpcNetworkArgsDict']] linked_vpc_network: VPC network that is associated with the spoke.
@@ -1068,6 +1152,51 @@ class Spoke(pulumi.CustomResource):
1068
1152
  "include_import_ranges": ["ALL_IPV4_RANGES"],
1069
1153
  })
1070
1154
  ```
1155
+ ### Network Connectivity Spoke Linked Producer Vpc Network Basic
1156
+
1157
+ ```python
1158
+ import pulumi
1159
+ import pulumi_gcp as gcp
1160
+
1161
+ network = gcp.compute.Network("network",
1162
+ name="net-spoke",
1163
+ auto_create_subnetworks=False)
1164
+ address = gcp.compute.GlobalAddress("address",
1165
+ name="test-address",
1166
+ purpose="VPC_PEERING",
1167
+ address_type="INTERNAL",
1168
+ prefix_length=16,
1169
+ network=network.id)
1170
+ peering = gcp.servicenetworking.Connection("peering",
1171
+ network=network.id,
1172
+ service="servicenetworking.googleapis.com",
1173
+ reserved_peering_ranges=[address.name])
1174
+ basic_hub = gcp.networkconnectivity.Hub("basic_hub", name="hub-basic")
1175
+ linked_vpc_spoke = gcp.networkconnectivity.Spoke("linked_vpc_spoke",
1176
+ name="vpc-spoke",
1177
+ location="global",
1178
+ hub=basic_hub.id,
1179
+ linked_vpc_network={
1180
+ "uri": network.self_link,
1181
+ })
1182
+ primary = gcp.networkconnectivity.Spoke("primary",
1183
+ name="producer-spoke",
1184
+ location="global",
1185
+ description="A sample spoke with a linked router appliance instance",
1186
+ labels={
1187
+ "label-one": "value-one",
1188
+ },
1189
+ hub=basic_hub.id,
1190
+ linked_producer_vpc_network={
1191
+ "network": network.name,
1192
+ "peering": peering.peering,
1193
+ "exclude_export_ranges": [
1194
+ "198.51.100.0/24",
1195
+ "10.10.0.0/16",
1196
+ ],
1197
+ },
1198
+ opts = pulumi.ResourceOptions(depends_on=[linked_vpc_spoke]))
1199
+ ```
1071
1200
 
1072
1201
  ## Import
1073
1202
 
@@ -1112,6 +1241,7 @@ class Spoke(pulumi.CustomResource):
1112
1241
  hub: Optional[pulumi.Input[str]] = None,
1113
1242
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1114
1243
  linked_interconnect_attachments: Optional[pulumi.Input[Union['SpokeLinkedInterconnectAttachmentsArgs', 'SpokeLinkedInterconnectAttachmentsArgsDict']]] = None,
1244
+ linked_producer_vpc_network: Optional[pulumi.Input[Union['SpokeLinkedProducerVpcNetworkArgs', 'SpokeLinkedProducerVpcNetworkArgsDict']]] = None,
1115
1245
  linked_router_appliance_instances: Optional[pulumi.Input[Union['SpokeLinkedRouterApplianceInstancesArgs', 'SpokeLinkedRouterApplianceInstancesArgsDict']]] = None,
1116
1246
  linked_vpc_network: Optional[pulumi.Input[Union['SpokeLinkedVpcNetworkArgs', 'SpokeLinkedVpcNetworkArgsDict']]] = None,
1117
1247
  linked_vpn_tunnels: Optional[pulumi.Input[Union['SpokeLinkedVpnTunnelsArgs', 'SpokeLinkedVpnTunnelsArgsDict']]] = None,
@@ -1133,6 +1263,7 @@ class Spoke(pulumi.CustomResource):
1133
1263
  __props__.__dict__["hub"] = hub
1134
1264
  __props__.__dict__["labels"] = labels
1135
1265
  __props__.__dict__["linked_interconnect_attachments"] = linked_interconnect_attachments
1266
+ __props__.__dict__["linked_producer_vpc_network"] = linked_producer_vpc_network
1136
1267
  __props__.__dict__["linked_router_appliance_instances"] = linked_router_appliance_instances
1137
1268
  __props__.__dict__["linked_vpc_network"] = linked_vpc_network
1138
1269
  __props__.__dict__["linked_vpn_tunnels"] = linked_vpn_tunnels
@@ -1165,6 +1296,7 @@ class Spoke(pulumi.CustomResource):
1165
1296
  hub: Optional[pulumi.Input[str]] = None,
1166
1297
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1167
1298
  linked_interconnect_attachments: Optional[pulumi.Input[Union['SpokeLinkedInterconnectAttachmentsArgs', 'SpokeLinkedInterconnectAttachmentsArgsDict']]] = None,
1299
+ linked_producer_vpc_network: Optional[pulumi.Input[Union['SpokeLinkedProducerVpcNetworkArgs', 'SpokeLinkedProducerVpcNetworkArgsDict']]] = None,
1168
1300
  linked_router_appliance_instances: Optional[pulumi.Input[Union['SpokeLinkedRouterApplianceInstancesArgs', 'SpokeLinkedRouterApplianceInstancesArgsDict']]] = None,
1169
1301
  linked_vpc_network: Optional[pulumi.Input[Union['SpokeLinkedVpcNetworkArgs', 'SpokeLinkedVpcNetworkArgsDict']]] = None,
1170
1302
  linked_vpn_tunnels: Optional[pulumi.Input[Union['SpokeLinkedVpnTunnelsArgs', 'SpokeLinkedVpnTunnelsArgsDict']]] = None,
@@ -1191,6 +1323,8 @@ class Spoke(pulumi.CustomResource):
1191
1323
  Please refer to the field `effective_labels` for all of the labels present on the resource.
1192
1324
  :param pulumi.Input[Union['SpokeLinkedInterconnectAttachmentsArgs', 'SpokeLinkedInterconnectAttachmentsArgsDict']] linked_interconnect_attachments: A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.
1193
1325
  Structure is documented below.
1326
+ :param pulumi.Input[Union['SpokeLinkedProducerVpcNetworkArgs', 'SpokeLinkedProducerVpcNetworkArgsDict']] linked_producer_vpc_network: Producer VPC network that is associated with the spoke.
1327
+ Structure is documented below.
1194
1328
  :param pulumi.Input[Union['SpokeLinkedRouterApplianceInstancesArgs', 'SpokeLinkedRouterApplianceInstancesArgsDict']] linked_router_appliance_instances: The URIs of linked Router appliance resources
1195
1329
  Structure is documented below.
1196
1330
  :param pulumi.Input[Union['SpokeLinkedVpcNetworkArgs', 'SpokeLinkedVpcNetworkArgsDict']] linked_vpc_network: VPC network that is associated with the spoke.
@@ -1220,6 +1354,7 @@ class Spoke(pulumi.CustomResource):
1220
1354
  __props__.__dict__["hub"] = hub
1221
1355
  __props__.__dict__["labels"] = labels
1222
1356
  __props__.__dict__["linked_interconnect_attachments"] = linked_interconnect_attachments
1357
+ __props__.__dict__["linked_producer_vpc_network"] = linked_producer_vpc_network
1223
1358
  __props__.__dict__["linked_router_appliance_instances"] = linked_router_appliance_instances
1224
1359
  __props__.__dict__["linked_vpc_network"] = linked_vpc_network
1225
1360
  __props__.__dict__["linked_vpn_tunnels"] = linked_vpn_tunnels
@@ -1283,6 +1418,15 @@ class Spoke(pulumi.CustomResource):
1283
1418
  """
1284
1419
  return pulumi.get(self, "linked_interconnect_attachments")
1285
1420
 
1421
+ @property
1422
+ @pulumi.getter(name="linkedProducerVpcNetwork")
1423
+ def linked_producer_vpc_network(self) -> pulumi.Output[Optional['outputs.SpokeLinkedProducerVpcNetwork']]:
1424
+ """
1425
+ Producer VPC network that is associated with the spoke.
1426
+ Structure is documented below.
1427
+ """
1428
+ return pulumi.get(self, "linked_producer_vpc_network")
1429
+
1286
1430
  @property
1287
1431
  @pulumi.getter(name="linkedRouterApplianceInstances")
1288
1432
  def linked_router_appliance_instances(self) -> pulumi.Output[Optional['outputs.SpokeLinkedRouterApplianceInstances']]:
@@ -357,7 +357,7 @@ class AddressGroupIamBinding(pulumi.CustomResource):
357
357
  $ pulumi import gcp:networksecurity/addressGroupIamBinding:AddressGroupIamBinding editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
358
358
  ```
359
359
 
360
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
360
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
361
361
 
362
362
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
363
363
 
@@ -440,7 +440,7 @@ class AddressGroupIamBinding(pulumi.CustomResource):
440
440
  $ pulumi import gcp:networksecurity/addressGroupIamBinding:AddressGroupIamBinding editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
441
441
  ```
442
442
 
443
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
443
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
444
444
 
445
445
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
446
446
 
@@ -357,7 +357,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
357
357
  $ pulumi import gcp:networksecurity/addressGroupIamMember:AddressGroupIamMember editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
358
358
  ```
359
359
 
360
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
360
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
361
361
 
362
362
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
363
363
 
@@ -440,7 +440,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
440
440
  $ pulumi import gcp:networksecurity/addressGroupIamMember:AddressGroupIamMember editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
441
441
  ```
442
442
 
443
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
443
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
444
444
 
445
445
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
446
446
 
@@ -254,7 +254,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
254
254
  $ pulumi import gcp:networksecurity/addressGroupIamPolicy:AddressGroupIamPolicy editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
255
255
  ```
256
256
 
257
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
257
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
258
258
 
259
259
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
260
260
 
@@ -325,7 +325,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
325
325
  $ pulumi import gcp:networksecurity/addressGroupIamPolicy:AddressGroupIamPolicy editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
326
326
  ```
327
327
 
328
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
328
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
329
329
 
330
330
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
331
331
 
@@ -37,6 +37,7 @@ class GatewaySecurityPolicyArgs:
37
37
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
38
38
  If it is not provided, the provider project is used.
39
39
  :param pulumi.Input[str] tls_inspection_policy: Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
40
+ Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
40
41
  """
41
42
  if description is not None:
42
43
  pulumi.set(__self__, "description", description)
@@ -108,6 +109,7 @@ class GatewaySecurityPolicyArgs:
108
109
  def tls_inspection_policy(self) -> Optional[pulumi.Input[str]]:
109
110
  """
110
111
  Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
112
+ Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
111
113
  """
112
114
  return pulumi.get(self, "tls_inspection_policy")
113
115
 
@@ -144,6 +146,7 @@ class _GatewaySecurityPolicyState:
144
146
  If it is not provided, the provider project is used.
145
147
  :param pulumi.Input[str] self_link: Server-defined URL of this resource.
146
148
  :param pulumi.Input[str] tls_inspection_policy: Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
149
+ Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
147
150
  :param pulumi.Input[str] update_time: The timestamp when the resource was updated.
148
151
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
149
152
  Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
@@ -250,6 +253,7 @@ class _GatewaySecurityPolicyState:
250
253
  def tls_inspection_policy(self) -> Optional[pulumi.Input[str]]:
251
254
  """
252
255
  Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
256
+ Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
253
257
  """
254
258
  return pulumi.get(self, "tls_inspection_policy")
255
259
 
@@ -424,6 +428,7 @@ class GatewaySecurityPolicy(pulumi.CustomResource):
424
428
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
425
429
  If it is not provided, the provider project is used.
426
430
  :param pulumi.Input[str] tls_inspection_policy: Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
431
+ Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
427
432
  """
428
433
  ...
429
434
  @overload
@@ -636,6 +641,7 @@ class GatewaySecurityPolicy(pulumi.CustomResource):
636
641
  If it is not provided, the provider project is used.
637
642
  :param pulumi.Input[str] self_link: Server-defined URL of this resource.
638
643
  :param pulumi.Input[str] tls_inspection_policy: Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
644
+ Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
639
645
  :param pulumi.Input[str] update_time: The timestamp when the resource was updated.
640
646
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
641
647
  Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
@@ -715,6 +721,7 @@ class GatewaySecurityPolicy(pulumi.CustomResource):
715
721
  def tls_inspection_policy(self) -> pulumi.Output[Optional[str]]:
716
722
  """
717
723
  Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
724
+ Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
718
725
  """
719
726
  return pulumi.get(self, "tls_inspection_policy")
720
727
 
@@ -419,7 +419,7 @@ class ServerTlsPolicy(pulumi.CustomResource):
419
419
  server_certificate: Optional[pulumi.Input[Union['ServerTlsPolicyServerCertificateArgs', 'ServerTlsPolicyServerCertificateArgsDict']]] = None,
420
420
  __props__=None):
421
421
  """
422
- ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.
422
+ ServerTlsPolicy is a resource that specifies how a server should authenticate incoming requests. This resource itself does not affect configuration unless it is attached to a target HTTPS proxy or endpoint config selector resource.
423
423
 
424
424
  To get more information about ServerTlsPolicy, see:
425
425
 
@@ -582,7 +582,7 @@ class ServerTlsPolicy(pulumi.CustomResource):
582
582
  args: Optional[ServerTlsPolicyArgs] = None,
583
583
  opts: Optional[pulumi.ResourceOptions] = None):
584
584
  """
585
- ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.
585
+ ServerTlsPolicy is a resource that specifies how a server should authenticate incoming requests. This resource itself does not affect configuration unless it is attached to a target HTTPS proxy or endpoint config selector resource.
586
586
 
587
587
  To get more information about ServerTlsPolicy, see:
588
588
 
@@ -755,7 +755,7 @@ class EdgeCacheService(pulumi.CustomResource):
755
755
  "negative_caching": True,
756
756
  "signed_request_mode": "DISABLED",
757
757
  "negative_caching_policy": {
758
- "_500": "3000s",
758
+ "500": "3000s",
759
759
  },
760
760
  },
761
761
  "url_rewrite": {
@@ -1188,7 +1188,7 @@ class EdgeCacheService(pulumi.CustomResource):
1188
1188
  "negative_caching": True,
1189
1189
  "signed_request_mode": "DISABLED",
1190
1190
  "negative_caching_policy": {
1191
- "_500": "3000s",
1191
+ "500": "3000s",
1192
1192
  },
1193
1193
  },
1194
1194
  "url_rewrite": {
@@ -594,7 +594,7 @@ class HttpRoute(pulumi.CustomResource):
594
594
  "type": "json",
595
595
  },
596
596
  "add": {
597
- "minor_version": "1",
597
+ "minor-version": "1",
598
598
  },
599
599
  "removes": ["arg"],
600
600
  },
@@ -604,7 +604,7 @@ class HttpRoute(pulumi.CustomResource):
604
604
  "type": "json",
605
605
  },
606
606
  "add": {
607
- "minor_version": "1",
607
+ "minor-version": "1",
608
608
  },
609
609
  "removes": ["removearg"],
610
610
  },
@@ -879,7 +879,7 @@ class HttpRoute(pulumi.CustomResource):
879
879
  "type": "json",
880
880
  },
881
881
  "add": {
882
- "minor_version": "1",
882
+ "minor-version": "1",
883
883
  },
884
884
  "removes": ["arg"],
885
885
  },
@@ -889,7 +889,7 @@ class HttpRoute(pulumi.CustomResource):
889
889
  "type": "json",
890
890
  },
891
891
  "add": {
892
- "minor_version": "1",
892
+ "minor-version": "1",
893
893
  },
894
894
  "removes": ["removearg"],
895
895
  },
@@ -461,7 +461,7 @@ class InstanceIamBinding(pulumi.CustomResource):
461
461
  $ pulumi import gcp:notebooks/instanceIamBinding:InstanceIamBinding editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
462
462
  ```
463
463
 
464
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
464
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
465
465
 
466
466
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
467
467
 
@@ -652,7 +652,7 @@ class InstanceIamBinding(pulumi.CustomResource):
652
652
  $ pulumi import gcp:notebooks/instanceIamBinding:InstanceIamBinding editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
653
653
  ```
654
654
 
655
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
655
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
656
656
 
657
657
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
658
658
 
@@ -461,7 +461,7 @@ class InstanceIamMember(pulumi.CustomResource):
461
461
  $ pulumi import gcp:notebooks/instanceIamMember:InstanceIamMember editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
462
462
  ```
463
463
 
464
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
464
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
465
465
 
466
466
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
467
467
 
@@ -652,7 +652,7 @@ class InstanceIamMember(pulumi.CustomResource):
652
652
  $ pulumi import gcp:notebooks/instanceIamMember:InstanceIamMember editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
653
653
  ```
654
654
 
655
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
655
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
656
656
 
657
657
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
658
658