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
@@ -891,8 +891,8 @@ class Bucket(pulumi.CustomResource):
891
891
  force_destroy=True,
892
892
  uniform_bucket_level_access=True,
893
893
  website={
894
- "mainPageSuffix": "index.html",
895
- "notFoundPage": "404.html",
894
+ "main_page_suffix": "index.html",
895
+ "not_found_page": "404.html",
896
896
  },
897
897
  cors=[{
898
898
  "origins": ["http://image-store.com"],
@@ -903,8 +903,8 @@ class Bucket(pulumi.CustomResource):
903
903
  "POST",
904
904
  "DELETE",
905
905
  ],
906
- "responseHeaders": ["*"],
907
- "maxAgeSeconds": 3600,
906
+ "response_headers": ["*"],
907
+ "max_age_seconds": 3600,
908
908
  }])
909
909
  ```
910
910
 
@@ -954,8 +954,8 @@ class Bucket(pulumi.CustomResource):
954
954
  "type": "Delete",
955
955
  },
956
956
  "condition": {
957
- "daysSinceNoncurrentTime": 3,
958
- "noAge": True,
957
+ "days_since_noncurrent_time": 3,
958
+ "no_age": True,
959
959
  },
960
960
  }])
961
961
  ```
@@ -1066,8 +1066,8 @@ class Bucket(pulumi.CustomResource):
1066
1066
  force_destroy=True,
1067
1067
  uniform_bucket_level_access=True,
1068
1068
  website={
1069
- "mainPageSuffix": "index.html",
1070
- "notFoundPage": "404.html",
1069
+ "main_page_suffix": "index.html",
1070
+ "not_found_page": "404.html",
1071
1071
  },
1072
1072
  cors=[{
1073
1073
  "origins": ["http://image-store.com"],
@@ -1078,8 +1078,8 @@ class Bucket(pulumi.CustomResource):
1078
1078
  "POST",
1079
1079
  "DELETE",
1080
1080
  ],
1081
- "responseHeaders": ["*"],
1082
- "maxAgeSeconds": 3600,
1081
+ "response_headers": ["*"],
1082
+ "max_age_seconds": 3600,
1083
1083
  }])
1084
1084
  ```
1085
1085
 
@@ -1129,8 +1129,8 @@ class Bucket(pulumi.CustomResource):
1129
1129
  "type": "Delete",
1130
1130
  },
1131
1131
  "condition": {
1132
- "daysSinceNoncurrentTime": 3,
1133
- "noAge": True,
1132
+ "days_since_noncurrent_time": 3,
1133
+ "no_age": True,
1134
1134
  },
1135
1135
  }])
1136
1136
  ```
@@ -159,7 +159,7 @@ def get_project_service_account(project: Optional[str] = None,
159
159
  name="kms-protected-bucket",
160
160
  location="US",
161
161
  encryption={
162
- "defaultKmsKeyName": "your-crypto-key-id",
162
+ "default_kms_key_name": "your-crypto-key-id",
163
163
  },
164
164
  opts = pulumi.ResourceOptions(depends_on=[binding]))
165
165
  ```
@@ -251,7 +251,7 @@ def get_project_service_account_output(project: Optional[pulumi.Input[Optional[s
251
251
  name="kms-protected-bucket",
252
252
  location="US",
253
253
  encryption={
254
- "defaultKmsKeyName": "your-crypto-key-id",
254
+ "default_kms_key_name": "your-crypto-key-id",
255
255
  },
256
256
  opts = pulumi.ResourceOptions(depends_on=[binding]))
257
257
  ```
@@ -284,34 +284,34 @@ class InsightsReportConfig(pulumi.CustomResource):
284
284
  location="us-central1",
285
285
  frequency_options={
286
286
  "frequency": "WEEKLY",
287
- "startDate": {
287
+ "start_date": {
288
288
  "day": 15,
289
289
  "month": 3,
290
290
  "year": 2050,
291
291
  },
292
- "endDate": {
292
+ "end_date": {
293
293
  "day": 15,
294
294
  "month": 4,
295
295
  "year": 2050,
296
296
  },
297
297
  },
298
298
  csv_options={
299
- "recordSeparator": "\\n",
299
+ "record_separator": "\\n",
300
300
  "delimiter": ",",
301
- "headerRequired": False,
301
+ "header_required": False,
302
302
  },
303
303
  object_metadata_report_options={
304
- "metadataFields": [
304
+ "metadata_fields": [
305
305
  "bucket",
306
306
  "name",
307
307
  "project",
308
308
  ],
309
- "storageFilters": {
309
+ "storage_filters": {
310
310
  "bucket": report_bucket.name,
311
311
  },
312
- "storageDestinationOptions": {
312
+ "storage_destination_options": {
313
313
  "bucket": report_bucket.name,
314
- "destinationPath": "test-insights-reports",
314
+ "destination_path": "test-insights-reports",
315
315
  },
316
316
  },
317
317
  opts = pulumi.ResourceOptions(depends_on=[admin]))
@@ -389,34 +389,34 @@ class InsightsReportConfig(pulumi.CustomResource):
389
389
  location="us-central1",
390
390
  frequency_options={
391
391
  "frequency": "WEEKLY",
392
- "startDate": {
392
+ "start_date": {
393
393
  "day": 15,
394
394
  "month": 3,
395
395
  "year": 2050,
396
396
  },
397
- "endDate": {
397
+ "end_date": {
398
398
  "day": 15,
399
399
  "month": 4,
400
400
  "year": 2050,
401
401
  },
402
402
  },
403
403
  csv_options={
404
- "recordSeparator": "\\n",
404
+ "record_separator": "\\n",
405
405
  "delimiter": ",",
406
- "headerRequired": False,
406
+ "header_required": False,
407
407
  },
408
408
  object_metadata_report_options={
409
- "metadataFields": [
409
+ "metadata_fields": [
410
410
  "bucket",
411
411
  "name",
412
412
  "project",
413
413
  ],
414
- "storageFilters": {
414
+ "storage_filters": {
415
415
  "bucket": report_bucket.name,
416
416
  },
417
- "storageDestinationOptions": {
417
+ "storage_destination_options": {
418
418
  "bucket": report_bucket.name,
419
- "destinationPath": "test-insights-reports",
419
+ "destination_path": "test-insights-reports",
420
420
  },
421
421
  },
422
422
  opts = pulumi.ResourceOptions(depends_on=[admin]))
@@ -262,7 +262,7 @@ class TransferAgentPool(pulumi.CustomResource):
262
262
  name="agent-pool-example",
263
263
  display_name="Source A to destination Z",
264
264
  bandwidth_limit={
265
- "limitMbps": "120",
265
+ "limit_mbps": "120",
266
266
  },
267
267
  opts = pulumi.ResourceOptions(depends_on=[pubsub_editor_role]))
268
268
  ```
@@ -342,7 +342,7 @@ class TransferAgentPool(pulumi.CustomResource):
342
342
  name="agent-pool-example",
343
343
  display_name="Source A to destination Z",
344
344
  bandwidth_limit={
345
- "limitMbps": "120",
345
+ "limit_mbps": "120",
346
346
  },
347
347
  opts = pulumi.ResourceOptions(depends_on=[pubsub_editor_role]))
348
348
  ```
@@ -400,51 +400,51 @@ class TransferJob(pulumi.CustomResource):
400
400
  description="Nightly backup of S3 bucket",
401
401
  project=project,
402
402
  transfer_spec={
403
- "objectConditions": {
404
- "maxTimeElapsedSinceLastModification": "600s",
405
- "excludePrefixes": ["requests.gz"],
403
+ "object_conditions": {
404
+ "max_time_elapsed_since_last_modification": "600s",
405
+ "exclude_prefixes": ["requests.gz"],
406
406
  },
407
- "transferOptions": {
408
- "deleteObjectsUniqueInSink": False,
407
+ "transfer_options": {
408
+ "delete_objects_unique_in_sink": False,
409
409
  },
410
- "awsS3DataSource": {
411
- "bucketName": aws_s3_bucket,
412
- "awsAccessKey": {
413
- "accessKeyId": aws_access_key,
414
- "secretAccessKey": aws_secret_key,
410
+ "aws_s3_data_source": {
411
+ "bucket_name": aws_s3_bucket,
412
+ "aws_access_key": {
413
+ "access_key_id": aws_access_key,
414
+ "secret_access_key": aws_secret_key,
415
415
  },
416
416
  },
417
- "gcsDataSink": {
418
- "bucketName": s3_backup_bucket.name,
417
+ "gcs_data_sink": {
418
+ "bucket_name": s3_backup_bucket.name,
419
419
  "path": "foo/bar/",
420
420
  },
421
421
  },
422
422
  schedule={
423
- "scheduleStartDate": {
423
+ "schedule_start_date": {
424
424
  "year": 2018,
425
425
  "month": 10,
426
426
  "day": 1,
427
427
  },
428
- "scheduleEndDate": {
428
+ "schedule_end_date": {
429
429
  "year": 2019,
430
430
  "month": 1,
431
431
  "day": 15,
432
432
  },
433
- "startTimeOfDay": {
433
+ "start_time_of_day": {
434
434
  "hours": 23,
435
435
  "minutes": 30,
436
436
  "seconds": 0,
437
437
  "nanos": 0,
438
438
  },
439
- "repeatInterval": "604800s",
439
+ "repeat_interval": "604800s",
440
440
  },
441
441
  notification_config={
442
- "pubsubTopic": topic.id,
443
- "eventTypes": [
442
+ "pubsub_topic": topic.id,
443
+ "event_types": [
444
444
  "TRANSFER_OPERATION_SUCCESS",
445
445
  "TRANSFER_OPERATION_FAILED",
446
446
  ],
447
- "payloadFormat": "JSON",
447
+ "payload_format": "JSON",
448
448
  },
449
449
  opts = pulumi.ResourceOptions(depends_on=[
450
450
  s3_backup_bucket_bucket_iam_member,
@@ -522,51 +522,51 @@ class TransferJob(pulumi.CustomResource):
522
522
  description="Nightly backup of S3 bucket",
523
523
  project=project,
524
524
  transfer_spec={
525
- "objectConditions": {
526
- "maxTimeElapsedSinceLastModification": "600s",
527
- "excludePrefixes": ["requests.gz"],
525
+ "object_conditions": {
526
+ "max_time_elapsed_since_last_modification": "600s",
527
+ "exclude_prefixes": ["requests.gz"],
528
528
  },
529
- "transferOptions": {
530
- "deleteObjectsUniqueInSink": False,
529
+ "transfer_options": {
530
+ "delete_objects_unique_in_sink": False,
531
531
  },
532
- "awsS3DataSource": {
533
- "bucketName": aws_s3_bucket,
534
- "awsAccessKey": {
535
- "accessKeyId": aws_access_key,
536
- "secretAccessKey": aws_secret_key,
532
+ "aws_s3_data_source": {
533
+ "bucket_name": aws_s3_bucket,
534
+ "aws_access_key": {
535
+ "access_key_id": aws_access_key,
536
+ "secret_access_key": aws_secret_key,
537
537
  },
538
538
  },
539
- "gcsDataSink": {
540
- "bucketName": s3_backup_bucket.name,
539
+ "gcs_data_sink": {
540
+ "bucket_name": s3_backup_bucket.name,
541
541
  "path": "foo/bar/",
542
542
  },
543
543
  },
544
544
  schedule={
545
- "scheduleStartDate": {
545
+ "schedule_start_date": {
546
546
  "year": 2018,
547
547
  "month": 10,
548
548
  "day": 1,
549
549
  },
550
- "scheduleEndDate": {
550
+ "schedule_end_date": {
551
551
  "year": 2019,
552
552
  "month": 1,
553
553
  "day": 15,
554
554
  },
555
- "startTimeOfDay": {
555
+ "start_time_of_day": {
556
556
  "hours": 23,
557
557
  "minutes": 30,
558
558
  "seconds": 0,
559
559
  "nanos": 0,
560
560
  },
561
- "repeatInterval": "604800s",
561
+ "repeat_interval": "604800s",
562
562
  },
563
563
  notification_config={
564
- "pubsubTopic": topic.id,
565
- "eventTypes": [
564
+ "pubsub_topic": topic.id,
565
+ "event_types": [
566
566
  "TRANSFER_OPERATION_SUCCESS",
567
567
  "TRANSFER_OPERATION_FAILED",
568
568
  ],
569
- "payloadFormat": "JSON",
569
+ "payload_format": "JSON",
570
570
  },
571
571
  opts = pulumi.ResourceOptions(depends_on=[
572
572
  s3_backup_bucket_bucket_iam_member,
pulumi_gcp/tpu/v2_vm.py CHANGED
@@ -870,8 +870,8 @@ class V2Vm(pulumi.CustomResource):
870
870
  },
871
871
  cidr_block="10.0.0.0/29",
872
872
  network_config={
873
- "canIpForward": True,
874
- "enableExternalIps": True,
873
+ "can_ip_forward": True,
874
+ "enable_external_ips": True,
875
875
  "network": network.id,
876
876
  "subnetwork": subnet.id,
877
877
  },
@@ -879,14 +879,14 @@ class V2Vm(pulumi.CustomResource):
879
879
  "preemptible": True,
880
880
  },
881
881
  shielded_instance_config={
882
- "enableSecureBoot": True,
882
+ "enable_secure_boot": True,
883
883
  },
884
884
  service_account={
885
885
  "email": sa.email,
886
886
  "scopes": ["https://www.googleapis.com/auth/cloud-platform"],
887
887
  },
888
888
  data_disks=[{
889
- "sourceDisk": disk.id,
889
+ "source_disk": disk.id,
890
890
  "mode": "READ_ONLY",
891
891
  }],
892
892
  labels={
@@ -1029,8 +1029,8 @@ class V2Vm(pulumi.CustomResource):
1029
1029
  },
1030
1030
  cidr_block="10.0.0.0/29",
1031
1031
  network_config={
1032
- "canIpForward": True,
1033
- "enableExternalIps": True,
1032
+ "can_ip_forward": True,
1033
+ "enable_external_ips": True,
1034
1034
  "network": network.id,
1035
1035
  "subnetwork": subnet.id,
1036
1036
  },
@@ -1038,14 +1038,14 @@ class V2Vm(pulumi.CustomResource):
1038
1038
  "preemptible": True,
1039
1039
  },
1040
1040
  shielded_instance_config={
1041
- "enableSecureBoot": True,
1041
+ "enable_secure_boot": True,
1042
1042
  },
1043
1043
  service_account={
1044
1044
  "email": sa.email,
1045
1045
  "scopes": ["https://www.googleapis.com/auth/cloud-platform"],
1046
1046
  },
1047
1047
  data_disks=[{
1048
- "sourceDisk": disk.id,
1048
+ "source_disk": disk.id,
1049
1049
  "mode": "READ_ONLY",
1050
1050
  }],
1051
1051
  labels={
@@ -228,15 +228,15 @@ class AiDeploymentResourcePool(pulumi.CustomResource):
228
228
  region="us-central1",
229
229
  name="example-deployment-resource-pool",
230
230
  dedicated_resources={
231
- "machineSpec": {
232
- "machineType": "n1-standard-4",
233
- "acceleratorType": "NVIDIA_TESLA_K80",
234
- "acceleratorCount": 1,
231
+ "machine_spec": {
232
+ "machine_type": "n1-standard-4",
233
+ "accelerator_type": "NVIDIA_TESLA_K80",
234
+ "accelerator_count": 1,
235
235
  },
236
- "minReplicaCount": 1,
237
- "maxReplicaCount": 2,
238
- "autoscalingMetricSpecs": [{
239
- "metricName": "aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle",
236
+ "min_replica_count": 1,
237
+ "max_replica_count": 2,
238
+ "autoscaling_metric_specs": [{
239
+ "metric_name": "aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle",
240
240
  "target": 60,
241
241
  }],
242
242
  })
@@ -310,15 +310,15 @@ class AiDeploymentResourcePool(pulumi.CustomResource):
310
310
  region="us-central1",
311
311
  name="example-deployment-resource-pool",
312
312
  dedicated_resources={
313
- "machineSpec": {
314
- "machineType": "n1-standard-4",
315
- "acceleratorType": "NVIDIA_TESLA_K80",
316
- "acceleratorCount": 1,
313
+ "machine_spec": {
314
+ "machine_type": "n1-standard-4",
315
+ "accelerator_type": "NVIDIA_TESLA_K80",
316
+ "accelerator_count": 1,
317
317
  },
318
- "minReplicaCount": 1,
319
- "maxReplicaCount": 2,
320
- "autoscalingMetricSpecs": [{
321
- "metricName": "aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle",
318
+ "min_replica_count": 1,
319
+ "max_replica_count": 2,
320
+ "autoscaling_metric_specs": [{
321
+ "metric_name": "aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle",
322
322
  "target": 60,
323
323
  }],
324
324
  })
@@ -521,7 +521,7 @@ class AiEndpoint(pulumi.CustomResource):
521
521
  },
522
522
  network=vertex_network.name.apply(lambda name: f"projects/{project.number}/global/networks/{name}"),
523
523
  encryption_spec={
524
- "kmsKeyName": "kms-name",
524
+ "kms_key_name": "kms-name",
525
525
  },
526
526
  opts = pulumi.ResourceOptions(depends_on=[vertex_vpc_connection]))
527
527
  crypto_key = gcp.kms.CryptoKeyIAMMember("crypto_key",
@@ -619,7 +619,7 @@ class AiEndpoint(pulumi.CustomResource):
619
619
  },
620
620
  network=vertex_network.name.apply(lambda name: f"projects/{project.number}/global/networks/{name}"),
621
621
  encryption_spec={
622
- "kmsKeyName": "kms-name",
622
+ "kms_key_name": "kms-name",
623
623
  },
624
624
  opts = pulumi.ResourceOptions(depends_on=[vertex_vpc_connection]))
625
625
  crypto_key = gcp.kms.CryptoKeyIAMMember("crypto_key",
@@ -383,10 +383,10 @@ class AiFeatureGroup(pulumi.CustomResource):
383
383
  "label-one": "value-one",
384
384
  },
385
385
  big_query={
386
- "bigQuerySource": {
387
- "inputUri": pulumi.Output.all(sample_table.project, sample_table.dataset_id, sample_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
386
+ "big_query_source": {
387
+ "input_uri": pulumi.Output.all(sample_table.project, sample_table.dataset_id, sample_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
388
388
  },
389
- "entityIdColumns": ["feature_id"],
389
+ "entity_id_columns": ["feature_id"],
390
390
  })
391
391
  ```
392
392
 
@@ -486,10 +486,10 @@ class AiFeatureGroup(pulumi.CustomResource):
486
486
  "label-one": "value-one",
487
487
  },
488
488
  big_query={
489
- "bigQuerySource": {
490
- "inputUri": pulumi.Output.all(sample_table.project, sample_table.dataset_id, sample_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
489
+ "big_query_source": {
490
+ "input_uri": pulumi.Output.all(sample_table.project, sample_table.dataset_id, sample_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
491
491
  },
492
- "entityIdColumns": ["feature_id"],
492
+ "entity_id_columns": ["feature_id"],
493
493
  })
494
494
  ```
495
495
 
@@ -409,10 +409,10 @@ class AiFeatureGroupFeature(pulumi.CustomResource):
409
409
  "label-one": "value-one",
410
410
  },
411
411
  big_query={
412
- "bigQuerySource": {
413
- "inputUri": pulumi.Output.all(sample_table.project, sample_table.dataset_id, sample_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
412
+ "big_query_source": {
413
+ "input_uri": pulumi.Output.all(sample_table.project, sample_table.dataset_id, sample_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
414
414
  },
415
- "entityIdColumns": ["feature_id"],
415
+ "entity_id_columns": ["feature_id"],
416
416
  })
417
417
  feature_group_feature = gcp.vertex.AiFeatureGroupFeature("feature_group_feature",
418
418
  name="example_feature",
@@ -528,10 +528,10 @@ class AiFeatureGroupFeature(pulumi.CustomResource):
528
528
  "label-one": "value-one",
529
529
  },
530
530
  big_query={
531
- "bigQuerySource": {
532
- "inputUri": pulumi.Output.all(sample_table.project, sample_table.dataset_id, sample_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
531
+ "big_query_source": {
532
+ "input_uri": pulumi.Output.all(sample_table.project, sample_table.dataset_id, sample_table.table_id).apply(lambda project, dataset_id, table_id: f"bq://{project}.{dataset_id}.{table_id}"),
533
533
  },
534
- "entityIdColumns": ["feature_id"],
534
+ "entity_id_columns": ["feature_id"],
535
535
  })
536
536
  feature_group_feature = gcp.vertex.AiFeatureGroupFeature("feature_group_feature",
537
537
  name="example_feature",
@@ -511,10 +511,10 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
511
511
  },
512
512
  region="us-central1",
513
513
  bigtable={
514
- "autoScaling": {
515
- "minNodeCount": 1,
516
- "maxNodeCount": 3,
517
- "cpuUtilizationTarget": 50,
514
+ "auto_scaling": {
515
+ "min_node_count": 1,
516
+ "max_node_count": 3,
517
+ "cpu_utilization_target": 50,
518
518
  },
519
519
  })
520
520
  ```
@@ -533,9 +533,9 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
533
533
  region="us-central1",
534
534
  optimized={},
535
535
  dedicated_serving_endpoint={
536
- "privateServiceConnectConfig": {
537
- "enablePrivateServiceConnect": True,
538
- "projectAllowlists": [project.number],
536
+ "private_service_connect_config": {
537
+ "enable_private_service_connect": True,
538
+ "project_allowlists": [project.number],
539
539
  },
540
540
  })
541
541
  ```
@@ -552,10 +552,10 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
552
552
  },
553
553
  region="us-central1",
554
554
  bigtable={
555
- "autoScaling": {
556
- "minNodeCount": 1,
557
- "maxNodeCount": 2,
558
- "cpuUtilizationTarget": 80,
555
+ "auto_scaling": {
556
+ "min_node_count": 1,
557
+ "max_node_count": 2,
558
+ "cpu_utilization_target": 80,
559
559
  },
560
560
  },
561
561
  embedding_management={
@@ -648,10 +648,10 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
648
648
  },
649
649
  region="us-central1",
650
650
  bigtable={
651
- "autoScaling": {
652
- "minNodeCount": 1,
653
- "maxNodeCount": 3,
654
- "cpuUtilizationTarget": 50,
651
+ "auto_scaling": {
652
+ "min_node_count": 1,
653
+ "max_node_count": 3,
654
+ "cpu_utilization_target": 50,
655
655
  },
656
656
  })
657
657
  ```
@@ -670,9 +670,9 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
670
670
  region="us-central1",
671
671
  optimized={},
672
672
  dedicated_serving_endpoint={
673
- "privateServiceConnectConfig": {
674
- "enablePrivateServiceConnect": True,
675
- "projectAllowlists": [project.number],
673
+ "private_service_connect_config": {
674
+ "enable_private_service_connect": True,
675
+ "project_allowlists": [project.number],
676
676
  },
677
677
  })
678
678
  ```
@@ -689,10 +689,10 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
689
689
  },
690
690
  region="us-central1",
691
691
  bigtable={
692
- "autoScaling": {
693
- "minNodeCount": 1,
694
- "maxNodeCount": 2,
695
- "cpuUtilizationTarget": 80,
692
+ "auto_scaling": {
693
+ "min_node_count": 1,
694
+ "max_node_count": 2,
695
+ "cpu_utilization_target": 80,
696
696
  },
697
697
  },
698
698
  embedding_management={