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
@@ -141,9 +141,6 @@ def get_project_service(project: Optional[str] = None,
141
141
  id=pulumi.get(__ret__, 'id'),
142
142
  project=pulumi.get(__ret__, 'project'),
143
143
  service=pulumi.get(__ret__, 'service'))
144
-
145
-
146
- @_utilities.lift_output_func(get_project_service)
147
144
  def get_project_service_output(project: Optional[pulumi.Input[Optional[str]]] = None,
148
145
  service: Optional[pulumi.Input[str]] = None,
149
146
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectServiceResult]:
@@ -178,4 +175,15 @@ def get_project_service_output(project: Optional[pulumi.Input[Optional[str]]] =
178
175
 
179
176
  - - -
180
177
  """
181
- ...
178
+ __args__ = dict()
179
+ __args__['project'] = project
180
+ __args__['service'] = service
181
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
182
+ __ret__ = pulumi.runtime.invoke_output('gcp:projects/getProjectService:getProjectService', __args__, opts=opts, typ=GetProjectServiceResult)
183
+ return __ret__.apply(lambda __response__: GetProjectServiceResult(
184
+ check_if_service_has_usage_on_destroy=pulumi.get(__response__, 'check_if_service_has_usage_on_destroy'),
185
+ disable_dependent_services=pulumi.get(__response__, 'disable_dependent_services'),
186
+ disable_on_destroy=pulumi.get(__response__, 'disable_on_destroy'),
187
+ id=pulumi.get(__response__, 'id'),
188
+ project=pulumi.get(__response__, 'project'),
189
+ service=pulumi.get(__response__, 'service')))
@@ -59,6 +59,16 @@ __all__ = [
59
59
  'TopicIngestionDataSourceSettingsArgsDict',
60
60
  'TopicIngestionDataSourceSettingsAwsKinesisArgs',
61
61
  'TopicIngestionDataSourceSettingsAwsKinesisArgsDict',
62
+ 'TopicIngestionDataSourceSettingsCloudStorageArgs',
63
+ 'TopicIngestionDataSourceSettingsCloudStorageArgsDict',
64
+ 'TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs',
65
+ 'TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgsDict',
66
+ 'TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs',
67
+ 'TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgsDict',
68
+ 'TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs',
69
+ 'TopicIngestionDataSourceSettingsCloudStorageTextFormatArgsDict',
70
+ 'TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs',
71
+ 'TopicIngestionDataSourceSettingsPlatformLogsSettingsArgsDict',
62
72
  'TopicMessageStoragePolicyArgs',
63
73
  'TopicMessageStoragePolicyArgsDict',
64
74
  'TopicSchemaSettingsArgs',
@@ -1498,19 +1508,41 @@ if not MYPY:
1498
1508
  Settings for ingestion from Amazon Kinesis Data Streams.
1499
1509
  Structure is documented below.
1500
1510
  """
1511
+ cloud_storage: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgsDict']]
1512
+ """
1513
+ Settings for ingestion from Cloud Storage.
1514
+ Structure is documented below.
1515
+ """
1516
+ platform_logs_settings: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgsDict']]
1517
+ """
1518
+ Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
1519
+ no Platform Logs will be generated.'
1520
+ Structure is documented below.
1521
+ """
1501
1522
  elif False:
1502
1523
  TopicIngestionDataSourceSettingsArgsDict: TypeAlias = Mapping[str, Any]
1503
1524
 
1504
1525
  @pulumi.input_type
1505
1526
  class TopicIngestionDataSourceSettingsArgs:
1506
1527
  def __init__(__self__, *,
1507
- aws_kinesis: Optional[pulumi.Input['TopicIngestionDataSourceSettingsAwsKinesisArgs']] = None):
1528
+ aws_kinesis: Optional[pulumi.Input['TopicIngestionDataSourceSettingsAwsKinesisArgs']] = None,
1529
+ cloud_storage: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgs']] = None,
1530
+ platform_logs_settings: Optional[pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs']] = None):
1508
1531
  """
1509
1532
  :param pulumi.Input['TopicIngestionDataSourceSettingsAwsKinesisArgs'] aws_kinesis: Settings for ingestion from Amazon Kinesis Data Streams.
1510
1533
  Structure is documented below.
1534
+ :param pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgs'] cloud_storage: Settings for ingestion from Cloud Storage.
1535
+ Structure is documented below.
1536
+ :param pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs'] platform_logs_settings: Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
1537
+ no Platform Logs will be generated.'
1538
+ Structure is documented below.
1511
1539
  """
1512
1540
  if aws_kinesis is not None:
1513
1541
  pulumi.set(__self__, "aws_kinesis", aws_kinesis)
1542
+ if cloud_storage is not None:
1543
+ pulumi.set(__self__, "cloud_storage", cloud_storage)
1544
+ if platform_logs_settings is not None:
1545
+ pulumi.set(__self__, "platform_logs_settings", platform_logs_settings)
1514
1546
 
1515
1547
  @property
1516
1548
  @pulumi.getter(name="awsKinesis")
@@ -1525,6 +1557,33 @@ class TopicIngestionDataSourceSettingsArgs:
1525
1557
  def aws_kinesis(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsAwsKinesisArgs']]):
1526
1558
  pulumi.set(self, "aws_kinesis", value)
1527
1559
 
1560
+ @property
1561
+ @pulumi.getter(name="cloudStorage")
1562
+ def cloud_storage(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgs']]:
1563
+ """
1564
+ Settings for ingestion from Cloud Storage.
1565
+ Structure is documented below.
1566
+ """
1567
+ return pulumi.get(self, "cloud_storage")
1568
+
1569
+ @cloud_storage.setter
1570
+ def cloud_storage(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgs']]):
1571
+ pulumi.set(self, "cloud_storage", value)
1572
+
1573
+ @property
1574
+ @pulumi.getter(name="platformLogsSettings")
1575
+ def platform_logs_settings(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs']]:
1576
+ """
1577
+ Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
1578
+ no Platform Logs will be generated.'
1579
+ Structure is documented below.
1580
+ """
1581
+ return pulumi.get(self, "platform_logs_settings")
1582
+
1583
+ @platform_logs_settings.setter
1584
+ def platform_logs_settings(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs']]):
1585
+ pulumi.set(self, "platform_logs_settings", value)
1586
+
1528
1587
 
1529
1588
  if not MYPY:
1530
1589
  class TopicIngestionDataSourceSettingsAwsKinesisArgsDict(TypedDict):
@@ -1635,6 +1694,279 @@ class TopicIngestionDataSourceSettingsAwsKinesisArgs:
1635
1694
  pulumi.set(self, "stream_arn", value)
1636
1695
 
1637
1696
 
1697
+ if not MYPY:
1698
+ class TopicIngestionDataSourceSettingsCloudStorageArgsDict(TypedDict):
1699
+ bucket: pulumi.Input[str]
1700
+ """
1701
+ Cloud Storage bucket. The bucket name must be without any
1702
+ prefix like "gs://". See the bucket naming requirements:
1703
+ https://cloud.google.com/storage/docs/buckets#naming.
1704
+ """
1705
+ avro_format: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgsDict']]
1706
+ """
1707
+ Configuration for reading Cloud Storage data in Avro binary format. The
1708
+ bytes of each object will be set to the `data` field of a Pub/Sub message.
1709
+ """
1710
+ match_glob: NotRequired[pulumi.Input[str]]
1711
+ """
1712
+ Glob pattern used to match objects that will be ingested. If unset, all
1713
+ objects will be ingested. See the supported patterns:
1714
+ https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
1715
+ """
1716
+ minimum_object_create_time: NotRequired[pulumi.Input[str]]
1717
+ """
1718
+ The timestamp set in RFC3339 text format. If set, only objects with a
1719
+ larger or equal timestamp will be ingested. Unset by default, meaning
1720
+ all objects will be ingested.
1721
+ """
1722
+ pubsub_avro_format: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgsDict']]
1723
+ """
1724
+ Configuration for reading Cloud Storage data written via Cloud Storage
1725
+ subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
1726
+ data and attributes fields of the originally exported Pub/Sub message
1727
+ will be restored when publishing.
1728
+ """
1729
+ text_format: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgsDict']]
1730
+ """
1731
+ Configuration for reading Cloud Storage data in text format. Each line of
1732
+ text as specified by the delimiter will be set to the `data` field of a
1733
+ Pub/Sub message.
1734
+ Structure is documented below.
1735
+ """
1736
+ elif False:
1737
+ TopicIngestionDataSourceSettingsCloudStorageArgsDict: TypeAlias = Mapping[str, Any]
1738
+
1739
+ @pulumi.input_type
1740
+ class TopicIngestionDataSourceSettingsCloudStorageArgs:
1741
+ def __init__(__self__, *,
1742
+ bucket: pulumi.Input[str],
1743
+ avro_format: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs']] = None,
1744
+ match_glob: Optional[pulumi.Input[str]] = None,
1745
+ minimum_object_create_time: Optional[pulumi.Input[str]] = None,
1746
+ pubsub_avro_format: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs']] = None,
1747
+ text_format: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs']] = None):
1748
+ """
1749
+ :param pulumi.Input[str] bucket: Cloud Storage bucket. The bucket name must be without any
1750
+ prefix like "gs://". See the bucket naming requirements:
1751
+ https://cloud.google.com/storage/docs/buckets#naming.
1752
+ :param pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs'] avro_format: Configuration for reading Cloud Storage data in Avro binary format. The
1753
+ bytes of each object will be set to the `data` field of a Pub/Sub message.
1754
+ :param pulumi.Input[str] match_glob: Glob pattern used to match objects that will be ingested. If unset, all
1755
+ objects will be ingested. See the supported patterns:
1756
+ https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
1757
+ :param pulumi.Input[str] minimum_object_create_time: The timestamp set in RFC3339 text format. If set, only objects with a
1758
+ larger or equal timestamp will be ingested. Unset by default, meaning
1759
+ all objects will be ingested.
1760
+ :param pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs'] pubsub_avro_format: Configuration for reading Cloud Storage data written via Cloud Storage
1761
+ subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
1762
+ data and attributes fields of the originally exported Pub/Sub message
1763
+ will be restored when publishing.
1764
+ :param pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs'] text_format: Configuration for reading Cloud Storage data in text format. Each line of
1765
+ text as specified by the delimiter will be set to the `data` field of a
1766
+ Pub/Sub message.
1767
+ Structure is documented below.
1768
+ """
1769
+ pulumi.set(__self__, "bucket", bucket)
1770
+ if avro_format is not None:
1771
+ pulumi.set(__self__, "avro_format", avro_format)
1772
+ if match_glob is not None:
1773
+ pulumi.set(__self__, "match_glob", match_glob)
1774
+ if minimum_object_create_time is not None:
1775
+ pulumi.set(__self__, "minimum_object_create_time", minimum_object_create_time)
1776
+ if pubsub_avro_format is not None:
1777
+ pulumi.set(__self__, "pubsub_avro_format", pubsub_avro_format)
1778
+ if text_format is not None:
1779
+ pulumi.set(__self__, "text_format", text_format)
1780
+
1781
+ @property
1782
+ @pulumi.getter
1783
+ def bucket(self) -> pulumi.Input[str]:
1784
+ """
1785
+ Cloud Storage bucket. The bucket name must be without any
1786
+ prefix like "gs://". See the bucket naming requirements:
1787
+ https://cloud.google.com/storage/docs/buckets#naming.
1788
+ """
1789
+ return pulumi.get(self, "bucket")
1790
+
1791
+ @bucket.setter
1792
+ def bucket(self, value: pulumi.Input[str]):
1793
+ pulumi.set(self, "bucket", value)
1794
+
1795
+ @property
1796
+ @pulumi.getter(name="avroFormat")
1797
+ def avro_format(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs']]:
1798
+ """
1799
+ Configuration for reading Cloud Storage data in Avro binary format. The
1800
+ bytes of each object will be set to the `data` field of a Pub/Sub message.
1801
+ """
1802
+ return pulumi.get(self, "avro_format")
1803
+
1804
+ @avro_format.setter
1805
+ def avro_format(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs']]):
1806
+ pulumi.set(self, "avro_format", value)
1807
+
1808
+ @property
1809
+ @pulumi.getter(name="matchGlob")
1810
+ def match_glob(self) -> Optional[pulumi.Input[str]]:
1811
+ """
1812
+ Glob pattern used to match objects that will be ingested. If unset, all
1813
+ objects will be ingested. See the supported patterns:
1814
+ https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
1815
+ """
1816
+ return pulumi.get(self, "match_glob")
1817
+
1818
+ @match_glob.setter
1819
+ def match_glob(self, value: Optional[pulumi.Input[str]]):
1820
+ pulumi.set(self, "match_glob", value)
1821
+
1822
+ @property
1823
+ @pulumi.getter(name="minimumObjectCreateTime")
1824
+ def minimum_object_create_time(self) -> Optional[pulumi.Input[str]]:
1825
+ """
1826
+ The timestamp set in RFC3339 text format. If set, only objects with a
1827
+ larger or equal timestamp will be ingested. Unset by default, meaning
1828
+ all objects will be ingested.
1829
+ """
1830
+ return pulumi.get(self, "minimum_object_create_time")
1831
+
1832
+ @minimum_object_create_time.setter
1833
+ def minimum_object_create_time(self, value: Optional[pulumi.Input[str]]):
1834
+ pulumi.set(self, "minimum_object_create_time", value)
1835
+
1836
+ @property
1837
+ @pulumi.getter(name="pubsubAvroFormat")
1838
+ def pubsub_avro_format(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs']]:
1839
+ """
1840
+ Configuration for reading Cloud Storage data written via Cloud Storage
1841
+ subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
1842
+ data and attributes fields of the originally exported Pub/Sub message
1843
+ will be restored when publishing.
1844
+ """
1845
+ return pulumi.get(self, "pubsub_avro_format")
1846
+
1847
+ @pubsub_avro_format.setter
1848
+ def pubsub_avro_format(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs']]):
1849
+ pulumi.set(self, "pubsub_avro_format", value)
1850
+
1851
+ @property
1852
+ @pulumi.getter(name="textFormat")
1853
+ def text_format(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs']]:
1854
+ """
1855
+ Configuration for reading Cloud Storage data in text format. Each line of
1856
+ text as specified by the delimiter will be set to the `data` field of a
1857
+ Pub/Sub message.
1858
+ Structure is documented below.
1859
+ """
1860
+ return pulumi.get(self, "text_format")
1861
+
1862
+ @text_format.setter
1863
+ def text_format(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs']]):
1864
+ pulumi.set(self, "text_format", value)
1865
+
1866
+
1867
+ if not MYPY:
1868
+ class TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgsDict(TypedDict):
1869
+ pass
1870
+ elif False:
1871
+ TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgsDict: TypeAlias = Mapping[str, Any]
1872
+
1873
+ @pulumi.input_type
1874
+ class TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs:
1875
+ def __init__(__self__):
1876
+ pass
1877
+
1878
+
1879
+ if not MYPY:
1880
+ class TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgsDict(TypedDict):
1881
+ pass
1882
+ elif False:
1883
+ TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgsDict: TypeAlias = Mapping[str, Any]
1884
+
1885
+ @pulumi.input_type
1886
+ class TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs:
1887
+ def __init__(__self__):
1888
+ pass
1889
+
1890
+
1891
+ if not MYPY:
1892
+ class TopicIngestionDataSourceSettingsCloudStorageTextFormatArgsDict(TypedDict):
1893
+ delimiter: NotRequired[pulumi.Input[str]]
1894
+ """
1895
+ The delimiter to use when using the 'text' format. Each line of text as
1896
+ specified by the delimiter will be set to the 'data' field of a Pub/Sub
1897
+ message. When unset, '\\n' is used.
1898
+ """
1899
+ elif False:
1900
+ TopicIngestionDataSourceSettingsCloudStorageTextFormatArgsDict: TypeAlias = Mapping[str, Any]
1901
+
1902
+ @pulumi.input_type
1903
+ class TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs:
1904
+ def __init__(__self__, *,
1905
+ delimiter: Optional[pulumi.Input[str]] = None):
1906
+ """
1907
+ :param pulumi.Input[str] delimiter: The delimiter to use when using the 'text' format. Each line of text as
1908
+ specified by the delimiter will be set to the 'data' field of a Pub/Sub
1909
+ message. When unset, '\\n' is used.
1910
+ """
1911
+ if delimiter is not None:
1912
+ pulumi.set(__self__, "delimiter", delimiter)
1913
+
1914
+ @property
1915
+ @pulumi.getter
1916
+ def delimiter(self) -> Optional[pulumi.Input[str]]:
1917
+ """
1918
+ The delimiter to use when using the 'text' format. Each line of text as
1919
+ specified by the delimiter will be set to the 'data' field of a Pub/Sub
1920
+ message. When unset, '\\n' is used.
1921
+ """
1922
+ return pulumi.get(self, "delimiter")
1923
+
1924
+ @delimiter.setter
1925
+ def delimiter(self, value: Optional[pulumi.Input[str]]):
1926
+ pulumi.set(self, "delimiter", value)
1927
+
1928
+
1929
+ if not MYPY:
1930
+ class TopicIngestionDataSourceSettingsPlatformLogsSettingsArgsDict(TypedDict):
1931
+ severity: NotRequired[pulumi.Input[str]]
1932
+ """
1933
+ The minimum severity level of Platform Logs that will be written. If unspecified,
1934
+ no Platform Logs will be written.
1935
+ Default value is `SEVERITY_UNSPECIFIED`.
1936
+ Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
1937
+ """
1938
+ elif False:
1939
+ TopicIngestionDataSourceSettingsPlatformLogsSettingsArgsDict: TypeAlias = Mapping[str, Any]
1940
+
1941
+ @pulumi.input_type
1942
+ class TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs:
1943
+ def __init__(__self__, *,
1944
+ severity: Optional[pulumi.Input[str]] = None):
1945
+ """
1946
+ :param pulumi.Input[str] severity: The minimum severity level of Platform Logs that will be written. If unspecified,
1947
+ no Platform Logs will be written.
1948
+ Default value is `SEVERITY_UNSPECIFIED`.
1949
+ Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
1950
+ """
1951
+ if severity is not None:
1952
+ pulumi.set(__self__, "severity", severity)
1953
+
1954
+ @property
1955
+ @pulumi.getter
1956
+ def severity(self) -> Optional[pulumi.Input[str]]:
1957
+ """
1958
+ The minimum severity level of Platform Logs that will be written. If unspecified,
1959
+ no Platform Logs will be written.
1960
+ Default value is `SEVERITY_UNSPECIFIED`.
1961
+ Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
1962
+ """
1963
+ return pulumi.get(self, "severity")
1964
+
1965
+ @severity.setter
1966
+ def severity(self, value: Optional[pulumi.Input[str]]):
1967
+ pulumi.set(self, "severity", value)
1968
+
1969
+
1638
1970
  if not MYPY:
1639
1971
  class TopicMessageStoragePolicyArgsDict(TypedDict):
1640
1972
  allowed_persistence_regions: pulumi.Input[Sequence[pulumi.Input[str]]]
@@ -125,9 +125,6 @@ def get_schema_iam_policy(project: Optional[str] = None,
125
125
  policy_data=pulumi.get(__ret__, 'policy_data'),
126
126
  project=pulumi.get(__ret__, 'project'),
127
127
  schema=pulumi.get(__ret__, 'schema'))
128
-
129
-
130
- @_utilities.lift_output_func(get_schema_iam_policy)
131
128
  def get_schema_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
132
129
  schema: Optional[pulumi.Input[str]] = None,
133
130
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemaIamPolicyResult]:
@@ -149,4 +146,14 @@ def get_schema_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]]
149
146
  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.
150
147
  :param str schema: Used to find the parent resource to bind the IAM policy to
151
148
  """
152
- ...
149
+ __args__ = dict()
150
+ __args__['project'] = project
151
+ __args__['schema'] = schema
152
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
153
+ __ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getSchemaIamPolicy:getSchemaIamPolicy', __args__, opts=opts, typ=GetSchemaIamPolicyResult)
154
+ return __ret__.apply(lambda __response__: GetSchemaIamPolicyResult(
155
+ etag=pulumi.get(__response__, 'etag'),
156
+ id=pulumi.get(__response__, 'id'),
157
+ policy_data=pulumi.get(__response__, 'policy_data'),
158
+ project=pulumi.get(__response__, 'project'),
159
+ schema=pulumi.get(__response__, 'schema')))
@@ -262,9 +262,6 @@ def get_subscription(name: Optional[str] = None,
262
262
  retain_acked_messages=pulumi.get(__ret__, 'retain_acked_messages'),
263
263
  retry_policies=pulumi.get(__ret__, 'retry_policies'),
264
264
  topic=pulumi.get(__ret__, 'topic'))
265
-
266
-
267
- @_utilities.lift_output_func(get_subscription)
268
265
  def get_subscription_output(name: Optional[pulumi.Input[str]] = None,
269
266
  project: Optional[pulumi.Input[Optional[str]]] = None,
270
267
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSubscriptionResult]:
@@ -289,4 +286,28 @@ def get_subscription_output(name: Optional[pulumi.Input[str]] = None,
289
286
  :param str project: The project in which the resource belongs. If it
290
287
  is not provided, the provider project is used.
291
288
  """
292
- ...
289
+ __args__ = dict()
290
+ __args__['name'] = name
291
+ __args__['project'] = project
292
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
293
+ __ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getSubscription:getSubscription', __args__, opts=opts, typ=GetSubscriptionResult)
294
+ return __ret__.apply(lambda __response__: GetSubscriptionResult(
295
+ ack_deadline_seconds=pulumi.get(__response__, 'ack_deadline_seconds'),
296
+ bigquery_configs=pulumi.get(__response__, 'bigquery_configs'),
297
+ cloud_storage_configs=pulumi.get(__response__, 'cloud_storage_configs'),
298
+ dead_letter_policies=pulumi.get(__response__, 'dead_letter_policies'),
299
+ effective_labels=pulumi.get(__response__, 'effective_labels'),
300
+ enable_exactly_once_delivery=pulumi.get(__response__, 'enable_exactly_once_delivery'),
301
+ enable_message_ordering=pulumi.get(__response__, 'enable_message_ordering'),
302
+ expiration_policies=pulumi.get(__response__, 'expiration_policies'),
303
+ filter=pulumi.get(__response__, 'filter'),
304
+ id=pulumi.get(__response__, 'id'),
305
+ labels=pulumi.get(__response__, 'labels'),
306
+ message_retention_duration=pulumi.get(__response__, 'message_retention_duration'),
307
+ name=pulumi.get(__response__, 'name'),
308
+ project=pulumi.get(__response__, 'project'),
309
+ pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
310
+ push_configs=pulumi.get(__response__, 'push_configs'),
311
+ retain_acked_messages=pulumi.get(__response__, 'retain_acked_messages'),
312
+ retry_policies=pulumi.get(__response__, 'retry_policies'),
313
+ topic=pulumi.get(__response__, 'topic')))
@@ -123,9 +123,6 @@ def get_subscription_iam_policy(project: Optional[str] = None,
123
123
  policy_data=pulumi.get(__ret__, 'policy_data'),
124
124
  project=pulumi.get(__ret__, 'project'),
125
125
  subscription=pulumi.get(__ret__, 'subscription'))
126
-
127
-
128
- @_utilities.lift_output_func(get_subscription_iam_policy)
129
126
  def get_subscription_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
130
127
  subscription: Optional[pulumi.Input[str]] = None,
131
128
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSubscriptionIamPolicyResult]:
@@ -146,4 +143,14 @@ def get_subscription_iam_policy_output(project: Optional[pulumi.Input[Optional[s
146
143
  is not provided, the provider project is used.
147
144
  :param str subscription: The subscription name or id to bind to attach IAM policy to.
148
145
  """
149
- ...
146
+ __args__ = dict()
147
+ __args__['project'] = project
148
+ __args__['subscription'] = subscription
149
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
150
+ __ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getSubscriptionIamPolicy:getSubscriptionIamPolicy', __args__, opts=opts, typ=GetSubscriptionIamPolicyResult)
151
+ return __ret__.apply(lambda __response__: GetSubscriptionIamPolicyResult(
152
+ etag=pulumi.get(__response__, 'etag'),
153
+ id=pulumi.get(__response__, 'id'),
154
+ policy_data=pulumi.get(__response__, 'policy_data'),
155
+ project=pulumi.get(__response__, 'project'),
156
+ subscription=pulumi.get(__response__, 'subscription')))
@@ -182,9 +182,6 @@ def get_topic(name: Optional[str] = None,
182
182
  project=pulumi.get(__ret__, 'project'),
183
183
  pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
184
184
  schema_settings=pulumi.get(__ret__, 'schema_settings'))
185
-
186
-
187
- @_utilities.lift_output_func(get_topic)
188
185
  def get_topic_output(name: Optional[pulumi.Input[str]] = None,
189
186
  project: Optional[pulumi.Input[Optional[str]]] = None,
190
187
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTopicResult]:
@@ -209,4 +206,20 @@ def get_topic_output(name: Optional[pulumi.Input[str]] = None,
209
206
  :param str project: The project in which the resource belongs. If it
210
207
  is not provided, the provider project is used.
211
208
  """
212
- ...
209
+ __args__ = dict()
210
+ __args__['name'] = name
211
+ __args__['project'] = project
212
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
213
+ __ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getTopic:getTopic', __args__, opts=opts, typ=GetTopicResult)
214
+ return __ret__.apply(lambda __response__: GetTopicResult(
215
+ effective_labels=pulumi.get(__response__, 'effective_labels'),
216
+ id=pulumi.get(__response__, 'id'),
217
+ ingestion_data_source_settings=pulumi.get(__response__, 'ingestion_data_source_settings'),
218
+ kms_key_name=pulumi.get(__response__, 'kms_key_name'),
219
+ labels=pulumi.get(__response__, 'labels'),
220
+ message_retention_duration=pulumi.get(__response__, 'message_retention_duration'),
221
+ message_storage_policies=pulumi.get(__response__, 'message_storage_policies'),
222
+ name=pulumi.get(__response__, 'name'),
223
+ project=pulumi.get(__response__, 'project'),
224
+ pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
225
+ schema_settings=pulumi.get(__response__, 'schema_settings')))
@@ -125,9 +125,6 @@ def get_topic_iam_policy(project: Optional[str] = None,
125
125
  policy_data=pulumi.get(__ret__, 'policy_data'),
126
126
  project=pulumi.get(__ret__, 'project'),
127
127
  topic=pulumi.get(__ret__, 'topic'))
128
-
129
-
130
- @_utilities.lift_output_func(get_topic_iam_policy)
131
128
  def get_topic_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
132
129
  topic: Optional[pulumi.Input[str]] = None,
133
130
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTopicIamPolicyResult]:
@@ -149,4 +146,14 @@ def get_topic_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] =
149
146
  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.
150
147
  :param str topic: Used to find the parent resource to bind the IAM policy to
151
148
  """
152
- ...
149
+ __args__ = dict()
150
+ __args__['project'] = project
151
+ __args__['topic'] = topic
152
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
153
+ __ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getTopicIamPolicy:getTopicIamPolicy', __args__, opts=opts, typ=GetTopicIamPolicyResult)
154
+ return __ret__.apply(lambda __response__: GetTopicIamPolicyResult(
155
+ etag=pulumi.get(__response__, 'etag'),
156
+ id=pulumi.get(__response__, 'id'),
157
+ policy_data=pulumi.get(__response__, 'policy_data'),
158
+ project=pulumi.get(__response__, 'project'),
159
+ topic=pulumi.get(__response__, 'topic')))