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
@@ -22,6 +22,19 @@ __all__ = [
22
22
  'AutoscalingPolicyIamMemberCondition',
23
23
  'AutoscalingPolicySecondaryWorkerConfig',
24
24
  'AutoscalingPolicyWorkerConfig',
25
+ 'BatchEnvironmentConfig',
26
+ 'BatchEnvironmentConfigExecutionConfig',
27
+ 'BatchEnvironmentConfigPeripheralsConfig',
28
+ 'BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig',
29
+ 'BatchPysparkBatch',
30
+ 'BatchRuntimeConfig',
31
+ 'BatchRuntimeInfo',
32
+ 'BatchRuntimeInfoApproximateUsage',
33
+ 'BatchRuntimeInfoCurrentUsage',
34
+ 'BatchSparkBatch',
35
+ 'BatchSparkRBatch',
36
+ 'BatchSparkSqlBatch',
37
+ 'BatchStateHistory',
25
38
  'ClusterClusterConfig',
26
39
  'ClusterClusterConfigAutoscalingConfig',
27
40
  'ClusterClusterConfigAuxiliaryNodeGroup',
@@ -590,6 +603,1120 @@ class AutoscalingPolicyWorkerConfig(dict):
590
603
  return pulumi.get(self, "weight")
591
604
 
592
605
 
606
+ @pulumi.output_type
607
+ class BatchEnvironmentConfig(dict):
608
+ @staticmethod
609
+ def __key_warning(key: str):
610
+ suggest = None
611
+ if key == "executionConfig":
612
+ suggest = "execution_config"
613
+ elif key == "peripheralsConfig":
614
+ suggest = "peripherals_config"
615
+
616
+ if suggest:
617
+ pulumi.log.warn(f"Key '{key}' not found in BatchEnvironmentConfig. Access the value via the '{suggest}' property getter instead.")
618
+
619
+ def __getitem__(self, key: str) -> Any:
620
+ BatchEnvironmentConfig.__key_warning(key)
621
+ return super().__getitem__(key)
622
+
623
+ def get(self, key: str, default = None) -> Any:
624
+ BatchEnvironmentConfig.__key_warning(key)
625
+ return super().get(key, default)
626
+
627
+ def __init__(__self__, *,
628
+ execution_config: Optional['outputs.BatchEnvironmentConfigExecutionConfig'] = None,
629
+ peripherals_config: Optional['outputs.BatchEnvironmentConfigPeripheralsConfig'] = None):
630
+ """
631
+ :param 'BatchEnvironmentConfigExecutionConfigArgs' execution_config: Execution configuration for a workload.
632
+ Structure is documented below.
633
+ :param 'BatchEnvironmentConfigPeripheralsConfigArgs' peripherals_config: Peripherals configuration that workload has access to.
634
+ Structure is documented below.
635
+ """
636
+ if execution_config is not None:
637
+ pulumi.set(__self__, "execution_config", execution_config)
638
+ if peripherals_config is not None:
639
+ pulumi.set(__self__, "peripherals_config", peripherals_config)
640
+
641
+ @property
642
+ @pulumi.getter(name="executionConfig")
643
+ def execution_config(self) -> Optional['outputs.BatchEnvironmentConfigExecutionConfig']:
644
+ """
645
+ Execution configuration for a workload.
646
+ Structure is documented below.
647
+ """
648
+ return pulumi.get(self, "execution_config")
649
+
650
+ @property
651
+ @pulumi.getter(name="peripheralsConfig")
652
+ def peripherals_config(self) -> Optional['outputs.BatchEnvironmentConfigPeripheralsConfig']:
653
+ """
654
+ Peripherals configuration that workload has access to.
655
+ Structure is documented below.
656
+ """
657
+ return pulumi.get(self, "peripherals_config")
658
+
659
+
660
+ @pulumi.output_type
661
+ class BatchEnvironmentConfigExecutionConfig(dict):
662
+ @staticmethod
663
+ def __key_warning(key: str):
664
+ suggest = None
665
+ if key == "kmsKey":
666
+ suggest = "kms_key"
667
+ elif key == "networkTags":
668
+ suggest = "network_tags"
669
+ elif key == "networkUri":
670
+ suggest = "network_uri"
671
+ elif key == "serviceAccount":
672
+ suggest = "service_account"
673
+ elif key == "stagingBucket":
674
+ suggest = "staging_bucket"
675
+ elif key == "subnetworkUri":
676
+ suggest = "subnetwork_uri"
677
+
678
+ if suggest:
679
+ pulumi.log.warn(f"Key '{key}' not found in BatchEnvironmentConfigExecutionConfig. Access the value via the '{suggest}' property getter instead.")
680
+
681
+ def __getitem__(self, key: str) -> Any:
682
+ BatchEnvironmentConfigExecutionConfig.__key_warning(key)
683
+ return super().__getitem__(key)
684
+
685
+ def get(self, key: str, default = None) -> Any:
686
+ BatchEnvironmentConfigExecutionConfig.__key_warning(key)
687
+ return super().get(key, default)
688
+
689
+ def __init__(__self__, *,
690
+ kms_key: Optional[str] = None,
691
+ network_tags: Optional[Sequence[str]] = None,
692
+ network_uri: Optional[str] = None,
693
+ service_account: Optional[str] = None,
694
+ staging_bucket: Optional[str] = None,
695
+ subnetwork_uri: Optional[str] = None,
696
+ ttl: Optional[str] = None):
697
+ """
698
+ :param str kms_key: The Cloud KMS key to use for encryption.
699
+ :param Sequence[str] network_tags: Tags used for network traffic control.
700
+ :param str network_uri: Network configuration for workload execution.
701
+ :param str service_account: Service account that used to execute workload.
702
+ :param str staging_bucket: A Cloud Storage bucket used to stage workload dependencies, config files, and store
703
+ workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket,
704
+ Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running,
705
+ and then create and manage project-level, per-location staging and temporary buckets.
706
+ This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
707
+ :param str subnetwork_uri: Subnetwork configuration for workload execution.
708
+ :param str ttl: The duration after which the workload will be terminated.
709
+ When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing
710
+ work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it
711
+ exits naturally (or run forever without exiting). If ttl is not specified for an interactive session,
712
+ it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours.
713
+ Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idleTtl are specified (for an interactive session),
714
+ the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idleTtl or
715
+ when ttl has been exceeded, whichever occurs first.
716
+ """
717
+ if kms_key is not None:
718
+ pulumi.set(__self__, "kms_key", kms_key)
719
+ if network_tags is not None:
720
+ pulumi.set(__self__, "network_tags", network_tags)
721
+ if network_uri is not None:
722
+ pulumi.set(__self__, "network_uri", network_uri)
723
+ if service_account is not None:
724
+ pulumi.set(__self__, "service_account", service_account)
725
+ if staging_bucket is not None:
726
+ pulumi.set(__self__, "staging_bucket", staging_bucket)
727
+ if subnetwork_uri is not None:
728
+ pulumi.set(__self__, "subnetwork_uri", subnetwork_uri)
729
+ if ttl is not None:
730
+ pulumi.set(__self__, "ttl", ttl)
731
+
732
+ @property
733
+ @pulumi.getter(name="kmsKey")
734
+ def kms_key(self) -> Optional[str]:
735
+ """
736
+ The Cloud KMS key to use for encryption.
737
+ """
738
+ return pulumi.get(self, "kms_key")
739
+
740
+ @property
741
+ @pulumi.getter(name="networkTags")
742
+ def network_tags(self) -> Optional[Sequence[str]]:
743
+ """
744
+ Tags used for network traffic control.
745
+ """
746
+ return pulumi.get(self, "network_tags")
747
+
748
+ @property
749
+ @pulumi.getter(name="networkUri")
750
+ def network_uri(self) -> Optional[str]:
751
+ """
752
+ Network configuration for workload execution.
753
+ """
754
+ return pulumi.get(self, "network_uri")
755
+
756
+ @property
757
+ @pulumi.getter(name="serviceAccount")
758
+ def service_account(self) -> Optional[str]:
759
+ """
760
+ Service account that used to execute workload.
761
+ """
762
+ return pulumi.get(self, "service_account")
763
+
764
+ @property
765
+ @pulumi.getter(name="stagingBucket")
766
+ def staging_bucket(self) -> Optional[str]:
767
+ """
768
+ A Cloud Storage bucket used to stage workload dependencies, config files, and store
769
+ workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket,
770
+ Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running,
771
+ and then create and manage project-level, per-location staging and temporary buckets.
772
+ This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
773
+ """
774
+ return pulumi.get(self, "staging_bucket")
775
+
776
+ @property
777
+ @pulumi.getter(name="subnetworkUri")
778
+ def subnetwork_uri(self) -> Optional[str]:
779
+ """
780
+ Subnetwork configuration for workload execution.
781
+ """
782
+ return pulumi.get(self, "subnetwork_uri")
783
+
784
+ @property
785
+ @pulumi.getter
786
+ def ttl(self) -> Optional[str]:
787
+ """
788
+ The duration after which the workload will be terminated.
789
+ When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing
790
+ work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it
791
+ exits naturally (or run forever without exiting). If ttl is not specified for an interactive session,
792
+ it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours.
793
+ Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idleTtl are specified (for an interactive session),
794
+ the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idleTtl or
795
+ when ttl has been exceeded, whichever occurs first.
796
+ """
797
+ return pulumi.get(self, "ttl")
798
+
799
+
800
+ @pulumi.output_type
801
+ class BatchEnvironmentConfigPeripheralsConfig(dict):
802
+ @staticmethod
803
+ def __key_warning(key: str):
804
+ suggest = None
805
+ if key == "metastoreService":
806
+ suggest = "metastore_service"
807
+ elif key == "sparkHistoryServerConfig":
808
+ suggest = "spark_history_server_config"
809
+
810
+ if suggest:
811
+ pulumi.log.warn(f"Key '{key}' not found in BatchEnvironmentConfigPeripheralsConfig. Access the value via the '{suggest}' property getter instead.")
812
+
813
+ def __getitem__(self, key: str) -> Any:
814
+ BatchEnvironmentConfigPeripheralsConfig.__key_warning(key)
815
+ return super().__getitem__(key)
816
+
817
+ def get(self, key: str, default = None) -> Any:
818
+ BatchEnvironmentConfigPeripheralsConfig.__key_warning(key)
819
+ return super().get(key, default)
820
+
821
+ def __init__(__self__, *,
822
+ metastore_service: Optional[str] = None,
823
+ spark_history_server_config: Optional['outputs.BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig'] = None):
824
+ """
825
+ :param str metastore_service: Resource name of an existing Dataproc Metastore service.
826
+ :param 'BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs' spark_history_server_config: The Spark History Server configuration for the workload.
827
+ Structure is documented below.
828
+ """
829
+ if metastore_service is not None:
830
+ pulumi.set(__self__, "metastore_service", metastore_service)
831
+ if spark_history_server_config is not None:
832
+ pulumi.set(__self__, "spark_history_server_config", spark_history_server_config)
833
+
834
+ @property
835
+ @pulumi.getter(name="metastoreService")
836
+ def metastore_service(self) -> Optional[str]:
837
+ """
838
+ Resource name of an existing Dataproc Metastore service.
839
+ """
840
+ return pulumi.get(self, "metastore_service")
841
+
842
+ @property
843
+ @pulumi.getter(name="sparkHistoryServerConfig")
844
+ def spark_history_server_config(self) -> Optional['outputs.BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig']:
845
+ """
846
+ The Spark History Server configuration for the workload.
847
+ Structure is documented below.
848
+ """
849
+ return pulumi.get(self, "spark_history_server_config")
850
+
851
+
852
+ @pulumi.output_type
853
+ class BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig(dict):
854
+ @staticmethod
855
+ def __key_warning(key: str):
856
+ suggest = None
857
+ if key == "dataprocCluster":
858
+ suggest = "dataproc_cluster"
859
+
860
+ if suggest:
861
+ pulumi.log.warn(f"Key '{key}' not found in BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig. Access the value via the '{suggest}' property getter instead.")
862
+
863
+ def __getitem__(self, key: str) -> Any:
864
+ BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig.__key_warning(key)
865
+ return super().__getitem__(key)
866
+
867
+ def get(self, key: str, default = None) -> Any:
868
+ BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig.__key_warning(key)
869
+ return super().get(key, default)
870
+
871
+ def __init__(__self__, *,
872
+ dataproc_cluster: Optional[str] = None):
873
+ """
874
+ :param str dataproc_cluster: Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.
875
+ """
876
+ if dataproc_cluster is not None:
877
+ pulumi.set(__self__, "dataproc_cluster", dataproc_cluster)
878
+
879
+ @property
880
+ @pulumi.getter(name="dataprocCluster")
881
+ def dataproc_cluster(self) -> Optional[str]:
882
+ """
883
+ Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.
884
+ """
885
+ return pulumi.get(self, "dataproc_cluster")
886
+
887
+
888
+ @pulumi.output_type
889
+ class BatchPysparkBatch(dict):
890
+ @staticmethod
891
+ def __key_warning(key: str):
892
+ suggest = None
893
+ if key == "archiveUris":
894
+ suggest = "archive_uris"
895
+ elif key == "fileUris":
896
+ suggest = "file_uris"
897
+ elif key == "jarFileUris":
898
+ suggest = "jar_file_uris"
899
+ elif key == "mainPythonFileUri":
900
+ suggest = "main_python_file_uri"
901
+ elif key == "pythonFileUris":
902
+ suggest = "python_file_uris"
903
+
904
+ if suggest:
905
+ pulumi.log.warn(f"Key '{key}' not found in BatchPysparkBatch. Access the value via the '{suggest}' property getter instead.")
906
+
907
+ def __getitem__(self, key: str) -> Any:
908
+ BatchPysparkBatch.__key_warning(key)
909
+ return super().__getitem__(key)
910
+
911
+ def get(self, key: str, default = None) -> Any:
912
+ BatchPysparkBatch.__key_warning(key)
913
+ return super().get(key, default)
914
+
915
+ def __init__(__self__, *,
916
+ archive_uris: Optional[Sequence[str]] = None,
917
+ args: Optional[Sequence[str]] = None,
918
+ file_uris: Optional[Sequence[str]] = None,
919
+ jar_file_uris: Optional[Sequence[str]] = None,
920
+ main_python_file_uri: Optional[str] = None,
921
+ python_file_uris: Optional[Sequence[str]] = None):
922
+ """
923
+ :param Sequence[str] archive_uris: HCFS URIs of archives to be extracted into the working directory of each executor.
924
+ Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
925
+ :param Sequence[str] args: The arguments to pass to the driver. Do not include arguments that can be set as batch
926
+ properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
927
+ :param Sequence[str] file_uris: HCFS URIs of files to be placed in the working directory of each executor.
928
+ :param Sequence[str] jar_file_uris: HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
929
+ :param str main_python_file_uri: The HCFS URI of the main Python file to use as the Spark driver. Must be a .py file.
930
+ :param Sequence[str] python_file_uris: HCFS file URIs of Python files to pass to the PySpark framework.
931
+ Supported file types: .py, .egg, and .zip.
932
+ """
933
+ if archive_uris is not None:
934
+ pulumi.set(__self__, "archive_uris", archive_uris)
935
+ if args is not None:
936
+ pulumi.set(__self__, "args", args)
937
+ if file_uris is not None:
938
+ pulumi.set(__self__, "file_uris", file_uris)
939
+ if jar_file_uris is not None:
940
+ pulumi.set(__self__, "jar_file_uris", jar_file_uris)
941
+ if main_python_file_uri is not None:
942
+ pulumi.set(__self__, "main_python_file_uri", main_python_file_uri)
943
+ if python_file_uris is not None:
944
+ pulumi.set(__self__, "python_file_uris", python_file_uris)
945
+
946
+ @property
947
+ @pulumi.getter(name="archiveUris")
948
+ def archive_uris(self) -> Optional[Sequence[str]]:
949
+ """
950
+ HCFS URIs of archives to be extracted into the working directory of each executor.
951
+ Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
952
+ """
953
+ return pulumi.get(self, "archive_uris")
954
+
955
+ @property
956
+ @pulumi.getter
957
+ def args(self) -> Optional[Sequence[str]]:
958
+ """
959
+ The arguments to pass to the driver. Do not include arguments that can be set as batch
960
+ properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
961
+ """
962
+ return pulumi.get(self, "args")
963
+
964
+ @property
965
+ @pulumi.getter(name="fileUris")
966
+ def file_uris(self) -> Optional[Sequence[str]]:
967
+ """
968
+ HCFS URIs of files to be placed in the working directory of each executor.
969
+ """
970
+ return pulumi.get(self, "file_uris")
971
+
972
+ @property
973
+ @pulumi.getter(name="jarFileUris")
974
+ def jar_file_uris(self) -> Optional[Sequence[str]]:
975
+ """
976
+ HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
977
+ """
978
+ return pulumi.get(self, "jar_file_uris")
979
+
980
+ @property
981
+ @pulumi.getter(name="mainPythonFileUri")
982
+ def main_python_file_uri(self) -> Optional[str]:
983
+ """
984
+ The HCFS URI of the main Python file to use as the Spark driver. Must be a .py file.
985
+ """
986
+ return pulumi.get(self, "main_python_file_uri")
987
+
988
+ @property
989
+ @pulumi.getter(name="pythonFileUris")
990
+ def python_file_uris(self) -> Optional[Sequence[str]]:
991
+ """
992
+ HCFS file URIs of Python files to pass to the PySpark framework.
993
+ Supported file types: .py, .egg, and .zip.
994
+ """
995
+ return pulumi.get(self, "python_file_uris")
996
+
997
+
998
+ @pulumi.output_type
999
+ class BatchRuntimeConfig(dict):
1000
+ @staticmethod
1001
+ def __key_warning(key: str):
1002
+ suggest = None
1003
+ if key == "containerImage":
1004
+ suggest = "container_image"
1005
+ elif key == "effectiveProperties":
1006
+ suggest = "effective_properties"
1007
+
1008
+ if suggest:
1009
+ pulumi.log.warn(f"Key '{key}' not found in BatchRuntimeConfig. Access the value via the '{suggest}' property getter instead.")
1010
+
1011
+ def __getitem__(self, key: str) -> Any:
1012
+ BatchRuntimeConfig.__key_warning(key)
1013
+ return super().__getitem__(key)
1014
+
1015
+ def get(self, key: str, default = None) -> Any:
1016
+ BatchRuntimeConfig.__key_warning(key)
1017
+ return super().get(key, default)
1018
+
1019
+ def __init__(__self__, *,
1020
+ container_image: Optional[str] = None,
1021
+ effective_properties: Optional[Mapping[str, str]] = None,
1022
+ properties: Optional[Mapping[str, str]] = None,
1023
+ version: Optional[str] = None):
1024
+ """
1025
+ :param str container_image: Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
1026
+ :param Mapping[str, str] effective_properties: (Output)
1027
+ A mapping of property names to values, which are used to configure workload execution.
1028
+ :param Mapping[str, str] properties: A mapping of property names to values, which are used to configure workload execution.
1029
+ :param str version: Version of the batch runtime.
1030
+ """
1031
+ if container_image is not None:
1032
+ pulumi.set(__self__, "container_image", container_image)
1033
+ if effective_properties is not None:
1034
+ pulumi.set(__self__, "effective_properties", effective_properties)
1035
+ if properties is not None:
1036
+ pulumi.set(__self__, "properties", properties)
1037
+ if version is not None:
1038
+ pulumi.set(__self__, "version", version)
1039
+
1040
+ @property
1041
+ @pulumi.getter(name="containerImage")
1042
+ def container_image(self) -> Optional[str]:
1043
+ """
1044
+ Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
1045
+ """
1046
+ return pulumi.get(self, "container_image")
1047
+
1048
+ @property
1049
+ @pulumi.getter(name="effectiveProperties")
1050
+ def effective_properties(self) -> Optional[Mapping[str, str]]:
1051
+ """
1052
+ (Output)
1053
+ A mapping of property names to values, which are used to configure workload execution.
1054
+ """
1055
+ return pulumi.get(self, "effective_properties")
1056
+
1057
+ @property
1058
+ @pulumi.getter
1059
+ def properties(self) -> Optional[Mapping[str, str]]:
1060
+ """
1061
+ A mapping of property names to values, which are used to configure workload execution.
1062
+ """
1063
+ return pulumi.get(self, "properties")
1064
+
1065
+ @property
1066
+ @pulumi.getter
1067
+ def version(self) -> Optional[str]:
1068
+ """
1069
+ Version of the batch runtime.
1070
+ """
1071
+ return pulumi.get(self, "version")
1072
+
1073
+
1074
+ @pulumi.output_type
1075
+ class BatchRuntimeInfo(dict):
1076
+ @staticmethod
1077
+ def __key_warning(key: str):
1078
+ suggest = None
1079
+ if key == "approximateUsages":
1080
+ suggest = "approximate_usages"
1081
+ elif key == "currentUsages":
1082
+ suggest = "current_usages"
1083
+ elif key == "diagnosticOutputUri":
1084
+ suggest = "diagnostic_output_uri"
1085
+ elif key == "outputUri":
1086
+ suggest = "output_uri"
1087
+
1088
+ if suggest:
1089
+ pulumi.log.warn(f"Key '{key}' not found in BatchRuntimeInfo. Access the value via the '{suggest}' property getter instead.")
1090
+
1091
+ def __getitem__(self, key: str) -> Any:
1092
+ BatchRuntimeInfo.__key_warning(key)
1093
+ return super().__getitem__(key)
1094
+
1095
+ def get(self, key: str, default = None) -> Any:
1096
+ BatchRuntimeInfo.__key_warning(key)
1097
+ return super().get(key, default)
1098
+
1099
+ def __init__(__self__, *,
1100
+ approximate_usages: Optional[Sequence['outputs.BatchRuntimeInfoApproximateUsage']] = None,
1101
+ current_usages: Optional[Sequence['outputs.BatchRuntimeInfoCurrentUsage']] = None,
1102
+ diagnostic_output_uri: Optional[str] = None,
1103
+ endpoints: Optional[Mapping[str, str]] = None,
1104
+ output_uri: Optional[str] = None):
1105
+ """
1106
+ :param Sequence['BatchRuntimeInfoApproximateUsageArgs'] approximate_usages: (Output)
1107
+ Approximate workload resource usage, calculated when the workload completes(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
1108
+ Structure is documented below.
1109
+ :param Sequence['BatchRuntimeInfoCurrentUsageArgs'] current_usages: (Output)
1110
+ Snapshot of current workload resource usage(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
1111
+ Structure is documented below.
1112
+ :param str diagnostic_output_uri: (Output)
1113
+ A URI pointing to the location of the diagnostics tarball.
1114
+ :param Mapping[str, str] endpoints: (Output)
1115
+ Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
1116
+ :param str output_uri: (Output)
1117
+ A URI pointing to the location of the stdout and stderr of the workload.
1118
+ """
1119
+ if approximate_usages is not None:
1120
+ pulumi.set(__self__, "approximate_usages", approximate_usages)
1121
+ if current_usages is not None:
1122
+ pulumi.set(__self__, "current_usages", current_usages)
1123
+ if diagnostic_output_uri is not None:
1124
+ pulumi.set(__self__, "diagnostic_output_uri", diagnostic_output_uri)
1125
+ if endpoints is not None:
1126
+ pulumi.set(__self__, "endpoints", endpoints)
1127
+ if output_uri is not None:
1128
+ pulumi.set(__self__, "output_uri", output_uri)
1129
+
1130
+ @property
1131
+ @pulumi.getter(name="approximateUsages")
1132
+ def approximate_usages(self) -> Optional[Sequence['outputs.BatchRuntimeInfoApproximateUsage']]:
1133
+ """
1134
+ (Output)
1135
+ Approximate workload resource usage, calculated when the workload completes(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
1136
+ Structure is documented below.
1137
+ """
1138
+ return pulumi.get(self, "approximate_usages")
1139
+
1140
+ @property
1141
+ @pulumi.getter(name="currentUsages")
1142
+ def current_usages(self) -> Optional[Sequence['outputs.BatchRuntimeInfoCurrentUsage']]:
1143
+ """
1144
+ (Output)
1145
+ Snapshot of current workload resource usage(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
1146
+ Structure is documented below.
1147
+ """
1148
+ return pulumi.get(self, "current_usages")
1149
+
1150
+ @property
1151
+ @pulumi.getter(name="diagnosticOutputUri")
1152
+ def diagnostic_output_uri(self) -> Optional[str]:
1153
+ """
1154
+ (Output)
1155
+ A URI pointing to the location of the diagnostics tarball.
1156
+ """
1157
+ return pulumi.get(self, "diagnostic_output_uri")
1158
+
1159
+ @property
1160
+ @pulumi.getter
1161
+ def endpoints(self) -> Optional[Mapping[str, str]]:
1162
+ """
1163
+ (Output)
1164
+ Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
1165
+ """
1166
+ return pulumi.get(self, "endpoints")
1167
+
1168
+ @property
1169
+ @pulumi.getter(name="outputUri")
1170
+ def output_uri(self) -> Optional[str]:
1171
+ """
1172
+ (Output)
1173
+ A URI pointing to the location of the stdout and stderr of the workload.
1174
+ """
1175
+ return pulumi.get(self, "output_uri")
1176
+
1177
+
1178
+ @pulumi.output_type
1179
+ class BatchRuntimeInfoApproximateUsage(dict):
1180
+ @staticmethod
1181
+ def __key_warning(key: str):
1182
+ suggest = None
1183
+ if key == "acceleratorType":
1184
+ suggest = "accelerator_type"
1185
+ elif key == "milliAcceleratorSeconds":
1186
+ suggest = "milli_accelerator_seconds"
1187
+ elif key == "milliDcuSeconds":
1188
+ suggest = "milli_dcu_seconds"
1189
+ elif key == "shuffleStorageGbSeconds":
1190
+ suggest = "shuffle_storage_gb_seconds"
1191
+
1192
+ if suggest:
1193
+ pulumi.log.warn(f"Key '{key}' not found in BatchRuntimeInfoApproximateUsage. Access the value via the '{suggest}' property getter instead.")
1194
+
1195
+ def __getitem__(self, key: str) -> Any:
1196
+ BatchRuntimeInfoApproximateUsage.__key_warning(key)
1197
+ return super().__getitem__(key)
1198
+
1199
+ def get(self, key: str, default = None) -> Any:
1200
+ BatchRuntimeInfoApproximateUsage.__key_warning(key)
1201
+ return super().get(key, default)
1202
+
1203
+ def __init__(__self__, *,
1204
+ accelerator_type: Optional[str] = None,
1205
+ milli_accelerator_seconds: Optional[str] = None,
1206
+ milli_dcu_seconds: Optional[str] = None,
1207
+ shuffle_storage_gb_seconds: Optional[str] = None):
1208
+ """
1209
+ :param str accelerator_type: (Output)
1210
+ Accelerator type being used, if any.
1211
+ :param str milli_accelerator_seconds: (Output)
1212
+ Accelerator usage in (milliAccelerator x seconds)
1213
+ :param str milli_dcu_seconds: (Output)
1214
+ DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
1215
+ :param str shuffle_storage_gb_seconds: (Output)
1216
+ Shuffle storage usage in (GB x seconds)
1217
+ """
1218
+ if accelerator_type is not None:
1219
+ pulumi.set(__self__, "accelerator_type", accelerator_type)
1220
+ if milli_accelerator_seconds is not None:
1221
+ pulumi.set(__self__, "milli_accelerator_seconds", milli_accelerator_seconds)
1222
+ if milli_dcu_seconds is not None:
1223
+ pulumi.set(__self__, "milli_dcu_seconds", milli_dcu_seconds)
1224
+ if shuffle_storage_gb_seconds is not None:
1225
+ pulumi.set(__self__, "shuffle_storage_gb_seconds", shuffle_storage_gb_seconds)
1226
+
1227
+ @property
1228
+ @pulumi.getter(name="acceleratorType")
1229
+ def accelerator_type(self) -> Optional[str]:
1230
+ """
1231
+ (Output)
1232
+ Accelerator type being used, if any.
1233
+ """
1234
+ return pulumi.get(self, "accelerator_type")
1235
+
1236
+ @property
1237
+ @pulumi.getter(name="milliAcceleratorSeconds")
1238
+ def milli_accelerator_seconds(self) -> Optional[str]:
1239
+ """
1240
+ (Output)
1241
+ Accelerator usage in (milliAccelerator x seconds)
1242
+ """
1243
+ return pulumi.get(self, "milli_accelerator_seconds")
1244
+
1245
+ @property
1246
+ @pulumi.getter(name="milliDcuSeconds")
1247
+ def milli_dcu_seconds(self) -> Optional[str]:
1248
+ """
1249
+ (Output)
1250
+ DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
1251
+ """
1252
+ return pulumi.get(self, "milli_dcu_seconds")
1253
+
1254
+ @property
1255
+ @pulumi.getter(name="shuffleStorageGbSeconds")
1256
+ def shuffle_storage_gb_seconds(self) -> Optional[str]:
1257
+ """
1258
+ (Output)
1259
+ Shuffle storage usage in (GB x seconds)
1260
+ """
1261
+ return pulumi.get(self, "shuffle_storage_gb_seconds")
1262
+
1263
+
1264
+ @pulumi.output_type
1265
+ class BatchRuntimeInfoCurrentUsage(dict):
1266
+ @staticmethod
1267
+ def __key_warning(key: str):
1268
+ suggest = None
1269
+ if key == "acceleratorType":
1270
+ suggest = "accelerator_type"
1271
+ elif key == "milliAccelerator":
1272
+ suggest = "milli_accelerator"
1273
+ elif key == "milliDcu":
1274
+ suggest = "milli_dcu"
1275
+ elif key == "milliDcuPremium":
1276
+ suggest = "milli_dcu_premium"
1277
+ elif key == "shuffleStorageGb":
1278
+ suggest = "shuffle_storage_gb"
1279
+ elif key == "shuffleStorageGbPremium":
1280
+ suggest = "shuffle_storage_gb_premium"
1281
+ elif key == "snapshotTime":
1282
+ suggest = "snapshot_time"
1283
+
1284
+ if suggest:
1285
+ pulumi.log.warn(f"Key '{key}' not found in BatchRuntimeInfoCurrentUsage. Access the value via the '{suggest}' property getter instead.")
1286
+
1287
+ def __getitem__(self, key: str) -> Any:
1288
+ BatchRuntimeInfoCurrentUsage.__key_warning(key)
1289
+ return super().__getitem__(key)
1290
+
1291
+ def get(self, key: str, default = None) -> Any:
1292
+ BatchRuntimeInfoCurrentUsage.__key_warning(key)
1293
+ return super().get(key, default)
1294
+
1295
+ def __init__(__self__, *,
1296
+ accelerator_type: Optional[str] = None,
1297
+ milli_accelerator: Optional[str] = None,
1298
+ milli_dcu: Optional[str] = None,
1299
+ milli_dcu_premium: Optional[str] = None,
1300
+ shuffle_storage_gb: Optional[str] = None,
1301
+ shuffle_storage_gb_premium: Optional[str] = None,
1302
+ snapshot_time: Optional[str] = None):
1303
+ """
1304
+ :param str accelerator_type: (Output)
1305
+ Accelerator type being used, if any.
1306
+ :param str milli_accelerator: (Output)
1307
+ Milli (one-thousandth) accelerator..
1308
+ :param str milli_dcu: (Output)
1309
+ Milli (one-thousandth) Dataproc Compute Units (DCUs).
1310
+ :param str milli_dcu_premium: (Output)
1311
+ Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier.
1312
+ :param str shuffle_storage_gb: (Output)
1313
+ Shuffle Storage in gigabytes (GB).
1314
+ :param str shuffle_storage_gb_premium: (Output)
1315
+ Shuffle Storage in gigabytes (GB) charged at premium tier.
1316
+ :param str snapshot_time: (Output)
1317
+ The timestamp of the usage snapshot.
1318
+ """
1319
+ if accelerator_type is not None:
1320
+ pulumi.set(__self__, "accelerator_type", accelerator_type)
1321
+ if milli_accelerator is not None:
1322
+ pulumi.set(__self__, "milli_accelerator", milli_accelerator)
1323
+ if milli_dcu is not None:
1324
+ pulumi.set(__self__, "milli_dcu", milli_dcu)
1325
+ if milli_dcu_premium is not None:
1326
+ pulumi.set(__self__, "milli_dcu_premium", milli_dcu_premium)
1327
+ if shuffle_storage_gb is not None:
1328
+ pulumi.set(__self__, "shuffle_storage_gb", shuffle_storage_gb)
1329
+ if shuffle_storage_gb_premium is not None:
1330
+ pulumi.set(__self__, "shuffle_storage_gb_premium", shuffle_storage_gb_premium)
1331
+ if snapshot_time is not None:
1332
+ pulumi.set(__self__, "snapshot_time", snapshot_time)
1333
+
1334
+ @property
1335
+ @pulumi.getter(name="acceleratorType")
1336
+ def accelerator_type(self) -> Optional[str]:
1337
+ """
1338
+ (Output)
1339
+ Accelerator type being used, if any.
1340
+ """
1341
+ return pulumi.get(self, "accelerator_type")
1342
+
1343
+ @property
1344
+ @pulumi.getter(name="milliAccelerator")
1345
+ def milli_accelerator(self) -> Optional[str]:
1346
+ """
1347
+ (Output)
1348
+ Milli (one-thousandth) accelerator..
1349
+ """
1350
+ return pulumi.get(self, "milli_accelerator")
1351
+
1352
+ @property
1353
+ @pulumi.getter(name="milliDcu")
1354
+ def milli_dcu(self) -> Optional[str]:
1355
+ """
1356
+ (Output)
1357
+ Milli (one-thousandth) Dataproc Compute Units (DCUs).
1358
+ """
1359
+ return pulumi.get(self, "milli_dcu")
1360
+
1361
+ @property
1362
+ @pulumi.getter(name="milliDcuPremium")
1363
+ def milli_dcu_premium(self) -> Optional[str]:
1364
+ """
1365
+ (Output)
1366
+ Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier.
1367
+ """
1368
+ return pulumi.get(self, "milli_dcu_premium")
1369
+
1370
+ @property
1371
+ @pulumi.getter(name="shuffleStorageGb")
1372
+ def shuffle_storage_gb(self) -> Optional[str]:
1373
+ """
1374
+ (Output)
1375
+ Shuffle Storage in gigabytes (GB).
1376
+ """
1377
+ return pulumi.get(self, "shuffle_storage_gb")
1378
+
1379
+ @property
1380
+ @pulumi.getter(name="shuffleStorageGbPremium")
1381
+ def shuffle_storage_gb_premium(self) -> Optional[str]:
1382
+ """
1383
+ (Output)
1384
+ Shuffle Storage in gigabytes (GB) charged at premium tier.
1385
+ """
1386
+ return pulumi.get(self, "shuffle_storage_gb_premium")
1387
+
1388
+ @property
1389
+ @pulumi.getter(name="snapshotTime")
1390
+ def snapshot_time(self) -> Optional[str]:
1391
+ """
1392
+ (Output)
1393
+ The timestamp of the usage snapshot.
1394
+ """
1395
+ return pulumi.get(self, "snapshot_time")
1396
+
1397
+
1398
+ @pulumi.output_type
1399
+ class BatchSparkBatch(dict):
1400
+ @staticmethod
1401
+ def __key_warning(key: str):
1402
+ suggest = None
1403
+ if key == "archiveUris":
1404
+ suggest = "archive_uris"
1405
+ elif key == "fileUris":
1406
+ suggest = "file_uris"
1407
+ elif key == "jarFileUris":
1408
+ suggest = "jar_file_uris"
1409
+ elif key == "mainClass":
1410
+ suggest = "main_class"
1411
+ elif key == "mainJarFileUri":
1412
+ suggest = "main_jar_file_uri"
1413
+
1414
+ if suggest:
1415
+ pulumi.log.warn(f"Key '{key}' not found in BatchSparkBatch. Access the value via the '{suggest}' property getter instead.")
1416
+
1417
+ def __getitem__(self, key: str) -> Any:
1418
+ BatchSparkBatch.__key_warning(key)
1419
+ return super().__getitem__(key)
1420
+
1421
+ def get(self, key: str, default = None) -> Any:
1422
+ BatchSparkBatch.__key_warning(key)
1423
+ return super().get(key, default)
1424
+
1425
+ def __init__(__self__, *,
1426
+ archive_uris: Optional[Sequence[str]] = None,
1427
+ args: Optional[Sequence[str]] = None,
1428
+ file_uris: Optional[Sequence[str]] = None,
1429
+ jar_file_uris: Optional[Sequence[str]] = None,
1430
+ main_class: Optional[str] = None,
1431
+ main_jar_file_uri: Optional[str] = None):
1432
+ """
1433
+ :param Sequence[str] archive_uris: HCFS URIs of archives to be extracted into the working directory of each executor.
1434
+ Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
1435
+ :param Sequence[str] args: The arguments to pass to the driver. Do not include arguments that can be set as batch
1436
+ properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
1437
+ :param Sequence[str] file_uris: HCFS URIs of files to be placed in the working directory of each executor.
1438
+ :param Sequence[str] jar_file_uris: HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
1439
+ :param str main_class: The name of the driver main class. The jar file that contains the class must be in the
1440
+ classpath or specified in jarFileUris.
1441
+ :param str main_jar_file_uri: The HCFS URI of the jar file that contains the main class.
1442
+ """
1443
+ if archive_uris is not None:
1444
+ pulumi.set(__self__, "archive_uris", archive_uris)
1445
+ if args is not None:
1446
+ pulumi.set(__self__, "args", args)
1447
+ if file_uris is not None:
1448
+ pulumi.set(__self__, "file_uris", file_uris)
1449
+ if jar_file_uris is not None:
1450
+ pulumi.set(__self__, "jar_file_uris", jar_file_uris)
1451
+ if main_class is not None:
1452
+ pulumi.set(__self__, "main_class", main_class)
1453
+ if main_jar_file_uri is not None:
1454
+ pulumi.set(__self__, "main_jar_file_uri", main_jar_file_uri)
1455
+
1456
+ @property
1457
+ @pulumi.getter(name="archiveUris")
1458
+ def archive_uris(self) -> Optional[Sequence[str]]:
1459
+ """
1460
+ HCFS URIs of archives to be extracted into the working directory of each executor.
1461
+ Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
1462
+ """
1463
+ return pulumi.get(self, "archive_uris")
1464
+
1465
+ @property
1466
+ @pulumi.getter
1467
+ def args(self) -> Optional[Sequence[str]]:
1468
+ """
1469
+ The arguments to pass to the driver. Do not include arguments that can be set as batch
1470
+ properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
1471
+ """
1472
+ return pulumi.get(self, "args")
1473
+
1474
+ @property
1475
+ @pulumi.getter(name="fileUris")
1476
+ def file_uris(self) -> Optional[Sequence[str]]:
1477
+ """
1478
+ HCFS URIs of files to be placed in the working directory of each executor.
1479
+ """
1480
+ return pulumi.get(self, "file_uris")
1481
+
1482
+ @property
1483
+ @pulumi.getter(name="jarFileUris")
1484
+ def jar_file_uris(self) -> Optional[Sequence[str]]:
1485
+ """
1486
+ HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
1487
+ """
1488
+ return pulumi.get(self, "jar_file_uris")
1489
+
1490
+ @property
1491
+ @pulumi.getter(name="mainClass")
1492
+ def main_class(self) -> Optional[str]:
1493
+ """
1494
+ The name of the driver main class. The jar file that contains the class must be in the
1495
+ classpath or specified in jarFileUris.
1496
+ """
1497
+ return pulumi.get(self, "main_class")
1498
+
1499
+ @property
1500
+ @pulumi.getter(name="mainJarFileUri")
1501
+ def main_jar_file_uri(self) -> Optional[str]:
1502
+ """
1503
+ The HCFS URI of the jar file that contains the main class.
1504
+ """
1505
+ return pulumi.get(self, "main_jar_file_uri")
1506
+
1507
+
1508
+ @pulumi.output_type
1509
+ class BatchSparkRBatch(dict):
1510
+ @staticmethod
1511
+ def __key_warning(key: str):
1512
+ suggest = None
1513
+ if key == "archiveUris":
1514
+ suggest = "archive_uris"
1515
+ elif key == "fileUris":
1516
+ suggest = "file_uris"
1517
+ elif key == "mainRFileUri":
1518
+ suggest = "main_r_file_uri"
1519
+
1520
+ if suggest:
1521
+ pulumi.log.warn(f"Key '{key}' not found in BatchSparkRBatch. Access the value via the '{suggest}' property getter instead.")
1522
+
1523
+ def __getitem__(self, key: str) -> Any:
1524
+ BatchSparkRBatch.__key_warning(key)
1525
+ return super().__getitem__(key)
1526
+
1527
+ def get(self, key: str, default = None) -> Any:
1528
+ BatchSparkRBatch.__key_warning(key)
1529
+ return super().get(key, default)
1530
+
1531
+ def __init__(__self__, *,
1532
+ archive_uris: Optional[Sequence[str]] = None,
1533
+ args: Optional[Sequence[str]] = None,
1534
+ file_uris: Optional[Sequence[str]] = None,
1535
+ main_r_file_uri: Optional[str] = None):
1536
+ """
1537
+ :param Sequence[str] archive_uris: HCFS URIs of archives to be extracted into the working directory of each executor.
1538
+ Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
1539
+ :param Sequence[str] args: The arguments to pass to the driver. Do not include arguments that can be set as batch
1540
+ properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
1541
+ :param Sequence[str] file_uris: HCFS URIs of files to be placed in the working directory of each executor.
1542
+ :param str main_r_file_uri: The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
1543
+ """
1544
+ if archive_uris is not None:
1545
+ pulumi.set(__self__, "archive_uris", archive_uris)
1546
+ if args is not None:
1547
+ pulumi.set(__self__, "args", args)
1548
+ if file_uris is not None:
1549
+ pulumi.set(__self__, "file_uris", file_uris)
1550
+ if main_r_file_uri is not None:
1551
+ pulumi.set(__self__, "main_r_file_uri", main_r_file_uri)
1552
+
1553
+ @property
1554
+ @pulumi.getter(name="archiveUris")
1555
+ def archive_uris(self) -> Optional[Sequence[str]]:
1556
+ """
1557
+ HCFS URIs of archives to be extracted into the working directory of each executor.
1558
+ Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
1559
+ """
1560
+ return pulumi.get(self, "archive_uris")
1561
+
1562
+ @property
1563
+ @pulumi.getter
1564
+ def args(self) -> Optional[Sequence[str]]:
1565
+ """
1566
+ The arguments to pass to the driver. Do not include arguments that can be set as batch
1567
+ properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
1568
+ """
1569
+ return pulumi.get(self, "args")
1570
+
1571
+ @property
1572
+ @pulumi.getter(name="fileUris")
1573
+ def file_uris(self) -> Optional[Sequence[str]]:
1574
+ """
1575
+ HCFS URIs of files to be placed in the working directory of each executor.
1576
+ """
1577
+ return pulumi.get(self, "file_uris")
1578
+
1579
+ @property
1580
+ @pulumi.getter(name="mainRFileUri")
1581
+ def main_r_file_uri(self) -> Optional[str]:
1582
+ """
1583
+ The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
1584
+ """
1585
+ return pulumi.get(self, "main_r_file_uri")
1586
+
1587
+
1588
+ @pulumi.output_type
1589
+ class BatchSparkSqlBatch(dict):
1590
+ @staticmethod
1591
+ def __key_warning(key: str):
1592
+ suggest = None
1593
+ if key == "jarFileUris":
1594
+ suggest = "jar_file_uris"
1595
+ elif key == "queryFileUri":
1596
+ suggest = "query_file_uri"
1597
+ elif key == "queryVariables":
1598
+ suggest = "query_variables"
1599
+
1600
+ if suggest:
1601
+ pulumi.log.warn(f"Key '{key}' not found in BatchSparkSqlBatch. Access the value via the '{suggest}' property getter instead.")
1602
+
1603
+ def __getitem__(self, key: str) -> Any:
1604
+ BatchSparkSqlBatch.__key_warning(key)
1605
+ return super().__getitem__(key)
1606
+
1607
+ def get(self, key: str, default = None) -> Any:
1608
+ BatchSparkSqlBatch.__key_warning(key)
1609
+ return super().get(key, default)
1610
+
1611
+ def __init__(__self__, *,
1612
+ jar_file_uris: Optional[Sequence[str]] = None,
1613
+ query_file_uri: Optional[str] = None,
1614
+ query_variables: Optional[Mapping[str, str]] = None):
1615
+ """
1616
+ :param Sequence[str] jar_file_uris: HCFS URIs of jar files to be added to the Spark CLASSPATH.
1617
+ :param str query_file_uri: The HCFS URI of the script that contains Spark SQL queries to execute.
1618
+ :param Mapping[str, str] query_variables: Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
1619
+ """
1620
+ if jar_file_uris is not None:
1621
+ pulumi.set(__self__, "jar_file_uris", jar_file_uris)
1622
+ if query_file_uri is not None:
1623
+ pulumi.set(__self__, "query_file_uri", query_file_uri)
1624
+ if query_variables is not None:
1625
+ pulumi.set(__self__, "query_variables", query_variables)
1626
+
1627
+ @property
1628
+ @pulumi.getter(name="jarFileUris")
1629
+ def jar_file_uris(self) -> Optional[Sequence[str]]:
1630
+ """
1631
+ HCFS URIs of jar files to be added to the Spark CLASSPATH.
1632
+ """
1633
+ return pulumi.get(self, "jar_file_uris")
1634
+
1635
+ @property
1636
+ @pulumi.getter(name="queryFileUri")
1637
+ def query_file_uri(self) -> Optional[str]:
1638
+ """
1639
+ The HCFS URI of the script that contains Spark SQL queries to execute.
1640
+ """
1641
+ return pulumi.get(self, "query_file_uri")
1642
+
1643
+ @property
1644
+ @pulumi.getter(name="queryVariables")
1645
+ def query_variables(self) -> Optional[Mapping[str, str]]:
1646
+ """
1647
+ Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
1648
+ """
1649
+ return pulumi.get(self, "query_variables")
1650
+
1651
+
1652
+ @pulumi.output_type
1653
+ class BatchStateHistory(dict):
1654
+ @staticmethod
1655
+ def __key_warning(key: str):
1656
+ suggest = None
1657
+ if key == "stateMessage":
1658
+ suggest = "state_message"
1659
+ elif key == "stateStartTime":
1660
+ suggest = "state_start_time"
1661
+
1662
+ if suggest:
1663
+ pulumi.log.warn(f"Key '{key}' not found in BatchStateHistory. Access the value via the '{suggest}' property getter instead.")
1664
+
1665
+ def __getitem__(self, key: str) -> Any:
1666
+ BatchStateHistory.__key_warning(key)
1667
+ return super().__getitem__(key)
1668
+
1669
+ def get(self, key: str, default = None) -> Any:
1670
+ BatchStateHistory.__key_warning(key)
1671
+ return super().get(key, default)
1672
+
1673
+ def __init__(__self__, *,
1674
+ state: Optional[str] = None,
1675
+ state_message: Optional[str] = None,
1676
+ state_start_time: Optional[str] = None):
1677
+ """
1678
+ :param str state: (Output)
1679
+ The state of the batch at this point in history. For possible values, see the [API documentation](https://cloud.google.com/dataproc-serverless/docs/reference/rest/v1/projects.locations.batches#State).
1680
+ :param str state_message: (Output)
1681
+ Details about the state at this point in history.
1682
+ :param str state_start_time: (Output)
1683
+ The time when the batch entered the historical state.
1684
+ """
1685
+ if state is not None:
1686
+ pulumi.set(__self__, "state", state)
1687
+ if state_message is not None:
1688
+ pulumi.set(__self__, "state_message", state_message)
1689
+ if state_start_time is not None:
1690
+ pulumi.set(__self__, "state_start_time", state_start_time)
1691
+
1692
+ @property
1693
+ @pulumi.getter
1694
+ def state(self) -> Optional[str]:
1695
+ """
1696
+ (Output)
1697
+ The state of the batch at this point in history. For possible values, see the [API documentation](https://cloud.google.com/dataproc-serverless/docs/reference/rest/v1/projects.locations.batches#State).
1698
+ """
1699
+ return pulumi.get(self, "state")
1700
+
1701
+ @property
1702
+ @pulumi.getter(name="stateMessage")
1703
+ def state_message(self) -> Optional[str]:
1704
+ """
1705
+ (Output)
1706
+ Details about the state at this point in history.
1707
+ """
1708
+ return pulumi.get(self, "state_message")
1709
+
1710
+ @property
1711
+ @pulumi.getter(name="stateStartTime")
1712
+ def state_start_time(self) -> Optional[str]:
1713
+ """
1714
+ (Output)
1715
+ The time when the batch entered the historical state.
1716
+ """
1717
+ return pulumi.get(self, "state_start_time")
1718
+
1719
+
593
1720
  @pulumi.output_type
594
1721
  class ClusterClusterConfig(dict):
595
1722
  @staticmethod