pulumi-gcp 7.32.0a1721151794__py3-none-any.whl → 7.33.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (391) hide show
  1. pulumi_gcp/__init__.py +11 -0
  2. pulumi_gcp/_utilities.py +5 -4
  3. pulumi_gcp/accesscontextmanager/access_level.py +8 -8
  4. pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
  5. pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
  6. pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
  7. pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
  8. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
  9. pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
  10. pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
  11. pulumi_gcp/alloydb/cluster.py +22 -46
  12. pulumi_gcp/alloydb/instance.py +8 -8
  13. pulumi_gcp/apigee/addons_config.py +14 -14
  14. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
  15. pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
  16. pulumi_gcp/appengine/domain_mapping.py +2 -2
  17. pulumi_gcp/appengine/engine_split_traffic.py +10 -10
  18. pulumi_gcp/appengine/flexible_app_version.py +18 -18
  19. pulumi_gcp/appengine/service_network_settings.py +4 -4
  20. pulumi_gcp/appengine/standard_app_version.py +26 -26
  21. pulumi_gcp/apphub/application.py +12 -12
  22. pulumi_gcp/apphub/service.py +12 -12
  23. pulumi_gcp/applicationintegration/auth_config.py +4 -4
  24. pulumi_gcp/applicationintegration/client.py +8 -8
  25. pulumi_gcp/artifactregistry/repository.py +102 -102
  26. pulumi_gcp/assuredworkloads/workload.py +26 -26
  27. pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
  28. pulumi_gcp/beyondcorp/app_connection.py +6 -6
  29. pulumi_gcp/beyondcorp/app_connector.py +4 -4
  30. pulumi_gcp/biglake/database.py +2 -2
  31. pulumi_gcp/biglake/table.py +24 -24
  32. pulumi_gcp/bigquery/_inputs.py +0 -12
  33. pulumi_gcp/bigquery/app_profile.py +56 -56
  34. pulumi_gcp/bigquery/connection.py +42 -42
  35. pulumi_gcp/bigquery/dataset.py +30 -58
  36. pulumi_gcp/bigquery/dataset_access.py +26 -54
  37. pulumi_gcp/bigquery/job.py +126 -126
  38. pulumi_gcp/bigquery/outputs.py +0 -24
  39. pulumi_gcp/bigquery/reservation.py +2 -2
  40. pulumi_gcp/bigquery/routine.py +40 -40
  41. pulumi_gcp/bigquery/table.py +8 -8
  42. pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
  43. pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
  44. pulumi_gcp/bigtable/authorized_view.py +104 -0
  45. pulumi_gcp/bigtable/gc_policy.py +8 -8
  46. pulumi_gcp/bigtable/instance.py +24 -24
  47. pulumi_gcp/bigtable/table.py +6 -6
  48. pulumi_gcp/billing/budget.py +64 -64
  49. pulumi_gcp/binaryauthorization/attestor.py +20 -20
  50. pulumi_gcp/binaryauthorization/policy.py +26 -26
  51. pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
  52. pulumi_gcp/certificateauthority/authority.py +222 -222
  53. pulumi_gcp/certificateauthority/ca_pool.py +108 -108
  54. pulumi_gcp/certificateauthority/certificate.py +338 -338
  55. pulumi_gcp/certificateauthority/certificate_template.py +70 -70
  56. pulumi_gcp/certificatemanager/certificate.py +76 -76
  57. pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
  58. pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
  59. pulumi_gcp/certificatemanager/trust_config.py +12 -12
  60. pulumi_gcp/cloudasset/folder_feed.py +2 -2
  61. pulumi_gcp/cloudasset/organization_feed.py +2 -2
  62. pulumi_gcp/cloudasset/project_feed.py +2 -2
  63. pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
  64. pulumi_gcp/cloudbuild/trigger.py +228 -228
  65. pulumi_gcp/cloudbuild/worker_pool.py +16 -16
  66. pulumi_gcp/cloudbuildv2/connection.py +24 -24
  67. pulumi_gcp/cloudbuildv2/repository.py +18 -18
  68. pulumi_gcp/clouddeploy/automation.py +16 -16
  69. pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
  70. pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
  71. pulumi_gcp/clouddeploy/target.py +6 -6
  72. pulumi_gcp/clouddomains/registration.py +48 -48
  73. pulumi_gcp/cloudfunctionsv2/function.py +292 -292
  74. pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
  75. pulumi_gcp/cloudrun/domain_mapping.py +2 -2
  76. pulumi_gcp/cloudrun/service.py +60 -60
  77. pulumi_gcp/cloudrunv2/job.py +30 -30
  78. pulumi_gcp/cloudrunv2/service.py +78 -78
  79. pulumi_gcp/cloudscheduler/job.py +40 -40
  80. pulumi_gcp/cloudtasks/queue.py +16 -16
  81. pulumi_gcp/composer/get_image_versions.py +4 -4
  82. pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
  83. pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
  84. pulumi_gcp/composer/user_workloads_config_map.py +4 -4
  85. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  86. pulumi_gcp/compute/_inputs.py +14 -0
  87. pulumi_gcp/compute/address.py +6 -6
  88. pulumi_gcp/compute/attached_disk.py +2 -2
  89. pulumi_gcp/compute/autoscaler.py +24 -24
  90. pulumi_gcp/compute/backend_bucket.py +8 -8
  91. pulumi_gcp/compute/backend_service.py +72 -72
  92. pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
  93. pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
  94. pulumi_gcp/compute/external_vpn_gateway.py +2 -2
  95. pulumi_gcp/compute/firewall_policy_rule.py +18 -18
  96. pulumi_gcp/compute/forwarding_rule.py +24 -24
  97. pulumi_gcp/compute/get_disk.py +2 -2
  98. pulumi_gcp/compute/get_image.py +2 -2
  99. pulumi_gcp/compute/get_instance_serial_port.py +4 -4
  100. pulumi_gcp/compute/global_address.py +16 -4
  101. pulumi_gcp/compute/global_forwarding_rule.py +50 -50
  102. pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
  103. pulumi_gcp/compute/health_check.py +42 -42
  104. pulumi_gcp/compute/instance.py +4 -4
  105. pulumi_gcp/compute/instance_from_template.py +6 -6
  106. pulumi_gcp/compute/instance_group_manager.py +18 -18
  107. pulumi_gcp/compute/instance_group_membership.py +2 -2
  108. pulumi_gcp/compute/instance_group_named_port.py +4 -4
  109. pulumi_gcp/compute/instance_template.py +24 -24
  110. pulumi_gcp/compute/machine_image.py +6 -6
  111. pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
  112. pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
  113. pulumi_gcp/compute/network_attachment.py +4 -4
  114. pulumi_gcp/compute/network_endpoint.py +4 -4
  115. pulumi_gcp/compute/network_endpoint_list.py +12 -12
  116. pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
  117. pulumi_gcp/compute/network_peering_routes_config.py +18 -18
  118. pulumi_gcp/compute/node_group.py +12 -12
  119. pulumi_gcp/compute/organization_security_policy_association.py +8 -8
  120. pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
  121. pulumi_gcp/compute/outputs.py +8 -0
  122. pulumi_gcp/compute/packet_mirroring.py +8 -8
  123. pulumi_gcp/compute/per_instance_config.py +8 -8
  124. pulumi_gcp/compute/region_autoscaler.py +18 -18
  125. pulumi_gcp/compute/region_backend_service.py +42 -42
  126. pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
  127. pulumi_gcp/compute/region_health_check.py +42 -42
  128. pulumi_gcp/compute/region_instance_group_manager.py +18 -18
  129. pulumi_gcp/compute/region_network_endpoint.py +4 -4
  130. pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
  131. pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
  132. pulumi_gcp/compute/region_per_instance_config.py +12 -12
  133. pulumi_gcp/compute/region_security_policy.py +2 -2
  134. pulumi_gcp/compute/region_security_policy_rule.py +32 -32
  135. pulumi_gcp/compute/region_target_http_proxy.py +10 -10
  136. pulumi_gcp/compute/region_target_https_proxy.py +28 -28
  137. pulumi_gcp/compute/region_url_map.py +314 -314
  138. pulumi_gcp/compute/reservation.py +6 -6
  139. pulumi_gcp/compute/resource_policy.py +56 -56
  140. pulumi_gcp/compute/router.py +6 -6
  141. pulumi_gcp/compute/router_nat.py +16 -16
  142. pulumi_gcp/compute/router_peer.py +16 -16
  143. pulumi_gcp/compute/security_policy.py +54 -54
  144. pulumi_gcp/compute/security_policy_rule.py +20 -20
  145. pulumi_gcp/compute/service_attachment.py +12 -12
  146. pulumi_gcp/compute/subnetwork.py +8 -8
  147. pulumi_gcp/compute/target_grpc_proxy.py +66 -66
  148. pulumi_gcp/compute/target_http_proxy.py +16 -16
  149. pulumi_gcp/compute/target_https_proxy.py +40 -40
  150. pulumi_gcp/compute/target_instance.py +12 -12
  151. pulumi_gcp/compute/url_map.py +324 -324
  152. pulumi_gcp/config/__init__.pyi +2 -0
  153. pulumi_gcp/config/vars.py +4 -0
  154. pulumi_gcp/container/attached_cluster.py +20 -20
  155. pulumi_gcp/container/aws_cluster.py +176 -176
  156. pulumi_gcp/container/aws_node_pool.py +288 -288
  157. pulumi_gcp/container/azure_cluster.py +34 -34
  158. pulumi_gcp/container/azure_node_pool.py +38 -38
  159. pulumi_gcp/container/cluster.py +10 -10
  160. pulumi_gcp/container/node_pool.py +18 -18
  161. pulumi_gcp/containeranalysis/note.py +4 -4
  162. pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
  163. pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
  164. pulumi_gcp/datacatalog/entry.py +2 -2
  165. pulumi_gcp/datacatalog/tag.py +112 -112
  166. pulumi_gcp/datacatalog/tag_template.py +28 -28
  167. pulumi_gcp/dataflow/pipeline.py +32 -32
  168. pulumi_gcp/dataform/repository.py +10 -10
  169. pulumi_gcp/dataform/repository_release_config.py +24 -24
  170. pulumi_gcp/dataform/repository_workflow_config.py +36 -36
  171. pulumi_gcp/datafusion/instance.py +14 -14
  172. pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
  173. pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
  174. pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
  175. pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
  176. pulumi_gcp/dataplex/asset.py +2 -2
  177. pulumi_gcp/dataplex/datascan.py +76 -76
  178. pulumi_gcp/dataplex/task.py +64 -64
  179. pulumi_gcp/dataplex/zone.py +2 -2
  180. pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
  181. pulumi_gcp/dataproc/cluster.py +58 -58
  182. pulumi_gcp/dataproc/job.py +18 -18
  183. pulumi_gcp/dataproc/metastore_federation.py +10 -10
  184. pulumi_gcp/dataproc/metastore_service.py +52 -52
  185. pulumi_gcp/dataproc/workflow_template.py +52 -52
  186. pulumi_gcp/datastream/connection_profile.py +18 -18
  187. pulumi_gcp/datastream/stream.py +222 -222
  188. pulumi_gcp/diagflow/cx_agent.py +22 -22
  189. pulumi_gcp/diagflow/cx_entity_type.py +2 -2
  190. pulumi_gcp/diagflow/cx_environment.py +2 -2
  191. pulumi_gcp/diagflow/cx_flow.py +98 -98
  192. pulumi_gcp/diagflow/cx_intent.py +6 -6
  193. pulumi_gcp/diagflow/cx_page.py +154 -154
  194. pulumi_gcp/diagflow/cx_security_settings.py +22 -22
  195. pulumi_gcp/diagflow/cx_test_case.py +46 -46
  196. pulumi_gcp/diagflow/cx_version.py +2 -2
  197. pulumi_gcp/diagflow/cx_webhook.py +2 -2
  198. pulumi_gcp/diagflow/fulfillment.py +2 -2
  199. pulumi_gcp/discoveryengine/chat_engine.py +8 -8
  200. pulumi_gcp/discoveryengine/data_store.py +12 -12
  201. pulumi_gcp/dns/get_keys.py +2 -2
  202. pulumi_gcp/dns/managed_zone.py +48 -48
  203. pulumi_gcp/dns/policy.py +12 -12
  204. pulumi_gcp/dns/record_set.py +20 -20
  205. pulumi_gcp/dns/response_policy.py +26 -26
  206. pulumi_gcp/dns/response_policy_rule.py +6 -6
  207. pulumi_gcp/edgecontainer/cluster.py +32 -32
  208. pulumi_gcp/edgecontainer/node_pool.py +28 -28
  209. pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
  210. pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
  211. pulumi_gcp/eventarc/trigger.py +10 -10
  212. pulumi_gcp/filestore/backup.py +4 -4
  213. pulumi_gcp/filestore/instance.py +28 -28
  214. pulumi_gcp/filestore/snapshot.py +4 -4
  215. pulumi_gcp/firebase/android_app.py +8 -8
  216. pulumi_gcp/firebase/apple_app.py +4 -4
  217. pulumi_gcp/firebase/extensions_instance.py +34 -34
  218. pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
  219. pulumi_gcp/firebase/hosting_release.py +4 -4
  220. pulumi_gcp/firebase/hosting_version.py +4 -4
  221. pulumi_gcp/firebase/web_app.py +4 -4
  222. pulumi_gcp/firestore/database.py +4 -4
  223. pulumi_gcp/firestore/field.py +6 -6
  224. pulumi_gcp/firestore/index.py +16 -16
  225. pulumi_gcp/folder/access_approval_settings.py +4 -4
  226. pulumi_gcp/folder/iam_audit_config.py +12 -12
  227. pulumi_gcp/folder/iam_member.py +12 -12
  228. pulumi_gcp/folder/iam_policy.py +12 -12
  229. pulumi_gcp/folder/organization_policy.py +2 -2
  230. pulumi_gcp/gkebackup/backup_plan.py +130 -130
  231. pulumi_gcp/gkebackup/restore_plan.py +262 -262
  232. pulumi_gcp/gkehub/__init__.py +1 -0
  233. pulumi_gcp/gkehub/feature.py +90 -90
  234. pulumi_gcp/gkehub/feature_membership.py +66 -66
  235. pulumi_gcp/gkehub/fleet.py +4 -4
  236. pulumi_gcp/gkehub/get_membership_binding.py +222 -0
  237. pulumi_gcp/gkehub/membership.py +14 -14
  238. pulumi_gcp/gkehub/membership_binding.py +4 -4
  239. pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
  240. pulumi_gcp/gkehub/outputs.py +19 -0
  241. pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
  242. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
  243. pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
  244. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
  245. pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
  246. pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
  247. pulumi_gcp/healthcare/dataset.py +2 -2
  248. pulumi_gcp/healthcare/dicom_store.py +10 -10
  249. pulumi_gcp/healthcare/fhir_store.py +22 -22
  250. pulumi_gcp/healthcare/hl7_store.py +10 -10
  251. pulumi_gcp/iam/access_boundary_policy.py +16 -16
  252. pulumi_gcp/iam/deny_policy.py +18 -18
  253. pulumi_gcp/iam/workforce_pool.py +4 -4
  254. pulumi_gcp/iam/workforce_pool_provider.py +84 -84
  255. pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
  256. pulumi_gcp/iap/client.py +7 -7
  257. pulumi_gcp/identityplatform/config.py +32 -32
  258. pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
  259. pulumi_gcp/identityplatform/project_default_config.py +10 -10
  260. pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
  261. pulumi_gcp/integrationconnectors/connection.py +132 -132
  262. pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
  263. pulumi_gcp/kms/_inputs.py +40 -0
  264. pulumi_gcp/kms/crypto_key.py +103 -0
  265. pulumi_gcp/kms/ekm_connection.py +6 -6
  266. pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
  267. pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
  268. pulumi_gcp/kms/outputs.py +112 -0
  269. pulumi_gcp/kms/secret_ciphertext.py +4 -4
  270. pulumi_gcp/logging/folder_bucket_config.py +2 -2
  271. pulumi_gcp/logging/metric.py +28 -28
  272. pulumi_gcp/logging/organization_bucket_config.py +2 -2
  273. pulumi_gcp/logging/project_bucket_config.py +4 -4
  274. pulumi_gcp/looker/instance.py +38 -38
  275. pulumi_gcp/managedkafka/cluster.py +18 -18
  276. pulumi_gcp/managedkafka/topic.py +8 -8
  277. pulumi_gcp/memcache/instance.py +8 -8
  278. pulumi_gcp/migrationcenter/preference_set.py +46 -46
  279. pulumi_gcp/monitoring/alert_policy.py +42 -42
  280. pulumi_gcp/monitoring/custom_service.py +2 -2
  281. pulumi_gcp/monitoring/generic_service.py +4 -4
  282. pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
  283. pulumi_gcp/monitoring/get_notification_channel.py +8 -8
  284. pulumi_gcp/monitoring/metric_descriptor.py +10 -10
  285. pulumi_gcp/monitoring/notification_channel.py +2 -2
  286. pulumi_gcp/monitoring/slo.py +28 -28
  287. pulumi_gcp/monitoring/uptime_check_config.py +66 -66
  288. pulumi_gcp/netapp/backup.py +2 -2
  289. pulumi_gcp/netapp/volume_replication.py +6 -6
  290. pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
  291. pulumi_gcp/networkconnectivity/spoke.py +16 -16
  292. pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
  293. pulumi_gcp/networksecurity/address_group.py +1 -1
  294. pulumi_gcp/networksecurity/authorization_policy.py +10 -10
  295. pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
  296. pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
  297. pulumi_gcp/networksecurity/security_profile.py +6 -6
  298. pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
  299. pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
  300. pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
  301. pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
  302. pulumi_gcp/networkservices/edge_cache_service.py +260 -260
  303. pulumi_gcp/networkservices/endpoint_policy.py +14 -14
  304. pulumi_gcp/networkservices/gateway.py +8 -8
  305. pulumi_gcp/networkservices/grpc_route.py +36 -36
  306. pulumi_gcp/networkservices/http_route.py +148 -148
  307. pulumi_gcp/networkservices/service_lb_policies.py +2 -2
  308. pulumi_gcp/networkservices/tcp_route.py +16 -16
  309. pulumi_gcp/networkservices/tls_route.py +12 -12
  310. pulumi_gcp/notebooks/instance.py +10 -10
  311. pulumi_gcp/notebooks/runtime.py +90 -90
  312. pulumi_gcp/organizations/access_approval_settings.py +8 -8
  313. pulumi_gcp/organizations/iam_audit_config.py +4 -4
  314. pulumi_gcp/organizations/iam_member.py +12 -12
  315. pulumi_gcp/organizations/iam_policy.py +12 -12
  316. pulumi_gcp/organizations/policy.py +2 -2
  317. pulumi_gcp/orgpolicy/policy.py +12 -12
  318. pulumi_gcp/osconfig/guest_policies.py +28 -28
  319. pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
  320. pulumi_gcp/osconfig/patch_deployment.py +70 -70
  321. pulumi_gcp/privilegedaccessmanager/entitlement.py +24 -20
  322. pulumi_gcp/projects/access_approval_settings.py +6 -6
  323. pulumi_gcp/projects/api_key.py +28 -28
  324. pulumi_gcp/projects/iam_audit_config.py +12 -12
  325. pulumi_gcp/projects/iam_binding.py +12 -12
  326. pulumi_gcp/projects/iam_member.py +12 -12
  327. pulumi_gcp/projects/iam_policy.py +12 -12
  328. pulumi_gcp/projects/organization_policy.py +2 -2
  329. pulumi_gcp/provider.py +20 -0
  330. pulumi_gcp/pubsub/lite_subscription.py +8 -8
  331. pulumi_gcp/pubsub/lite_topic.py +8 -8
  332. pulumi_gcp/pubsub/subscription.py +50 -50
  333. pulumi_gcp/pubsub/topic.py +12 -12
  334. pulumi_gcp/pulumi-plugin.json +1 -1
  335. pulumi_gcp/recaptcha/enterprise_key.py +54 -54
  336. pulumi_gcp/redis/instance.py +8 -8
  337. pulumi_gcp/secretmanager/secret.py +6 -6
  338. pulumi_gcp/secretmanager/secret_version.py +6 -6
  339. pulumi_gcp/securesourcemanager/instance.py +30 -30
  340. pulumi_gcp/securesourcemanager/repository.py +2 -2
  341. pulumi_gcp/securitycenter/__init__.py +1 -0
  342. pulumi_gcp/securitycenter/_inputs.py +93 -0
  343. pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
  344. pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
  345. pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
  346. pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
  347. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
  348. pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
  349. pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
  350. pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
  351. pulumi_gcp/securitycenter/outputs.py +59 -0
  352. pulumi_gcp/securitycenter/project_custom_module.py +12 -12
  353. pulumi_gcp/securitycenter/project_notification_config.py +518 -0
  354. pulumi_gcp/securityposture/posture.py +52 -52
  355. pulumi_gcp/siteverification/__init__.py +8 -0
  356. pulumi_gcp/siteverification/get_token.py +221 -0
  357. pulumi_gcp/sourcerepo/repository.py +4 -4
  358. pulumi_gcp/spanner/instance.py +12 -12
  359. pulumi_gcp/sql/database_instance.py +28 -28
  360. pulumi_gcp/sql/user.py +4 -4
  361. pulumi_gcp/storage/bucket.py +12 -12
  362. pulumi_gcp/storage/get_project_service_account.py +2 -2
  363. pulumi_gcp/storage/insights_report_config.py +16 -16
  364. pulumi_gcp/storage/transfer_agent_pool.py +2 -2
  365. pulumi_gcp/storage/transfer_job.py +38 -38
  366. pulumi_gcp/tpu/v2_vm.py +8 -8
  367. pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
  368. pulumi_gcp/vertex/ai_endpoint.py +2 -2
  369. pulumi_gcp/vertex/ai_feature_group.py +6 -6
  370. pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
  371. pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
  372. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
  373. pulumi_gcp/vertex/ai_feature_store.py +14 -14
  374. pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
  375. pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
  376. pulumi_gcp/vertex/ai_index.py +28 -28
  377. pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
  378. pulumi_gcp/vertex/ai_tensorboard.py +2 -2
  379. pulumi_gcp/vmwareengine/cluster.py +36 -36
  380. pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
  381. pulumi_gcp/vmwareengine/external_address.py +12 -12
  382. pulumi_gcp/vmwareengine/private_cloud.py +26 -26
  383. pulumi_gcp/vmwareengine/subnet.py +12 -12
  384. pulumi_gcp/workbench/instance.py +66 -66
  385. pulumi_gcp/workstations/workstation.py +8 -8
  386. pulumi_gcp/workstations/workstation_cluster.py +4 -4
  387. pulumi_gcp/workstations/workstation_config.py +122 -122
  388. {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/METADATA +1 -1
  389. {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/RECORD +391 -387
  390. {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/WHEEL +1 -1
  391. {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/top_level.txt +0 -0
@@ -63,7 +63,6 @@ class DatasetArgs:
63
63
  Structure is documented below.
64
64
  :param pulumi.Input[int] default_partition_expiration_ms: The default partition expiration for all partitioned tables in
65
65
  the dataset, in milliseconds.
66
-
67
66
  Once this property is set, all newly-created partitioned tables in
68
67
  the dataset will have an `expirationMs` property in the `timePartitioning`
69
68
  settings set to this value, and changing the value will only
@@ -77,7 +76,6 @@ class DatasetArgs:
77
76
  over the default partition expiration time indicated by this property.
78
77
  :param pulumi.Input[int] default_table_expiration_ms: The default lifetime of all tables in the dataset, in milliseconds.
79
78
  The minimum value is 3600000 milliseconds (one hour).
80
-
81
79
  Once this property is set, all newly-created tables in the dataset
82
80
  will have an `expirationTime` property set to the creation time plus
83
81
  the value in this property, and changing the value will only affect
@@ -104,12 +102,10 @@ class DatasetArgs:
104
102
  Please refer to the field `effective_labels` for all of the labels present on the resource.
105
103
  :param pulumi.Input[str] location: The geographic location where the dataset should reside.
106
104
  See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
107
-
108
105
  There are two types of locations, regional or multi-regional. A regional
109
106
  location is a specific geographic place, such as Tokyo, and a multi-regional
110
107
  location is a large geographic area, such as the United States, that
111
108
  contains at least two geographic places.
112
-
113
109
  The default value is multi-regional location `US`.
114
110
  Changing this forces a new resource to be created.
115
111
  :param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
@@ -230,7 +226,6 @@ class DatasetArgs:
230
226
  """
231
227
  The default partition expiration for all partitioned tables in
232
228
  the dataset, in milliseconds.
233
-
234
229
  Once this property is set, all newly-created partitioned tables in
235
230
  the dataset will have an `expirationMs` property in the `timePartitioning`
236
231
  settings set to this value, and changing the value will only
@@ -255,7 +250,6 @@ class DatasetArgs:
255
250
  """
256
251
  The default lifetime of all tables in the dataset, in milliseconds.
257
252
  The minimum value is 3600000 milliseconds (one hour).
258
-
259
253
  Once this property is set, all newly-created tables in the dataset
260
254
  will have an `expirationTime` property set to the creation time plus
261
255
  the value in this property, and changing the value will only affect
@@ -359,12 +353,10 @@ class DatasetArgs:
359
353
  """
360
354
  The geographic location where the dataset should reside.
361
355
  See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
362
-
363
356
  There are two types of locations, regional or multi-regional. A regional
364
357
  location is a specific geographic place, such as Tokyo, and a multi-regional
365
358
  location is a large geographic area, such as the United States, that
366
359
  contains at least two geographic places.
367
-
368
360
  The default value is multi-regional location `US`.
369
361
  Changing this forces a new resource to be created.
370
362
  """
@@ -484,7 +476,6 @@ class _DatasetState:
484
476
  Structure is documented below.
485
477
  :param pulumi.Input[int] default_partition_expiration_ms: The default partition expiration for all partitioned tables in
486
478
  the dataset, in milliseconds.
487
-
488
479
  Once this property is set, all newly-created partitioned tables in
489
480
  the dataset will have an `expirationMs` property in the `timePartitioning`
490
481
  settings set to this value, and changing the value will only
@@ -498,7 +489,6 @@ class _DatasetState:
498
489
  over the default partition expiration time indicated by this property.
499
490
  :param pulumi.Input[int] default_table_expiration_ms: The default lifetime of all tables in the dataset, in milliseconds.
500
491
  The minimum value is 3600000 milliseconds (one hour).
501
-
502
492
  Once this property is set, all newly-created tables in the dataset
503
493
  will have an `expirationTime` property set to the creation time plus
504
494
  the value in this property, and changing the value will only affect
@@ -529,12 +519,10 @@ class _DatasetState:
529
519
  milliseconds since the epoch.
530
520
  :param pulumi.Input[str] location: The geographic location where the dataset should reside.
531
521
  See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
532
-
533
522
  There are two types of locations, regional or multi-regional. A regional
534
523
  location is a specific geographic place, such as Tokyo, and a multi-regional
535
524
  location is a large geographic area, such as the United States, that
536
525
  contains at least two geographic places.
537
-
538
526
  The default value is multi-regional location `US`.
539
527
  Changing this forces a new resource to be created.
540
528
  :param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
@@ -684,7 +672,6 @@ class _DatasetState:
684
672
  """
685
673
  The default partition expiration for all partitioned tables in
686
674
  the dataset, in milliseconds.
687
-
688
675
  Once this property is set, all newly-created partitioned tables in
689
676
  the dataset will have an `expirationMs` property in the `timePartitioning`
690
677
  settings set to this value, and changing the value will only
@@ -709,7 +696,6 @@ class _DatasetState:
709
696
  """
710
697
  The default lifetime of all tables in the dataset, in milliseconds.
711
698
  The minimum value is 3600000 milliseconds (one hour).
712
-
713
699
  Once this property is set, all newly-created tables in the dataset
714
700
  will have an `expirationTime` property set to the creation time plus
715
701
  the value in this property, and changing the value will only affect
@@ -850,12 +836,10 @@ class _DatasetState:
850
836
  """
851
837
  The geographic location where the dataset should reside.
852
838
  See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
853
-
854
839
  There are two types of locations, regional or multi-regional. A regional
855
840
  location is a specific geographic place, such as Tokyo, and a multi-regional
856
841
  location is a large geographic area, such as the United States, that
857
842
  contains at least two geographic places.
858
-
859
843
  The default value is multi-regional location `US`.
860
844
  Changing this forces a new resource to be created.
861
845
  """
@@ -992,7 +976,7 @@ class Dataset(pulumi.CustomResource):
992
976
  accesses=[
993
977
  {
994
978
  "role": "OWNER",
995
- "userByEmail": bqowner.email,
979
+ "user_by_email": bqowner.email,
996
980
  },
997
981
  {
998
982
  "role": "READER",
@@ -1019,7 +1003,7 @@ class Dataset(pulumi.CustomResource):
1019
1003
  location="US",
1020
1004
  default_table_expiration_ms=3600000,
1021
1005
  default_encryption_configuration={
1022
- "kmsKeyName": crypto_key.id,
1006
+ "kms_key_name": crypto_key.id,
1023
1007
  })
1024
1008
  ```
1025
1009
  ### Bigquery Dataset Authorized Dataset
@@ -1041,7 +1025,7 @@ class Dataset(pulumi.CustomResource):
1041
1025
  accesses=[
1042
1026
  {
1043
1027
  "role": "OWNER",
1044
- "userByEmail": bqowner.email,
1028
+ "user_by_email": bqowner.email,
1045
1029
  },
1046
1030
  {
1047
1031
  "role": "READER",
@@ -1060,7 +1044,7 @@ class Dataset(pulumi.CustomResource):
1060
1044
  accesses=[
1061
1045
  {
1062
1046
  "role": "OWNER",
1063
- "userByEmail": bqowner.email,
1047
+ "user_by_email": bqowner.email,
1064
1048
  },
1065
1049
  {
1066
1050
  "role": "READER",
@@ -1069,10 +1053,10 @@ class Dataset(pulumi.CustomResource):
1069
1053
  {
1070
1054
  "dataset": {
1071
1055
  "dataset": {
1072
- "projectId": public.project,
1073
- "datasetId": public.dataset_id,
1056
+ "project_id": public.project,
1057
+ "dataset_id": public.dataset_id,
1074
1058
  },
1075
- "targetTypes": ["VIEWS"],
1059
+ "target_types": ["VIEWS"],
1076
1060
  },
1077
1061
  },
1078
1062
  ])
@@ -1095,9 +1079,9 @@ class Dataset(pulumi.CustomResource):
1095
1079
  definition_body="SELECT 1 + value AS value\\n",
1096
1080
  arguments=[{
1097
1081
  "name": "value",
1098
- "argumentKind": "FIXED_TYPE",
1099
- "dataType": json.dumps({
1100
- "typeKind": "INT64",
1082
+ "argument_kind": "FIXED_TYPE",
1083
+ "data_type": json.dumps({
1084
+ "type_kind": "INT64",
1101
1085
  }),
1102
1086
  }],
1103
1087
  return_table_type=json.dumps({
@@ -1114,13 +1098,13 @@ class Dataset(pulumi.CustomResource):
1114
1098
  accesses=[
1115
1099
  {
1116
1100
  "role": "OWNER",
1117
- "userByEmail": "my@service-account.com",
1101
+ "user_by_email": "my@service-account.com",
1118
1102
  },
1119
1103
  {
1120
1104
  "routine": {
1121
- "projectId": public_routine.project,
1122
- "datasetId": public_routine.dataset_id,
1123
- "routineId": public_routine.routine_id,
1105
+ "project_id": public_routine.project,
1106
+ "dataset_id": public_routine.dataset_id,
1107
+ "routine_id": public_routine.routine_id,
1124
1108
  },
1125
1109
  },
1126
1110
  ])
@@ -1137,7 +1121,7 @@ class Dataset(pulumi.CustomResource):
1137
1121
  description="This is a test description",
1138
1122
  location="aws-us-east-1",
1139
1123
  external_dataset_reference={
1140
- "externalSource": "aws-glue://arn:aws:glue:us-east-1:999999999999:database/database",
1124
+ "external_source": "aws-glue://arn:aws:glue:us-east-1:999999999999:database/database",
1141
1125
  "connection": "projects/project/locations/aws-us-east-1/connections/connection",
1142
1126
  })
1143
1127
  ```
@@ -1191,7 +1175,6 @@ class Dataset(pulumi.CustomResource):
1191
1175
  Structure is documented below.
1192
1176
  :param pulumi.Input[int] default_partition_expiration_ms: The default partition expiration for all partitioned tables in
1193
1177
  the dataset, in milliseconds.
1194
-
1195
1178
  Once this property is set, all newly-created partitioned tables in
1196
1179
  the dataset will have an `expirationMs` property in the `timePartitioning`
1197
1180
  settings set to this value, and changing the value will only
@@ -1205,7 +1188,6 @@ class Dataset(pulumi.CustomResource):
1205
1188
  over the default partition expiration time indicated by this property.
1206
1189
  :param pulumi.Input[int] default_table_expiration_ms: The default lifetime of all tables in the dataset, in milliseconds.
1207
1190
  The minimum value is 3600000 milliseconds (one hour).
1208
-
1209
1191
  Once this property is set, all newly-created tables in the dataset
1210
1192
  will have an `expirationTime` property set to the creation time plus
1211
1193
  the value in this property, and changing the value will only affect
@@ -1232,12 +1214,10 @@ class Dataset(pulumi.CustomResource):
1232
1214
  Please refer to the field `effective_labels` for all of the labels present on the resource.
1233
1215
  :param pulumi.Input[str] location: The geographic location where the dataset should reside.
1234
1216
  See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
1235
-
1236
1217
  There are two types of locations, regional or multi-regional. A regional
1237
1218
  location is a specific geographic place, such as Tokyo, and a multi-regional
1238
1219
  location is a large geographic area, such as the United States, that
1239
1220
  contains at least two geographic places.
1240
-
1241
1221
  The default value is multi-regional location `US`.
1242
1222
  Changing this forces a new resource to be created.
1243
1223
  :param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
@@ -1281,7 +1261,7 @@ class Dataset(pulumi.CustomResource):
1281
1261
  accesses=[
1282
1262
  {
1283
1263
  "role": "OWNER",
1284
- "userByEmail": bqowner.email,
1264
+ "user_by_email": bqowner.email,
1285
1265
  },
1286
1266
  {
1287
1267
  "role": "READER",
@@ -1308,7 +1288,7 @@ class Dataset(pulumi.CustomResource):
1308
1288
  location="US",
1309
1289
  default_table_expiration_ms=3600000,
1310
1290
  default_encryption_configuration={
1311
- "kmsKeyName": crypto_key.id,
1291
+ "kms_key_name": crypto_key.id,
1312
1292
  })
1313
1293
  ```
1314
1294
  ### Bigquery Dataset Authorized Dataset
@@ -1330,7 +1310,7 @@ class Dataset(pulumi.CustomResource):
1330
1310
  accesses=[
1331
1311
  {
1332
1312
  "role": "OWNER",
1333
- "userByEmail": bqowner.email,
1313
+ "user_by_email": bqowner.email,
1334
1314
  },
1335
1315
  {
1336
1316
  "role": "READER",
@@ -1349,7 +1329,7 @@ class Dataset(pulumi.CustomResource):
1349
1329
  accesses=[
1350
1330
  {
1351
1331
  "role": "OWNER",
1352
- "userByEmail": bqowner.email,
1332
+ "user_by_email": bqowner.email,
1353
1333
  },
1354
1334
  {
1355
1335
  "role": "READER",
@@ -1358,10 +1338,10 @@ class Dataset(pulumi.CustomResource):
1358
1338
  {
1359
1339
  "dataset": {
1360
1340
  "dataset": {
1361
- "projectId": public.project,
1362
- "datasetId": public.dataset_id,
1341
+ "project_id": public.project,
1342
+ "dataset_id": public.dataset_id,
1363
1343
  },
1364
- "targetTypes": ["VIEWS"],
1344
+ "target_types": ["VIEWS"],
1365
1345
  },
1366
1346
  },
1367
1347
  ])
@@ -1384,9 +1364,9 @@ class Dataset(pulumi.CustomResource):
1384
1364
  definition_body="SELECT 1 + value AS value\\n",
1385
1365
  arguments=[{
1386
1366
  "name": "value",
1387
- "argumentKind": "FIXED_TYPE",
1388
- "dataType": json.dumps({
1389
- "typeKind": "INT64",
1367
+ "argument_kind": "FIXED_TYPE",
1368
+ "data_type": json.dumps({
1369
+ "type_kind": "INT64",
1390
1370
  }),
1391
1371
  }],
1392
1372
  return_table_type=json.dumps({
@@ -1403,13 +1383,13 @@ class Dataset(pulumi.CustomResource):
1403
1383
  accesses=[
1404
1384
  {
1405
1385
  "role": "OWNER",
1406
- "userByEmail": "my@service-account.com",
1386
+ "user_by_email": "my@service-account.com",
1407
1387
  },
1408
1388
  {
1409
1389
  "routine": {
1410
- "projectId": public_routine.project,
1411
- "datasetId": public_routine.dataset_id,
1412
- "routineId": public_routine.routine_id,
1390
+ "project_id": public_routine.project,
1391
+ "dataset_id": public_routine.dataset_id,
1392
+ "routine_id": public_routine.routine_id,
1413
1393
  },
1414
1394
  },
1415
1395
  ])
@@ -1426,7 +1406,7 @@ class Dataset(pulumi.CustomResource):
1426
1406
  description="This is a test description",
1427
1407
  location="aws-us-east-1",
1428
1408
  external_dataset_reference={
1429
- "externalSource": "aws-glue://arn:aws:glue:us-east-1:999999999999:database/database",
1409
+ "external_source": "aws-glue://arn:aws:glue:us-east-1:999999999999:database/database",
1430
1410
  "connection": "projects/project/locations/aws-us-east-1/connections/connection",
1431
1411
  })
1432
1412
  ```
@@ -1588,7 +1568,6 @@ class Dataset(pulumi.CustomResource):
1588
1568
  Structure is documented below.
1589
1569
  :param pulumi.Input[int] default_partition_expiration_ms: The default partition expiration for all partitioned tables in
1590
1570
  the dataset, in milliseconds.
1591
-
1592
1571
  Once this property is set, all newly-created partitioned tables in
1593
1572
  the dataset will have an `expirationMs` property in the `timePartitioning`
1594
1573
  settings set to this value, and changing the value will only
@@ -1602,7 +1581,6 @@ class Dataset(pulumi.CustomResource):
1602
1581
  over the default partition expiration time indicated by this property.
1603
1582
  :param pulumi.Input[int] default_table_expiration_ms: The default lifetime of all tables in the dataset, in milliseconds.
1604
1583
  The minimum value is 3600000 milliseconds (one hour).
1605
-
1606
1584
  Once this property is set, all newly-created tables in the dataset
1607
1585
  will have an `expirationTime` property set to the creation time plus
1608
1586
  the value in this property, and changing the value will only affect
@@ -1633,12 +1611,10 @@ class Dataset(pulumi.CustomResource):
1633
1611
  milliseconds since the epoch.
1634
1612
  :param pulumi.Input[str] location: The geographic location where the dataset should reside.
1635
1613
  See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
1636
-
1637
1614
  There are two types of locations, regional or multi-regional. A regional
1638
1615
  location is a specific geographic place, such as Tokyo, and a multi-regional
1639
1616
  location is a large geographic area, such as the United States, that
1640
1617
  contains at least two geographic places.
1641
-
1642
1618
  The default value is multi-regional location `US`.
1643
1619
  Changing this forces a new resource to be created.
1644
1620
  :param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
@@ -1750,7 +1726,6 @@ class Dataset(pulumi.CustomResource):
1750
1726
  """
1751
1727
  The default partition expiration for all partitioned tables in
1752
1728
  the dataset, in milliseconds.
1753
-
1754
1729
  Once this property is set, all newly-created partitioned tables in
1755
1730
  the dataset will have an `expirationMs` property in the `timePartitioning`
1756
1731
  settings set to this value, and changing the value will only
@@ -1771,7 +1746,6 @@ class Dataset(pulumi.CustomResource):
1771
1746
  """
1772
1747
  The default lifetime of all tables in the dataset, in milliseconds.
1773
1748
  The minimum value is 3600000 milliseconds (one hour).
1774
-
1775
1749
  Once this property is set, all newly-created tables in the dataset
1776
1750
  will have an `expirationTime` property set to the creation time plus
1777
1751
  the value in this property, and changing the value will only affect
@@ -1872,12 +1846,10 @@ class Dataset(pulumi.CustomResource):
1872
1846
  """
1873
1847
  The geographic location where the dataset should reside.
1874
1848
  See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
1875
-
1876
1849
  There are two types of locations, regional or multi-regional. A regional
1877
1850
  location is a specific geographic place, such as Tokyo, and a multi-regional
1878
1851
  location is a large geographic area, such as the United States, that
1879
1852
  contains at least two geographic places.
1880
-
1881
1853
  The default value is multi-regional location `US`.
1882
1854
  Changing this forces a new resource to be created.
1883
1855
  """
@@ -62,13 +62,9 @@ class DatasetAccessInitArgs:
62
62
  needs to be granted again via an update operation.
63
63
  Structure is documented below.
64
64
  :param pulumi.Input[str] special_group: A special group to grant access to. Possible values include:
65
-
66
65
  * `projectOwners`: Owners of the enclosing project.
67
-
68
66
  * `projectReaders`: Readers of the enclosing project.
69
-
70
67
  * `projectWriters`: Writers of the enclosing project.
71
-
72
68
  * `allAuthenticatedUsers`: All authenticated BigQuery users.
73
69
  :param pulumi.Input[str] user_by_email: An email address of a user to grant access to. For example:
74
70
  fred@example.com
@@ -221,13 +217,9 @@ class DatasetAccessInitArgs:
221
217
  def special_group(self) -> Optional[pulumi.Input[str]]:
222
218
  """
223
219
  A special group to grant access to. Possible values include:
224
-
225
220
  * `projectOwners`: Owners of the enclosing project.
226
-
227
221
  * `projectReaders`: Readers of the enclosing project.
228
-
229
222
  * `projectWriters`: Writers of the enclosing project.
230
-
231
223
  * `allAuthenticatedUsers`: All authenticated BigQuery users.
232
224
  """
233
225
  return pulumi.get(self, "special_group")
@@ -314,13 +306,9 @@ class _DatasetAccessState:
314
306
  needs to be granted again via an update operation.
315
307
  Structure is documented below.
316
308
  :param pulumi.Input[str] special_group: A special group to grant access to. Possible values include:
317
-
318
309
  * `projectOwners`: Owners of the enclosing project.
319
-
320
310
  * `projectReaders`: Readers of the enclosing project.
321
-
322
311
  * `projectWriters`: Writers of the enclosing project.
323
-
324
312
  * `allAuthenticatedUsers`: All authenticated BigQuery users.
325
313
  :param pulumi.Input[str] user_by_email: An email address of a user to grant access to. For example:
326
314
  fred@example.com
@@ -489,13 +477,9 @@ class _DatasetAccessState:
489
477
  def special_group(self) -> Optional[pulumi.Input[str]]:
490
478
  """
491
479
  A special group to grant access to. Possible values include:
492
-
493
480
  * `projectOwners`: Owners of the enclosing project.
494
-
495
481
  * `projectReaders`: Readers of the enclosing project.
496
-
497
482
  * `projectWriters`: Writers of the enclosing project.
498
-
499
483
  * `allAuthenticatedUsers`: All authenticated BigQuery users.
500
484
  """
501
485
  return pulumi.get(self, "special_group")
@@ -582,14 +566,14 @@ class DatasetAccess(pulumi.CustomResource):
582
566
  table_id="example_table",
583
567
  view={
584
568
  "query": "SELECT state FROM [lookerdata:cdc.project_tycho_reports]",
585
- "useLegacySql": False,
569
+ "use_legacy_sql": False,
586
570
  })
587
571
  access = gcp.bigquery.DatasetAccess("access",
588
572
  dataset_id=private.dataset_id,
589
573
  view={
590
- "projectId": public_table.project,
591
- "datasetId": public.dataset_id,
592
- "tableId": public_table.table_id,
574
+ "project_id": public_table.project,
575
+ "dataset_id": public.dataset_id,
576
+ "table_id": public_table.table_id,
593
577
  })
594
578
  ```
595
579
  ### Bigquery Dataset Access Authorized Dataset
@@ -604,10 +588,10 @@ class DatasetAccess(pulumi.CustomResource):
604
588
  dataset_id=private.dataset_id,
605
589
  authorized_dataset={
606
590
  "dataset": {
607
- "projectId": public.project,
608
- "datasetId": public.dataset_id,
591
+ "project_id": public.project,
592
+ "dataset_id": public.dataset_id,
609
593
  },
610
- "targetTypes": ["VIEWS"],
594
+ "target_types": ["VIEWS"],
611
595
  })
612
596
  ```
613
597
  ### Bigquery Dataset Access Authorized Routine
@@ -628,9 +612,9 @@ class DatasetAccess(pulumi.CustomResource):
628
612
  definition_body="SELECT 1 + value AS value\\n",
629
613
  arguments=[{
630
614
  "name": "value",
631
- "argumentKind": "FIXED_TYPE",
632
- "dataType": json.dumps({
633
- "typeKind": "INT64",
615
+ "argument_kind": "FIXED_TYPE",
616
+ "data_type": json.dumps({
617
+ "type_kind": "INT64",
634
618
  }),
635
619
  }],
636
620
  return_table_type=json.dumps({
@@ -647,9 +631,9 @@ class DatasetAccess(pulumi.CustomResource):
647
631
  authorized_routine = gcp.bigquery.DatasetAccess("authorized_routine",
648
632
  dataset_id=private.dataset_id,
649
633
  routine={
650
- "projectId": public_routine.project,
651
- "datasetId": public_routine.dataset_id,
652
- "routineId": public_routine.routine_id,
634
+ "project_id": public_routine.project,
635
+ "dataset_id": public_routine.dataset_id,
636
+ "routine_id": public_routine.routine_id,
653
637
  })
654
638
  ```
655
639
 
@@ -687,13 +671,9 @@ class DatasetAccess(pulumi.CustomResource):
687
671
  needs to be granted again via an update operation.
688
672
  Structure is documented below.
689
673
  :param pulumi.Input[str] special_group: A special group to grant access to. Possible values include:
690
-
691
674
  * `projectOwners`: Owners of the enclosing project.
692
-
693
675
  * `projectReaders`: Readers of the enclosing project.
694
-
695
676
  * `projectWriters`: Writers of the enclosing project.
696
-
697
677
  * `allAuthenticatedUsers`: All authenticated BigQuery users.
698
678
  :param pulumi.Input[str] user_by_email: An email address of a user to grant access to. For example:
699
679
  fred@example.com
@@ -740,14 +720,14 @@ class DatasetAccess(pulumi.CustomResource):
740
720
  table_id="example_table",
741
721
  view={
742
722
  "query": "SELECT state FROM [lookerdata:cdc.project_tycho_reports]",
743
- "useLegacySql": False,
723
+ "use_legacy_sql": False,
744
724
  })
745
725
  access = gcp.bigquery.DatasetAccess("access",
746
726
  dataset_id=private.dataset_id,
747
727
  view={
748
- "projectId": public_table.project,
749
- "datasetId": public.dataset_id,
750
- "tableId": public_table.table_id,
728
+ "project_id": public_table.project,
729
+ "dataset_id": public.dataset_id,
730
+ "table_id": public_table.table_id,
751
731
  })
752
732
  ```
753
733
  ### Bigquery Dataset Access Authorized Dataset
@@ -762,10 +742,10 @@ class DatasetAccess(pulumi.CustomResource):
762
742
  dataset_id=private.dataset_id,
763
743
  authorized_dataset={
764
744
  "dataset": {
765
- "projectId": public.project,
766
- "datasetId": public.dataset_id,
745
+ "project_id": public.project,
746
+ "dataset_id": public.dataset_id,
767
747
  },
768
- "targetTypes": ["VIEWS"],
748
+ "target_types": ["VIEWS"],
769
749
  })
770
750
  ```
771
751
  ### Bigquery Dataset Access Authorized Routine
@@ -786,9 +766,9 @@ class DatasetAccess(pulumi.CustomResource):
786
766
  definition_body="SELECT 1 + value AS value\\n",
787
767
  arguments=[{
788
768
  "name": "value",
789
- "argumentKind": "FIXED_TYPE",
790
- "dataType": json.dumps({
791
- "typeKind": "INT64",
769
+ "argument_kind": "FIXED_TYPE",
770
+ "data_type": json.dumps({
771
+ "type_kind": "INT64",
792
772
  }),
793
773
  }],
794
774
  return_table_type=json.dumps({
@@ -805,9 +785,9 @@ class DatasetAccess(pulumi.CustomResource):
805
785
  authorized_routine = gcp.bigquery.DatasetAccess("authorized_routine",
806
786
  dataset_id=private.dataset_id,
807
787
  routine={
808
- "projectId": public_routine.project,
809
- "datasetId": public_routine.dataset_id,
810
- "routineId": public_routine.routine_id,
788
+ "project_id": public_routine.project,
789
+ "dataset_id": public_routine.dataset_id,
790
+ "routine_id": public_routine.routine_id,
811
791
  })
812
792
  ```
813
793
 
@@ -923,13 +903,9 @@ class DatasetAccess(pulumi.CustomResource):
923
903
  needs to be granted again via an update operation.
924
904
  Structure is documented below.
925
905
  :param pulumi.Input[str] special_group: A special group to grant access to. Possible values include:
926
-
927
906
  * `projectOwners`: Owners of the enclosing project.
928
-
929
907
  * `projectReaders`: Readers of the enclosing project.
930
-
931
908
  * `projectWriters`: Writers of the enclosing project.
932
-
933
909
  * `allAuthenticatedUsers`: All authenticated BigQuery users.
934
910
  :param pulumi.Input[str] user_by_email: An email address of a user to grant access to. For example:
935
911
  fred@example.com
@@ -1055,13 +1031,9 @@ class DatasetAccess(pulumi.CustomResource):
1055
1031
  def special_group(self) -> pulumi.Output[Optional[str]]:
1056
1032
  """
1057
1033
  A special group to grant access to. Possible values include:
1058
-
1059
1034
  * `projectOwners`: Owners of the enclosing project.
1060
-
1061
1035
  * `projectReaders`: Readers of the enclosing project.
1062
-
1063
1036
  * `projectWriters`: Writers of the enclosing project.
1064
-
1065
1037
  * `allAuthenticatedUsers`: All authenticated BigQuery users.
1066
1038
  """
1067
1039
  return pulumi.get(self, "special_group")