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
@@ -38,6 +38,11 @@ __all__ = [
38
38
  'TopicIAMMemberCondition',
39
39
  'TopicIngestionDataSourceSettings',
40
40
  'TopicIngestionDataSourceSettingsAwsKinesis',
41
+ 'TopicIngestionDataSourceSettingsCloudStorage',
42
+ 'TopicIngestionDataSourceSettingsCloudStorageAvroFormat',
43
+ 'TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormat',
44
+ 'TopicIngestionDataSourceSettingsCloudStorageTextFormat',
45
+ 'TopicIngestionDataSourceSettingsPlatformLogsSettings',
41
46
  'TopicMessageStoragePolicy',
42
47
  'TopicSchemaSettings',
43
48
  'GetSubscriptionBigqueryConfigResult',
@@ -51,6 +56,11 @@ __all__ = [
51
56
  'GetSubscriptionRetryPolicyResult',
52
57
  'GetTopicIngestionDataSourceSettingResult',
53
58
  'GetTopicIngestionDataSourceSettingAwsKineseResult',
59
+ 'GetTopicIngestionDataSourceSettingCloudStorageResult',
60
+ 'GetTopicIngestionDataSourceSettingCloudStorageAvroFormatResult',
61
+ 'GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatResult',
62
+ 'GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult',
63
+ 'GetTopicIngestionDataSourceSettingPlatformLogsSettingResult',
54
64
  'GetTopicMessageStoragePolicyResult',
55
65
  'GetTopicSchemaSettingResult',
56
66
  ]
@@ -1155,6 +1165,10 @@ class TopicIngestionDataSourceSettings(dict):
1155
1165
  suggest = None
1156
1166
  if key == "awsKinesis":
1157
1167
  suggest = "aws_kinesis"
1168
+ elif key == "cloudStorage":
1169
+ suggest = "cloud_storage"
1170
+ elif key == "platformLogsSettings":
1171
+ suggest = "platform_logs_settings"
1158
1172
 
1159
1173
  if suggest:
1160
1174
  pulumi.log.warn(f"Key '{key}' not found in TopicIngestionDataSourceSettings. Access the value via the '{suggest}' property getter instead.")
@@ -1168,13 +1182,24 @@ class TopicIngestionDataSourceSettings(dict):
1168
1182
  return super().get(key, default)
1169
1183
 
1170
1184
  def __init__(__self__, *,
1171
- aws_kinesis: Optional['outputs.TopicIngestionDataSourceSettingsAwsKinesis'] = None):
1185
+ aws_kinesis: Optional['outputs.TopicIngestionDataSourceSettingsAwsKinesis'] = None,
1186
+ cloud_storage: Optional['outputs.TopicIngestionDataSourceSettingsCloudStorage'] = None,
1187
+ platform_logs_settings: Optional['outputs.TopicIngestionDataSourceSettingsPlatformLogsSettings'] = None):
1172
1188
  """
1173
1189
  :param 'TopicIngestionDataSourceSettingsAwsKinesisArgs' aws_kinesis: Settings for ingestion from Amazon Kinesis Data Streams.
1174
1190
  Structure is documented below.
1191
+ :param 'TopicIngestionDataSourceSettingsCloudStorageArgs' cloud_storage: Settings for ingestion from Cloud Storage.
1192
+ Structure is documented below.
1193
+ :param 'TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs' platform_logs_settings: Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
1194
+ no Platform Logs will be generated.'
1195
+ Structure is documented below.
1175
1196
  """
1176
1197
  if aws_kinesis is not None:
1177
1198
  pulumi.set(__self__, "aws_kinesis", aws_kinesis)
1199
+ if cloud_storage is not None:
1200
+ pulumi.set(__self__, "cloud_storage", cloud_storage)
1201
+ if platform_logs_settings is not None:
1202
+ pulumi.set(__self__, "platform_logs_settings", platform_logs_settings)
1178
1203
 
1179
1204
  @property
1180
1205
  @pulumi.getter(name="awsKinesis")
@@ -1185,6 +1210,25 @@ class TopicIngestionDataSourceSettings(dict):
1185
1210
  """
1186
1211
  return pulumi.get(self, "aws_kinesis")
1187
1212
 
1213
+ @property
1214
+ @pulumi.getter(name="cloudStorage")
1215
+ def cloud_storage(self) -> Optional['outputs.TopicIngestionDataSourceSettingsCloudStorage']:
1216
+ """
1217
+ Settings for ingestion from Cloud Storage.
1218
+ Structure is documented below.
1219
+ """
1220
+ return pulumi.get(self, "cloud_storage")
1221
+
1222
+ @property
1223
+ @pulumi.getter(name="platformLogsSettings")
1224
+ def platform_logs_settings(self) -> Optional['outputs.TopicIngestionDataSourceSettingsPlatformLogsSettings']:
1225
+ """
1226
+ Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
1227
+ no Platform Logs will be generated.'
1228
+ Structure is documented below.
1229
+ """
1230
+ return pulumi.get(self, "platform_logs_settings")
1231
+
1188
1232
 
1189
1233
  @pulumi.output_type
1190
1234
  class TopicIngestionDataSourceSettingsAwsKinesis(dict):
@@ -1274,6 +1318,195 @@ class TopicIngestionDataSourceSettingsAwsKinesis(dict):
1274
1318
  return pulumi.get(self, "stream_arn")
1275
1319
 
1276
1320
 
1321
+ @pulumi.output_type
1322
+ class TopicIngestionDataSourceSettingsCloudStorage(dict):
1323
+ @staticmethod
1324
+ def __key_warning(key: str):
1325
+ suggest = None
1326
+ if key == "avroFormat":
1327
+ suggest = "avro_format"
1328
+ elif key == "matchGlob":
1329
+ suggest = "match_glob"
1330
+ elif key == "minimumObjectCreateTime":
1331
+ suggest = "minimum_object_create_time"
1332
+ elif key == "pubsubAvroFormat":
1333
+ suggest = "pubsub_avro_format"
1334
+ elif key == "textFormat":
1335
+ suggest = "text_format"
1336
+
1337
+ if suggest:
1338
+ pulumi.log.warn(f"Key '{key}' not found in TopicIngestionDataSourceSettingsCloudStorage. Access the value via the '{suggest}' property getter instead.")
1339
+
1340
+ def __getitem__(self, key: str) -> Any:
1341
+ TopicIngestionDataSourceSettingsCloudStorage.__key_warning(key)
1342
+ return super().__getitem__(key)
1343
+
1344
+ def get(self, key: str, default = None) -> Any:
1345
+ TopicIngestionDataSourceSettingsCloudStorage.__key_warning(key)
1346
+ return super().get(key, default)
1347
+
1348
+ def __init__(__self__, *,
1349
+ bucket: str,
1350
+ avro_format: Optional['outputs.TopicIngestionDataSourceSettingsCloudStorageAvroFormat'] = None,
1351
+ match_glob: Optional[str] = None,
1352
+ minimum_object_create_time: Optional[str] = None,
1353
+ pubsub_avro_format: Optional['outputs.TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormat'] = None,
1354
+ text_format: Optional['outputs.TopicIngestionDataSourceSettingsCloudStorageTextFormat'] = None):
1355
+ """
1356
+ :param str bucket: Cloud Storage bucket. The bucket name must be without any
1357
+ prefix like "gs://". See the bucket naming requirements:
1358
+ https://cloud.google.com/storage/docs/buckets#naming.
1359
+ :param 'TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs' avro_format: Configuration for reading Cloud Storage data in Avro binary format. The
1360
+ bytes of each object will be set to the `data` field of a Pub/Sub message.
1361
+ :param str match_glob: Glob pattern used to match objects that will be ingested. If unset, all
1362
+ objects will be ingested. See the supported patterns:
1363
+ https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
1364
+ :param str minimum_object_create_time: The timestamp set in RFC3339 text format. If set, only objects with a
1365
+ larger or equal timestamp will be ingested. Unset by default, meaning
1366
+ all objects will be ingested.
1367
+ :param 'TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs' pubsub_avro_format: Configuration for reading Cloud Storage data written via Cloud Storage
1368
+ subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
1369
+ data and attributes fields of the originally exported Pub/Sub message
1370
+ will be restored when publishing.
1371
+ :param 'TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs' text_format: Configuration for reading Cloud Storage data in text format. Each line of
1372
+ text as specified by the delimiter will be set to the `data` field of a
1373
+ Pub/Sub message.
1374
+ Structure is documented below.
1375
+ """
1376
+ pulumi.set(__self__, "bucket", bucket)
1377
+ if avro_format is not None:
1378
+ pulumi.set(__self__, "avro_format", avro_format)
1379
+ if match_glob is not None:
1380
+ pulumi.set(__self__, "match_glob", match_glob)
1381
+ if minimum_object_create_time is not None:
1382
+ pulumi.set(__self__, "minimum_object_create_time", minimum_object_create_time)
1383
+ if pubsub_avro_format is not None:
1384
+ pulumi.set(__self__, "pubsub_avro_format", pubsub_avro_format)
1385
+ if text_format is not None:
1386
+ pulumi.set(__self__, "text_format", text_format)
1387
+
1388
+ @property
1389
+ @pulumi.getter
1390
+ def bucket(self) -> str:
1391
+ """
1392
+ Cloud Storage bucket. The bucket name must be without any
1393
+ prefix like "gs://". See the bucket naming requirements:
1394
+ https://cloud.google.com/storage/docs/buckets#naming.
1395
+ """
1396
+ return pulumi.get(self, "bucket")
1397
+
1398
+ @property
1399
+ @pulumi.getter(name="avroFormat")
1400
+ def avro_format(self) -> Optional['outputs.TopicIngestionDataSourceSettingsCloudStorageAvroFormat']:
1401
+ """
1402
+ Configuration for reading Cloud Storage data in Avro binary format. The
1403
+ bytes of each object will be set to the `data` field of a Pub/Sub message.
1404
+ """
1405
+ return pulumi.get(self, "avro_format")
1406
+
1407
+ @property
1408
+ @pulumi.getter(name="matchGlob")
1409
+ def match_glob(self) -> Optional[str]:
1410
+ """
1411
+ Glob pattern used to match objects that will be ingested. If unset, all
1412
+ objects will be ingested. See the supported patterns:
1413
+ https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
1414
+ """
1415
+ return pulumi.get(self, "match_glob")
1416
+
1417
+ @property
1418
+ @pulumi.getter(name="minimumObjectCreateTime")
1419
+ def minimum_object_create_time(self) -> Optional[str]:
1420
+ """
1421
+ The timestamp set in RFC3339 text format. If set, only objects with a
1422
+ larger or equal timestamp will be ingested. Unset by default, meaning
1423
+ all objects will be ingested.
1424
+ """
1425
+ return pulumi.get(self, "minimum_object_create_time")
1426
+
1427
+ @property
1428
+ @pulumi.getter(name="pubsubAvroFormat")
1429
+ def pubsub_avro_format(self) -> Optional['outputs.TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormat']:
1430
+ """
1431
+ Configuration for reading Cloud Storage data written via Cloud Storage
1432
+ subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
1433
+ data and attributes fields of the originally exported Pub/Sub message
1434
+ will be restored when publishing.
1435
+ """
1436
+ return pulumi.get(self, "pubsub_avro_format")
1437
+
1438
+ @property
1439
+ @pulumi.getter(name="textFormat")
1440
+ def text_format(self) -> Optional['outputs.TopicIngestionDataSourceSettingsCloudStorageTextFormat']:
1441
+ """
1442
+ Configuration for reading Cloud Storage data in text format. Each line of
1443
+ text as specified by the delimiter will be set to the `data` field of a
1444
+ Pub/Sub message.
1445
+ Structure is documented below.
1446
+ """
1447
+ return pulumi.get(self, "text_format")
1448
+
1449
+
1450
+ @pulumi.output_type
1451
+ class TopicIngestionDataSourceSettingsCloudStorageAvroFormat(dict):
1452
+ def __init__(__self__):
1453
+ pass
1454
+
1455
+
1456
+ @pulumi.output_type
1457
+ class TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormat(dict):
1458
+ def __init__(__self__):
1459
+ pass
1460
+
1461
+
1462
+ @pulumi.output_type
1463
+ class TopicIngestionDataSourceSettingsCloudStorageTextFormat(dict):
1464
+ def __init__(__self__, *,
1465
+ delimiter: Optional[str] = None):
1466
+ """
1467
+ :param str delimiter: The delimiter to use when using the 'text' format. Each line of text as
1468
+ specified by the delimiter will be set to the 'data' field of a Pub/Sub
1469
+ message. When unset, '\\n' is used.
1470
+ """
1471
+ if delimiter is not None:
1472
+ pulumi.set(__self__, "delimiter", delimiter)
1473
+
1474
+ @property
1475
+ @pulumi.getter
1476
+ def delimiter(self) -> Optional[str]:
1477
+ """
1478
+ The delimiter to use when using the 'text' format. Each line of text as
1479
+ specified by the delimiter will be set to the 'data' field of a Pub/Sub
1480
+ message. When unset, '\\n' is used.
1481
+ """
1482
+ return pulumi.get(self, "delimiter")
1483
+
1484
+
1485
+ @pulumi.output_type
1486
+ class TopicIngestionDataSourceSettingsPlatformLogsSettings(dict):
1487
+ def __init__(__self__, *,
1488
+ severity: Optional[str] = None):
1489
+ """
1490
+ :param str severity: The minimum severity level of Platform Logs that will be written. If unspecified,
1491
+ no Platform Logs will be written.
1492
+ Default value is `SEVERITY_UNSPECIFIED`.
1493
+ Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
1494
+ """
1495
+ if severity is not None:
1496
+ pulumi.set(__self__, "severity", severity)
1497
+
1498
+ @property
1499
+ @pulumi.getter
1500
+ def severity(self) -> Optional[str]:
1501
+ """
1502
+ The minimum severity level of Platform Logs that will be written. If unspecified,
1503
+ no Platform Logs will be written.
1504
+ Default value is `SEVERITY_UNSPECIFIED`.
1505
+ Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
1506
+ """
1507
+ return pulumi.get(self, "severity")
1508
+
1509
+
1277
1510
  @pulumi.output_type
1278
1511
  class TopicMessageStoragePolicy(dict):
1279
1512
  @staticmethod
@@ -1905,11 +2138,18 @@ class GetSubscriptionRetryPolicyResult(dict):
1905
2138
  @pulumi.output_type
1906
2139
  class GetTopicIngestionDataSourceSettingResult(dict):
1907
2140
  def __init__(__self__, *,
1908
- aws_kineses: Sequence['outputs.GetTopicIngestionDataSourceSettingAwsKineseResult']):
2141
+ aws_kineses: Sequence['outputs.GetTopicIngestionDataSourceSettingAwsKineseResult'],
2142
+ cloud_storages: Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageResult'],
2143
+ platform_logs_settings: Sequence['outputs.GetTopicIngestionDataSourceSettingPlatformLogsSettingResult']):
1909
2144
  """
1910
2145
  :param Sequence['GetTopicIngestionDataSourceSettingAwsKineseArgs'] aws_kineses: Settings for ingestion from Amazon Kinesis Data Streams.
2146
+ :param Sequence['GetTopicIngestionDataSourceSettingCloudStorageArgs'] cloud_storages: Settings for ingestion from Cloud Storage.
2147
+ :param Sequence['GetTopicIngestionDataSourceSettingPlatformLogsSettingArgs'] platform_logs_settings: Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
2148
+ no Platform Logs will be generated.'
1911
2149
  """
1912
2150
  pulumi.set(__self__, "aws_kineses", aws_kineses)
2151
+ pulumi.set(__self__, "cloud_storages", cloud_storages)
2152
+ pulumi.set(__self__, "platform_logs_settings", platform_logs_settings)
1913
2153
 
1914
2154
  @property
1915
2155
  @pulumi.getter(name="awsKineses")
@@ -1919,6 +2159,23 @@ class GetTopicIngestionDataSourceSettingResult(dict):
1919
2159
  """
1920
2160
  return pulumi.get(self, "aws_kineses")
1921
2161
 
2162
+ @property
2163
+ @pulumi.getter(name="cloudStorages")
2164
+ def cloud_storages(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageResult']:
2165
+ """
2166
+ Settings for ingestion from Cloud Storage.
2167
+ """
2168
+ return pulumi.get(self, "cloud_storages")
2169
+
2170
+ @property
2171
+ @pulumi.getter(name="platformLogsSettings")
2172
+ def platform_logs_settings(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingPlatformLogsSettingResult']:
2173
+ """
2174
+ Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
2175
+ no Platform Logs will be generated.'
2176
+ """
2177
+ return pulumi.get(self, "platform_logs_settings")
2178
+
1922
2179
 
1923
2180
  @pulumi.output_type
1924
2181
  class GetTopicIngestionDataSourceSettingAwsKineseResult(dict):
@@ -1985,6 +2242,157 @@ class GetTopicIngestionDataSourceSettingAwsKineseResult(dict):
1985
2242
  return pulumi.get(self, "stream_arn")
1986
2243
 
1987
2244
 
2245
+ @pulumi.output_type
2246
+ class GetTopicIngestionDataSourceSettingCloudStorageResult(dict):
2247
+ def __init__(__self__, *,
2248
+ avro_formats: Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageAvroFormatResult'],
2249
+ bucket: str,
2250
+ match_glob: str,
2251
+ minimum_object_create_time: str,
2252
+ pubsub_avro_formats: Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatResult'],
2253
+ text_formats: Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult']):
2254
+ """
2255
+ :param Sequence['GetTopicIngestionDataSourceSettingCloudStorageAvroFormatArgs'] avro_formats: Configuration for reading Cloud Storage data in Avro binary format. The
2256
+ bytes of each object will be set to the 'data' field of a Pub/Sub message.
2257
+ :param str bucket: Cloud Storage bucket. The bucket name must be without any
2258
+ prefix like "gs://". See the bucket naming requirements:
2259
+ https://cloud.google.com/storage/docs/buckets#naming.
2260
+ :param str match_glob: Glob pattern used to match objects that will be ingested. If unset, all
2261
+ objects will be ingested. See the supported patterns:
2262
+ https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
2263
+ :param str minimum_object_create_time: The timestamp set in RFC3339 text format. If set, only objects with a
2264
+ larger or equal timestamp will be ingested. Unset by default, meaning
2265
+ all objects will be ingested.
2266
+ :param Sequence['GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatArgs'] pubsub_avro_formats: Configuration for reading Cloud Storage data written via Cloud Storage
2267
+ subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
2268
+ data and attributes fields of the originally exported Pub/Sub message
2269
+ will be restored when publishing.
2270
+ :param Sequence['GetTopicIngestionDataSourceSettingCloudStorageTextFormatArgs'] text_formats: Configuration for reading Cloud Storage data in text format. Each line of
2271
+ text as specified by the delimiter will be set to the 'data' field of a
2272
+ Pub/Sub message.
2273
+ """
2274
+ pulumi.set(__self__, "avro_formats", avro_formats)
2275
+ pulumi.set(__self__, "bucket", bucket)
2276
+ pulumi.set(__self__, "match_glob", match_glob)
2277
+ pulumi.set(__self__, "minimum_object_create_time", minimum_object_create_time)
2278
+ pulumi.set(__self__, "pubsub_avro_formats", pubsub_avro_formats)
2279
+ pulumi.set(__self__, "text_formats", text_formats)
2280
+
2281
+ @property
2282
+ @pulumi.getter(name="avroFormats")
2283
+ def avro_formats(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageAvroFormatResult']:
2284
+ """
2285
+ Configuration for reading Cloud Storage data in Avro binary format. The
2286
+ bytes of each object will be set to the 'data' field of a Pub/Sub message.
2287
+ """
2288
+ return pulumi.get(self, "avro_formats")
2289
+
2290
+ @property
2291
+ @pulumi.getter
2292
+ def bucket(self) -> str:
2293
+ """
2294
+ Cloud Storage bucket. The bucket name must be without any
2295
+ prefix like "gs://". See the bucket naming requirements:
2296
+ https://cloud.google.com/storage/docs/buckets#naming.
2297
+ """
2298
+ return pulumi.get(self, "bucket")
2299
+
2300
+ @property
2301
+ @pulumi.getter(name="matchGlob")
2302
+ def match_glob(self) -> str:
2303
+ """
2304
+ Glob pattern used to match objects that will be ingested. If unset, all
2305
+ objects will be ingested. See the supported patterns:
2306
+ https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
2307
+ """
2308
+ return pulumi.get(self, "match_glob")
2309
+
2310
+ @property
2311
+ @pulumi.getter(name="minimumObjectCreateTime")
2312
+ def minimum_object_create_time(self) -> str:
2313
+ """
2314
+ The timestamp set in RFC3339 text format. If set, only objects with a
2315
+ larger or equal timestamp will be ingested. Unset by default, meaning
2316
+ all objects will be ingested.
2317
+ """
2318
+ return pulumi.get(self, "minimum_object_create_time")
2319
+
2320
+ @property
2321
+ @pulumi.getter(name="pubsubAvroFormats")
2322
+ def pubsub_avro_formats(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatResult']:
2323
+ """
2324
+ Configuration for reading Cloud Storage data written via Cloud Storage
2325
+ subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
2326
+ data and attributes fields of the originally exported Pub/Sub message
2327
+ will be restored when publishing.
2328
+ """
2329
+ return pulumi.get(self, "pubsub_avro_formats")
2330
+
2331
+ @property
2332
+ @pulumi.getter(name="textFormats")
2333
+ def text_formats(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult']:
2334
+ """
2335
+ Configuration for reading Cloud Storage data in text format. Each line of
2336
+ text as specified by the delimiter will be set to the 'data' field of a
2337
+ Pub/Sub message.
2338
+ """
2339
+ return pulumi.get(self, "text_formats")
2340
+
2341
+
2342
+ @pulumi.output_type
2343
+ class GetTopicIngestionDataSourceSettingCloudStorageAvroFormatResult(dict):
2344
+ def __init__(__self__):
2345
+ pass
2346
+
2347
+
2348
+ @pulumi.output_type
2349
+ class GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatResult(dict):
2350
+ def __init__(__self__):
2351
+ pass
2352
+
2353
+
2354
+ @pulumi.output_type
2355
+ class GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult(dict):
2356
+ def __init__(__self__, *,
2357
+ delimiter: str):
2358
+ """
2359
+ :param str delimiter: The delimiter to use when using the 'text' format. Each line of text as
2360
+ specified by the delimiter will be set to the 'data' field of a Pub/Sub
2361
+ message. When unset, '\\n' is used.
2362
+ """
2363
+ pulumi.set(__self__, "delimiter", delimiter)
2364
+
2365
+ @property
2366
+ @pulumi.getter
2367
+ def delimiter(self) -> str:
2368
+ """
2369
+ The delimiter to use when using the 'text' format. Each line of text as
2370
+ specified by the delimiter will be set to the 'data' field of a Pub/Sub
2371
+ message. When unset, '\\n' is used.
2372
+ """
2373
+ return pulumi.get(self, "delimiter")
2374
+
2375
+
2376
+ @pulumi.output_type
2377
+ class GetTopicIngestionDataSourceSettingPlatformLogsSettingResult(dict):
2378
+ def __init__(__self__, *,
2379
+ severity: str):
2380
+ """
2381
+ :param str severity: The minimum severity level of Platform Logs that will be written. If unspecified,
2382
+ no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
2383
+ """
2384
+ pulumi.set(__self__, "severity", severity)
2385
+
2386
+ @property
2387
+ @pulumi.getter
2388
+ def severity(self) -> str:
2389
+ """
2390
+ The minimum severity level of Platform Logs that will be written. If unspecified,
2391
+ no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
2392
+ """
2393
+ return pulumi.get(self, "severity")
2394
+
2395
+
1988
2396
  @pulumi.output_type
1989
2397
  class GetTopicMessageStoragePolicyResult(dict):
1990
2398
  def __init__(__self__, *,
@@ -1137,7 +1137,7 @@ class Subscription(pulumi.CustomResource):
1137
1137
  cloud_storage_config={
1138
1138
  "bucket": example.name,
1139
1139
  "filename_prefix": "pre-",
1140
- "filename_suffix": "-_91980",
1140
+ "filename_suffix": "-_40289",
1141
1141
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1142
1142
  "max_bytes": 1000,
1143
1143
  "max_duration": "300s",
@@ -1170,7 +1170,7 @@ class Subscription(pulumi.CustomResource):
1170
1170
  cloud_storage_config={
1171
1171
  "bucket": example.name,
1172
1172
  "filename_prefix": "pre-",
1173
- "filename_suffix": "-_37118",
1173
+ "filename_suffix": "-_33395",
1174
1174
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1175
1175
  "max_bytes": 1000,
1176
1176
  "max_duration": "300s",
@@ -1209,7 +1209,7 @@ class Subscription(pulumi.CustomResource):
1209
1209
  cloud_storage_config={
1210
1210
  "bucket": example.name,
1211
1211
  "filename_prefix": "pre-",
1212
- "filename_suffix": "-_80332",
1212
+ "filename_suffix": "-_76044",
1213
1213
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1214
1214
  "max_bytes": 1000,
1215
1215
  "max_duration": "300s",
@@ -1601,7 +1601,7 @@ class Subscription(pulumi.CustomResource):
1601
1601
  cloud_storage_config={
1602
1602
  "bucket": example.name,
1603
1603
  "filename_prefix": "pre-",
1604
- "filename_suffix": "-_91980",
1604
+ "filename_suffix": "-_40289",
1605
1605
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1606
1606
  "max_bytes": 1000,
1607
1607
  "max_duration": "300s",
@@ -1634,7 +1634,7 @@ class Subscription(pulumi.CustomResource):
1634
1634
  cloud_storage_config={
1635
1635
  "bucket": example.name,
1636
1636
  "filename_prefix": "pre-",
1637
- "filename_suffix": "-_37118",
1637
+ "filename_suffix": "-_33395",
1638
1638
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1639
1639
  "max_bytes": 1000,
1640
1640
  "max_duration": "300s",
@@ -1673,7 +1673,7 @@ class Subscription(pulumi.CustomResource):
1673
1673
  cloud_storage_config={
1674
1674
  "bucket": example.name,
1675
1675
  "filename_prefix": "pre-",
1676
- "filename_suffix": "-_80332",
1676
+ "filename_suffix": "-_76044",
1677
1677
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1678
1678
  "max_bytes": 1000,
1679
1679
  "max_duration": "300s",
@@ -534,6 +534,28 @@ class Topic(pulumi.CustomResource):
534
534
  },
535
535
  })
536
536
  ```
537
+ ### Pubsub Topic Ingestion Cloud Storage
538
+
539
+ ```python
540
+ import pulumi
541
+ import pulumi_gcp as gcp
542
+
543
+ example = gcp.pubsub.Topic("example",
544
+ name="example-topic",
545
+ ingestion_data_source_settings={
546
+ "cloud_storage": {
547
+ "bucket": "test-bucket",
548
+ "text_format": {
549
+ "delimiter": " ",
550
+ },
551
+ "minimum_object_create_time": "2024-01-01T00:00:00Z",
552
+ "match_glob": "foo/**",
553
+ },
554
+ "platform_logs_settings": {
555
+ "severity": "WARNING",
556
+ },
557
+ })
558
+ ```
537
559
 
538
560
  ## Import
539
561
 
@@ -703,6 +725,28 @@ class Topic(pulumi.CustomResource):
703
725
  },
704
726
  })
705
727
  ```
728
+ ### Pubsub Topic Ingestion Cloud Storage
729
+
730
+ ```python
731
+ import pulumi
732
+ import pulumi_gcp as gcp
733
+
734
+ example = gcp.pubsub.Topic("example",
735
+ name="example-topic",
736
+ ingestion_data_source_settings={
737
+ "cloud_storage": {
738
+ "bucket": "test-bucket",
739
+ "text_format": {
740
+ "delimiter": " ",
741
+ },
742
+ "minimum_object_create_time": "2024-01-01T00:00:00Z",
743
+ "match_glob": "foo/**",
744
+ },
745
+ "platform_logs_settings": {
746
+ "severity": "WARNING",
747
+ },
748
+ })
749
+ ```
706
750
 
707
751
  ## Import
708
752
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "8.5.0-alpha.1728368389"
4
+ "version": "8.6.0"
5
5
  }
@@ -447,9 +447,6 @@ def get_instance(name: Optional[str] = None,
447
447
  server_ca_certs=pulumi.get(__ret__, 'server_ca_certs'),
448
448
  tier=pulumi.get(__ret__, 'tier'),
449
449
  transit_encryption_mode=pulumi.get(__ret__, 'transit_encryption_mode'))
450
-
451
-
452
- @_utilities.lift_output_func(get_instance)
453
450
  def get_instance_output(name: Optional[pulumi.Input[str]] = None,
454
451
  project: Optional[pulumi.Input[Optional[str]]] = None,
455
452
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -478,4 +475,47 @@ def get_instance_output(name: Optional[pulumi.Input[str]] = None,
478
475
  :param str region: The region in which the resource belongs. If it
479
476
  is not provided, the provider region is used.
480
477
  """
481
- ...
478
+ __args__ = dict()
479
+ __args__['name'] = name
480
+ __args__['project'] = project
481
+ __args__['region'] = region
482
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
483
+ __ret__ = pulumi.runtime.invoke_output('gcp:redis/getInstance:getInstance', __args__, opts=opts, typ=GetInstanceResult)
484
+ return __ret__.apply(lambda __response__: GetInstanceResult(
485
+ alternative_location_id=pulumi.get(__response__, 'alternative_location_id'),
486
+ auth_enabled=pulumi.get(__response__, 'auth_enabled'),
487
+ auth_string=pulumi.get(__response__, 'auth_string'),
488
+ authorized_network=pulumi.get(__response__, 'authorized_network'),
489
+ connect_mode=pulumi.get(__response__, 'connect_mode'),
490
+ create_time=pulumi.get(__response__, 'create_time'),
491
+ current_location_id=pulumi.get(__response__, 'current_location_id'),
492
+ customer_managed_key=pulumi.get(__response__, 'customer_managed_key'),
493
+ display_name=pulumi.get(__response__, 'display_name'),
494
+ effective_labels=pulumi.get(__response__, 'effective_labels'),
495
+ host=pulumi.get(__response__, 'host'),
496
+ id=pulumi.get(__response__, 'id'),
497
+ labels=pulumi.get(__response__, 'labels'),
498
+ location_id=pulumi.get(__response__, 'location_id'),
499
+ maintenance_policies=pulumi.get(__response__, 'maintenance_policies'),
500
+ maintenance_schedules=pulumi.get(__response__, 'maintenance_schedules'),
501
+ maintenance_version=pulumi.get(__response__, 'maintenance_version'),
502
+ memory_size_gb=pulumi.get(__response__, 'memory_size_gb'),
503
+ name=pulumi.get(__response__, 'name'),
504
+ nodes=pulumi.get(__response__, 'nodes'),
505
+ persistence_configs=pulumi.get(__response__, 'persistence_configs'),
506
+ persistence_iam_identity=pulumi.get(__response__, 'persistence_iam_identity'),
507
+ port=pulumi.get(__response__, 'port'),
508
+ project=pulumi.get(__response__, 'project'),
509
+ pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
510
+ read_endpoint=pulumi.get(__response__, 'read_endpoint'),
511
+ read_endpoint_port=pulumi.get(__response__, 'read_endpoint_port'),
512
+ read_replicas_mode=pulumi.get(__response__, 'read_replicas_mode'),
513
+ redis_configs=pulumi.get(__response__, 'redis_configs'),
514
+ redis_version=pulumi.get(__response__, 'redis_version'),
515
+ region=pulumi.get(__response__, 'region'),
516
+ replica_count=pulumi.get(__response__, 'replica_count'),
517
+ reserved_ip_range=pulumi.get(__response__, 'reserved_ip_range'),
518
+ secondary_ip_range=pulumi.get(__response__, 'secondary_ip_range'),
519
+ server_ca_certs=pulumi.get(__response__, 'server_ca_certs'),
520
+ tier=pulumi.get(__response__, 'tier'),
521
+ transit_encryption_mode=pulumi.get(__response__, 'transit_encryption_mode')))