pulumi-gcp 8.5.0a1728368389__py3-none-any.whl → 8.6.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 (395) hide show
  1. pulumi_gcp/__init__.py +32 -0
  2. pulumi_gcp/_utilities.py +1 -1
  3. pulumi_gcp/accessapproval/get_folder_service_account.py +9 -4
  4. pulumi_gcp/accessapproval/get_organization_service_account.py +9 -4
  5. pulumi_gcp/accessapproval/get_project_service_account.py +9 -4
  6. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +9 -4
  7. pulumi_gcp/alloydb/get_locations.py +8 -4
  8. pulumi_gcp/alloydb/get_supported_database_flags.py +10 -4
  9. pulumi_gcp/apigateway/get_api_config_iam_policy.py +13 -4
  10. pulumi_gcp/apigateway/get_api_iam_policy.py +11 -4
  11. pulumi_gcp/apigateway/get_gateway_iam_policy.py +13 -4
  12. pulumi_gcp/apigee/get_environment_iam_policy.py +11 -4
  13. pulumi_gcp/appengine/get_default_service_account.py +12 -4
  14. pulumi_gcp/apphub/get_application.py +20 -4
  15. pulumi_gcp/apphub/get_discovered_service.py +14 -4
  16. pulumi_gcp/apphub/get_discovered_workload.py +14 -4
  17. pulumi_gcp/artifactregistry/get_docker_image.py +21 -4
  18. pulumi_gcp/artifactregistry/get_locations.py +8 -4
  19. pulumi_gcp/artifactregistry/get_repository.py +27 -4
  20. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +13 -4
  21. pulumi_gcp/assuredworkloads/workload.py +7 -7
  22. pulumi_gcp/backupdisasterrecovery/get_management_server.py +13 -4
  23. pulumi_gcp/beyondcorp/get_app_connection.py +19 -4
  24. pulumi_gcp/beyondcorp/get_app_connector.py +17 -4
  25. pulumi_gcp/beyondcorp/get_app_gateway.py +20 -4
  26. pulumi_gcp/bigquery/get_connection_iam_policy.py +13 -4
  27. pulumi_gcp/bigquery/get_dataset.py +30 -4
  28. pulumi_gcp/bigquery/get_dataset_iam_policy.py +11 -4
  29. pulumi_gcp/bigquery/get_default_service_account.py +9 -4
  30. pulumi_gcp/bigquery/get_table_iam_policy.py +13 -4
  31. pulumi_gcp/bigquery/get_tables.py +10 -4
  32. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +13 -4
  33. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +15 -4
  34. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +13 -4
  35. pulumi_gcp/bigtable/_inputs.py +58 -0
  36. pulumi_gcp/bigtable/gc_policy.py +7 -0
  37. pulumi_gcp/bigtable/get_instance_iam_policy.py +11 -4
  38. pulumi_gcp/bigtable/get_table_iam_policy.py +13 -4
  39. pulumi_gcp/bigtable/instance_iam_binding.py +13 -34
  40. pulumi_gcp/bigtable/instance_iam_member.py +13 -34
  41. pulumi_gcp/bigtable/instance_iam_policy.py +0 -47
  42. pulumi_gcp/bigtable/outputs.py +36 -0
  43. pulumi_gcp/billing/get_account_iam_policy.py +9 -4
  44. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +11 -4
  45. pulumi_gcp/certificateauthority/get_authority.py +34 -4
  46. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +13 -4
  47. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +13 -4
  48. pulumi_gcp/certificatemanager/get_certificate_map.py +16 -4
  49. pulumi_gcp/certificatemanager/get_certificates.py +10 -4
  50. pulumi_gcp/cloudasset/get_resources_search_all.py +12 -4
  51. pulumi_gcp/cloudasset/get_search_all_resources.py +12 -4
  52. pulumi_gcp/cloudbuild/get_trigger.py +33 -4
  53. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +13 -4
  54. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +13 -4
  55. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +13 -4
  56. pulumi_gcp/clouddeploy/get_target_iam_policy.py +13 -4
  57. pulumi_gcp/cloudfunctions/get_function.py +43 -4
  58. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +13 -4
  59. pulumi_gcp/cloudfunctionsv2/get_function.py +23 -4
  60. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +13 -4
  61. pulumi_gcp/cloudidentity/get_group_lookup.py +8 -4
  62. pulumi_gcp/cloudidentity/get_group_memberships.py +8 -4
  63. pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +8 -4
  64. pulumi_gcp/cloudidentity/get_groups.py +8 -4
  65. pulumi_gcp/cloudquota/get_s_quota_info.py +25 -4
  66. pulumi_gcp/cloudquota/get_s_quota_infos.py +10 -4
  67. pulumi_gcp/cloudrun/get_locations.py +8 -4
  68. pulumi_gcp/cloudrun/get_service.py +16 -4
  69. pulumi_gcp/cloudrun/get_service_iam_policy.py +13 -4
  70. pulumi_gcp/cloudrunv2/get_job.py +39 -4
  71. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +13 -4
  72. pulumi_gcp/cloudrunv2/get_service.py +45 -4
  73. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +13 -4
  74. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +13 -4
  75. pulumi_gcp/composer/get_environment.py +16 -4
  76. pulumi_gcp/composer/get_image_versions.py +10 -4
  77. pulumi_gcp/composer/get_user_workloads_config_map.py +14 -4
  78. pulumi_gcp/composer/get_user_workloads_secret.py +14 -4
  79. pulumi_gcp/compute/_inputs.py +302 -18
  80. pulumi_gcp/compute/backend_service.py +111 -7
  81. pulumi_gcp/compute/get_address.py +21 -4
  82. pulumi_gcp/compute/get_addresses.py +12 -4
  83. pulumi_gcp/compute/get_backend_bucket.py +18 -4
  84. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +11 -4
  85. pulumi_gcp/compute/get_backend_service.py +51 -5
  86. pulumi_gcp/compute/get_backend_service_iam_policy.py +11 -4
  87. pulumi_gcp/compute/get_certificate.py +17 -4
  88. pulumi_gcp/compute/get_default_service_account.py +12 -4
  89. pulumi_gcp/compute/get_disk.py +45 -4
  90. pulumi_gcp/compute/get_disk_iam_policy.py +13 -4
  91. pulumi_gcp/compute/get_forwarding_rule.py +43 -4
  92. pulumi_gcp/compute/get_forwarding_rules.py +10 -4
  93. pulumi_gcp/compute/get_global_address.py +19 -4
  94. pulumi_gcp/compute/get_global_forwarding_rule.py +31 -4
  95. pulumi_gcp/compute/get_hc_vpn_gateway.py +17 -4
  96. pulumi_gcp/compute/get_health_check.py +25 -4
  97. pulumi_gcp/compute/get_image.py +30 -4
  98. pulumi_gcp/compute/get_image_iam_policy.py +11 -4
  99. pulumi_gcp/compute/get_instance.py +49 -4
  100. pulumi_gcp/compute/get_instance_group.py +18 -4
  101. pulumi_gcp/compute/get_instance_group_manager.py +38 -4
  102. pulumi_gcp/compute/get_instance_iam_policy.py +13 -4
  103. pulumi_gcp/compute/get_instance_serial_port.py +14 -4
  104. pulumi_gcp/compute/get_instance_template.py +45 -4
  105. pulumi_gcp/compute/get_lbip_ranges.py +7 -4
  106. pulumi_gcp/compute/get_machine_image_iam_policy.py +11 -4
  107. pulumi_gcp/compute/get_machine_types.py +12 -4
  108. pulumi_gcp/compute/get_netblock_ip_ranges.py +10 -4
  109. pulumi_gcp/compute/get_network.py +14 -4
  110. pulumi_gcp/compute/get_network_endpoint_group.py +19 -4
  111. pulumi_gcp/compute/get_network_peering.py +17 -4
  112. pulumi_gcp/compute/get_networks.py +9 -4
  113. pulumi_gcp/compute/get_node_types.py +10 -4
  114. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +13 -4
  115. pulumi_gcp/compute/get_region_disk.py +35 -4
  116. pulumi_gcp/compute/get_region_disk_iam_policy.py +13 -4
  117. pulumi_gcp/compute/get_region_instance_group.py +15 -4
  118. pulumi_gcp/compute/get_region_instance_group_manager.py +39 -4
  119. pulumi_gcp/compute/get_region_instance_template.py +44 -4
  120. pulumi_gcp/compute/get_region_network_endpoint_group.py +22 -4
  121. pulumi_gcp/compute/get_region_ssl_certificate.py +19 -4
  122. pulumi_gcp/compute/get_regions.py +10 -4
  123. pulumi_gcp/compute/get_reservation.py +19 -4
  124. pulumi_gcp/compute/get_resource_policy.py +17 -4
  125. pulumi_gcp/compute/get_router.py +18 -4
  126. pulumi_gcp/compute/get_router_nat.py +33 -4
  127. pulumi_gcp/compute/get_router_status.py +14 -4
  128. pulumi_gcp/compute/get_security_policy.py +18 -4
  129. pulumi_gcp/compute/get_snapshot.py +30 -4
  130. pulumi_gcp/compute/get_snapshot_iam_policy.py +11 -4
  131. pulumi_gcp/compute/get_ssl_policy.py +17 -4
  132. pulumi_gcp/compute/get_subnetwork.py +20 -4
  133. pulumi_gcp/compute/get_subnetwork_iam_policy.py +13 -4
  134. pulumi_gcp/compute/get_subnetworks.py +12 -4
  135. pulumi_gcp/compute/get_vpn_gateway.py +14 -4
  136. pulumi_gcp/compute/get_zones.py +12 -4
  137. pulumi_gcp/compute/network.py +236 -0
  138. pulumi_gcp/compute/outputs.py +401 -16
  139. pulumi_gcp/compute/region_backend_service.py +115 -7
  140. pulumi_gcp/compute/route.py +92 -0
  141. pulumi_gcp/compute/router_status.py +14 -4
  142. pulumi_gcp/compute/subnetwork.py +2 -2
  143. pulumi_gcp/container/_inputs.py +106 -0
  144. pulumi_gcp/container/aws_node_pool.py +59 -0
  145. pulumi_gcp/container/get_attached_install_manifest.py +14 -4
  146. pulumi_gcp/container/get_attached_versions.py +10 -4
  147. pulumi_gcp/container/get_aws_versions.py +11 -4
  148. pulumi_gcp/container/get_azure_versions.py +11 -4
  149. pulumi_gcp/container/get_cluster.py +87 -4
  150. pulumi_gcp/container/get_engine_versions.py +18 -4
  151. pulumi_gcp/container/get_registry_image.py +16 -4
  152. pulumi_gcp/container/get_registry_repository.py +10 -4
  153. pulumi_gcp/container/outputs.py +87 -0
  154. pulumi_gcp/containeranalysis/get_note_iam_policy.py +11 -4
  155. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +13 -4
  156. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +9 -4
  157. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +13 -4
  158. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +13 -4
  159. pulumi_gcp/dataform/get_repository_iam_policy.py +13 -4
  160. pulumi_gcp/datafusion/get_instance_iam_policy.py +13 -4
  161. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +13 -4
  162. pulumi_gcp/dataplex/get_asset_iam_policy.py +17 -4
  163. pulumi_gcp/dataplex/get_datascan_iam_policy.py +13 -4
  164. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +13 -4
  165. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +13 -4
  166. pulumi_gcp/dataplex/get_lake_iam_policy.py +13 -4
  167. pulumi_gcp/dataplex/get_task_iam_policy.py +15 -4
  168. pulumi_gcp/dataplex/get_zone_iam_policy.py +15 -4
  169. pulumi_gcp/dataproc/__init__.py +1 -0
  170. pulumi_gcp/dataproc/_inputs.py +1394 -0
  171. pulumi_gcp/dataproc/batch.py +1514 -0
  172. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +13 -4
  173. pulumi_gcp/dataproc/get_cluster_iam_policy.py +13 -4
  174. pulumi_gcp/dataproc/get_job_iam_policy.py +13 -4
  175. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +13 -4
  176. pulumi_gcp/dataproc/get_metastore_service.py +34 -4
  177. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +13 -4
  178. pulumi_gcp/dataproc/outputs.py +1127 -0
  179. pulumi_gcp/datastream/get_static_ips.py +10 -4
  180. pulumi_gcp/discoveryengine/_inputs.py +32 -5
  181. pulumi_gcp/discoveryengine/chat_engine.py +64 -0
  182. pulumi_gcp/discoveryengine/outputs.py +22 -3
  183. pulumi_gcp/dns/get_keys.py +11 -4
  184. pulumi_gcp/dns/get_managed_zone.py +14 -4
  185. pulumi_gcp/dns/get_managed_zone_iam_policy.py +11 -4
  186. pulumi_gcp/dns/get_managed_zones.py +8 -4
  187. pulumi_gcp/dns/get_record_set.py +15 -4
  188. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +11 -4
  189. pulumi_gcp/endpoints/get_service_iam_policy.py +9 -4
  190. pulumi_gcp/filestore/get_instance.py +25 -4
  191. pulumi_gcp/firebase/get_android_app.py +17 -4
  192. pulumi_gcp/firebase/get_android_app_config.py +11 -4
  193. pulumi_gcp/firebase/get_apple_app.py +16 -4
  194. pulumi_gcp/firebase/get_apple_app_config.py +11 -4
  195. pulumi_gcp/firebase/get_hosting_channel.py +16 -4
  196. pulumi_gcp/firebase/get_web_app.py +14 -4
  197. pulumi_gcp/firebase/get_web_app_config.py +16 -4
  198. pulumi_gcp/firestore/field.py +4 -4
  199. pulumi_gcp/folder/get_iam_policy.py +9 -4
  200. pulumi_gcp/folder/get_organization_policy.py +15 -4
  201. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +13 -4
  202. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +13 -4
  203. pulumi_gcp/gkehub/get_feature_iam_policy.py +13 -4
  204. pulumi_gcp/gkehub/get_membership_binding.py +23 -4
  205. pulumi_gcp/gkehub/get_membership_iam_policy.py +13 -4
  206. pulumi_gcp/gkehub/get_scope_iam_policy.py +11 -4
  207. pulumi_gcp/gkehub/membership_binding.py +6 -6
  208. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  209. pulumi_gcp/gkehub/namespace.py +4 -4
  210. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  211. pulumi_gcp/healthcare/__init__.py +1 -0
  212. pulumi_gcp/healthcare/_inputs.py +538 -0
  213. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +11 -4
  214. pulumi_gcp/healthcare/get_dataset_iam_policy.py +9 -4
  215. pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +9 -4
  216. pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +9 -4
  217. pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +9 -4
  218. pulumi_gcp/healthcare/outputs.py +467 -0
  219. pulumi_gcp/healthcare/pipeline_job.py +1233 -0
  220. pulumi_gcp/iam/get_rule.py +10 -4
  221. pulumi_gcp/iam/get_testable_permissions.py +12 -4
  222. pulumi_gcp/iam/get_workload_identity_pool.py +14 -4
  223. pulumi_gcp/iam/get_workload_identity_pool_provider.py +22 -4
  224. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +13 -4
  225. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +15 -4
  226. pulumi_gcp/iap/get_client.py +11 -4
  227. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +13 -4
  228. pulumi_gcp/iap/get_tunnel_iam_policy.py +9 -4
  229. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +13 -4
  230. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +11 -4
  231. pulumi_gcp/iap/get_web_iam_policy.py +9 -4
  232. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +13 -4
  233. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +11 -4
  234. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +9 -4
  235. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  236. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  237. pulumi_gcp/kms/get_crypto_key_iam_policy.py +9 -4
  238. pulumi_gcp/kms/get_crypto_key_latest_version.py +15 -4
  239. pulumi_gcp/kms/get_crypto_key_versions.py +11 -4
  240. pulumi_gcp/kms/get_crypto_keys.py +10 -4
  241. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +13 -4
  242. pulumi_gcp/kms/get_key_ring_iam_policy.py +9 -4
  243. pulumi_gcp/kms/get_key_rings.py +12 -4
  244. pulumi_gcp/kms/get_kms_crypto_key.py +21 -4
  245. pulumi_gcp/kms/get_kms_crypto_key_version.py +14 -4
  246. pulumi_gcp/kms/get_kms_key_ring.py +11 -4
  247. pulumi_gcp/kms/get_kms_secret.py +12 -4
  248. pulumi_gcp/kms/get_kms_secret_asymmetric.py +12 -4
  249. pulumi_gcp/kms/get_kms_secret_ciphertext.py +10 -4
  250. pulumi_gcp/kms/key_handle.py +8 -8
  251. pulumi_gcp/logging/get_folder_settings.py +13 -4
  252. pulumi_gcp/logging/get_log_view_iam_policy.py +15 -4
  253. pulumi_gcp/logging/get_organization_settings.py +13 -4
  254. pulumi_gcp/logging/get_project_cmek_settings.py +12 -4
  255. pulumi_gcp/logging/get_project_settings.py +13 -4
  256. pulumi_gcp/logging/get_sink.py +14 -4
  257. pulumi_gcp/logging/log_scope.py +7 -7
  258. pulumi_gcp/monitoring/get_app_engine_service.py +14 -4
  259. pulumi_gcp/monitoring/get_cluster_istio_service.py +20 -4
  260. pulumi_gcp/monitoring/get_istio_canonical_service.py +18 -4
  261. pulumi_gcp/monitoring/get_mesh_istio_service.py +18 -4
  262. pulumi_gcp/monitoring/get_notification_channel.py +21 -4
  263. pulumi_gcp/monitoring/get_secret_version.py +16 -4
  264. pulumi_gcp/monitoring/get_uptime_check_i_ps.py +6 -4
  265. pulumi_gcp/netapp/backup_vault.py +2 -2
  266. pulumi_gcp/networkconnectivity/_inputs.py +70 -0
  267. pulumi_gcp/networkconnectivity/internal_range.py +117 -7
  268. pulumi_gcp/networkconnectivity/outputs.py +42 -0
  269. pulumi_gcp/networkconnectivity/spoke.py +10 -10
  270. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +13 -4
  271. pulumi_gcp/networkservices/gateway.py +54 -0
  272. pulumi_gcp/notebooks/get_instance_iam_policy.py +13 -4
  273. pulumi_gcp/notebooks/get_runtime_iam_policy.py +13 -4
  274. pulumi_gcp/organizations/get_active_folder.py +12 -4
  275. pulumi_gcp/organizations/get_billing_account.py +15 -4
  276. pulumi_gcp/organizations/get_client_config.py +10 -4
  277. pulumi_gcp/organizations/get_client_open_id_user_info.py +6 -4
  278. pulumi_gcp/organizations/get_folder.py +17 -4
  279. pulumi_gcp/organizations/get_folders.py +8 -4
  280. pulumi_gcp/organizations/get_iam_policy.py +10 -4
  281. pulumi_gcp/organizations/get_organization.py +14 -4
  282. pulumi_gcp/organizations/get_project.py +18 -4
  283. pulumi_gcp/orgpolicy/policy.py +2 -2
  284. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +22 -4
  285. pulumi_gcp/projects/get_iam_policy.py +9 -4
  286. pulumi_gcp/projects/get_organization_policy.py +15 -4
  287. pulumi_gcp/projects/get_project.py +8 -4
  288. pulumi_gcp/projects/get_project_service.py +12 -4
  289. pulumi_gcp/pubsub/_inputs.py +333 -1
  290. pulumi_gcp/pubsub/get_schema_iam_policy.py +11 -4
  291. pulumi_gcp/pubsub/get_subscription.py +25 -4
  292. pulumi_gcp/pubsub/get_subscription_iam_policy.py +11 -4
  293. pulumi_gcp/pubsub/get_topic.py +17 -4
  294. pulumi_gcp/pubsub/get_topic_iam_policy.py +11 -4
  295. pulumi_gcp/pubsub/outputs.py +410 -2
  296. pulumi_gcp/pubsub/subscription.py +6 -6
  297. pulumi_gcp/pubsub/topic.py +44 -0
  298. pulumi_gcp/pulumi-plugin.json +1 -1
  299. pulumi_gcp/redis/get_instance.py +44 -4
  300. pulumi_gcp/runtimeconfig/get_config.py +10 -4
  301. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +11 -4
  302. pulumi_gcp/runtimeconfig/get_variable.py +14 -4
  303. pulumi_gcp/secretmanager/get_regional_secret.py +25 -4
  304. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +13 -4
  305. pulumi_gcp/secretmanager/get_regional_secret_version.py +19 -4
  306. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +15 -4
  307. pulumi_gcp/secretmanager/get_regional_secrets.py +12 -4
  308. pulumi_gcp/secretmanager/get_secret.py +23 -4
  309. pulumi_gcp/secretmanager/get_secret_iam_policy.py +11 -4
  310. pulumi_gcp/secretmanager/get_secret_version.py +16 -4
  311. pulumi_gcp/secretmanager/get_secret_version_access.py +13 -4
  312. pulumi_gcp/secretmanager/get_secrets.py +10 -4
  313. pulumi_gcp/secretmanager/outputs.py +2 -10
  314. pulumi_gcp/securesourcemanager/__init__.py +1 -0
  315. pulumi_gcp/securesourcemanager/branch_rule.py +975 -0
  316. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +13 -4
  317. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +13 -4
  318. pulumi_gcp/securesourcemanager/repository.py +0 -2
  319. pulumi_gcp/securitycenter/get_source_iam_policy.py +11 -4
  320. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +11 -4
  321. pulumi_gcp/securityposture/posture.py +0 -2
  322. pulumi_gcp/securityposture/posture_deployment.py +0 -2
  323. pulumi_gcp/serviceaccount/get_account.py +14 -4
  324. pulumi_gcp/serviceaccount/get_account_access_token.py +14 -4
  325. pulumi_gcp/serviceaccount/get_account_id_token.py +14 -4
  326. pulumi_gcp/serviceaccount/get_account_jwt.py +14 -4
  327. pulumi_gcp/serviceaccount/get_account_key.py +13 -4
  328. pulumi_gcp/serviceaccount/get_iam_policy.py +9 -4
  329. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +9 -4
  330. pulumi_gcp/servicedirectory/get_service_iam_policy.py +9 -4
  331. pulumi_gcp/servicenetworking/get_peered_dns_domain.py +15 -4
  332. pulumi_gcp/serviceusage/consumer_quota_override.py +0 -2
  333. pulumi_gcp/siteverification/__init__.py +1 -0
  334. pulumi_gcp/siteverification/get_token.py +12 -4
  335. pulumi_gcp/siteverification/owner.py +398 -0
  336. pulumi_gcp/sourcerepo/get_repository.py +24 -5
  337. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +11 -4
  338. pulumi_gcp/sourcerepo/repository.py +47 -0
  339. pulumi_gcp/spanner/backup_schedule.py +4 -2
  340. pulumi_gcp/spanner/get_database_iam_policy.py +13 -4
  341. pulumi_gcp/spanner/get_instance.py +22 -4
  342. pulumi_gcp/spanner/get_instance_iam_policy.py +11 -4
  343. pulumi_gcp/sql/get_backup_run.py +16 -4
  344. pulumi_gcp/sql/get_ca_certs.py +11 -4
  345. pulumi_gcp/sql/get_database.py +15 -4
  346. pulumi_gcp/sql/get_database_instance.py +32 -4
  347. pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +10 -4
  348. pulumi_gcp/sql/get_database_instances.py +18 -4
  349. pulumi_gcp/sql/get_databases.py +10 -4
  350. pulumi_gcp/sql/get_tiers.py +8 -4
  351. pulumi_gcp/storage/get_bucket.py +34 -4
  352. pulumi_gcp/storage/get_bucket_iam_policy.py +9 -4
  353. pulumi_gcp/storage/get_bucket_object.py +30 -4
  354. pulumi_gcp/storage/get_bucket_object_content.py +31 -4
  355. pulumi_gcp/storage/get_bucket_objects.py +12 -4
  356. pulumi_gcp/storage/get_buckets.py +10 -4
  357. pulumi_gcp/storage/get_managed_folder_iam_policy.py +11 -4
  358. pulumi_gcp/storage/get_object_signed_url.py +22 -4
  359. pulumi_gcp/storage/get_project_service_account.py +11 -4
  360. pulumi_gcp/storage/get_transfer_project_service_account.py +10 -4
  361. pulumi_gcp/storage/get_transfer_project_servie_account.py +10 -4
  362. pulumi_gcp/tags/get_tag_key.py +14 -4
  363. pulumi_gcp/tags/get_tag_key_iam_policy.py +9 -4
  364. pulumi_gcp/tags/get_tag_keys.py +8 -4
  365. pulumi_gcp/tags/get_tag_value.py +14 -4
  366. pulumi_gcp/tags/get_tag_value_iam_policy.py +9 -4
  367. pulumi_gcp/tags/get_tag_values.py +8 -4
  368. pulumi_gcp/tags/tag_key.py +7 -7
  369. pulumi_gcp/tags/tag_value.py +7 -7
  370. pulumi_gcp/tpu/get_tensorflow_versions.py +10 -4
  371. pulumi_gcp/tpu/get_v2_accelerator_types.py +10 -4
  372. pulumi_gcp/tpu/get_v2_runtime_versions.py +10 -4
  373. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  374. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +13 -4
  375. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +11 -4
  376. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +13 -4
  377. pulumi_gcp/vertex/get_ai_index.py +24 -4
  378. pulumi_gcp/vmwareengine/get_cluster.py +13 -4
  379. pulumi_gcp/vmwareengine/get_external_access_rule.py +21 -4
  380. pulumi_gcp/vmwareengine/get_external_address.py +16 -4
  381. pulumi_gcp/vmwareengine/get_network.py +16 -4
  382. pulumi_gcp/vmwareengine/get_network_peering.py +23 -4
  383. pulumi_gcp/vmwareengine/get_network_policy.py +20 -4
  384. pulumi_gcp/vmwareengine/get_nsx_credentials.py +9 -4
  385. pulumi_gcp/vmwareengine/get_private_cloud.py +22 -4
  386. pulumi_gcp/vmwareengine/get_subnet.py +20 -4
  387. pulumi_gcp/vmwareengine/get_vcenter_credentials.py +9 -4
  388. pulumi_gcp/vpcaccess/get_connector.py +22 -4
  389. pulumi_gcp/workbench/get_instance_iam_policy.py +13 -4
  390. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +15 -4
  391. pulumi_gcp/workstations/get_workstation_iam_policy.py +17 -4
  392. {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/METADATA +2 -2
  393. {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/RECORD +395 -391
  394. {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/WHEEL +0 -0
  395. {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/top_level.txt +0 -0
@@ -89,6 +89,10 @@ __all__ = [
89
89
  'BackendServiceSecuritySettingsArgsDict',
90
90
  'BackendServiceSecuritySettingsAwsV4AuthenticationArgs',
91
91
  'BackendServiceSecuritySettingsAwsV4AuthenticationArgsDict',
92
+ 'BackendServiceStrongSessionAffinityCookieArgs',
93
+ 'BackendServiceStrongSessionAffinityCookieArgsDict',
94
+ 'BackendServiceStrongSessionAffinityCookieTtlArgs',
95
+ 'BackendServiceStrongSessionAffinityCookieTtlArgsDict',
92
96
  'DiskAsyncPrimaryDiskArgs',
93
97
  'DiskAsyncPrimaryDiskArgsDict',
94
98
  'DiskAsyncReplicationSecondaryDiskArgs',
@@ -529,6 +533,10 @@ __all__ = [
529
533
  'RegionBackendServiceOutlierDetectionBaseEjectionTimeArgsDict',
530
534
  'RegionBackendServiceOutlierDetectionIntervalArgs',
531
535
  'RegionBackendServiceOutlierDetectionIntervalArgsDict',
536
+ 'RegionBackendServiceStrongSessionAffinityCookieArgs',
537
+ 'RegionBackendServiceStrongSessionAffinityCookieArgsDict',
538
+ 'RegionBackendServiceStrongSessionAffinityCookieTtlArgs',
539
+ 'RegionBackendServiceStrongSessionAffinityCookieTtlArgsDict',
532
540
  'RegionBackendServiceSubsettingArgs',
533
541
  'RegionBackendServiceSubsettingArgsDict',
534
542
  'RegionCommitmentLicenseResourceArgs',
@@ -5325,6 +5333,144 @@ class BackendServiceSecuritySettingsAwsV4AuthenticationArgs:
5325
5333
  pulumi.set(self, "origin_region", value)
5326
5334
 
5327
5335
 
5336
+ if not MYPY:
5337
+ class BackendServiceStrongSessionAffinityCookieArgsDict(TypedDict):
5338
+ name: NotRequired[pulumi.Input[str]]
5339
+ """
5340
+ Name of the cookie.
5341
+ """
5342
+ path: NotRequired[pulumi.Input[str]]
5343
+ """
5344
+ Path to set for the cookie.
5345
+ """
5346
+ ttl: NotRequired[pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgsDict']]
5347
+ """
5348
+ Lifetime of the cookie.
5349
+ Structure is documented below.
5350
+ """
5351
+ elif False:
5352
+ BackendServiceStrongSessionAffinityCookieArgsDict: TypeAlias = Mapping[str, Any]
5353
+
5354
+ @pulumi.input_type
5355
+ class BackendServiceStrongSessionAffinityCookieArgs:
5356
+ def __init__(__self__, *,
5357
+ name: Optional[pulumi.Input[str]] = None,
5358
+ path: Optional[pulumi.Input[str]] = None,
5359
+ ttl: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgs']] = None):
5360
+ """
5361
+ :param pulumi.Input[str] name: Name of the cookie.
5362
+ :param pulumi.Input[str] path: Path to set for the cookie.
5363
+ :param pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgs'] ttl: Lifetime of the cookie.
5364
+ Structure is documented below.
5365
+ """
5366
+ if name is not None:
5367
+ pulumi.set(__self__, "name", name)
5368
+ if path is not None:
5369
+ pulumi.set(__self__, "path", path)
5370
+ if ttl is not None:
5371
+ pulumi.set(__self__, "ttl", ttl)
5372
+
5373
+ @property
5374
+ @pulumi.getter
5375
+ def name(self) -> Optional[pulumi.Input[str]]:
5376
+ """
5377
+ Name of the cookie.
5378
+ """
5379
+ return pulumi.get(self, "name")
5380
+
5381
+ @name.setter
5382
+ def name(self, value: Optional[pulumi.Input[str]]):
5383
+ pulumi.set(self, "name", value)
5384
+
5385
+ @property
5386
+ @pulumi.getter
5387
+ def path(self) -> Optional[pulumi.Input[str]]:
5388
+ """
5389
+ Path to set for the cookie.
5390
+ """
5391
+ return pulumi.get(self, "path")
5392
+
5393
+ @path.setter
5394
+ def path(self, value: Optional[pulumi.Input[str]]):
5395
+ pulumi.set(self, "path", value)
5396
+
5397
+ @property
5398
+ @pulumi.getter
5399
+ def ttl(self) -> Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgs']]:
5400
+ """
5401
+ Lifetime of the cookie.
5402
+ Structure is documented below.
5403
+ """
5404
+ return pulumi.get(self, "ttl")
5405
+
5406
+ @ttl.setter
5407
+ def ttl(self, value: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgs']]):
5408
+ pulumi.set(self, "ttl", value)
5409
+
5410
+
5411
+ if not MYPY:
5412
+ class BackendServiceStrongSessionAffinityCookieTtlArgsDict(TypedDict):
5413
+ seconds: pulumi.Input[int]
5414
+ """
5415
+ Span of time at a resolution of a second.
5416
+ Must be from 0 to 315,576,000,000 inclusive.
5417
+ """
5418
+ nanos: NotRequired[pulumi.Input[int]]
5419
+ """
5420
+ Span of time that's a fraction of a second at nanosecond
5421
+ resolution. Durations less than one second are represented
5422
+ with a 0 seconds field and a positive nanos field. Must
5423
+ be from 0 to 999,999,999 inclusive.
5424
+ """
5425
+ elif False:
5426
+ BackendServiceStrongSessionAffinityCookieTtlArgsDict: TypeAlias = Mapping[str, Any]
5427
+
5428
+ @pulumi.input_type
5429
+ class BackendServiceStrongSessionAffinityCookieTtlArgs:
5430
+ def __init__(__self__, *,
5431
+ seconds: pulumi.Input[int],
5432
+ nanos: Optional[pulumi.Input[int]] = None):
5433
+ """
5434
+ :param pulumi.Input[int] seconds: Span of time at a resolution of a second.
5435
+ Must be from 0 to 315,576,000,000 inclusive.
5436
+ :param pulumi.Input[int] nanos: Span of time that's a fraction of a second at nanosecond
5437
+ resolution. Durations less than one second are represented
5438
+ with a 0 seconds field and a positive nanos field. Must
5439
+ be from 0 to 999,999,999 inclusive.
5440
+ """
5441
+ pulumi.set(__self__, "seconds", seconds)
5442
+ if nanos is not None:
5443
+ pulumi.set(__self__, "nanos", nanos)
5444
+
5445
+ @property
5446
+ @pulumi.getter
5447
+ def seconds(self) -> pulumi.Input[int]:
5448
+ """
5449
+ Span of time at a resolution of a second.
5450
+ Must be from 0 to 315,576,000,000 inclusive.
5451
+ """
5452
+ return pulumi.get(self, "seconds")
5453
+
5454
+ @seconds.setter
5455
+ def seconds(self, value: pulumi.Input[int]):
5456
+ pulumi.set(self, "seconds", value)
5457
+
5458
+ @property
5459
+ @pulumi.getter
5460
+ def nanos(self) -> Optional[pulumi.Input[int]]:
5461
+ """
5462
+ Span of time that's a fraction of a second at nanosecond
5463
+ resolution. Durations less than one second are represented
5464
+ with a 0 seconds field and a positive nanos field. Must
5465
+ be from 0 to 999,999,999 inclusive.
5466
+ """
5467
+ return pulumi.get(self, "nanos")
5468
+
5469
+ @nanos.setter
5470
+ def nanos(self, value: Optional[pulumi.Input[int]]):
5471
+ pulumi.set(self, "nanos", value)
5472
+
5473
+
5328
5474
  if not MYPY:
5329
5475
  class DiskAsyncPrimaryDiskArgsDict(TypedDict):
5330
5476
  disk: pulumi.Input[str]
@@ -10509,7 +10655,7 @@ if not MYPY:
10509
10655
  class InstanceConfidentialInstanceConfigArgsDict(TypedDict):
10510
10656
  confidential_instance_type: NotRequired[pulumi.Input[str]]
10511
10657
  """
10512
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
10658
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
10513
10659
  """
10514
10660
  enable_confidential_compute: NotRequired[pulumi.Input[bool]]
10515
10661
  """
@@ -10524,7 +10670,7 @@ class InstanceConfidentialInstanceConfigArgs:
10524
10670
  confidential_instance_type: Optional[pulumi.Input[str]] = None,
10525
10671
  enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
10526
10672
  """
10527
- :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
10673
+ :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
10528
10674
  :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
10529
10675
  """
10530
10676
  if confidential_instance_type is not None:
@@ -10536,7 +10682,7 @@ class InstanceConfidentialInstanceConfigArgs:
10536
10682
  @pulumi.getter(name="confidentialInstanceType")
10537
10683
  def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
10538
10684
  """
10539
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
10685
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
10540
10686
  """
10541
10687
  return pulumi.get(self, "confidential_instance_type")
10542
10688
 
@@ -11171,7 +11317,7 @@ if not MYPY:
11171
11317
  The confidential computing technology the instance uses.
11172
11318
  SEV is an AMD feature. TDX is an Intel feature. One of the following
11173
11319
  values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
11174
- "AMD Milan" is currently required. TDX is only available in beta.
11320
+ "AMD Milan" is currently required.
11175
11321
  """
11176
11322
  enable_confidential_compute: NotRequired[pulumi.Input[bool]]
11177
11323
  """
@@ -11189,7 +11335,7 @@ class InstanceFromMachineImageConfidentialInstanceConfigArgs:
11189
11335
  :param pulumi.Input[str] confidential_instance_type: The confidential computing technology the instance uses.
11190
11336
  SEV is an AMD feature. TDX is an Intel feature. One of the following
11191
11337
  values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
11192
- "AMD Milan" is currently required. TDX is only available in beta.
11338
+ "AMD Milan" is currently required.
11193
11339
  :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
11194
11340
  """
11195
11341
  if confidential_instance_type is not None:
@@ -11204,7 +11350,7 @@ class InstanceFromMachineImageConfidentialInstanceConfigArgs:
11204
11350
  The confidential computing technology the instance uses.
11205
11351
  SEV is an AMD feature. TDX is an Intel feature. One of the following
11206
11352
  values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
11207
- "AMD Milan" is currently required. TDX is only available in beta.
11353
+ "AMD Milan" is currently required.
11208
11354
  """
11209
11355
  return pulumi.get(self, "confidential_instance_type")
11210
11356
 
@@ -13317,7 +13463,7 @@ if not MYPY:
13317
13463
  The confidential computing technology the instance uses.
13318
13464
  SEV is an AMD feature. TDX is an Intel feature. One of the following
13319
13465
  values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
13320
- "AMD Milan" is currently required. TDX is only available in beta.
13466
+ "AMD Milan" is currently required.
13321
13467
  """
13322
13468
  enable_confidential_compute: NotRequired[pulumi.Input[bool]]
13323
13469
  """
@@ -13335,7 +13481,7 @@ class InstanceFromTemplateConfidentialInstanceConfigArgs:
13335
13481
  :param pulumi.Input[str] confidential_instance_type: The confidential computing technology the instance uses.
13336
13482
  SEV is an AMD feature. TDX is an Intel feature. One of the following
13337
13483
  values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
13338
- "AMD Milan" is currently required. TDX is only available in beta.
13484
+ "AMD Milan" is currently required.
13339
13485
  :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
13340
13486
  """
13341
13487
  if confidential_instance_type is not None:
@@ -13350,7 +13496,7 @@ class InstanceFromTemplateConfidentialInstanceConfigArgs:
13350
13496
  The confidential computing technology the instance uses.
13351
13497
  SEV is an AMD feature. TDX is an Intel feature. One of the following
13352
13498
  values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
13353
- "AMD Milan" is currently required. TDX is only available in beta.
13499
+ "AMD Milan" is currently required.
13354
13500
  """
13355
13501
  return pulumi.get(self, "confidential_instance_type")
13356
13502
 
@@ -17884,7 +18030,7 @@ if not MYPY:
17884
18030
  class InstanceTemplateConfidentialInstanceConfigArgsDict(TypedDict):
17885
18031
  confidential_instance_type: NotRequired[pulumi.Input[str]]
17886
18032
  """
17887
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
18033
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
17888
18034
  """
17889
18035
  enable_confidential_compute: NotRequired[pulumi.Input[bool]]
17890
18036
  """
@@ -17899,7 +18045,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
17899
18045
  confidential_instance_type: Optional[pulumi.Input[str]] = None,
17900
18046
  enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
17901
18047
  """
17902
- :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
18048
+ :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
17903
18049
  :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
17904
18050
  """
17905
18051
  if confidential_instance_type is not None:
@@ -17911,7 +18057,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
17911
18057
  @pulumi.getter(name="confidentialInstanceType")
17912
18058
  def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
17913
18059
  """
17914
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
18060
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
17915
18061
  """
17916
18062
  return pulumi.get(self, "confidential_instance_type")
17917
18063
 
@@ -18663,7 +18809,7 @@ if not MYPY:
18663
18809
  is not accessible from the Internet (this means that ssh provisioners will
18664
18810
  not work unless you can send traffic to the instance's
18665
18811
  network (e.g. via tunnel or because it is running on another cloud instance
18666
- on that network). This block can be repeated multiple times. Structure documented below.
18812
+ on that network). This block can be specified once per `network_interface`. Structure documented below.
18667
18813
  """
18668
18814
  alias_ip_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['InstanceTemplateNetworkInterfaceAliasIpRangeArgsDict']]]]
18669
18815
  """
@@ -18759,7 +18905,7 @@ class InstanceTemplateNetworkInterfaceArgs:
18759
18905
  is not accessible from the Internet (this means that ssh provisioners will
18760
18906
  not work unless you can send traffic to the instance's
18761
18907
  network (e.g. via tunnel or because it is running on another cloud instance
18762
- on that network). This block can be repeated multiple times. Structure documented below.
18908
+ on that network). This block can be specified once per `network_interface`. Structure documented below.
18763
18909
  :param pulumi.Input[Sequence[pulumi.Input['InstanceTemplateNetworkInterfaceAliasIpRangeArgs']]] alias_ip_ranges: An
18764
18910
  array of alias IP ranges for this network interface. Can only be specified for network
18765
18911
  interfaces on subnet-mode networks. Structure documented below.
@@ -18826,7 +18972,7 @@ class InstanceTemplateNetworkInterfaceArgs:
18826
18972
  is not accessible from the Internet (this means that ssh provisioners will
18827
18973
  not work unless you can send traffic to the instance's
18828
18974
  network (e.g. via tunnel or because it is running on another cloud instance
18829
- on that network). This block can be repeated multiple times. Structure documented below.
18975
+ on that network). This block can be specified once per `network_interface`. Structure documented below.
18830
18976
  """
18831
18977
  return pulumi.get(self, "access_configs")
18832
18978
 
@@ -28191,6 +28337,144 @@ class RegionBackendServiceOutlierDetectionIntervalArgs:
28191
28337
  pulumi.set(self, "nanos", value)
28192
28338
 
28193
28339
 
28340
+ if not MYPY:
28341
+ class RegionBackendServiceStrongSessionAffinityCookieArgsDict(TypedDict):
28342
+ name: NotRequired[pulumi.Input[str]]
28343
+ """
28344
+ Name of the cookie.
28345
+ """
28346
+ path: NotRequired[pulumi.Input[str]]
28347
+ """
28348
+ Path to set for the cookie.
28349
+ """
28350
+ ttl: NotRequired[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgsDict']]
28351
+ """
28352
+ Lifetime of the cookie.
28353
+ Structure is documented below.
28354
+ """
28355
+ elif False:
28356
+ RegionBackendServiceStrongSessionAffinityCookieArgsDict: TypeAlias = Mapping[str, Any]
28357
+
28358
+ @pulumi.input_type
28359
+ class RegionBackendServiceStrongSessionAffinityCookieArgs:
28360
+ def __init__(__self__, *,
28361
+ name: Optional[pulumi.Input[str]] = None,
28362
+ path: Optional[pulumi.Input[str]] = None,
28363
+ ttl: Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgs']] = None):
28364
+ """
28365
+ :param pulumi.Input[str] name: Name of the cookie.
28366
+ :param pulumi.Input[str] path: Path to set for the cookie.
28367
+ :param pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgs'] ttl: Lifetime of the cookie.
28368
+ Structure is documented below.
28369
+ """
28370
+ if name is not None:
28371
+ pulumi.set(__self__, "name", name)
28372
+ if path is not None:
28373
+ pulumi.set(__self__, "path", path)
28374
+ if ttl is not None:
28375
+ pulumi.set(__self__, "ttl", ttl)
28376
+
28377
+ @property
28378
+ @pulumi.getter
28379
+ def name(self) -> Optional[pulumi.Input[str]]:
28380
+ """
28381
+ Name of the cookie.
28382
+ """
28383
+ return pulumi.get(self, "name")
28384
+
28385
+ @name.setter
28386
+ def name(self, value: Optional[pulumi.Input[str]]):
28387
+ pulumi.set(self, "name", value)
28388
+
28389
+ @property
28390
+ @pulumi.getter
28391
+ def path(self) -> Optional[pulumi.Input[str]]:
28392
+ """
28393
+ Path to set for the cookie.
28394
+ """
28395
+ return pulumi.get(self, "path")
28396
+
28397
+ @path.setter
28398
+ def path(self, value: Optional[pulumi.Input[str]]):
28399
+ pulumi.set(self, "path", value)
28400
+
28401
+ @property
28402
+ @pulumi.getter
28403
+ def ttl(self) -> Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgs']]:
28404
+ """
28405
+ Lifetime of the cookie.
28406
+ Structure is documented below.
28407
+ """
28408
+ return pulumi.get(self, "ttl")
28409
+
28410
+ @ttl.setter
28411
+ def ttl(self, value: Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgs']]):
28412
+ pulumi.set(self, "ttl", value)
28413
+
28414
+
28415
+ if not MYPY:
28416
+ class RegionBackendServiceStrongSessionAffinityCookieTtlArgsDict(TypedDict):
28417
+ seconds: pulumi.Input[int]
28418
+ """
28419
+ Span of time at a resolution of a second.
28420
+ Must be from 0 to 315,576,000,000 inclusive.
28421
+ """
28422
+ nanos: NotRequired[pulumi.Input[int]]
28423
+ """
28424
+ Span of time that's a fraction of a second at nanosecond
28425
+ resolution. Durations less than one second are represented
28426
+ with a 0 seconds field and a positive nanos field. Must
28427
+ be from 0 to 999,999,999 inclusive.
28428
+ """
28429
+ elif False:
28430
+ RegionBackendServiceStrongSessionAffinityCookieTtlArgsDict: TypeAlias = Mapping[str, Any]
28431
+
28432
+ @pulumi.input_type
28433
+ class RegionBackendServiceStrongSessionAffinityCookieTtlArgs:
28434
+ def __init__(__self__, *,
28435
+ seconds: pulumi.Input[int],
28436
+ nanos: Optional[pulumi.Input[int]] = None):
28437
+ """
28438
+ :param pulumi.Input[int] seconds: Span of time at a resolution of a second.
28439
+ Must be from 0 to 315,576,000,000 inclusive.
28440
+ :param pulumi.Input[int] nanos: Span of time that's a fraction of a second at nanosecond
28441
+ resolution. Durations less than one second are represented
28442
+ with a 0 seconds field and a positive nanos field. Must
28443
+ be from 0 to 999,999,999 inclusive.
28444
+ """
28445
+ pulumi.set(__self__, "seconds", seconds)
28446
+ if nanos is not None:
28447
+ pulumi.set(__self__, "nanos", nanos)
28448
+
28449
+ @property
28450
+ @pulumi.getter
28451
+ def seconds(self) -> pulumi.Input[int]:
28452
+ """
28453
+ Span of time at a resolution of a second.
28454
+ Must be from 0 to 315,576,000,000 inclusive.
28455
+ """
28456
+ return pulumi.get(self, "seconds")
28457
+
28458
+ @seconds.setter
28459
+ def seconds(self, value: pulumi.Input[int]):
28460
+ pulumi.set(self, "seconds", value)
28461
+
28462
+ @property
28463
+ @pulumi.getter
28464
+ def nanos(self) -> Optional[pulumi.Input[int]]:
28465
+ """
28466
+ Span of time that's a fraction of a second at nanosecond
28467
+ resolution. Durations less than one second are represented
28468
+ with a 0 seconds field and a positive nanos field. Must
28469
+ be from 0 to 999,999,999 inclusive.
28470
+ """
28471
+ return pulumi.get(self, "nanos")
28472
+
28473
+ @nanos.setter
28474
+ def nanos(self, value: Optional[pulumi.Input[int]]):
28475
+ pulumi.set(self, "nanos", value)
28476
+
28477
+
28194
28478
  if not MYPY:
28195
28479
  class RegionBackendServiceSubsettingArgsDict(TypedDict):
28196
28480
  policy: pulumi.Input[str]
@@ -31062,7 +31346,7 @@ if not MYPY:
31062
31346
  class RegionInstanceTemplateConfidentialInstanceConfigArgsDict(TypedDict):
31063
31347
  confidential_instance_type: NotRequired[pulumi.Input[str]]
31064
31348
  """
31065
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
31349
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
31066
31350
  """
31067
31351
  enable_confidential_compute: NotRequired[pulumi.Input[bool]]
31068
31352
  """
@@ -31077,7 +31361,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
31077
31361
  confidential_instance_type: Optional[pulumi.Input[str]] = None,
31078
31362
  enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
31079
31363
  """
31080
- :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
31364
+ :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
31081
31365
  :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
31082
31366
  """
31083
31367
  if confidential_instance_type is not None:
@@ -31089,7 +31373,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
31089
31373
  @pulumi.getter(name="confidentialInstanceType")
31090
31374
  def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
31091
31375
  """
31092
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
31376
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
31093
31377
  """
31094
31378
  return pulumi.get(self, "confidential_instance_type")
31095
31379