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
@@ -57,6 +57,7 @@ __all__ = [
57
57
  'AwsNodePoolConfigSpotConfig',
58
58
  'AwsNodePoolConfigSshConfig',
59
59
  'AwsNodePoolConfigTaint',
60
+ 'AwsNodePoolKubeletConfig',
60
61
  'AwsNodePoolManagement',
61
62
  'AwsNodePoolMaxPodsConstraint',
62
63
  'AwsNodePoolUpdateSettings',
@@ -2508,6 +2509,84 @@ class AwsNodePoolConfigTaint(dict):
2508
2509
  return pulumi.get(self, "value")
2509
2510
 
2510
2511
 
2512
+ @pulumi.output_type
2513
+ class AwsNodePoolKubeletConfig(dict):
2514
+ @staticmethod
2515
+ def __key_warning(key: str):
2516
+ suggest = None
2517
+ if key == "cpuCfsQuota":
2518
+ suggest = "cpu_cfs_quota"
2519
+ elif key == "cpuCfsQuotaPeriod":
2520
+ suggest = "cpu_cfs_quota_period"
2521
+ elif key == "cpuManagerPolicy":
2522
+ suggest = "cpu_manager_policy"
2523
+ elif key == "podPidsLimit":
2524
+ suggest = "pod_pids_limit"
2525
+
2526
+ if suggest:
2527
+ pulumi.log.warn(f"Key '{key}' not found in AwsNodePoolKubeletConfig. Access the value via the '{suggest}' property getter instead.")
2528
+
2529
+ def __getitem__(self, key: str) -> Any:
2530
+ AwsNodePoolKubeletConfig.__key_warning(key)
2531
+ return super().__getitem__(key)
2532
+
2533
+ def get(self, key: str, default = None) -> Any:
2534
+ AwsNodePoolKubeletConfig.__key_warning(key)
2535
+ return super().get(key, default)
2536
+
2537
+ def __init__(__self__, *,
2538
+ cpu_cfs_quota: Optional[bool] = None,
2539
+ cpu_cfs_quota_period: Optional[str] = None,
2540
+ cpu_manager_policy: Optional[str] = None,
2541
+ pod_pids_limit: Optional[int] = None):
2542
+ """
2543
+ :param bool cpu_cfs_quota: Whether or not to enable CPU CFS quota. Defaults to true.
2544
+ :param str cpu_cfs_quota_period: Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".
2545
+ :param str cpu_manager_policy: The CpuManagerPolicy to use for the node. Defaults to "none".
2546
+ :param int pod_pids_limit: Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.
2547
+ """
2548
+ if cpu_cfs_quota is not None:
2549
+ pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
2550
+ if cpu_cfs_quota_period is not None:
2551
+ pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
2552
+ if cpu_manager_policy is not None:
2553
+ pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
2554
+ if pod_pids_limit is not None:
2555
+ pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
2556
+
2557
+ @property
2558
+ @pulumi.getter(name="cpuCfsQuota")
2559
+ def cpu_cfs_quota(self) -> Optional[bool]:
2560
+ """
2561
+ Whether or not to enable CPU CFS quota. Defaults to true.
2562
+ """
2563
+ return pulumi.get(self, "cpu_cfs_quota")
2564
+
2565
+ @property
2566
+ @pulumi.getter(name="cpuCfsQuotaPeriod")
2567
+ def cpu_cfs_quota_period(self) -> Optional[str]:
2568
+ """
2569
+ Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".
2570
+ """
2571
+ return pulumi.get(self, "cpu_cfs_quota_period")
2572
+
2573
+ @property
2574
+ @pulumi.getter(name="cpuManagerPolicy")
2575
+ def cpu_manager_policy(self) -> Optional[str]:
2576
+ """
2577
+ The CpuManagerPolicy to use for the node. Defaults to "none".
2578
+ """
2579
+ return pulumi.get(self, "cpu_manager_policy")
2580
+
2581
+ @property
2582
+ @pulumi.getter(name="podPidsLimit")
2583
+ def pod_pids_limit(self) -> Optional[int]:
2584
+ """
2585
+ Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.
2586
+ """
2587
+ return pulumi.get(self, "pod_pids_limit")
2588
+
2589
+
2511
2590
  @pulumi.output_type
2512
2591
  class AwsNodePoolManagement(dict):
2513
2592
  @staticmethod
@@ -7966,6 +8045,8 @@ class ClusterNodeConfigKubeletConfig(dict):
7966
8045
  :param str cpu_manager_policy: The CPU management policy on the node. See
7967
8046
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
7968
8047
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
8048
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
8049
+ is setting the empty string `""`, which will function identically to not setting this field.
7969
8050
  :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
7970
8051
  :param int pod_pids_limit: Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
7971
8052
  """
@@ -8007,6 +8088,8 @@ class ClusterNodeConfigKubeletConfig(dict):
8007
8088
  The CPU management policy on the node. See
8008
8089
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
8009
8090
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
8091
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
8092
+ is setting the empty string `""`, which will function identically to not setting this field.
8010
8093
  """
8011
8094
  return pulumi.get(self, "cpu_manager_policy")
8012
8095
 
@@ -11044,6 +11127,8 @@ class ClusterNodePoolNodeConfigKubeletConfig(dict):
11044
11127
  :param str cpu_manager_policy: The CPU management policy on the node. See
11045
11128
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
11046
11129
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
11130
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
11131
+ is setting the empty string `""`, which will function identically to not setting this field.
11047
11132
  :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
11048
11133
  :param int pod_pids_limit: Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
11049
11134
  """
@@ -11085,6 +11170,8 @@ class ClusterNodePoolNodeConfigKubeletConfig(dict):
11085
11170
  The CPU management policy on the node. See
11086
11171
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
11087
11172
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
11173
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
11174
+ is setting the empty string `""`, which will function identically to not setting this field.
11088
11175
  """
11089
11176
  return pulumi.get(self, "cpu_manager_policy")
11090
11177
 
@@ -125,9 +125,6 @@ def get_note_iam_policy(note: Optional[str] = None,
125
125
  note=pulumi.get(__ret__, 'note'),
126
126
  policy_data=pulumi.get(__ret__, 'policy_data'),
127
127
  project=pulumi.get(__ret__, 'project'))
128
-
129
-
130
- @_utilities.lift_output_func(get_note_iam_policy)
131
128
  def get_note_iam_policy_output(note: Optional[pulumi.Input[str]] = None,
132
129
  project: Optional[pulumi.Input[Optional[str]]] = None,
133
130
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNoteIamPolicyResult]:
@@ -149,4 +146,14 @@ def get_note_iam_policy_output(note: Optional[pulumi.Input[str]] = None,
149
146
  :param str project: The ID of the project in which the resource belongs.
150
147
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
151
148
  """
152
- ...
149
+ __args__ = dict()
150
+ __args__['note'] = note
151
+ __args__['project'] = project
152
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
153
+ __ret__ = pulumi.runtime.invoke_output('gcp:containeranalysis/getNoteIamPolicy:getNoteIamPolicy', __args__, opts=opts, typ=GetNoteIamPolicyResult)
154
+ return __ret__.apply(lambda __response__: GetNoteIamPolicyResult(
155
+ etag=pulumi.get(__response__, 'etag'),
156
+ id=pulumi.get(__response__, 'id'),
157
+ note=pulumi.get(__response__, 'note'),
158
+ policy_data=pulumi.get(__response__, 'policy_data'),
159
+ project=pulumi.get(__response__, 'project')))
@@ -136,9 +136,6 @@ def get_entry_group_iam_policy(entry_group: Optional[str] = None,
136
136
  policy_data=pulumi.get(__ret__, 'policy_data'),
137
137
  project=pulumi.get(__ret__, 'project'),
138
138
  region=pulumi.get(__ret__, 'region'))
139
-
140
-
141
- @_utilities.lift_output_func(get_entry_group_iam_policy)
142
139
  def get_entry_group_iam_policy_output(entry_group: Optional[pulumi.Input[str]] = None,
143
140
  project: Optional[pulumi.Input[Optional[str]]] = None,
144
141
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -160,4 +157,16 @@ def get_entry_group_iam_policy_output(entry_group: Optional[pulumi.Input[str]] =
160
157
  :param str project: The ID of the project in which the resource belongs.
161
158
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
162
159
  """
163
- ...
160
+ __args__ = dict()
161
+ __args__['entryGroup'] = entry_group
162
+ __args__['project'] = project
163
+ __args__['region'] = region
164
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
165
+ __ret__ = pulumi.runtime.invoke_output('gcp:datacatalog/getEntryGroupIamPolicy:getEntryGroupIamPolicy', __args__, opts=opts, typ=GetEntryGroupIamPolicyResult)
166
+ return __ret__.apply(lambda __response__: GetEntryGroupIamPolicyResult(
167
+ entry_group=pulumi.get(__response__, 'entry_group'),
168
+ etag=pulumi.get(__response__, 'etag'),
169
+ id=pulumi.get(__response__, 'id'),
170
+ policy_data=pulumi.get(__response__, 'policy_data'),
171
+ project=pulumi.get(__response__, 'project'),
172
+ region=pulumi.get(__response__, 'region')))
@@ -110,9 +110,6 @@ def get_policy_tag_iam_policy(policy_tag: Optional[str] = None,
110
110
  id=pulumi.get(__ret__, 'id'),
111
111
  policy_data=pulumi.get(__ret__, 'policy_data'),
112
112
  policy_tag=pulumi.get(__ret__, 'policy_tag'))
113
-
114
-
115
- @_utilities.lift_output_func(get_policy_tag_iam_policy)
116
113
  def get_policy_tag_iam_policy_output(policy_tag: Optional[pulumi.Input[str]] = None,
117
114
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyTagIamPolicyResult]:
118
115
  """
@@ -130,4 +127,12 @@ def get_policy_tag_iam_policy_output(policy_tag: Optional[pulumi.Input[str]] = N
130
127
 
131
128
  :param str policy_tag: Used to find the parent resource to bind the IAM policy to
132
129
  """
133
- ...
130
+ __args__ = dict()
131
+ __args__['policyTag'] = policy_tag
132
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
133
+ __ret__ = pulumi.runtime.invoke_output('gcp:datacatalog/getPolicyTagIamPolicy:getPolicyTagIamPolicy', __args__, opts=opts, typ=GetPolicyTagIamPolicyResult)
134
+ return __ret__.apply(lambda __response__: GetPolicyTagIamPolicyResult(
135
+ etag=pulumi.get(__response__, 'etag'),
136
+ id=pulumi.get(__response__, 'id'),
137
+ policy_data=pulumi.get(__response__, 'policy_data'),
138
+ policy_tag=pulumi.get(__response__, 'policy_tag')))
@@ -136,9 +136,6 @@ def get_tag_template_iam_policy(project: Optional[str] = None,
136
136
  project=pulumi.get(__ret__, 'project'),
137
137
  region=pulumi.get(__ret__, 'region'),
138
138
  tag_template=pulumi.get(__ret__, 'tag_template'))
139
-
140
-
141
- @_utilities.lift_output_func(get_tag_template_iam_policy)
142
139
  def get_tag_template_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
143
140
  region: Optional[pulumi.Input[Optional[str]]] = None,
144
141
  tag_template: Optional[pulumi.Input[str]] = None,
@@ -160,4 +157,16 @@ def get_tag_template_iam_policy_output(project: Optional[pulumi.Input[Optional[s
160
157
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
161
158
  :param str tag_template: Used to find the parent resource to bind the IAM policy to
162
159
  """
163
- ...
160
+ __args__ = dict()
161
+ __args__['project'] = project
162
+ __args__['region'] = region
163
+ __args__['tagTemplate'] = tag_template
164
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
165
+ __ret__ = pulumi.runtime.invoke_output('gcp:datacatalog/getTagTemplateIamPolicy:getTagTemplateIamPolicy', __args__, opts=opts, typ=GetTagTemplateIamPolicyResult)
166
+ return __ret__.apply(lambda __response__: GetTagTemplateIamPolicyResult(
167
+ etag=pulumi.get(__response__, 'etag'),
168
+ id=pulumi.get(__response__, 'id'),
169
+ policy_data=pulumi.get(__response__, 'policy_data'),
170
+ project=pulumi.get(__response__, 'project'),
171
+ region=pulumi.get(__response__, 'region'),
172
+ tag_template=pulumi.get(__response__, 'tag_template')))
@@ -136,9 +136,6 @@ def get_taxonomy_iam_policy(project: Optional[str] = None,
136
136
  project=pulumi.get(__ret__, 'project'),
137
137
  region=pulumi.get(__ret__, 'region'),
138
138
  taxonomy=pulumi.get(__ret__, 'taxonomy'))
139
-
140
-
141
- @_utilities.lift_output_func(get_taxonomy_iam_policy)
142
139
  def get_taxonomy_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
143
140
  region: Optional[pulumi.Input[Optional[str]]] = None,
144
141
  taxonomy: Optional[pulumi.Input[str]] = None,
@@ -160,4 +157,16 @@ def get_taxonomy_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]
160
157
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
161
158
  :param str taxonomy: Used to find the parent resource to bind the IAM policy to
162
159
  """
163
- ...
160
+ __args__ = dict()
161
+ __args__['project'] = project
162
+ __args__['region'] = region
163
+ __args__['taxonomy'] = taxonomy
164
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
165
+ __ret__ = pulumi.runtime.invoke_output('gcp:datacatalog/getTaxonomyIamPolicy:getTaxonomyIamPolicy', __args__, opts=opts, typ=GetTaxonomyIamPolicyResult)
166
+ return __ret__.apply(lambda __response__: GetTaxonomyIamPolicyResult(
167
+ etag=pulumi.get(__response__, 'etag'),
168
+ id=pulumi.get(__response__, 'id'),
169
+ policy_data=pulumi.get(__response__, 'policy_data'),
170
+ project=pulumi.get(__response__, 'project'),
171
+ region=pulumi.get(__response__, 'region'),
172
+ taxonomy=pulumi.get(__response__, 'taxonomy')))
@@ -129,9 +129,6 @@ def get_repository_iam_policy(project: Optional[str] = None,
129
129
  project=pulumi.get(__ret__, 'project'),
130
130
  region=pulumi.get(__ret__, 'region'),
131
131
  repository=pulumi.get(__ret__, 'repository'))
132
-
133
-
134
- @_utilities.lift_output_func(get_repository_iam_policy)
135
132
  def get_repository_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
136
133
  region: Optional[pulumi.Input[Optional[str]]] = None,
137
134
  repository: Optional[pulumi.Input[str]] = None,
@@ -146,4 +143,16 @@ def get_repository_iam_policy_output(project: Optional[pulumi.Input[Optional[str
146
143
  region is specified, it is taken from the provider configuration.
147
144
  :param str repository: Used to find the parent resource to bind the IAM policy to
148
145
  """
149
- ...
146
+ __args__ = dict()
147
+ __args__['project'] = project
148
+ __args__['region'] = region
149
+ __args__['repository'] = repository
150
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
151
+ __ret__ = pulumi.runtime.invoke_output('gcp:dataform/getRepositoryIamPolicy:getRepositoryIamPolicy', __args__, opts=opts, typ=GetRepositoryIamPolicyResult)
152
+ return __ret__.apply(lambda __response__: GetRepositoryIamPolicyResult(
153
+ etag=pulumi.get(__response__, 'etag'),
154
+ id=pulumi.get(__response__, 'id'),
155
+ policy_data=pulumi.get(__response__, 'policy_data'),
156
+ project=pulumi.get(__response__, 'project'),
157
+ region=pulumi.get(__response__, 'region'),
158
+ repository=pulumi.get(__response__, 'repository')))
@@ -142,9 +142,6 @@ def get_instance_iam_policy(name: Optional[str] = None,
142
142
  policy_data=pulumi.get(__ret__, 'policy_data'),
143
143
  project=pulumi.get(__ret__, 'project'),
144
144
  region=pulumi.get(__ret__, 'region'))
145
-
146
-
147
- @_utilities.lift_output_func(get_instance_iam_policy)
148
145
  def get_instance_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
149
146
  project: Optional[pulumi.Input[Optional[str]]] = None,
150
147
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -172,4 +169,16 @@ def get_instance_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
172
169
  the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
173
170
  region is specified, it is taken from the provider configuration.
174
171
  """
175
- ...
172
+ __args__ = dict()
173
+ __args__['name'] = name
174
+ __args__['project'] = project
175
+ __args__['region'] = region
176
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
177
+ __ret__ = pulumi.runtime.invoke_output('gcp:datafusion/getInstanceIamPolicy:getInstanceIamPolicy', __args__, opts=opts, typ=GetInstanceIamPolicyResult)
178
+ return __ret__.apply(lambda __response__: GetInstanceIamPolicyResult(
179
+ etag=pulumi.get(__response__, 'etag'),
180
+ id=pulumi.get(__response__, 'id'),
181
+ name=pulumi.get(__response__, 'name'),
182
+ policy_data=pulumi.get(__response__, 'policy_data'),
183
+ project=pulumi.get(__response__, 'project'),
184
+ region=pulumi.get(__response__, 'region')))
@@ -141,9 +141,6 @@ def get_aspect_type_iam_policy(aspect_type_id: Optional[str] = None,
141
141
  location=pulumi.get(__ret__, 'location'),
142
142
  policy_data=pulumi.get(__ret__, 'policy_data'),
143
143
  project=pulumi.get(__ret__, 'project'))
144
-
145
-
146
- @_utilities.lift_output_func(get_aspect_type_iam_policy)
147
144
  def get_aspect_type_iam_policy_output(aspect_type_id: Optional[pulumi.Input[str]] = None,
148
145
  location: Optional[pulumi.Input[Optional[str]]] = None,
149
146
  project: Optional[pulumi.Input[Optional[str]]] = None,
@@ -170,4 +167,16 @@ def get_aspect_type_iam_policy_output(aspect_type_id: Optional[pulumi.Input[str]
170
167
  :param str project: The ID of the project in which the resource belongs.
171
168
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
172
169
  """
173
- ...
170
+ __args__ = dict()
171
+ __args__['aspectTypeId'] = aspect_type_id
172
+ __args__['location'] = location
173
+ __args__['project'] = project
174
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
175
+ __ret__ = pulumi.runtime.invoke_output('gcp:dataplex/getAspectTypeIamPolicy:getAspectTypeIamPolicy', __args__, opts=opts, typ=GetAspectTypeIamPolicyResult)
176
+ return __ret__.apply(lambda __response__: GetAspectTypeIamPolicyResult(
177
+ aspect_type_id=pulumi.get(__response__, 'aspect_type_id'),
178
+ etag=pulumi.get(__response__, 'etag'),
179
+ id=pulumi.get(__response__, 'id'),
180
+ location=pulumi.get(__response__, 'location'),
181
+ policy_data=pulumi.get(__response__, 'policy_data'),
182
+ project=pulumi.get(__response__, 'project')))
@@ -164,9 +164,6 @@ def get_asset_iam_policy(asset: Optional[str] = None,
164
164
  location=pulumi.get(__ret__, 'location'),
165
165
  policy_data=pulumi.get(__ret__, 'policy_data'),
166
166
  project=pulumi.get(__ret__, 'project'))
167
-
168
-
169
- @_utilities.lift_output_func(get_asset_iam_policy)
170
167
  def get_asset_iam_policy_output(asset: Optional[pulumi.Input[str]] = None,
171
168
  dataplex_zone: Optional[pulumi.Input[str]] = None,
172
169
  lake: Optional[pulumi.Input[str]] = None,
@@ -194,4 +191,20 @@ def get_asset_iam_policy_output(asset: Optional[pulumi.Input[str]] = None,
194
191
  :param str project: The ID of the project in which the resource belongs.
195
192
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
196
193
  """
197
- ...
194
+ __args__ = dict()
195
+ __args__['asset'] = asset
196
+ __args__['dataplexZone'] = dataplex_zone
197
+ __args__['lake'] = lake
198
+ __args__['location'] = location
199
+ __args__['project'] = project
200
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
201
+ __ret__ = pulumi.runtime.invoke_output('gcp:dataplex/getAssetIamPolicy:getAssetIamPolicy', __args__, opts=opts, typ=GetAssetIamPolicyResult)
202
+ return __ret__.apply(lambda __response__: GetAssetIamPolicyResult(
203
+ asset=pulumi.get(__response__, 'asset'),
204
+ dataplex_zone=pulumi.get(__response__, 'dataplex_zone'),
205
+ etag=pulumi.get(__response__, 'etag'),
206
+ id=pulumi.get(__response__, 'id'),
207
+ lake=pulumi.get(__response__, 'lake'),
208
+ location=pulumi.get(__response__, 'location'),
209
+ policy_data=pulumi.get(__response__, 'policy_data'),
210
+ project=pulumi.get(__response__, 'project')))
@@ -141,9 +141,6 @@ def get_datascan_iam_policy(data_scan_id: Optional[str] = None,
141
141
  location=pulumi.get(__ret__, 'location'),
142
142
  policy_data=pulumi.get(__ret__, 'policy_data'),
143
143
  project=pulumi.get(__ret__, 'project'))
144
-
145
-
146
- @_utilities.lift_output_func(get_datascan_iam_policy)
147
144
  def get_datascan_iam_policy_output(data_scan_id: Optional[pulumi.Input[str]] = None,
148
145
  location: Optional[pulumi.Input[Optional[str]]] = None,
149
146
  project: Optional[pulumi.Input[Optional[str]]] = None,
@@ -170,4 +167,16 @@ def get_datascan_iam_policy_output(data_scan_id: Optional[pulumi.Input[str]] = N
170
167
  :param str project: The ID of the project in which the resource belongs.
171
168
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
172
169
  """
173
- ...
170
+ __args__ = dict()
171
+ __args__['dataScanId'] = data_scan_id
172
+ __args__['location'] = location
173
+ __args__['project'] = project
174
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
175
+ __ret__ = pulumi.runtime.invoke_output('gcp:dataplex/getDatascanIamPolicy:getDatascanIamPolicy', __args__, opts=opts, typ=GetDatascanIamPolicyResult)
176
+ return __ret__.apply(lambda __response__: GetDatascanIamPolicyResult(
177
+ data_scan_id=pulumi.get(__response__, 'data_scan_id'),
178
+ etag=pulumi.get(__response__, 'etag'),
179
+ id=pulumi.get(__response__, 'id'),
180
+ location=pulumi.get(__response__, 'location'),
181
+ policy_data=pulumi.get(__response__, 'policy_data'),
182
+ project=pulumi.get(__response__, 'project')))
@@ -141,9 +141,6 @@ def get_entry_group_iam_policy(entry_group_id: Optional[str] = None,
141
141
  location=pulumi.get(__ret__, 'location'),
142
142
  policy_data=pulumi.get(__ret__, 'policy_data'),
143
143
  project=pulumi.get(__ret__, 'project'))
144
-
145
-
146
- @_utilities.lift_output_func(get_entry_group_iam_policy)
147
144
  def get_entry_group_iam_policy_output(entry_group_id: Optional[pulumi.Input[str]] = None,
148
145
  location: Optional[pulumi.Input[Optional[str]]] = None,
149
146
  project: Optional[pulumi.Input[Optional[str]]] = None,
@@ -170,4 +167,16 @@ def get_entry_group_iam_policy_output(entry_group_id: Optional[pulumi.Input[str]
170
167
  :param str project: The ID of the project in which the resource belongs.
171
168
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
172
169
  """
173
- ...
170
+ __args__ = dict()
171
+ __args__['entryGroupId'] = entry_group_id
172
+ __args__['location'] = location
173
+ __args__['project'] = project
174
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
175
+ __ret__ = pulumi.runtime.invoke_output('gcp:dataplex/getEntryGroupIamPolicy:getEntryGroupIamPolicy', __args__, opts=opts, typ=GetEntryGroupIamPolicyResult)
176
+ return __ret__.apply(lambda __response__: GetEntryGroupIamPolicyResult(
177
+ entry_group_id=pulumi.get(__response__, 'entry_group_id'),
178
+ etag=pulumi.get(__response__, 'etag'),
179
+ id=pulumi.get(__response__, 'id'),
180
+ location=pulumi.get(__response__, 'location'),
181
+ policy_data=pulumi.get(__response__, 'policy_data'),
182
+ project=pulumi.get(__response__, 'project')))
@@ -141,9 +141,6 @@ def get_entry_type_iam_policy(entry_type_id: Optional[str] = None,
141
141
  location=pulumi.get(__ret__, 'location'),
142
142
  policy_data=pulumi.get(__ret__, 'policy_data'),
143
143
  project=pulumi.get(__ret__, 'project'))
144
-
145
-
146
- @_utilities.lift_output_func(get_entry_type_iam_policy)
147
144
  def get_entry_type_iam_policy_output(entry_type_id: Optional[pulumi.Input[str]] = None,
148
145
  location: Optional[pulumi.Input[Optional[str]]] = None,
149
146
  project: Optional[pulumi.Input[Optional[str]]] = None,
@@ -170,4 +167,16 @@ def get_entry_type_iam_policy_output(entry_type_id: Optional[pulumi.Input[str]]
170
167
  :param str project: The ID of the project in which the resource belongs.
171
168
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
172
169
  """
173
- ...
170
+ __args__ = dict()
171
+ __args__['entryTypeId'] = entry_type_id
172
+ __args__['location'] = location
173
+ __args__['project'] = project
174
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
175
+ __ret__ = pulumi.runtime.invoke_output('gcp:dataplex/getEntryTypeIamPolicy:getEntryTypeIamPolicy', __args__, opts=opts, typ=GetEntryTypeIamPolicyResult)
176
+ return __ret__.apply(lambda __response__: GetEntryTypeIamPolicyResult(
177
+ entry_type_id=pulumi.get(__response__, 'entry_type_id'),
178
+ etag=pulumi.get(__response__, 'etag'),
179
+ id=pulumi.get(__response__, 'id'),
180
+ location=pulumi.get(__response__, 'location'),
181
+ policy_data=pulumi.get(__response__, 'policy_data'),
182
+ project=pulumi.get(__response__, 'project')))
@@ -138,9 +138,6 @@ def get_lake_iam_policy(lake: Optional[str] = None,
138
138
  location=pulumi.get(__ret__, 'location'),
139
139
  policy_data=pulumi.get(__ret__, 'policy_data'),
140
140
  project=pulumi.get(__ret__, 'project'))
141
-
142
-
143
- @_utilities.lift_output_func(get_lake_iam_policy)
144
141
  def get_lake_iam_policy_output(lake: Optional[pulumi.Input[str]] = None,
145
142
  location: Optional[pulumi.Input[Optional[str]]] = None,
146
143
  project: Optional[pulumi.Input[Optional[str]]] = None,
@@ -164,4 +161,16 @@ def get_lake_iam_policy_output(lake: Optional[pulumi.Input[str]] = None,
164
161
  :param str project: The ID of the project in which the resource belongs.
165
162
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
166
163
  """
167
- ...
164
+ __args__ = dict()
165
+ __args__['lake'] = lake
166
+ __args__['location'] = location
167
+ __args__['project'] = project
168
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
169
+ __ret__ = pulumi.runtime.invoke_output('gcp:dataplex/getLakeIamPolicy:getLakeIamPolicy', __args__, opts=opts, typ=GetLakeIamPolicyResult)
170
+ return __ret__.apply(lambda __response__: GetLakeIamPolicyResult(
171
+ etag=pulumi.get(__response__, 'etag'),
172
+ id=pulumi.get(__response__, 'id'),
173
+ lake=pulumi.get(__response__, 'lake'),
174
+ location=pulumi.get(__response__, 'location'),
175
+ policy_data=pulumi.get(__response__, 'policy_data'),
176
+ project=pulumi.get(__response__, 'project')))
@@ -156,9 +156,6 @@ def get_task_iam_policy(lake: Optional[str] = None,
156
156
  policy_data=pulumi.get(__ret__, 'policy_data'),
157
157
  project=pulumi.get(__ret__, 'project'),
158
158
  task_id=pulumi.get(__ret__, 'task_id'))
159
-
160
-
161
- @_utilities.lift_output_func(get_task_iam_policy)
162
159
  def get_task_iam_policy_output(lake: Optional[pulumi.Input[str]] = None,
163
160
  location: Optional[pulumi.Input[Optional[str]]] = None,
164
161
  project: Optional[pulumi.Input[Optional[str]]] = None,
@@ -189,4 +186,18 @@ def get_task_iam_policy_output(lake: Optional[pulumi.Input[str]] = None,
189
186
  :param str project: The ID of the project in which the resource belongs.
190
187
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
191
188
  """
192
- ...
189
+ __args__ = dict()
190
+ __args__['lake'] = lake
191
+ __args__['location'] = location
192
+ __args__['project'] = project
193
+ __args__['taskId'] = task_id
194
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
195
+ __ret__ = pulumi.runtime.invoke_output('gcp:dataplex/getTaskIamPolicy:getTaskIamPolicy', __args__, opts=opts, typ=GetTaskIamPolicyResult)
196
+ return __ret__.apply(lambda __response__: GetTaskIamPolicyResult(
197
+ etag=pulumi.get(__response__, 'etag'),
198
+ id=pulumi.get(__response__, 'id'),
199
+ lake=pulumi.get(__response__, 'lake'),
200
+ location=pulumi.get(__response__, 'location'),
201
+ policy_data=pulumi.get(__response__, 'policy_data'),
202
+ project=pulumi.get(__response__, 'project'),
203
+ task_id=pulumi.get(__response__, 'task_id')))
@@ -151,9 +151,6 @@ def get_zone_iam_policy(dataplex_zone: Optional[str] = None,
151
151
  location=pulumi.get(__ret__, 'location'),
152
152
  policy_data=pulumi.get(__ret__, 'policy_data'),
153
153
  project=pulumi.get(__ret__, 'project'))
154
-
155
-
156
- @_utilities.lift_output_func(get_zone_iam_policy)
157
154
  def get_zone_iam_policy_output(dataplex_zone: Optional[pulumi.Input[str]] = None,
158
155
  lake: Optional[pulumi.Input[str]] = None,
159
156
  location: Optional[pulumi.Input[Optional[str]]] = None,
@@ -179,4 +176,18 @@ def get_zone_iam_policy_output(dataplex_zone: Optional[pulumi.Input[str]] = None
179
176
  :param str project: The ID of the project in which the resource belongs.
180
177
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
181
178
  """
182
- ...
179
+ __args__ = dict()
180
+ __args__['dataplexZone'] = dataplex_zone
181
+ __args__['lake'] = lake
182
+ __args__['location'] = location
183
+ __args__['project'] = project
184
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
185
+ __ret__ = pulumi.runtime.invoke_output('gcp:dataplex/getZoneIamPolicy:getZoneIamPolicy', __args__, opts=opts, typ=GetZoneIamPolicyResult)
186
+ return __ret__.apply(lambda __response__: GetZoneIamPolicyResult(
187
+ dataplex_zone=pulumi.get(__response__, 'dataplex_zone'),
188
+ etag=pulumi.get(__response__, 'etag'),
189
+ id=pulumi.get(__response__, 'id'),
190
+ lake=pulumi.get(__response__, 'lake'),
191
+ location=pulumi.get(__response__, 'location'),
192
+ policy_data=pulumi.get(__response__, 'policy_data'),
193
+ project=pulumi.get(__response__, 'project')))
@@ -9,6 +9,7 @@ from .autoscaling_policy import *
9
9
  from .autoscaling_policy_iam_binding import *
10
10
  from .autoscaling_policy_iam_member import *
11
11
  from .autoscaling_policy_iam_policy import *
12
+ from .batch import *
12
13
  from .cluster import *
13
14
  from .cluster_iam_binding import *
14
15
  from .cluster_iam_member import *