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
@@ -71,8 +71,6 @@ __all__ = [
71
71
  'DatasetAccessViewArgsDict',
72
72
  'DatasetDefaultEncryptionConfigurationArgs',
73
73
  'DatasetDefaultEncryptionConfigurationArgsDict',
74
- 'DatasetExternalCatalogDatasetOptionsArgs',
75
- 'DatasetExternalCatalogDatasetOptionsArgsDict',
76
74
  'DatasetExternalDatasetReferenceArgs',
77
75
  'DatasetExternalDatasetReferenceArgsDict',
78
76
  'DatasetIamBindingConditionArgs',
@@ -2077,64 +2075,6 @@ class DatasetDefaultEncryptionConfigurationArgs:
2077
2075
  pulumi.set(self, "kms_key_name", value)
2078
2076
 
2079
2077
 
2080
- if not MYPY:
2081
- class DatasetExternalCatalogDatasetOptionsArgsDict(TypedDict):
2082
- default_storage_location_uri: NotRequired[pulumi.Input[str]]
2083
- """
2084
- The storage location URI for all tables in the dataset. Equivalent to hive metastore's
2085
- database locationUri. Maximum length of 1024 characters.
2086
- """
2087
- parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
2088
- """
2089
- A map of key value pairs defining the parameters and properties of the open source schema.
2090
- Maximum size of 2Mib.
2091
- """
2092
- elif False:
2093
- DatasetExternalCatalogDatasetOptionsArgsDict: TypeAlias = Mapping[str, Any]
2094
-
2095
- @pulumi.input_type
2096
- class DatasetExternalCatalogDatasetOptionsArgs:
2097
- def __init__(__self__, *,
2098
- default_storage_location_uri: Optional[pulumi.Input[str]] = None,
2099
- parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
2100
- """
2101
- :param pulumi.Input[str] default_storage_location_uri: The storage location URI for all tables in the dataset. Equivalent to hive metastore's
2102
- database locationUri. Maximum length of 1024 characters.
2103
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: A map of key value pairs defining the parameters and properties of the open source schema.
2104
- Maximum size of 2Mib.
2105
- """
2106
- if default_storage_location_uri is not None:
2107
- pulumi.set(__self__, "default_storage_location_uri", default_storage_location_uri)
2108
- if parameters is not None:
2109
- pulumi.set(__self__, "parameters", parameters)
2110
-
2111
- @property
2112
- @pulumi.getter(name="defaultStorageLocationUri")
2113
- def default_storage_location_uri(self) -> Optional[pulumi.Input[str]]:
2114
- """
2115
- The storage location URI for all tables in the dataset. Equivalent to hive metastore's
2116
- database locationUri. Maximum length of 1024 characters.
2117
- """
2118
- return pulumi.get(self, "default_storage_location_uri")
2119
-
2120
- @default_storage_location_uri.setter
2121
- def default_storage_location_uri(self, value: Optional[pulumi.Input[str]]):
2122
- pulumi.set(self, "default_storage_location_uri", value)
2123
-
2124
- @property
2125
- @pulumi.getter
2126
- def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
2127
- """
2128
- A map of key value pairs defining the parameters and properties of the open source schema.
2129
- Maximum size of 2Mib.
2130
- """
2131
- return pulumi.get(self, "parameters")
2132
-
2133
- @parameters.setter
2134
- def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
2135
- pulumi.set(self, "parameters", value)
2136
-
2137
-
2138
2078
  if not MYPY:
2139
2079
  class DatasetExternalDatasetReferenceArgsDict(TypedDict):
2140
2080
  connection: pulumi.Input[str]
@@ -708,7 +708,7 @@ class Connection(pulumi.CustomResource):
708
708
  cluster_config={
709
709
  "software_config": {
710
710
  "override_properties": {
711
- "dataproc:dataproc.allow.zero.workers": "true",
711
+ "dataproc_dataproc_allow_zero_workers": "true",
712
712
  },
713
713
  },
714
714
  "master_config": {
@@ -1014,7 +1014,7 @@ class Connection(pulumi.CustomResource):
1014
1014
  cluster_config={
1015
1015
  "software_config": {
1016
1016
  "override_properties": {
1017
- "dataproc:dataproc.allow.zero.workers": "true",
1017
+ "dataproc_dataproc_allow_zero_workers": "true",
1018
1018
  },
1019
1019
  },
1020
1020
  "master_config": {
@@ -489,7 +489,7 @@ class ConnectionIamBinding(pulumi.CustomResource):
489
489
  $ pulumi import gcp:bigquery/connectionIamBinding:ConnectionIamBinding editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
490
490
  ```
491
491
 
492
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
492
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
493
493
 
494
494
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
495
495
 
@@ -687,7 +687,7 @@ class ConnectionIamBinding(pulumi.CustomResource):
687
687
  $ pulumi import gcp:bigquery/connectionIamBinding:ConnectionIamBinding editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
688
688
  ```
689
689
 
690
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
690
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
691
691
 
692
692
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
693
693
 
@@ -489,7 +489,7 @@ class ConnectionIamMember(pulumi.CustomResource):
489
489
  $ pulumi import gcp:bigquery/connectionIamMember:ConnectionIamMember editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
490
490
  ```
491
491
 
492
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
492
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
493
493
 
494
494
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
495
495
 
@@ -687,7 +687,7 @@ class ConnectionIamMember(pulumi.CustomResource):
687
687
  $ pulumi import gcp:bigquery/connectionIamMember:ConnectionIamMember editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
688
688
  ```
689
689
 
690
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
690
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
691
691
 
692
692
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
693
693
 
@@ -386,7 +386,7 @@ class ConnectionIamPolicy(pulumi.CustomResource):
386
386
  $ pulumi import gcp:bigquery/connectionIamPolicy:ConnectionIamPolicy editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
387
387
  ```
388
388
 
389
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
389
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
390
390
 
391
391
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
392
392
 
@@ -572,7 +572,7 @@ class ConnectionIamPolicy(pulumi.CustomResource):
572
572
  $ pulumi import gcp:bigquery/connectionIamPolicy:ConnectionIamPolicy editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
573
573
  ```
574
574
 
575
- -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
575
+ -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
576
576
 
577
577
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
578
578
 
@@ -29,7 +29,6 @@ class DatasetArgs:
29
29
  default_table_expiration_ms: Optional[pulumi.Input[int]] = None,
30
30
  delete_contents_on_destroy: Optional[pulumi.Input[bool]] = None,
31
31
  description: Optional[pulumi.Input[str]] = None,
32
- external_catalog_dataset_options: Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']] = None,
33
32
  external_dataset_reference: Optional[pulumi.Input['DatasetExternalDatasetReferenceArgs']] = None,
34
33
  friendly_name: Optional[pulumi.Input[str]] = None,
35
34
  is_case_insensitive: Optional[pulumi.Input[bool]] = None,
@@ -90,9 +89,6 @@ class DatasetArgs:
90
89
  dataset when destroying the resource; otherwise,
91
90
  destroying the resource will fail if tables are present.
92
91
  :param pulumi.Input[str] description: A user-friendly description of the dataset
93
- :param pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs'] external_catalog_dataset_options: Options defining open source compatible datasets living in the BigQuery catalog. Contains
94
- metadata of open source database, schema or namespace represented by the current dataset.
95
- Structure is documented below.
96
92
  :param pulumi.Input['DatasetExternalDatasetReferenceArgs'] external_dataset_reference: Information about the external metadata storage where the dataset is defined.
97
93
  Structure is documented below.
98
94
  :param pulumi.Input[str] friendly_name: A descriptive name for the dataset
@@ -140,8 +136,6 @@ class DatasetArgs:
140
136
  pulumi.set(__self__, "delete_contents_on_destroy", delete_contents_on_destroy)
141
137
  if description is not None:
142
138
  pulumi.set(__self__, "description", description)
143
- if external_catalog_dataset_options is not None:
144
- pulumi.set(__self__, "external_catalog_dataset_options", external_catalog_dataset_options)
145
139
  if external_dataset_reference is not None:
146
140
  pulumi.set(__self__, "external_dataset_reference", external_dataset_reference)
147
141
  if friendly_name is not None:
@@ -298,20 +292,6 @@ class DatasetArgs:
298
292
  def description(self, value: Optional[pulumi.Input[str]]):
299
293
  pulumi.set(self, "description", value)
300
294
 
301
- @property
302
- @pulumi.getter(name="externalCatalogDatasetOptions")
303
- def external_catalog_dataset_options(self) -> Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']]:
304
- """
305
- Options defining open source compatible datasets living in the BigQuery catalog. Contains
306
- metadata of open source database, schema or namespace represented by the current dataset.
307
- Structure is documented below.
308
- """
309
- return pulumi.get(self, "external_catalog_dataset_options")
310
-
311
- @external_catalog_dataset_options.setter
312
- def external_catalog_dataset_options(self, value: Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']]):
313
- pulumi.set(self, "external_catalog_dataset_options", value)
314
-
315
295
  @property
316
296
  @pulumi.getter(name="externalDatasetReference")
317
297
  def external_dataset_reference(self) -> Optional[pulumi.Input['DatasetExternalDatasetReferenceArgs']]:
@@ -457,7 +437,6 @@ class _DatasetState:
457
437
  description: Optional[pulumi.Input[str]] = None,
458
438
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
459
439
  etag: Optional[pulumi.Input[str]] = None,
460
- external_catalog_dataset_options: Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']] = None,
461
440
  external_dataset_reference: Optional[pulumi.Input['DatasetExternalDatasetReferenceArgs']] = None,
462
441
  friendly_name: Optional[pulumi.Input[str]] = None,
463
442
  is_case_insensitive: Optional[pulumi.Input[bool]] = None,
@@ -525,9 +504,6 @@ class _DatasetState:
525
504
  :param pulumi.Input[str] description: A user-friendly description of the dataset
526
505
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
527
506
  :param pulumi.Input[str] etag: A hash of the resource.
528
- :param pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs'] external_catalog_dataset_options: Options defining open source compatible datasets living in the BigQuery catalog. Contains
529
- metadata of open source database, schema or namespace represented by the current dataset.
530
- Structure is documented below.
531
507
  :param pulumi.Input['DatasetExternalDatasetReferenceArgs'] external_dataset_reference: Information about the external metadata storage where the dataset is defined.
532
508
  Structure is documented below.
533
509
  :param pulumi.Input[str] friendly_name: A descriptive name for the dataset
@@ -587,8 +563,6 @@ class _DatasetState:
587
563
  pulumi.set(__self__, "effective_labels", effective_labels)
588
564
  if etag is not None:
589
565
  pulumi.set(__self__, "etag", etag)
590
- if external_catalog_dataset_options is not None:
591
- pulumi.set(__self__, "external_catalog_dataset_options", external_catalog_dataset_options)
592
566
  if external_dataset_reference is not None:
593
567
  pulumi.set(__self__, "external_dataset_reference", external_dataset_reference)
594
568
  if friendly_name is not None:
@@ -788,20 +762,6 @@ class _DatasetState:
788
762
  def etag(self, value: Optional[pulumi.Input[str]]):
789
763
  pulumi.set(self, "etag", value)
790
764
 
791
- @property
792
- @pulumi.getter(name="externalCatalogDatasetOptions")
793
- def external_catalog_dataset_options(self) -> Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']]:
794
- """
795
- Options defining open source compatible datasets living in the BigQuery catalog. Contains
796
- metadata of open source database, schema or namespace represented by the current dataset.
797
- Structure is documented below.
798
- """
799
- return pulumi.get(self, "external_catalog_dataset_options")
800
-
801
- @external_catalog_dataset_options.setter
802
- def external_catalog_dataset_options(self, value: Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']]):
803
- pulumi.set(self, "external_catalog_dataset_options", value)
804
-
805
765
  @property
806
766
  @pulumi.getter(name="externalDatasetReference")
807
767
  def external_dataset_reference(self) -> Optional[pulumi.Input['DatasetExternalDatasetReferenceArgs']]:
@@ -984,7 +944,6 @@ class Dataset(pulumi.CustomResource):
984
944
  default_table_expiration_ms: Optional[pulumi.Input[int]] = None,
985
945
  delete_contents_on_destroy: Optional[pulumi.Input[bool]] = None,
986
946
  description: Optional[pulumi.Input[str]] = None,
987
- external_catalog_dataset_options: Optional[pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']]] = None,
988
947
  external_dataset_reference: Optional[pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']]] = None,
989
948
  friendly_name: Optional[pulumi.Input[str]] = None,
990
949
  is_case_insensitive: Optional[pulumi.Input[bool]] = None,
@@ -1122,7 +1081,7 @@ class Dataset(pulumi.CustomResource):
1122
1081
  "name": "value",
1123
1082
  "argument_kind": "FIXED_TYPE",
1124
1083
  "data_type": json.dumps({
1125
- "typeKind": "INT64",
1084
+ "type_kind": "INT64",
1126
1085
  }),
1127
1086
  }],
1128
1087
  return_table_type=json.dumps({
@@ -1166,24 +1125,6 @@ class Dataset(pulumi.CustomResource):
1166
1125
  "connection": "projects/project/locations/aws-us-east-1/connections/connection",
1167
1126
  })
1168
1127
  ```
1169
- ### Bigquery Dataset External Catalog Dataset Options
1170
-
1171
- ```python
1172
- import pulumi
1173
- import pulumi_gcp as gcp
1174
-
1175
- dataset = gcp.bigquery.Dataset("dataset",
1176
- dataset_id="example_dataset",
1177
- friendly_name="test",
1178
- description="This is a test description",
1179
- location="US",
1180
- external_catalog_dataset_options={
1181
- "parameters": {
1182
- "dataset_owner": "test_dataset_owner",
1183
- },
1184
- "default_storage_location_uri": "gs://test_dataset/tables",
1185
- })
1186
- ```
1187
1128
 
1188
1129
  ## Import
1189
1130
 
@@ -1260,9 +1201,6 @@ class Dataset(pulumi.CustomResource):
1260
1201
  dataset when destroying the resource; otherwise,
1261
1202
  destroying the resource will fail if tables are present.
1262
1203
  :param pulumi.Input[str] description: A user-friendly description of the dataset
1263
- :param pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']] external_catalog_dataset_options: Options defining open source compatible datasets living in the BigQuery catalog. Contains
1264
- metadata of open source database, schema or namespace represented by the current dataset.
1265
- Structure is documented below.
1266
1204
  :param pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']] external_dataset_reference: Information about the external metadata storage where the dataset is defined.
1267
1205
  Structure is documented below.
1268
1206
  :param pulumi.Input[str] friendly_name: A descriptive name for the dataset
@@ -1428,7 +1366,7 @@ class Dataset(pulumi.CustomResource):
1428
1366
  "name": "value",
1429
1367
  "argument_kind": "FIXED_TYPE",
1430
1368
  "data_type": json.dumps({
1431
- "typeKind": "INT64",
1369
+ "type_kind": "INT64",
1432
1370
  }),
1433
1371
  }],
1434
1372
  return_table_type=json.dumps({
@@ -1472,24 +1410,6 @@ class Dataset(pulumi.CustomResource):
1472
1410
  "connection": "projects/project/locations/aws-us-east-1/connections/connection",
1473
1411
  })
1474
1412
  ```
1475
- ### Bigquery Dataset External Catalog Dataset Options
1476
-
1477
- ```python
1478
- import pulumi
1479
- import pulumi_gcp as gcp
1480
-
1481
- dataset = gcp.bigquery.Dataset("dataset",
1482
- dataset_id="example_dataset",
1483
- friendly_name="test",
1484
- description="This is a test description",
1485
- location="US",
1486
- external_catalog_dataset_options={
1487
- "parameters": {
1488
- "dataset_owner": "test_dataset_owner",
1489
- },
1490
- "default_storage_location_uri": "gs://test_dataset/tables",
1491
- })
1492
- ```
1493
1413
 
1494
1414
  ## Import
1495
1415
 
@@ -1538,7 +1458,6 @@ class Dataset(pulumi.CustomResource):
1538
1458
  default_table_expiration_ms: Optional[pulumi.Input[int]] = None,
1539
1459
  delete_contents_on_destroy: Optional[pulumi.Input[bool]] = None,
1540
1460
  description: Optional[pulumi.Input[str]] = None,
1541
- external_catalog_dataset_options: Optional[pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']]] = None,
1542
1461
  external_dataset_reference: Optional[pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']]] = None,
1543
1462
  friendly_name: Optional[pulumi.Input[str]] = None,
1544
1463
  is_case_insensitive: Optional[pulumi.Input[bool]] = None,
@@ -1567,7 +1486,6 @@ class Dataset(pulumi.CustomResource):
1567
1486
  __props__.__dict__["default_table_expiration_ms"] = default_table_expiration_ms
1568
1487
  __props__.__dict__["delete_contents_on_destroy"] = delete_contents_on_destroy
1569
1488
  __props__.__dict__["description"] = description
1570
- __props__.__dict__["external_catalog_dataset_options"] = external_catalog_dataset_options
1571
1489
  __props__.__dict__["external_dataset_reference"] = external_dataset_reference
1572
1490
  __props__.__dict__["friendly_name"] = friendly_name
1573
1491
  __props__.__dict__["is_case_insensitive"] = is_case_insensitive
@@ -1606,7 +1524,6 @@ class Dataset(pulumi.CustomResource):
1606
1524
  description: Optional[pulumi.Input[str]] = None,
1607
1525
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1608
1526
  etag: Optional[pulumi.Input[str]] = None,
1609
- external_catalog_dataset_options: Optional[pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']]] = None,
1610
1527
  external_dataset_reference: Optional[pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']]] = None,
1611
1528
  friendly_name: Optional[pulumi.Input[str]] = None,
1612
1529
  is_case_insensitive: Optional[pulumi.Input[bool]] = None,
@@ -1679,9 +1596,6 @@ class Dataset(pulumi.CustomResource):
1679
1596
  :param pulumi.Input[str] description: A user-friendly description of the dataset
1680
1597
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
1681
1598
  :param pulumi.Input[str] etag: A hash of the resource.
1682
- :param pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']] external_catalog_dataset_options: Options defining open source compatible datasets living in the BigQuery catalog. Contains
1683
- metadata of open source database, schema or namespace represented by the current dataset.
1684
- Structure is documented below.
1685
1599
  :param pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']] external_dataset_reference: Information about the external metadata storage where the dataset is defined.
1686
1600
  Structure is documented below.
1687
1601
  :param pulumi.Input[str] friendly_name: A descriptive name for the dataset
@@ -1734,7 +1648,6 @@ class Dataset(pulumi.CustomResource):
1734
1648
  __props__.__dict__["description"] = description
1735
1649
  __props__.__dict__["effective_labels"] = effective_labels
1736
1650
  __props__.__dict__["etag"] = etag
1737
- __props__.__dict__["external_catalog_dataset_options"] = external_catalog_dataset_options
1738
1651
  __props__.__dict__["external_dataset_reference"] = external_dataset_reference
1739
1652
  __props__.__dict__["friendly_name"] = friendly_name
1740
1653
  __props__.__dict__["is_case_insensitive"] = is_case_insensitive
@@ -1879,16 +1792,6 @@ class Dataset(pulumi.CustomResource):
1879
1792
  """
1880
1793
  return pulumi.get(self, "etag")
1881
1794
 
1882
- @property
1883
- @pulumi.getter(name="externalCatalogDatasetOptions")
1884
- def external_catalog_dataset_options(self) -> pulumi.Output[Optional['outputs.DatasetExternalCatalogDatasetOptions']]:
1885
- """
1886
- Options defining open source compatible datasets living in the BigQuery catalog. Contains
1887
- metadata of open source database, schema or namespace represented by the current dataset.
1888
- Structure is documented below.
1889
- """
1890
- return pulumi.get(self, "external_catalog_dataset_options")
1891
-
1892
1795
  @property
1893
1796
  @pulumi.getter(name="externalDatasetReference")
1894
1797
  def external_dataset_reference(self) -> pulumi.Output[Optional['outputs.DatasetExternalDatasetReference']]:
@@ -614,7 +614,7 @@ class DatasetAccess(pulumi.CustomResource):
614
614
  "name": "value",
615
615
  "argument_kind": "FIXED_TYPE",
616
616
  "data_type": json.dumps({
617
- "typeKind": "INT64",
617
+ "type_kind": "INT64",
618
618
  }),
619
619
  }],
620
620
  return_table_type=json.dumps({
@@ -768,7 +768,7 @@ class DatasetAccess(pulumi.CustomResource):
768
768
  "name": "value",
769
769
  "argument_kind": "FIXED_TYPE",
770
770
  "data_type": json.dumps({
771
- "typeKind": "INT64",
771
+ "type_kind": "INT64",
772
772
  }),
773
773
  }],
774
774
  return_table_type=json.dumps({
@@ -36,9 +36,6 @@ class DatasetIamBindingArgs:
36
36
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
37
37
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
38
38
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
39
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
40
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
41
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
42
39
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
43
40
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
44
41
  :param pulumi.Input[str] role: The role that should be applied. Only one
@@ -78,9 +75,6 @@ class DatasetIamBindingArgs:
78
75
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
79
76
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
80
77
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
81
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
82
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
83
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
84
78
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
85
79
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
86
80
  """
@@ -147,9 +141,6 @@ class _DatasetIamBindingState:
147
141
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
148
142
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
149
143
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
150
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
151
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
152
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
153
144
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
154
145
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
155
146
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -215,9 +206,6 @@ class _DatasetIamBindingState:
215
206
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
216
207
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
217
208
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
218
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
219
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
220
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
221
209
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
222
210
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
223
211
  """
@@ -327,22 +315,6 @@ class DatasetIamBinding(pulumi.CustomResource):
327
315
  member="user:jane@example.com")
328
316
  ```
329
317
 
330
- ## bigquery.DatasetIamPolicy
331
-
332
- ```python
333
- import pulumi
334
- import pulumi_gcp as gcp
335
-
336
- owner = gcp.organizations.get_iam_policy(bindings=[{
337
- "role": "roles/bigquery.dataOwner",
338
- "members": ["user:jane@example.com"],
339
- }])
340
- dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
341
- dataset = gcp.bigquery.DatasetIamPolicy("dataset",
342
- dataset_id=dataset_dataset.dataset_id,
343
- policy_data=owner.policy_data)
344
- ```
345
-
346
318
  ## bigquery.DatasetIamBinding
347
319
 
348
320
  ```python
@@ -405,9 +377,6 @@ class DatasetIamBinding(pulumi.CustomResource):
405
377
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
406
378
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
407
379
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
408
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
409
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
410
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
411
380
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
412
381
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
413
382
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -483,22 +452,6 @@ class DatasetIamBinding(pulumi.CustomResource):
483
452
  member="user:jane@example.com")
484
453
  ```
485
454
 
486
- ## bigquery.DatasetIamPolicy
487
-
488
- ```python
489
- import pulumi
490
- import pulumi_gcp as gcp
491
-
492
- owner = gcp.organizations.get_iam_policy(bindings=[{
493
- "role": "roles/bigquery.dataOwner",
494
- "members": ["user:jane@example.com"],
495
- }])
496
- dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
497
- dataset = gcp.bigquery.DatasetIamPolicy("dataset",
498
- dataset_id=dataset_dataset.dataset_id,
499
- policy_data=owner.policy_data)
500
- ```
501
-
502
455
  ## bigquery.DatasetIamBinding
503
456
 
504
457
  ```python
@@ -624,9 +577,6 @@ class DatasetIamBinding(pulumi.CustomResource):
624
577
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
625
578
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
626
579
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
627
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
628
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
629
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
630
580
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
631
581
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
632
582
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -679,9 +629,6 @@ class DatasetIamBinding(pulumi.CustomResource):
679
629
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
680
630
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
681
631
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
682
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
683
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
684
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
685
632
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
686
633
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
687
634
  """
@@ -36,9 +36,6 @@ class DatasetIamMemberArgs:
36
36
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
37
37
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
38
38
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
39
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
40
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
41
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
42
39
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
43
40
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
44
41
  :param pulumi.Input[str] role: The role that should be applied. Only one
@@ -78,9 +75,6 @@ class DatasetIamMemberArgs:
78
75
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
79
76
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
80
77
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
81
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
82
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
83
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
84
78
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
85
79
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
86
80
  """
@@ -147,9 +141,6 @@ class _DatasetIamMemberState:
147
141
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
148
142
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
149
143
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
150
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
151
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
152
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
153
144
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
154
145
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
155
146
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -215,9 +206,6 @@ class _DatasetIamMemberState:
215
206
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
216
207
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
217
208
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
218
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
219
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
220
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
221
209
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
222
210
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
223
211
  """
@@ -327,22 +315,6 @@ class DatasetIamMember(pulumi.CustomResource):
327
315
  member="user:jane@example.com")
328
316
  ```
329
317
 
330
- ## bigquery.DatasetIamPolicy
331
-
332
- ```python
333
- import pulumi
334
- import pulumi_gcp as gcp
335
-
336
- owner = gcp.organizations.get_iam_policy(bindings=[{
337
- "role": "roles/bigquery.dataOwner",
338
- "members": ["user:jane@example.com"],
339
- }])
340
- dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
341
- dataset = gcp.bigquery.DatasetIamPolicy("dataset",
342
- dataset_id=dataset_dataset.dataset_id,
343
- policy_data=owner.policy_data)
344
- ```
345
-
346
318
  ## bigquery.DatasetIamBinding
347
319
 
348
320
  ```python
@@ -405,9 +377,6 @@ class DatasetIamMember(pulumi.CustomResource):
405
377
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
406
378
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
407
379
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
408
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
409
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
410
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
411
380
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
412
381
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
413
382
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -483,22 +452,6 @@ class DatasetIamMember(pulumi.CustomResource):
483
452
  member="user:jane@example.com")
484
453
  ```
485
454
 
486
- ## bigquery.DatasetIamPolicy
487
-
488
- ```python
489
- import pulumi
490
- import pulumi_gcp as gcp
491
-
492
- owner = gcp.organizations.get_iam_policy(bindings=[{
493
- "role": "roles/bigquery.dataOwner",
494
- "members": ["user:jane@example.com"],
495
- }])
496
- dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
497
- dataset = gcp.bigquery.DatasetIamPolicy("dataset",
498
- dataset_id=dataset_dataset.dataset_id,
499
- policy_data=owner.policy_data)
500
- ```
501
-
502
455
  ## bigquery.DatasetIamBinding
503
456
 
504
457
  ```python
@@ -624,9 +577,6 @@ class DatasetIamMember(pulumi.CustomResource):
624
577
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
625
578
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
626
579
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
627
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
628
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
629
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
630
580
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
631
581
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
632
582
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -679,9 +629,6 @@ class DatasetIamMember(pulumi.CustomResource):
679
629
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
680
630
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
681
631
  * **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
682
- * **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
683
- * **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
684
- * **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
685
632
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
686
633
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
687
634
  """