pulumi-gcp 8.8.0__py3-none-any.whl → 8.8.0a1730788810__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (347) hide show
  1. pulumi_gcp/__init__.py +0 -8
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
  6. pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
  8. pulumi_gcp/apigateway/api_iam_binding.py +2 -2
  9. pulumi_gcp/apigateway/api_iam_member.py +2 -2
  10. pulumi_gcp/apigateway/api_iam_policy.py +2 -2
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
  12. pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
  14. pulumi_gcp/apigee/environment_iam_binding.py +4 -4
  15. pulumi_gcp/apigee/environment_iam_member.py +4 -4
  16. pulumi_gcp/apigee/environment_iam_policy.py +4 -4
  17. pulumi_gcp/appengine/engine_split_traffic.py +4 -4
  18. pulumi_gcp/apphub/_inputs.py +3 -6
  19. pulumi_gcp/apphub/application.py +4 -30
  20. pulumi_gcp/apphub/outputs.py +4 -8
  21. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
  22. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
  23. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
  24. pulumi_gcp/assuredworkloads/_inputs.py +0 -34
  25. pulumi_gcp/assuredworkloads/outputs.py +0 -37
  26. pulumi_gcp/assuredworkloads/workload.py +3 -56
  27. pulumi_gcp/backupdisasterrecovery/_inputs.py +6 -0
  28. pulumi_gcp/backupdisasterrecovery/management_server.py +34 -80
  29. pulumi_gcp/backupdisasterrecovery/outputs.py +4 -0
  30. pulumi_gcp/biglake/table.py +12 -12
  31. pulumi_gcp/bigquery/_inputs.py +0 -60
  32. pulumi_gcp/bigquery/connection.py +2 -2
  33. pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
  34. pulumi_gcp/bigquery/connection_iam_member.py +2 -2
  35. pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
  36. pulumi_gcp/bigquery/dataset.py +2 -99
  37. pulumi_gcp/bigquery/dataset_access.py +2 -2
  38. pulumi_gcp/bigquery/dataset_iam_binding.py +0 -53
  39. pulumi_gcp/bigquery/dataset_iam_member.py +0 -53
  40. pulumi_gcp/bigquery/dataset_iam_policy.py +0 -32
  41. pulumi_gcp/bigquery/get_dataset.py +1 -12
  42. pulumi_gcp/bigquery/iam_binding.py +2 -2
  43. pulumi_gcp/bigquery/iam_member.py +2 -2
  44. pulumi_gcp/bigquery/iam_policy.py +2 -2
  45. pulumi_gcp/bigquery/outputs.py +0 -87
  46. pulumi_gcp/bigquery/routine.py +6 -6
  47. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
  48. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
  49. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
  50. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
  51. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
  52. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
  53. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
  54. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
  55. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
  56. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
  57. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
  58. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
  59. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
  60. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
  61. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
  62. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
  63. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
  64. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
  65. pulumi_gcp/cloudbuild/trigger.py +18 -18
  66. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
  67. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
  68. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
  69. pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
  70. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
  71. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
  72. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
  73. pulumi_gcp/cloudfunctionsv2/function.py +22 -22
  74. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
  75. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
  76. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
  77. pulumi_gcp/cloudrun/iam_binding.py +2 -2
  78. pulumi_gcp/cloudrun/iam_member.py +2 -2
  79. pulumi_gcp/cloudrun/iam_policy.py +2 -2
  80. pulumi_gcp/cloudrun/service.py +24 -24
  81. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
  82. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
  83. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
  84. pulumi_gcp/cloudrunv2/service.py +2 -2
  85. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
  86. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
  87. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
  88. pulumi_gcp/cloudscheduler/job.py +4 -4
  89. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
  90. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
  91. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
  92. pulumi_gcp/compute/__init__.py +0 -1
  93. pulumi_gcp/compute/_inputs.py +50 -182
  94. pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
  95. pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
  96. pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
  97. pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
  98. pulumi_gcp/compute/backend_service_iam_member.py +2 -2
  99. pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
  100. pulumi_gcp/compute/disk_iam_binding.py +2 -2
  101. pulumi_gcp/compute/disk_iam_member.py +2 -2
  102. pulumi_gcp/compute/disk_iam_policy.py +2 -2
  103. pulumi_gcp/compute/image.py +22 -76
  104. pulumi_gcp/compute/image_iam_binding.py +2 -2
  105. pulumi_gcp/compute/image_iam_member.py +2 -2
  106. pulumi_gcp/compute/image_iam_policy.py +2 -2
  107. pulumi_gcp/compute/instance_iam_binding.py +2 -2
  108. pulumi_gcp/compute/instance_iam_member.py +2 -2
  109. pulumi_gcp/compute/instance_iam_policy.py +2 -2
  110. pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
  111. pulumi_gcp/compute/machine_image_iam_member.py +2 -2
  112. pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
  113. pulumi_gcp/compute/outputs.py +30 -197
  114. pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
  115. pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
  116. pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
  117. pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
  118. pulumi_gcp/compute/region_disk_iam_member.py +2 -2
  119. pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
  120. pulumi_gcp/compute/region_security_policy_rule.py +0 -74
  121. pulumi_gcp/compute/security_policy_rule.py +13 -111
  122. pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
  123. pulumi_gcp/compute/snapshot_iam_member.py +2 -2
  124. pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
  125. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
  126. pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
  127. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
  128. pulumi_gcp/compute/url_map.py +10 -10
  129. pulumi_gcp/container/aws_node_pool.py +12 -12
  130. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
  131. pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
  132. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
  133. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
  134. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
  135. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
  136. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
  137. pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
  138. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
  139. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
  140. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
  141. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
  142. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
  143. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
  144. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
  145. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
  146. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
  147. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
  148. pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
  149. pulumi_gcp/dataplex/asset_iam_member.py +2 -2
  150. pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
  151. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
  152. pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
  153. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
  154. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
  155. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
  156. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
  157. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
  158. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
  159. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
  160. pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
  161. pulumi_gcp/dataplex/lake_iam_member.py +2 -2
  162. pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
  163. pulumi_gcp/dataplex/task.py +4 -4
  164. pulumi_gcp/dataplex/task_iam_binding.py +2 -2
  165. pulumi_gcp/dataplex/task_iam_member.py +2 -2
  166. pulumi_gcp/dataplex/task_iam_policy.py +2 -2
  167. pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
  168. pulumi_gcp/dataplex/zone_iam_member.py +2 -2
  169. pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
  170. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
  171. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
  172. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
  173. pulumi_gcp/dataproc/batch.py +24 -24
  174. pulumi_gcp/dataproc/cluster.py +2 -2
  175. pulumi_gcp/dataproc/job.py +4 -4
  176. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
  177. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
  178. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
  179. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
  180. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
  181. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
  182. pulumi_gcp/diagflow/cx_flow.py +4 -4
  183. pulumi_gcp/diagflow/cx_page.py +10 -10
  184. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
  185. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
  186. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
  187. pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
  188. pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
  189. pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
  190. pulumi_gcp/endpoints/service_iam_binding.py +4 -4
  191. pulumi_gcp/endpoints/service_iam_member.py +4 -4
  192. pulumi_gcp/endpoints/service_iam_policy.py +4 -4
  193. pulumi_gcp/firebase/extensions_instance.py +24 -24
  194. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
  195. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
  196. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
  197. pulumi_gcp/gkebackup/restore_plan.py +18 -18
  198. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
  199. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
  200. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
  201. pulumi_gcp/gkehub/_inputs.py +21 -21
  202. pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
  203. pulumi_gcp/gkehub/feature_iam_member.py +2 -2
  204. pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
  205. pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
  206. pulumi_gcp/gkehub/membership_iam_member.py +2 -2
  207. pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
  208. pulumi_gcp/gkehub/outputs.py +13 -13
  209. pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
  210. pulumi_gcp/gkehub/scope_iam_member.py +2 -2
  211. pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
  212. pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
  213. pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
  214. pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
  215. pulumi_gcp/iap/__init__.py +0 -1
  216. pulumi_gcp/iap/_inputs.py +0 -1002
  217. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
  218. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
  219. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
  220. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
  221. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
  222. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
  223. pulumi_gcp/iap/outputs.py +0 -827
  224. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
  225. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
  226. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
  227. pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
  228. pulumi_gcp/iap/tunnel_iam_member.py +2 -2
  229. pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
  230. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
  231. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
  232. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
  233. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
  234. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
  235. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
  236. pulumi_gcp/iap/web_iam_binding.py +2 -2
  237. pulumi_gcp/iap/web_iam_member.py +2 -2
  238. pulumi_gcp/iap/web_iam_policy.py +2 -2
  239. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
  240. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
  241. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
  242. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
  243. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
  244. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
  245. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
  246. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
  247. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
  248. pulumi_gcp/identityplatform/config.py +2 -2
  249. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
  250. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
  251. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
  252. pulumi_gcp/logging/log_view_iam_binding.py +4 -4
  253. pulumi_gcp/logging/log_view_iam_member.py +4 -4
  254. pulumi_gcp/logging/log_view_iam_policy.py +4 -4
  255. pulumi_gcp/memorystore/_inputs.py +4 -117
  256. pulumi_gcp/memorystore/instance.py +0 -105
  257. pulumi_gcp/memorystore/outputs.py +4 -80
  258. pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
  259. pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
  260. pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
  261. pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
  262. pulumi_gcp/networkservices/edge_cache_service.py +2 -2
  263. pulumi_gcp/networkservices/http_route.py +4 -4
  264. pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
  265. pulumi_gcp/notebooks/instance_iam_member.py +2 -2
  266. pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
  267. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
  268. pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
  269. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
  270. pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
  271. pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
  272. pulumi_gcp/pubsub/schema_iam_member.py +2 -2
  273. pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
  274. pulumi_gcp/pubsub/subscription.py +66 -18
  275. pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
  276. pulumi_gcp/pubsub/topic_iam_member.py +2 -2
  277. pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
  278. pulumi_gcp/pulumi-plugin.json +1 -1
  279. pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
  280. pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
  281. pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
  282. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
  283. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
  284. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
  285. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
  286. pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
  287. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
  288. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
  289. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
  290. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
  291. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
  292. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
  293. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
  294. pulumi_gcp/serviceaccount/__init__.py +0 -1
  295. pulumi_gcp/serviceaccount/get_account.py +1 -15
  296. pulumi_gcp/serviceaccount/outputs.py +0 -89
  297. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  298. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  299. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  300. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  301. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  302. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  303. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
  304. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
  305. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
  306. pulumi_gcp/spanner/_inputs.py +12 -208
  307. pulumi_gcp/spanner/outputs.py +9 -287
  308. pulumi_gcp/sql/_inputs.py +3 -6
  309. pulumi_gcp/sql/outputs.py +2 -4
  310. pulumi_gcp/storage/_inputs.py +6 -3
  311. pulumi_gcp/storage/bucket.py +7 -7
  312. pulumi_gcp/storage/bucket_iam_binding.py +2 -2
  313. pulumi_gcp/storage/bucket_iam_member.py +2 -2
  314. pulumi_gcp/storage/bucket_iam_policy.py +2 -2
  315. pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
  316. pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
  317. pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
  318. pulumi_gcp/storage/outputs.py +6 -4
  319. pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
  320. pulumi_gcp/tags/tag_key_iam_member.py +4 -4
  321. pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
  322. pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
  323. pulumi_gcp/tags/tag_value_iam_member.py +4 -4
  324. pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
  325. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
  326. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
  327. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
  328. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
  329. pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
  330. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
  331. pulumi_gcp/vmwareengine/_inputs.py +6 -472
  332. pulumi_gcp/vmwareengine/outputs.py +22 -668
  333. pulumi_gcp/vmwareengine/private_cloud.py +0 -44
  334. pulumi_gcp/workstations/workstation_config.py +6 -6
  335. pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
  336. pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
  337. pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
  338. pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
  339. pulumi_gcp/workstations/workstation_iam_member.py +2 -2
  340. pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
  341. {pulumi_gcp-8.8.0.dist-info → pulumi_gcp-8.8.0a1730788810.dist-info}/METADATA +1 -1
  342. {pulumi_gcp-8.8.0.dist-info → pulumi_gcp-8.8.0a1730788810.dist-info}/RECORD +344 -347
  343. pulumi_gcp/compute/get_instance_guest_attributes.py +0 -277
  344. pulumi_gcp/iap/settings.py +0 -546
  345. pulumi_gcp/serviceaccount/get_s.py +0 -132
  346. {pulumi_gcp-8.8.0.dist-info → pulumi_gcp-8.8.0a1730788810.dist-info}/WHEEL +0 -0
  347. {pulumi_gcp-8.8.0.dist-info → pulumi_gcp-8.8.0a1730788810.dist-info}/top_level.txt +0 -0
@@ -679,7 +679,7 @@ class AwsNodePool(pulumi.CustomResource):
679
679
  "iam_instance_profile": "my--1p-dev-nodepool",
680
680
  "instance_type": "t3.medium",
681
681
  "labels": {
682
- "label-one": "value-one",
682
+ "label_one": "value-one",
683
683
  },
684
684
  "root_volume": {
685
685
  "iops": 3000,
@@ -696,7 +696,7 @@ class AwsNodePool(pulumi.CustomResource):
696
696
  "ec2_key_pair": "my--1p-dev-ssh",
697
697
  },
698
698
  "tags": {
699
- "tag-one": "value-one",
699
+ "tag_one": "value-one",
700
700
  },
701
701
  "taints": [{
702
702
  "effect": "PREFER_NO_SCHEDULE",
@@ -807,7 +807,7 @@ class AwsNodePool(pulumi.CustomResource):
807
807
  "iam_instance_profile": "my--1p-dev-nodepool",
808
808
  "instance_type": "t3.medium",
809
809
  "labels": {
810
- "label-one": "value-one",
810
+ "label_one": "value-one",
811
811
  },
812
812
  "root_volume": {
813
813
  "iops": 3000,
@@ -824,7 +824,7 @@ class AwsNodePool(pulumi.CustomResource):
824
824
  "ec2_key_pair": "my--1p-dev-ssh",
825
825
  },
826
826
  "tags": {
827
- "tag-one": "value-one",
827
+ "tag_one": "value-one",
828
828
  },
829
829
  "taints": [{
830
830
  "effect": "prefer_no_schedule",
@@ -926,7 +926,7 @@ class AwsNodePool(pulumi.CustomResource):
926
926
  "iam_instance_profile": "my--1p-dev-nodepool",
927
927
  "instance_type": "t3.medium",
928
928
  "labels": {
929
- "label-one": "value-one",
929
+ "label_one": "value-one",
930
930
  },
931
931
  "root_volume": {
932
932
  "iops": 3000,
@@ -943,7 +943,7 @@ class AwsNodePool(pulumi.CustomResource):
943
943
  "ec2_key_pair": "my--1p-dev-ssh",
944
944
  },
945
945
  "tags": {
946
- "tag-one": "value-one",
946
+ "tag_one": "value-one",
947
947
  },
948
948
  "taints": [{
949
949
  "effect": "prefer_no_schedule",
@@ -1108,7 +1108,7 @@ class AwsNodePool(pulumi.CustomResource):
1108
1108
  "iam_instance_profile": "my--1p-dev-nodepool",
1109
1109
  "instance_type": "t3.medium",
1110
1110
  "labels": {
1111
- "label-one": "value-one",
1111
+ "label_one": "value-one",
1112
1112
  },
1113
1113
  "root_volume": {
1114
1114
  "iops": 3000,
@@ -1125,7 +1125,7 @@ class AwsNodePool(pulumi.CustomResource):
1125
1125
  "ec2_key_pair": "my--1p-dev-ssh",
1126
1126
  },
1127
1127
  "tags": {
1128
- "tag-one": "value-one",
1128
+ "tag_one": "value-one",
1129
1129
  },
1130
1130
  "taints": [{
1131
1131
  "effect": "PREFER_NO_SCHEDULE",
@@ -1236,7 +1236,7 @@ class AwsNodePool(pulumi.CustomResource):
1236
1236
  "iam_instance_profile": "my--1p-dev-nodepool",
1237
1237
  "instance_type": "t3.medium",
1238
1238
  "labels": {
1239
- "label-one": "value-one",
1239
+ "label_one": "value-one",
1240
1240
  },
1241
1241
  "root_volume": {
1242
1242
  "iops": 3000,
@@ -1253,7 +1253,7 @@ class AwsNodePool(pulumi.CustomResource):
1253
1253
  "ec2_key_pair": "my--1p-dev-ssh",
1254
1254
  },
1255
1255
  "tags": {
1256
- "tag-one": "value-one",
1256
+ "tag_one": "value-one",
1257
1257
  },
1258
1258
  "taints": [{
1259
1259
  "effect": "prefer_no_schedule",
@@ -1355,7 +1355,7 @@ class AwsNodePool(pulumi.CustomResource):
1355
1355
  "iam_instance_profile": "my--1p-dev-nodepool",
1356
1356
  "instance_type": "t3.medium",
1357
1357
  "labels": {
1358
- "label-one": "value-one",
1358
+ "label_one": "value-one",
1359
1359
  },
1360
1360
  "root_volume": {
1361
1361
  "iops": 3000,
@@ -1372,7 +1372,7 @@ class AwsNodePool(pulumi.CustomResource):
1372
1372
  "ec2_key_pair": "my--1p-dev-ssh",
1373
1373
  },
1374
1374
  "tags": {
1375
- "tag-one": "value-one",
1375
+ "tag_one": "value-one",
1376
1376
  },
1377
1377
  "taints": [{
1378
1378
  "effect": "prefer_no_schedule",
@@ -412,7 +412,7 @@ class NoteIamBinding(pulumi.CustomResource):
412
412
  $ pulumi import gcp:containeranalysis/noteIamBinding:NoteIamBinding editor projects/{{project}}/notes/{{note}}
413
413
  ```
414
414
 
415
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
415
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
416
416
 
417
417
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
418
418
 
@@ -592,7 +592,7 @@ class NoteIamBinding(pulumi.CustomResource):
592
592
  $ pulumi import gcp:containeranalysis/noteIamBinding:NoteIamBinding editor projects/{{project}}/notes/{{note}}
593
593
  ```
594
594
 
595
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
595
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
596
596
 
597
597
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
598
598
 
@@ -412,7 +412,7 @@ class NoteIamMember(pulumi.CustomResource):
412
412
  $ pulumi import gcp:containeranalysis/noteIamMember:NoteIamMember editor projects/{{project}}/notes/{{note}}
413
413
  ```
414
414
 
415
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
415
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
416
416
 
417
417
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
418
418
 
@@ -592,7 +592,7 @@ class NoteIamMember(pulumi.CustomResource):
592
592
  $ pulumi import gcp:containeranalysis/noteIamMember:NoteIamMember editor projects/{{project}}/notes/{{note}}
593
593
  ```
594
594
 
595
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
595
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
596
596
 
597
597
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
598
598
 
@@ -309,7 +309,7 @@ class NoteIamPolicy(pulumi.CustomResource):
309
309
  $ pulumi import gcp:containeranalysis/noteIamPolicy:NoteIamPolicy editor projects/{{project}}/notes/{{note}}
310
310
  ```
311
311
 
312
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
312
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
313
313
 
314
314
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
315
315
 
@@ -477,7 +477,7 @@ class NoteIamPolicy(pulumi.CustomResource):
477
477
  $ pulumi import gcp:containeranalysis/noteIamPolicy:NoteIamPolicy editor projects/{{project}}/notes/{{note}}
478
478
  ```
479
479
 
480
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
480
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
481
481
 
482
482
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
483
483
 
@@ -433,7 +433,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/entryGroupIamBinding:EntryGroupIamBinding editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
434
434
  ```
435
435
 
436
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/entryGroupIamBinding:EntryGroupIamBinding editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
610
610
  ```
611
611
 
612
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -433,7 +433,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/entryGroupIamMember:EntryGroupIamMember editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
434
434
  ```
435
435
 
436
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/entryGroupIamMember:EntryGroupIamMember editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
610
610
  ```
611
611
 
612
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -330,7 +330,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
330
330
  $ pulumi import gcp:datacatalog/entryGroupIamPolicy:EntryGroupIamPolicy editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
331
331
  ```
332
332
 
333
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
333
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
334
334
 
335
335
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
336
336
 
@@ -494,7 +494,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
494
494
  $ pulumi import gcp:datacatalog/entryGroupIamPolicy:EntryGroupIamPolicy editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
495
495
  ```
496
496
 
497
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
497
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
498
498
 
499
499
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
500
500
 
@@ -279,7 +279,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
279
279
  member="user:jane@example.com")
280
280
  ```
281
281
 
282
- ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
282
+ ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
283
283
 
284
284
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
285
285
  ---
@@ -366,7 +366,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
366
366
  $ pulumi import gcp:datacatalog/policyTagIamBinding:PolicyTagIamBinding editor {{policy_tag}}
367
367
  ```
368
368
 
369
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
369
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
370
370
 
371
371
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
372
372
 
@@ -448,7 +448,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
448
448
  member="user:jane@example.com")
449
449
  ```
450
450
 
451
- ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
451
+ ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
452
452
 
453
453
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
454
454
  ---
@@ -535,7 +535,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
535
535
  $ pulumi import gcp:datacatalog/policyTagIamBinding:PolicyTagIamBinding editor {{policy_tag}}
536
536
  ```
537
537
 
538
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
538
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
539
539
 
540
540
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
541
541
 
@@ -279,7 +279,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
279
279
  member="user:jane@example.com")
280
280
  ```
281
281
 
282
- ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
282
+ ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
283
283
 
284
284
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
285
285
  ---
@@ -366,7 +366,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
366
366
  $ pulumi import gcp:datacatalog/policyTagIamMember:PolicyTagIamMember editor {{policy_tag}}
367
367
  ```
368
368
 
369
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
369
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
370
370
 
371
371
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
372
372
 
@@ -448,7 +448,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
448
448
  member="user:jane@example.com")
449
449
  ```
450
450
 
451
- ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
451
+ ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
452
452
 
453
453
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
454
454
  ---
@@ -535,7 +535,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
535
535
  $ pulumi import gcp:datacatalog/policyTagIamMember:PolicyTagIamMember editor {{policy_tag}}
536
536
  ```
537
537
 
538
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
538
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
539
539
 
540
540
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
541
541
 
@@ -176,7 +176,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
176
176
  member="user:jane@example.com")
177
177
  ```
178
178
 
179
- ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
179
+ ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
180
180
 
181
181
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
182
182
  ---
@@ -263,7 +263,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
263
263
  $ pulumi import gcp:datacatalog/policyTagIamPolicy:PolicyTagIamPolicy editor {{policy_tag}}
264
264
  ```
265
265
 
266
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
266
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
267
267
 
268
268
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
269
269
 
@@ -333,7 +333,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
333
333
  member="user:jane@example.com")
334
334
  ```
335
335
 
336
- ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
336
+ ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
337
337
 
338
338
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
339
339
  ---
@@ -420,7 +420,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
420
420
  $ pulumi import gcp:datacatalog/policyTagIamPolicy:PolicyTagIamPolicy editor {{policy_tag}}
421
421
  ```
422
422
 
423
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
423
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
424
424
 
425
425
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
426
426
 
@@ -433,7 +433,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/tagTemplateIamBinding:TagTemplateIamBinding editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
434
434
  ```
435
435
 
436
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/tagTemplateIamBinding:TagTemplateIamBinding editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
610
610
  ```
611
611
 
612
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -433,7 +433,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/tagTemplateIamMember:TagTemplateIamMember editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
434
434
  ```
435
435
 
436
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/tagTemplateIamMember:TagTemplateIamMember editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
610
610
  ```
611
611
 
612
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -330,7 +330,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
330
330
  $ pulumi import gcp:datacatalog/tagTemplateIamPolicy:TagTemplateIamPolicy editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
331
331
  ```
332
332
 
333
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
333
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
334
334
 
335
335
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
336
336
 
@@ -494,7 +494,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
494
494
  $ pulumi import gcp:datacatalog/tagTemplateIamPolicy:TagTemplateIamPolicy editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
495
495
  ```
496
496
 
497
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
497
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
498
498
 
499
499
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
500
500
 
@@ -433,7 +433,7 @@ class TaxonomyIamBinding(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/taxonomyIamBinding:TaxonomyIamBinding editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
434
434
  ```
435
435
 
436
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class TaxonomyIamBinding(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/taxonomyIamBinding:TaxonomyIamBinding editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
610
610
  ```
611
611
 
612
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -433,7 +433,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
433
433
  $ pulumi import gcp:datacatalog/taxonomyIamMember:TaxonomyIamMember editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
434
434
  ```
435
435
 
436
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
436
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
437
437
 
438
438
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
439
439
 
@@ -609,7 +609,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
609
609
  $ pulumi import gcp:datacatalog/taxonomyIamMember:TaxonomyIamMember editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
610
610
  ```
611
611
 
612
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
612
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
613
613
 
614
614
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
615
615
 
@@ -330,7 +330,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
330
330
  $ pulumi import gcp:datacatalog/taxonomyIamPolicy:TaxonomyIamPolicy editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
331
331
  ```
332
332
 
333
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
333
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
334
334
 
335
335
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
336
336
 
@@ -494,7 +494,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
494
494
  $ pulumi import gcp:datacatalog/taxonomyIamPolicy:TaxonomyIamPolicy editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
495
495
  ```
496
496
 
497
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
497
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
498
498
 
499
499
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
500
500
 
@@ -457,7 +457,7 @@ class AspectTypeIamBinding(pulumi.CustomResource):
457
457
  $ pulumi import gcp:dataplex/aspectTypeIamBinding:AspectTypeIamBinding editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
458
458
  ```
459
459
 
460
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
460
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
461
461
 
462
462
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
463
463
 
@@ -648,7 +648,7 @@ class AspectTypeIamBinding(pulumi.CustomResource):
648
648
  $ pulumi import gcp:dataplex/aspectTypeIamBinding:AspectTypeIamBinding editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
649
649
  ```
650
650
 
651
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
651
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
652
652
 
653
653
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
654
654
 
@@ -457,7 +457,7 @@ class AspectTypeIamMember(pulumi.CustomResource):
457
457
  $ pulumi import gcp:dataplex/aspectTypeIamMember:AspectTypeIamMember editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
458
458
  ```
459
459
 
460
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
460
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
461
461
 
462
462
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
463
463
 
@@ -648,7 +648,7 @@ class AspectTypeIamMember(pulumi.CustomResource):
648
648
  $ pulumi import gcp:dataplex/aspectTypeIamMember:AspectTypeIamMember editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
649
649
  ```
650
650
 
651
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
651
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
652
652
 
653
653
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
654
654
 
@@ -354,7 +354,7 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
354
354
  $ pulumi import gcp:dataplex/aspectTypeIamPolicy:AspectTypeIamPolicy editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
355
355
  ```
356
356
 
357
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
357
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
358
358
 
359
359
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
360
360
 
@@ -533,7 +533,7 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
533
533
  $ pulumi import gcp:dataplex/aspectTypeIamPolicy:AspectTypeIamPolicy editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
534
534
  ```
535
535
 
536
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
536
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
537
537
 
538
538
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
539
539
 
@@ -505,7 +505,7 @@ class AssetIamBinding(pulumi.CustomResource):
505
505
  $ pulumi import gcp:dataplex/assetIamBinding:AssetIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
506
506
  ```
507
507
 
508
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
508
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
509
509
 
510
510
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
511
511
 
@@ -705,7 +705,7 @@ class AssetIamBinding(pulumi.CustomResource):
705
705
  $ pulumi import gcp:dataplex/assetIamBinding:AssetIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
706
706
  ```
707
707
 
708
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
708
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
709
709
 
710
710
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
711
711
 
@@ -505,7 +505,7 @@ class AssetIamMember(pulumi.CustomResource):
505
505
  $ pulumi import gcp:dataplex/assetIamMember:AssetIamMember editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
506
506
  ```
507
507
 
508
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
508
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
509
509
 
510
510
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
511
511
 
@@ -705,7 +705,7 @@ class AssetIamMember(pulumi.CustomResource):
705
705
  $ pulumi import gcp:dataplex/assetIamMember:AssetIamMember editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
706
706
  ```
707
707
 
708
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
708
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
709
709
 
710
710
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
711
711
 
@@ -402,7 +402,7 @@ class AssetIamPolicy(pulumi.CustomResource):
402
402
  $ pulumi import gcp:dataplex/assetIamPolicy:AssetIamPolicy editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
403
403
  ```
404
404
 
405
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
405
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
406
406
 
407
407
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
408
408
 
@@ -590,7 +590,7 @@ class AssetIamPolicy(pulumi.CustomResource):
590
590
  $ pulumi import gcp:dataplex/assetIamPolicy:AssetIamPolicy editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
591
591
  ```
592
592
 
593
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
593
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
594
594
 
595
595
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
596
596
 
@@ -457,7 +457,7 @@ class DatascanIamBinding(pulumi.CustomResource):
457
457
  $ pulumi import gcp:dataplex/datascanIamBinding:DatascanIamBinding editor projects/{{project}}/locations/{{location}}/dataScans/{{data_scan_id}}
458
458
  ```
459
459
 
460
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
460
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
461
461
 
462
462
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
463
463
 
@@ -648,7 +648,7 @@ class DatascanIamBinding(pulumi.CustomResource):
648
648
  $ pulumi import gcp:dataplex/datascanIamBinding:DatascanIamBinding editor projects/{{project}}/locations/{{location}}/dataScans/{{data_scan_id}}
649
649
  ```
650
650
 
651
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
651
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
652
652
 
653
653
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
654
654
 
@@ -457,7 +457,7 @@ class DatascanIamMember(pulumi.CustomResource):
457
457
  $ pulumi import gcp:dataplex/datascanIamMember:DatascanIamMember editor projects/{{project}}/locations/{{location}}/dataScans/{{data_scan_id}}
458
458
  ```
459
459
 
460
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
460
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
461
461
 
462
462
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
463
463
 
@@ -648,7 +648,7 @@ class DatascanIamMember(pulumi.CustomResource):
648
648
  $ pulumi import gcp:dataplex/datascanIamMember:DatascanIamMember editor projects/{{project}}/locations/{{location}}/dataScans/{{data_scan_id}}
649
649
  ```
650
650
 
651
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
651
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
652
652
 
653
653
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
654
654
 
@@ -354,7 +354,7 @@ class DatascanIamPolicy(pulumi.CustomResource):
354
354
  $ pulumi import gcp:dataplex/datascanIamPolicy:DatascanIamPolicy editor projects/{{project}}/locations/{{location}}/dataScans/{{data_scan_id}}
355
355
  ```
356
356
 
357
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
357
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
358
358
 
359
359
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
360
360
 
@@ -533,7 +533,7 @@ class DatascanIamPolicy(pulumi.CustomResource):
533
533
  $ pulumi import gcp:dataplex/datascanIamPolicy:DatascanIamPolicy editor projects/{{project}}/locations/{{location}}/dataScans/{{data_scan_id}}
534
534
  ```
535
535
 
536
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
536
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
537
537
 
538
538
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
539
539