pulumi-gcp 8.10.0a1731950704__py3-none-any.whl → 8.10.1__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 (388) hide show
  1. pulumi_gcp/__init__.py +24 -0
  2. pulumi_gcp/accessapproval/get_folder_service_account.py +2 -2
  3. pulumi_gcp/accessapproval/get_organization_service_account.py +2 -2
  4. pulumi_gcp/accessapproval/get_project_service_account.py +2 -2
  5. pulumi_gcp/accesscontextmanager/__init__.py +1 -0
  6. pulumi_gcp/accesscontextmanager/_inputs.py +90 -54
  7. pulumi_gcp/accesscontextmanager/get_access_policy.py +158 -0
  8. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
  9. pulumi_gcp/accesscontextmanager/outputs.py +60 -36
  10. pulumi_gcp/alloydb/get_locations.py +2 -2
  11. pulumi_gcp/alloydb/get_supported_database_flags.py +2 -2
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +2 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -2
  15. pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
  16. pulumi_gcp/appengine/get_default_service_account.py +2 -2
  17. pulumi_gcp/apphub/get_application.py +2 -2
  18. pulumi_gcp/apphub/get_discovered_service.py +2 -2
  19. pulumi_gcp/apphub/get_discovered_workload.py +2 -2
  20. pulumi_gcp/artifactregistry/_inputs.py +56 -0
  21. pulumi_gcp/artifactregistry/get_docker_image.py +2 -2
  22. pulumi_gcp/artifactregistry/get_locations.py +2 -2
  23. pulumi_gcp/artifactregistry/get_repository.py +2 -2
  24. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
  25. pulumi_gcp/artifactregistry/outputs.py +65 -0
  26. pulumi_gcp/artifactregistry/repository.py +48 -0
  27. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  28. pulumi_gcp/backupdisasterrecovery/backup_vault.py +63 -0
  29. pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +2 -2
  30. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +2 -2
  31. pulumi_gcp/backupdisasterrecovery/get_data_source.py +263 -0
  32. pulumi_gcp/backupdisasterrecovery/get_management_server.py +2 -2
  33. pulumi_gcp/backupdisasterrecovery/outputs.py +402 -0
  34. pulumi_gcp/beyondcorp/get_app_connection.py +2 -2
  35. pulumi_gcp/beyondcorp/get_app_connector.py +2 -2
  36. pulumi_gcp/beyondcorp/get_app_gateway.py +2 -2
  37. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
  38. pulumi_gcp/bigquery/get_dataset.py +2 -2
  39. pulumi_gcp/bigquery/get_dataset_iam_policy.py +2 -2
  40. pulumi_gcp/bigquery/get_default_service_account.py +2 -2
  41. pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
  42. pulumi_gcp/bigquery/get_tables.py +2 -2
  43. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  44. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  45. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
  46. pulumi_gcp/bigtable/get_instance_iam_policy.py +2 -2
  47. pulumi_gcp/bigtable/get_table_iam_policy.py +2 -2
  48. pulumi_gcp/billing/get_account_iam_policy.py +2 -2
  49. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
  50. pulumi_gcp/certificateauthority/authority.py +28 -138
  51. pulumi_gcp/certificateauthority/get_authority.py +2 -2
  52. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
  53. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
  54. pulumi_gcp/certificatemanager/get_certificate_map.py +2 -2
  55. pulumi_gcp/certificatemanager/get_certificates.py +2 -2
  56. pulumi_gcp/cloudasset/get_resources_search_all.py +2 -2
  57. pulumi_gcp/cloudasset/get_search_all_resources.py +2 -2
  58. pulumi_gcp/cloudbuild/get_trigger.py +2 -2
  59. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
  60. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
  61. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
  62. pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
  63. pulumi_gcp/cloudfunctions/get_function.py +2 -2
  64. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
  65. pulumi_gcp/cloudfunctionsv2/get_function.py +2 -2
  66. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
  67. pulumi_gcp/cloudidentity/get_group_lookup.py +2 -2
  68. pulumi_gcp/cloudidentity/get_group_memberships.py +2 -2
  69. pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +2 -2
  70. pulumi_gcp/cloudidentity/get_groups.py +2 -2
  71. pulumi_gcp/cloudquota/get_s_quota_info.py +2 -2
  72. pulumi_gcp/cloudquota/get_s_quota_infos.py +2 -2
  73. pulumi_gcp/cloudrun/get_locations.py +2 -2
  74. pulumi_gcp/cloudrun/get_service.py +2 -2
  75. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
  76. pulumi_gcp/cloudrun/service.py +0 -10
  77. pulumi_gcp/cloudrunv2/get_job.py +2 -2
  78. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
  79. pulumi_gcp/cloudrunv2/get_service.py +17 -6
  80. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
  81. pulumi_gcp/cloudrunv2/service.py +30 -2
  82. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
  83. pulumi_gcp/composer/get_environment.py +2 -2
  84. pulumi_gcp/composer/get_image_versions.py +2 -2
  85. pulumi_gcp/composer/get_user_workloads_config_map.py +2 -2
  86. pulumi_gcp/composer/get_user_workloads_secret.py +2 -2
  87. pulumi_gcp/compute/_inputs.py +12 -12
  88. pulumi_gcp/compute/get_address.py +2 -2
  89. pulumi_gcp/compute/get_addresses.py +2 -2
  90. pulumi_gcp/compute/get_backend_bucket.py +2 -2
  91. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +2 -2
  92. pulumi_gcp/compute/get_backend_service.py +2 -2
  93. pulumi_gcp/compute/get_backend_service_iam_policy.py +2 -2
  94. pulumi_gcp/compute/get_certificate.py +2 -2
  95. pulumi_gcp/compute/get_default_service_account.py +2 -2
  96. pulumi_gcp/compute/get_disk.py +2 -2
  97. pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
  98. pulumi_gcp/compute/get_forwarding_rule.py +2 -2
  99. pulumi_gcp/compute/get_forwarding_rules.py +2 -2
  100. pulumi_gcp/compute/get_global_address.py +2 -2
  101. pulumi_gcp/compute/get_global_forwarding_rule.py +2 -2
  102. pulumi_gcp/compute/get_hc_vpn_gateway.py +2 -2
  103. pulumi_gcp/compute/get_health_check.py +2 -2
  104. pulumi_gcp/compute/get_image.py +2 -2
  105. pulumi_gcp/compute/get_image_iam_policy.py +2 -2
  106. pulumi_gcp/compute/get_instance.py +2 -2
  107. pulumi_gcp/compute/get_instance_group.py +2 -2
  108. pulumi_gcp/compute/get_instance_group_manager.py +2 -2
  109. pulumi_gcp/compute/get_instance_guest_attributes.py +2 -2
  110. pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
  111. pulumi_gcp/compute/get_instance_serial_port.py +2 -2
  112. pulumi_gcp/compute/get_instance_template.py +2 -2
  113. pulumi_gcp/compute/get_lbip_ranges.py +2 -2
  114. pulumi_gcp/compute/get_machine_image_iam_policy.py +2 -2
  115. pulumi_gcp/compute/get_machine_types.py +2 -2
  116. pulumi_gcp/compute/get_netblock_ip_ranges.py +2 -2
  117. pulumi_gcp/compute/get_network.py +2 -2
  118. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  119. pulumi_gcp/compute/get_network_peering.py +2 -2
  120. pulumi_gcp/compute/get_networks.py +2 -2
  121. pulumi_gcp/compute/get_node_types.py +2 -2
  122. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +2 -2
  123. pulumi_gcp/compute/get_region_disk.py +2 -2
  124. pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
  125. pulumi_gcp/compute/get_region_instance_group.py +2 -2
  126. pulumi_gcp/compute/get_region_instance_group_manager.py +2 -2
  127. pulumi_gcp/compute/get_region_instance_template.py +2 -2
  128. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  129. pulumi_gcp/compute/get_region_ssl_certificate.py +2 -2
  130. pulumi_gcp/compute/get_regions.py +2 -2
  131. pulumi_gcp/compute/get_reservation.py +2 -2
  132. pulumi_gcp/compute/get_resource_policy.py +2 -2
  133. pulumi_gcp/compute/get_router.py +2 -2
  134. pulumi_gcp/compute/get_router_nat.py +2 -2
  135. pulumi_gcp/compute/get_router_status.py +2 -2
  136. pulumi_gcp/compute/get_security_policy.py +2 -2
  137. pulumi_gcp/compute/get_snapshot.py +2 -2
  138. pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
  139. pulumi_gcp/compute/get_ssl_policy.py +2 -2
  140. pulumi_gcp/compute/get_subnetwork.py +2 -2
  141. pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
  142. pulumi_gcp/compute/get_subnetworks.py +2 -2
  143. pulumi_gcp/compute/get_vpn_gateway.py +2 -2
  144. pulumi_gcp/compute/get_zones.py +2 -2
  145. pulumi_gcp/compute/outputs.py +10 -10
  146. pulumi_gcp/compute/router_status.py +2 -2
  147. pulumi_gcp/container/get_attached_install_manifest.py +2 -2
  148. pulumi_gcp/container/get_attached_versions.py +2 -2
  149. pulumi_gcp/container/get_aws_versions.py +2 -2
  150. pulumi_gcp/container/get_azure_versions.py +2 -2
  151. pulumi_gcp/container/get_cluster.py +2 -2
  152. pulumi_gcp/container/get_engine_versions.py +2 -2
  153. pulumi_gcp/container/get_registry_image.py +2 -2
  154. pulumi_gcp/container/get_registry_repository.py +2 -2
  155. pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
  156. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
  157. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
  158. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
  159. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
  160. pulumi_gcp/dataform/get_repository_iam_policy.py +2 -2
  161. pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
  162. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
  163. pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
  164. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
  165. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
  166. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
  167. pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
  168. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
  169. pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
  170. pulumi_gcp/dataproc/__init__.py +1 -0
  171. pulumi_gcp/dataproc/_inputs.py +490 -0
  172. pulumi_gcp/dataproc/gdc_spark_application.py +1658 -0
  173. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
  174. pulumi_gcp/dataproc/get_cluster_iam_policy.py +2 -2
  175. pulumi_gcp/dataproc/get_job_iam_policy.py +2 -2
  176. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
  177. pulumi_gcp/dataproc/get_metastore_service.py +2 -2
  178. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
  179. pulumi_gcp/dataproc/outputs.py +385 -0
  180. pulumi_gcp/datastream/get_static_ips.py +2 -2
  181. pulumi_gcp/dns/get_keys.py +2 -2
  182. pulumi_gcp/dns/get_managed_zone.py +2 -2
  183. pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
  184. pulumi_gcp/dns/get_managed_zones.py +2 -2
  185. pulumi_gcp/dns/get_record_set.py +2 -2
  186. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +2 -2
  187. pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
  188. pulumi_gcp/filestore/_inputs.py +152 -0
  189. pulumi_gcp/filestore/get_instance.py +14 -3
  190. pulumi_gcp/filestore/instance.py +47 -0
  191. pulumi_gcp/filestore/outputs.py +229 -0
  192. pulumi_gcp/firebase/get_android_app.py +2 -2
  193. pulumi_gcp/firebase/get_android_app_config.py +2 -2
  194. pulumi_gcp/firebase/get_apple_app.py +2 -2
  195. pulumi_gcp/firebase/get_apple_app_config.py +2 -2
  196. pulumi_gcp/firebase/get_hosting_channel.py +2 -2
  197. pulumi_gcp/firebase/get_web_app.py +2 -2
  198. pulumi_gcp/firebase/get_web_app_config.py +2 -2
  199. pulumi_gcp/folder/get_iam_policy.py +2 -2
  200. pulumi_gcp/folder/get_organization_policy.py +2 -2
  201. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
  202. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
  203. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
  204. pulumi_gcp/gkehub/get_membership_binding.py +2 -2
  205. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
  206. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
  207. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
  208. pulumi_gcp/healthcare/get_dataset_iam_policy.py +2 -2
  209. pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +2 -2
  210. pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +2 -2
  211. pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +2 -2
  212. pulumi_gcp/iam/__init__.py +2 -0
  213. pulumi_gcp/iam/_inputs.py +274 -0
  214. pulumi_gcp/iam/folders_policy_binding.py +917 -0
  215. pulumi_gcp/iam/get_rule.py +2 -2
  216. pulumi_gcp/iam/get_testable_permissions.py +2 -2
  217. pulumi_gcp/iam/get_workload_identity_pool.py +2 -2
  218. pulumi_gcp/iam/get_workload_identity_pool_provider.py +2 -2
  219. pulumi_gcp/iam/organizations_policy_binding.py +901 -0
  220. pulumi_gcp/iam/outputs.py +198 -0
  221. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
  222. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
  223. pulumi_gcp/iap/get_client.py +2 -2
  224. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
  225. pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
  226. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
  227. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
  228. pulumi_gcp/iap/get_web_iam_policy.py +2 -2
  229. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
  230. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  231. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
  232. pulumi_gcp/kms/get_crypto_key_iam_policy.py +2 -2
  233. pulumi_gcp/kms/get_crypto_key_latest_version.py +2 -2
  234. pulumi_gcp/kms/get_crypto_key_versions.py +2 -2
  235. pulumi_gcp/kms/get_crypto_keys.py +2 -2
  236. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
  237. pulumi_gcp/kms/get_key_ring_iam_policy.py +2 -2
  238. pulumi_gcp/kms/get_key_rings.py +2 -2
  239. pulumi_gcp/kms/get_kms_crypto_key.py +2 -2
  240. pulumi_gcp/kms/get_kms_crypto_key_version.py +2 -2
  241. pulumi_gcp/kms/get_kms_key_ring.py +2 -2
  242. pulumi_gcp/kms/get_kms_secret.py +2 -2
  243. pulumi_gcp/kms/get_kms_secret_asymmetric.py +2 -2
  244. pulumi_gcp/kms/get_kms_secret_ciphertext.py +2 -2
  245. pulumi_gcp/logging/get_folder_settings.py +2 -2
  246. pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
  247. pulumi_gcp/logging/get_organization_settings.py +2 -2
  248. pulumi_gcp/logging/get_project_cmek_settings.py +2 -2
  249. pulumi_gcp/logging/get_project_settings.py +2 -2
  250. pulumi_gcp/logging/get_sink.py +2 -2
  251. pulumi_gcp/managedkafka/cluster.py +4 -0
  252. pulumi_gcp/managedkafka/topic.py +4 -0
  253. pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
  254. pulumi_gcp/monitoring/get_cluster_istio_service.py +2 -2
  255. pulumi_gcp/monitoring/get_istio_canonical_service.py +2 -2
  256. pulumi_gcp/monitoring/get_mesh_istio_service.py +2 -2
  257. pulumi_gcp/monitoring/get_notification_channel.py +2 -2
  258. pulumi_gcp/monitoring/get_secret_version.py +2 -2
  259. pulumi_gcp/monitoring/get_uptime_check_i_ps.py +2 -2
  260. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +2 -2
  261. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
  262. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
  263. pulumi_gcp/oracledatabase/get_autonomous_database.py +2 -2
  264. pulumi_gcp/oracledatabase/get_autonomous_databases.py +2 -2
  265. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +2 -2
  266. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +2 -2
  267. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +2 -2
  268. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +2 -2
  269. pulumi_gcp/oracledatabase/get_db_nodes.py +2 -2
  270. pulumi_gcp/oracledatabase/get_db_servers.py +2 -2
  271. pulumi_gcp/organizations/get_active_folder.py +2 -2
  272. pulumi_gcp/organizations/get_billing_account.py +2 -2
  273. pulumi_gcp/organizations/get_client_config.py +2 -2
  274. pulumi_gcp/organizations/get_client_open_id_user_info.py +2 -2
  275. pulumi_gcp/organizations/get_folder.py +2 -2
  276. pulumi_gcp/organizations/get_folders.py +2 -2
  277. pulumi_gcp/organizations/get_iam_policy.py +2 -2
  278. pulumi_gcp/organizations/get_organization.py +2 -2
  279. pulumi_gcp/organizations/get_project.py +2 -2
  280. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -2
  281. pulumi_gcp/projects/get_iam_policy.py +2 -2
  282. pulumi_gcp/projects/get_organization_policy.py +2 -2
  283. pulumi_gcp/projects/get_project.py +2 -2
  284. pulumi_gcp/projects/get_project_service.py +2 -2
  285. pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
  286. pulumi_gcp/pubsub/get_subscription.py +2 -2
  287. pulumi_gcp/pubsub/get_subscription_iam_policy.py +2 -2
  288. pulumi_gcp/pubsub/get_topic.py +2 -2
  289. pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
  290. pulumi_gcp/pubsub/subscription.py +8 -8
  291. pulumi_gcp/pulumi-plugin.json +1 -1
  292. pulumi_gcp/redis/_inputs.py +213 -0
  293. pulumi_gcp/redis/cluster.py +289 -0
  294. pulumi_gcp/redis/get_instance.py +2 -2
  295. pulumi_gcp/redis/outputs.py +185 -0
  296. pulumi_gcp/runtimeconfig/get_config.py +2 -2
  297. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +2 -2
  298. pulumi_gcp/runtimeconfig/get_variable.py +2 -2
  299. pulumi_gcp/secretmanager/get_regional_secret.py +2 -2
  300. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
  301. pulumi_gcp/secretmanager/get_regional_secret_version.py +2 -2
  302. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +2 -2
  303. pulumi_gcp/secretmanager/get_regional_secrets.py +2 -2
  304. pulumi_gcp/secretmanager/get_secret.py +2 -2
  305. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
  306. pulumi_gcp/secretmanager/get_secret_version.py +2 -2
  307. pulumi_gcp/secretmanager/get_secret_version_access.py +2 -2
  308. pulumi_gcp/secretmanager/get_secrets.py +2 -2
  309. pulumi_gcp/securesourcemanager/_inputs.py +33 -0
  310. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
  311. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
  312. pulumi_gcp/securesourcemanager/instance.py +90 -3
  313. pulumi_gcp/securesourcemanager/outputs.py +19 -0
  314. pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
  315. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
  316. pulumi_gcp/serviceaccount/get_account.py +2 -2
  317. pulumi_gcp/serviceaccount/get_account_access_token.py +2 -2
  318. pulumi_gcp/serviceaccount/get_account_id_token.py +2 -2
  319. pulumi_gcp/serviceaccount/get_account_jwt.py +2 -2
  320. pulumi_gcp/serviceaccount/get_account_key.py +2 -2
  321. pulumi_gcp/serviceaccount/get_iam_policy.py +2 -2
  322. pulumi_gcp/serviceaccount/get_s.py +2 -2
  323. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +2 -2
  324. pulumi_gcp/servicedirectory/get_service_iam_policy.py +2 -2
  325. pulumi_gcp/servicenetworking/get_peered_dns_domain.py +2 -2
  326. pulumi_gcp/siteverification/get_token.py +2 -2
  327. pulumi_gcp/sourcerepo/get_repository.py +2 -2
  328. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
  329. pulumi_gcp/spanner/database.py +14 -14
  330. pulumi_gcp/spanner/get_database.py +2 -2
  331. pulumi_gcp/spanner/get_database_iam_policy.py +2 -2
  332. pulumi_gcp/spanner/get_instance.py +2 -2
  333. pulumi_gcp/spanner/get_instance_iam_policy.py +2 -2
  334. pulumi_gcp/sql/_inputs.py +73 -0
  335. pulumi_gcp/sql/database_instance.py +60 -0
  336. pulumi_gcp/sql/get_backup_run.py +2 -2
  337. pulumi_gcp/sql/get_ca_certs.py +2 -2
  338. pulumi_gcp/sql/get_database.py +2 -2
  339. pulumi_gcp/sql/get_database_instance.py +2 -2
  340. pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +2 -2
  341. pulumi_gcp/sql/get_database_instances.py +2 -2
  342. pulumi_gcp/sql/get_databases.py +2 -2
  343. pulumi_gcp/sql/get_tiers.py +2 -2
  344. pulumi_gcp/sql/outputs.py +146 -0
  345. pulumi_gcp/sql/user.py +2 -2
  346. pulumi_gcp/storage/get_bucket.py +2 -2
  347. pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
  348. pulumi_gcp/storage/get_bucket_object.py +2 -2
  349. pulumi_gcp/storage/get_bucket_object_content.py +2 -2
  350. pulumi_gcp/storage/get_bucket_objects.py +2 -2
  351. pulumi_gcp/storage/get_buckets.py +2 -2
  352. pulumi_gcp/storage/get_managed_folder_iam_policy.py +2 -2
  353. pulumi_gcp/storage/get_object_signed_url.py +2 -2
  354. pulumi_gcp/storage/get_project_service_account.py +2 -2
  355. pulumi_gcp/storage/get_transfer_project_service_account.py +2 -2
  356. pulumi_gcp/storage/get_transfer_project_servie_account.py +2 -2
  357. pulumi_gcp/tags/get_tag_key.py +2 -2
  358. pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
  359. pulumi_gcp/tags/get_tag_keys.py +2 -2
  360. pulumi_gcp/tags/get_tag_value.py +2 -2
  361. pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
  362. pulumi_gcp/tags/get_tag_values.py +2 -2
  363. pulumi_gcp/tags/location_tag_binding.py +8 -8
  364. pulumi_gcp/tpu/get_tensorflow_versions.py +2 -2
  365. pulumi_gcp/tpu/get_v2_accelerator_types.py +2 -2
  366. pulumi_gcp/tpu/get_v2_runtime_versions.py +2 -2
  367. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +2 -2
  368. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +2 -2
  369. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +2 -2
  370. pulumi_gcp/vertex/get_ai_index.py +2 -2
  371. pulumi_gcp/vmwareengine/get_cluster.py +2 -2
  372. pulumi_gcp/vmwareengine/get_external_access_rule.py +2 -2
  373. pulumi_gcp/vmwareengine/get_external_address.py +2 -2
  374. pulumi_gcp/vmwareengine/get_network.py +2 -2
  375. pulumi_gcp/vmwareengine/get_network_peering.py +2 -2
  376. pulumi_gcp/vmwareengine/get_network_policy.py +2 -2
  377. pulumi_gcp/vmwareengine/get_nsx_credentials.py +2 -2
  378. pulumi_gcp/vmwareengine/get_private_cloud.py +2 -2
  379. pulumi_gcp/vmwareengine/get_subnet.py +2 -2
  380. pulumi_gcp/vmwareengine/get_vcenter_credentials.py +2 -2
  381. pulumi_gcp/vpcaccess/get_connector.py +2 -2
  382. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
  383. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +2 -2
  384. pulumi_gcp/workstations/get_workstation_iam_policy.py +2 -2
  385. {pulumi_gcp-8.10.0a1731950704.dist-info → pulumi_gcp-8.10.1.dist-info}/METADATA +5 -5
  386. {pulumi_gcp-8.10.0a1731950704.dist-info → pulumi_gcp-8.10.1.dist-info}/RECORD +388 -383
  387. {pulumi_gcp-8.10.0a1731950704.dist-info → pulumi_gcp-8.10.1.dist-info}/WHEEL +1 -1
  388. {pulumi_gcp-8.10.0a1731950704.dist-info → pulumi_gcp-8.10.1.dist-info}/top_level.txt +0 -0
@@ -121,7 +121,7 @@ def get_database_instance_latest_recovery_time(instance: Optional[str] = None,
121
121
  project=pulumi.get(__ret__, 'project'))
122
122
  def get_database_instance_latest_recovery_time_output(instance: Optional[pulumi.Input[str]] = None,
123
123
  project: Optional[pulumi.Input[Optional[str]]] = None,
124
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDatabaseInstanceLatestRecoveryTimeResult]:
124
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseInstanceLatestRecoveryTimeResult]:
125
125
  """
126
126
  Get Latest Recovery Time for a given instance. For more information see the
127
127
  [official documentation](https://cloud.google.com/sql/)
@@ -145,7 +145,7 @@ def get_database_instance_latest_recovery_time_output(instance: Optional[pulumi.
145
145
  __args__ = dict()
146
146
  __args__['instance'] = instance
147
147
  __args__['project'] = project
148
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
148
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
149
149
  __ret__ = pulumi.runtime.invoke_output('gcp:sql/getDatabaseInstanceLatestRecoveryTime:getDatabaseInstanceLatestRecoveryTime', __args__, opts=opts, typ=GetDatabaseInstanceLatestRecoveryTimeResult)
150
150
  return __ret__.apply(lambda __response__: GetDatabaseInstanceLatestRecoveryTimeResult(
151
151
  id=pulumi.get(__response__, 'id'),
@@ -165,7 +165,7 @@ def get_database_instances_output(database_version: Optional[pulumi.Input[Option
165
165
  state: Optional[pulumi.Input[Optional[str]]] = None,
166
166
  tier: Optional[pulumi.Input[Optional[str]]] = None,
167
167
  zone: Optional[pulumi.Input[Optional[str]]] = None,
168
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDatabaseInstancesResult]:
168
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseInstancesResult]:
169
169
  """
170
170
  Use this data source to get information about a list of Cloud SQL instances in a project. You can also apply some filters over this list to get a more filtered list of Cloud SQL instances.
171
171
 
@@ -193,7 +193,7 @@ def get_database_instances_output(database_version: Optional[pulumi.Input[Option
193
193
  __args__['state'] = state
194
194
  __args__['tier'] = tier
195
195
  __args__['zone'] = zone
196
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
196
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
197
197
  __ret__ = pulumi.runtime.invoke_output('gcp:sql/getDatabaseInstances:getDatabaseInstances', __args__, opts=opts, typ=GetDatabaseInstancesResult)
198
198
  return __ret__.apply(lambda __response__: GetDatabaseInstancesResult(
199
199
  database_version=pulumi.get(__response__, 'database_version'),
@@ -110,7 +110,7 @@ def get_databases(instance: Optional[str] = None,
110
110
  project=pulumi.get(__ret__, 'project'))
111
111
  def get_databases_output(instance: Optional[pulumi.Input[str]] = None,
112
112
  project: Optional[pulumi.Input[Optional[str]]] = None,
113
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDatabasesResult]:
113
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabasesResult]:
114
114
  """
115
115
  Use this data source to get information about a list of databases in a Cloud SQL instance.
116
116
  ## Example Usage
@@ -131,7 +131,7 @@ def get_databases_output(instance: Optional[pulumi.Input[str]] = None,
131
131
  __args__ = dict()
132
132
  __args__['instance'] = instance
133
133
  __args__['project'] = project
134
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
134
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
135
135
  __ret__ = pulumi.runtime.invoke_output('gcp:sql/getDatabases:getDatabases', __args__, opts=opts, typ=GetDatabasesResult)
136
136
  return __ret__.apply(lambda __response__: GetDatabasesResult(
137
137
  databases=pulumi.get(__response__, 'databases'),
@@ -103,7 +103,7 @@ def get_tiers(project: Optional[str] = None,
103
103
  project=pulumi.get(__ret__, 'project'),
104
104
  tiers=pulumi.get(__ret__, 'tiers'))
105
105
  def get_tiers_output(project: Optional[pulumi.Input[Optional[str]]] = None,
106
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTiersResult]:
106
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTiersResult]:
107
107
  """
108
108
  Get all available machine types (tiers) for a project, for example, db-custom-1-3840. For more information see the
109
109
  [official documentation](https://cloud.google.com/sql/)
@@ -126,7 +126,7 @@ def get_tiers_output(project: Optional[pulumi.Input[Optional[str]]] = None,
126
126
  """
127
127
  __args__ = dict()
128
128
  __args__['project'] = project
129
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
129
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
130
130
  __ret__ = pulumi.runtime.invoke_output('gcp:sql/getTiers:getTiers', __args__, opts=opts, typ=GetTiersResult)
131
131
  return __ret__.apply(lambda __response__: GetTiersResult(
132
132
  id=pulumi.get(__response__, 'id'),
pulumi_gcp/sql/outputs.py CHANGED
@@ -33,6 +33,7 @@ __all__ = [
33
33
  'DatabaseInstanceSettingsIpConfiguration',
34
34
  'DatabaseInstanceSettingsIpConfigurationAuthorizedNetwork',
35
35
  'DatabaseInstanceSettingsIpConfigurationPscConfig',
36
+ 'DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection',
36
37
  'DatabaseInstanceSettingsLocationPreference',
37
38
  'DatabaseInstanceSettingsMaintenanceWindow',
38
39
  'DatabaseInstanceSettingsPasswordValidationPolicy',
@@ -58,6 +59,7 @@ __all__ = [
58
59
  'GetDatabaseInstanceSettingIpConfigurationResult',
59
60
  'GetDatabaseInstanceSettingIpConfigurationAuthorizedNetworkResult',
60
61
  'GetDatabaseInstanceSettingIpConfigurationPscConfigResult',
62
+ 'GetDatabaseInstanceSettingIpConfigurationPscConfigPscAutoConnectionResult',
61
63
  'GetDatabaseInstanceSettingLocationPreferenceResult',
62
64
  'GetDatabaseInstanceSettingMaintenanceWindowResult',
63
65
  'GetDatabaseInstanceSettingPasswordValidationPolicyResult',
@@ -80,6 +82,7 @@ __all__ = [
80
82
  'GetDatabaseInstancesInstanceSettingIpConfigurationResult',
81
83
  'GetDatabaseInstancesInstanceSettingIpConfigurationAuthorizedNetworkResult',
82
84
  'GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigResult',
85
+ 'GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigPscAutoConnectionResult',
83
86
  'GetDatabaseInstancesInstanceSettingLocationPreferenceResult',
84
87
  'GetDatabaseInstancesInstanceSettingMaintenanceWindowResult',
85
88
  'GetDatabaseInstancesInstanceSettingPasswordValidationPolicyResult',
@@ -1672,6 +1675,8 @@ class DatabaseInstanceSettingsIpConfigurationPscConfig(dict):
1672
1675
  suggest = None
1673
1676
  if key == "allowedConsumerProjects":
1674
1677
  suggest = "allowed_consumer_projects"
1678
+ elif key == "pscAutoConnections":
1679
+ suggest = "psc_auto_connections"
1675
1680
  elif key == "pscEnabled":
1676
1681
  suggest = "psc_enabled"
1677
1682
 
@@ -1688,13 +1693,17 @@ class DatabaseInstanceSettingsIpConfigurationPscConfig(dict):
1688
1693
 
1689
1694
  def __init__(__self__, *,
1690
1695
  allowed_consumer_projects: Optional[Sequence[str]] = None,
1696
+ psc_auto_connections: Optional[Sequence['outputs.DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection']] = None,
1691
1697
  psc_enabled: Optional[bool] = None):
1692
1698
  """
1693
1699
  :param Sequence[str] allowed_consumer_projects: List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
1700
+ :param Sequence['DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnectionArgs'] psc_auto_connections: A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
1694
1701
  :param bool psc_enabled: Whether PSC connectivity is enabled for this instance.
1695
1702
  """
1696
1703
  if allowed_consumer_projects is not None:
1697
1704
  pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
1705
+ if psc_auto_connections is not None:
1706
+ pulumi.set(__self__, "psc_auto_connections", psc_auto_connections)
1698
1707
  if psc_enabled is not None:
1699
1708
  pulumi.set(__self__, "psc_enabled", psc_enabled)
1700
1709
 
@@ -1706,6 +1715,14 @@ class DatabaseInstanceSettingsIpConfigurationPscConfig(dict):
1706
1715
  """
1707
1716
  return pulumi.get(self, "allowed_consumer_projects")
1708
1717
 
1718
+ @property
1719
+ @pulumi.getter(name="pscAutoConnections")
1720
+ def psc_auto_connections(self) -> Optional[Sequence['outputs.DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection']]:
1721
+ """
1722
+ A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
1723
+ """
1724
+ return pulumi.get(self, "psc_auto_connections")
1725
+
1709
1726
  @property
1710
1727
  @pulumi.getter(name="pscEnabled")
1711
1728
  def psc_enabled(self) -> Optional[bool]:
@@ -1715,6 +1732,55 @@ class DatabaseInstanceSettingsIpConfigurationPscConfig(dict):
1715
1732
  return pulumi.get(self, "psc_enabled")
1716
1733
 
1717
1734
 
1735
+ @pulumi.output_type
1736
+ class DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection(dict):
1737
+ @staticmethod
1738
+ def __key_warning(key: str):
1739
+ suggest = None
1740
+ if key == "consumerNetwork":
1741
+ suggest = "consumer_network"
1742
+ elif key == "consumerServiceProjectId":
1743
+ suggest = "consumer_service_project_id"
1744
+
1745
+ if suggest:
1746
+ pulumi.log.warn(f"Key '{key}' not found in DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection. Access the value via the '{suggest}' property getter instead.")
1747
+
1748
+ def __getitem__(self, key: str) -> Any:
1749
+ DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection.__key_warning(key)
1750
+ return super().__getitem__(key)
1751
+
1752
+ def get(self, key: str, default = None) -> Any:
1753
+ DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection.__key_warning(key)
1754
+ return super().get(key, default)
1755
+
1756
+ def __init__(__self__, *,
1757
+ consumer_network: str,
1758
+ consumer_service_project_id: Optional[str] = None):
1759
+ """
1760
+ :param str consumer_network: "The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project."
1761
+ :param str consumer_service_project_id: The project ID of consumer service project of this consumer endpoint.
1762
+ """
1763
+ pulumi.set(__self__, "consumer_network", consumer_network)
1764
+ if consumer_service_project_id is not None:
1765
+ pulumi.set(__self__, "consumer_service_project_id", consumer_service_project_id)
1766
+
1767
+ @property
1768
+ @pulumi.getter(name="consumerNetwork")
1769
+ def consumer_network(self) -> str:
1770
+ """
1771
+ "The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project."
1772
+ """
1773
+ return pulumi.get(self, "consumer_network")
1774
+
1775
+ @property
1776
+ @pulumi.getter(name="consumerServiceProjectId")
1777
+ def consumer_service_project_id(self) -> Optional[str]:
1778
+ """
1779
+ The project ID of consumer service project of this consumer endpoint.
1780
+ """
1781
+ return pulumi.get(self, "consumer_service_project_id")
1782
+
1783
+
1718
1784
  @pulumi.output_type
1719
1785
  class DatabaseInstanceSettingsLocationPreference(dict):
1720
1786
  @staticmethod
@@ -3300,12 +3366,15 @@ class GetDatabaseInstanceSettingIpConfigurationAuthorizedNetworkResult(dict):
3300
3366
  class GetDatabaseInstanceSettingIpConfigurationPscConfigResult(dict):
3301
3367
  def __init__(__self__, *,
3302
3368
  allowed_consumer_projects: Sequence[str],
3369
+ psc_auto_connections: Sequence['outputs.GetDatabaseInstanceSettingIpConfigurationPscConfigPscAutoConnectionResult'],
3303
3370
  psc_enabled: bool):
3304
3371
  """
3305
3372
  :param Sequence[str] allowed_consumer_projects: List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
3373
+ :param Sequence['GetDatabaseInstanceSettingIpConfigurationPscConfigPscAutoConnectionArgs'] psc_auto_connections: A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
3306
3374
  :param bool psc_enabled: Whether PSC connectivity is enabled for this instance.
3307
3375
  """
3308
3376
  pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
3377
+ pulumi.set(__self__, "psc_auto_connections", psc_auto_connections)
3309
3378
  pulumi.set(__self__, "psc_enabled", psc_enabled)
3310
3379
 
3311
3380
  @property
@@ -3316,6 +3385,14 @@ class GetDatabaseInstanceSettingIpConfigurationPscConfigResult(dict):
3316
3385
  """
3317
3386
  return pulumi.get(self, "allowed_consumer_projects")
3318
3387
 
3388
+ @property
3389
+ @pulumi.getter(name="pscAutoConnections")
3390
+ def psc_auto_connections(self) -> Sequence['outputs.GetDatabaseInstanceSettingIpConfigurationPscConfigPscAutoConnectionResult']:
3391
+ """
3392
+ A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
3393
+ """
3394
+ return pulumi.get(self, "psc_auto_connections")
3395
+
3319
3396
  @property
3320
3397
  @pulumi.getter(name="pscEnabled")
3321
3398
  def psc_enabled(self) -> bool:
@@ -3325,6 +3402,35 @@ class GetDatabaseInstanceSettingIpConfigurationPscConfigResult(dict):
3325
3402
  return pulumi.get(self, "psc_enabled")
3326
3403
 
3327
3404
 
3405
+ @pulumi.output_type
3406
+ class GetDatabaseInstanceSettingIpConfigurationPscConfigPscAutoConnectionResult(dict):
3407
+ def __init__(__self__, *,
3408
+ consumer_network: str,
3409
+ consumer_service_project_id: str):
3410
+ """
3411
+ :param str consumer_network: The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. The consumer host project of this network might be different from the consumer service project.
3412
+ :param str consumer_service_project_id: The project ID of consumer service project of this consumer endpoint.
3413
+ """
3414
+ pulumi.set(__self__, "consumer_network", consumer_network)
3415
+ pulumi.set(__self__, "consumer_service_project_id", consumer_service_project_id)
3416
+
3417
+ @property
3418
+ @pulumi.getter(name="consumerNetwork")
3419
+ def consumer_network(self) -> str:
3420
+ """
3421
+ The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. The consumer host project of this network might be different from the consumer service project.
3422
+ """
3423
+ return pulumi.get(self, "consumer_network")
3424
+
3425
+ @property
3426
+ @pulumi.getter(name="consumerServiceProjectId")
3427
+ def consumer_service_project_id(self) -> str:
3428
+ """
3429
+ The project ID of consumer service project of this consumer endpoint.
3430
+ """
3431
+ return pulumi.get(self, "consumer_service_project_id")
3432
+
3433
+
3328
3434
  @pulumi.output_type
3329
3435
  class GetDatabaseInstanceSettingLocationPreferenceResult(dict):
3330
3436
  def __init__(__self__, *,
@@ -4819,12 +4925,15 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationAuthorizedNetworkResult(
4819
4925
  class GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigResult(dict):
4820
4926
  def __init__(__self__, *,
4821
4927
  allowed_consumer_projects: Sequence[str],
4928
+ psc_auto_connections: Sequence['outputs.GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigPscAutoConnectionResult'],
4822
4929
  psc_enabled: bool):
4823
4930
  """
4824
4931
  :param Sequence[str] allowed_consumer_projects: List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
4932
+ :param Sequence['GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigPscAutoConnectionArgs'] psc_auto_connections: A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
4825
4933
  :param bool psc_enabled: Whether PSC connectivity is enabled for this instance.
4826
4934
  """
4827
4935
  pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
4936
+ pulumi.set(__self__, "psc_auto_connections", psc_auto_connections)
4828
4937
  pulumi.set(__self__, "psc_enabled", psc_enabled)
4829
4938
 
4830
4939
  @property
@@ -4835,6 +4944,14 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigResult(dict):
4835
4944
  """
4836
4945
  return pulumi.get(self, "allowed_consumer_projects")
4837
4946
 
4947
+ @property
4948
+ @pulumi.getter(name="pscAutoConnections")
4949
+ def psc_auto_connections(self) -> Sequence['outputs.GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigPscAutoConnectionResult']:
4950
+ """
4951
+ A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
4952
+ """
4953
+ return pulumi.get(self, "psc_auto_connections")
4954
+
4838
4955
  @property
4839
4956
  @pulumi.getter(name="pscEnabled")
4840
4957
  def psc_enabled(self) -> bool:
@@ -4844,6 +4961,35 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigResult(dict):
4844
4961
  return pulumi.get(self, "psc_enabled")
4845
4962
 
4846
4963
 
4964
+ @pulumi.output_type
4965
+ class GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigPscAutoConnectionResult(dict):
4966
+ def __init__(__self__, *,
4967
+ consumer_network: str,
4968
+ consumer_service_project_id: str):
4969
+ """
4970
+ :param str consumer_network: The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. The consumer host project of this network might be different from the consumer service project.
4971
+ :param str consumer_service_project_id: The project ID of consumer service project of this consumer endpoint.
4972
+ """
4973
+ pulumi.set(__self__, "consumer_network", consumer_network)
4974
+ pulumi.set(__self__, "consumer_service_project_id", consumer_service_project_id)
4975
+
4976
+ @property
4977
+ @pulumi.getter(name="consumerNetwork")
4978
+ def consumer_network(self) -> str:
4979
+ """
4980
+ The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. The consumer host project of this network might be different from the consumer service project.
4981
+ """
4982
+ return pulumi.get(self, "consumer_network")
4983
+
4984
+ @property
4985
+ @pulumi.getter(name="consumerServiceProjectId")
4986
+ def consumer_service_project_id(self) -> str:
4987
+ """
4988
+ The project ID of consumer service project of this consumer endpoint.
4989
+ """
4990
+ return pulumi.get(self, "consumer_service_project_id")
4991
+
4992
+
4847
4993
  @pulumi.output_type
4848
4994
  class GetDatabaseInstancesInstanceSettingLocationPreferenceResult(dict):
4849
4995
  def __init__(__self__, *,
pulumi_gcp/sql/user.py CHANGED
@@ -424,7 +424,7 @@ class User(pulumi.CustomResource):
424
424
  settings={
425
425
  "tier": "db-f1-micro",
426
426
  "database_flags": [{
427
- "name": "cloudsql_iam_authentication",
427
+ "name": "cloudsql.iam_authentication",
428
428
  "value": "on",
429
429
  }],
430
430
  })
@@ -563,7 +563,7 @@ class User(pulumi.CustomResource):
563
563
  settings={
564
564
  "tier": "db-f1-micro",
565
565
  "database_flags": [{
566
- "name": "cloudsql_iam_authentication",
566
+ "name": "cloudsql.iam_authentication",
567
567
  "value": "on",
568
568
  }],
569
569
  })
@@ -362,7 +362,7 @@ def get_bucket(name: Optional[str] = None,
362
362
  websites=pulumi.get(__ret__, 'websites'))
363
363
  def get_bucket_output(name: Optional[pulumi.Input[str]] = None,
364
364
  project: Optional[pulumi.Input[Optional[str]]] = None,
365
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBucketResult]:
365
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBucketResult]:
366
366
  """
367
367
  Gets an existing bucket in Google Cloud Storage service (GCS).
368
368
  See [the official documentation](https://cloud.google.com/storage/docs/key-terms#buckets)
@@ -385,7 +385,7 @@ def get_bucket_output(name: Optional[pulumi.Input[str]] = None,
385
385
  __args__ = dict()
386
386
  __args__['name'] = name
387
387
  __args__['project'] = project
388
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
388
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
389
389
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getBucket:getBucket', __args__, opts=opts, typ=GetBucketResult)
390
390
  return __ret__.apply(lambda __response__: GetBucketResult(
391
391
  autoclasses=pulumi.get(__response__, 'autoclasses'),
@@ -111,7 +111,7 @@ def get_bucket_iam_policy(bucket: Optional[str] = None,
111
111
  id=pulumi.get(__ret__, 'id'),
112
112
  policy_data=pulumi.get(__ret__, 'policy_data'))
113
113
  def get_bucket_iam_policy_output(bucket: Optional[pulumi.Input[str]] = None,
114
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBucketIamPolicyResult]:
114
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBucketIamPolicyResult]:
115
115
  """
116
116
  Retrieves the current IAM policy data for bucket
117
117
 
@@ -129,7 +129,7 @@ def get_bucket_iam_policy_output(bucket: Optional[pulumi.Input[str]] = None,
129
129
  """
130
130
  __args__ = dict()
131
131
  __args__['bucket'] = bucket
132
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
132
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
133
133
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getBucketIamPolicy:getBucketIamPolicy', __args__, opts=opts, typ=GetBucketIamPolicyResult)
134
134
  return __ret__.apply(lambda __response__: GetBucketIamPolicyResult(
135
135
  bucket=pulumi.get(__response__, 'bucket'),
@@ -357,7 +357,7 @@ def get_bucket_object(bucket: Optional[str] = None,
357
357
  temporary_hold=pulumi.get(__ret__, 'temporary_hold'))
358
358
  def get_bucket_object_output(bucket: Optional[pulumi.Input[Optional[str]]] = None,
359
359
  name: Optional[pulumi.Input[Optional[str]]] = None,
360
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBucketObjectResult]:
360
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBucketObjectResult]:
361
361
  """
362
362
  Gets an existing object inside an existing bucket in Google Cloud Storage service (GCS).
363
363
  See [the official documentation](https://cloud.google.com/storage/docs/key-terms#objects)
@@ -383,7 +383,7 @@ def get_bucket_object_output(bucket: Optional[pulumi.Input[Optional[str]]] = Non
383
383
  __args__ = dict()
384
384
  __args__['bucket'] = bucket
385
385
  __args__['name'] = name
386
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
386
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
387
387
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getBucketObject:getBucketObject', __args__, opts=opts, typ=GetBucketObjectResult)
388
388
  return __ret__.apply(lambda __response__: GetBucketObjectResult(
389
389
  bucket=pulumi.get(__response__, 'bucket'),
@@ -325,7 +325,7 @@ def get_bucket_object_content(bucket: Optional[str] = None,
325
325
  def get_bucket_object_content_output(bucket: Optional[pulumi.Input[str]] = None,
326
326
  content: Optional[pulumi.Input[Optional[str]]] = None,
327
327
  name: Optional[pulumi.Input[str]] = None,
328
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBucketObjectContentResult]:
328
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBucketObjectContentResult]:
329
329
  """
330
330
  Gets an existing object content inside an existing bucket in Google Cloud Storage service (GCS).
331
331
  See [the official documentation](https://cloud.google.com/storage/docs/key-terms#objects)
@@ -356,7 +356,7 @@ def get_bucket_object_content_output(bucket: Optional[pulumi.Input[str]] = None,
356
356
  __args__['bucket'] = bucket
357
357
  __args__['content'] = content
358
358
  __args__['name'] = name
359
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
359
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
360
360
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getBucketObjectContent:getBucketObjectContent', __args__, opts=opts, typ=GetBucketObjectContentResult)
361
361
  return __ret__.apply(lambda __response__: GetBucketObjectContentResult(
362
362
  bucket=pulumi.get(__response__, 'bucket'),
@@ -130,7 +130,7 @@ def get_bucket_objects(bucket: Optional[str] = None,
130
130
  def get_bucket_objects_output(bucket: Optional[pulumi.Input[str]] = None,
131
131
  match_glob: Optional[pulumi.Input[Optional[str]]] = None,
132
132
  prefix: Optional[pulumi.Input[Optional[str]]] = None,
133
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBucketObjectsResult]:
133
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBucketObjectsResult]:
134
134
  """
135
135
  Gets existing objects inside an existing bucket in Google Cloud Storage service (GCS).
136
136
  See [the official documentation](https://cloud.google.com/storage/docs/key-terms#objects)
@@ -156,7 +156,7 @@ def get_bucket_objects_output(bucket: Optional[pulumi.Input[str]] = None,
156
156
  __args__['bucket'] = bucket
157
157
  __args__['matchGlob'] = match_glob
158
158
  __args__['prefix'] = prefix
159
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
159
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
160
160
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getBucketObjects:getBucketObjects', __args__, opts=opts, typ=GetBucketObjectsResult)
161
161
  return __ret__.apply(lambda __response__: GetBucketObjectsResult(
162
162
  bucket=pulumi.get(__response__, 'bucket'),
@@ -116,7 +116,7 @@ def get_buckets(prefix: Optional[str] = None,
116
116
  project=pulumi.get(__ret__, 'project'))
117
117
  def get_buckets_output(prefix: Optional[pulumi.Input[Optional[str]]] = None,
118
118
  project: Optional[pulumi.Input[Optional[str]]] = None,
119
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBucketsResult]:
119
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBucketsResult]:
120
120
  """
121
121
  Gets a list of existing GCS buckets.
122
122
  See [the official documentation](https://cloud.google.com/storage/docs/introduction)
@@ -140,7 +140,7 @@ def get_buckets_output(prefix: Optional[pulumi.Input[Optional[str]]] = None,
140
140
  __args__ = dict()
141
141
  __args__['prefix'] = prefix
142
142
  __args__['project'] = project
143
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
143
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
144
144
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getBuckets:getBuckets', __args__, opts=opts, typ=GetBucketsResult)
145
145
  return __ret__.apply(lambda __response__: GetBucketsResult(
146
146
  buckets=pulumi.get(__response__, 'buckets'),
@@ -105,14 +105,14 @@ def get_managed_folder_iam_policy(bucket: Optional[str] = None,
105
105
  policy_data=pulumi.get(__ret__, 'policy_data'))
106
106
  def get_managed_folder_iam_policy_output(bucket: Optional[pulumi.Input[str]] = None,
107
107
  managed_folder: Optional[pulumi.Input[str]] = None,
108
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedFolderIamPolicyResult]:
108
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetManagedFolderIamPolicyResult]:
109
109
  """
110
110
  Use this data source to access information about an existing resource.
111
111
  """
112
112
  __args__ = dict()
113
113
  __args__['bucket'] = bucket
114
114
  __args__['managedFolder'] = managed_folder
115
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
115
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
116
116
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getManagedFolderIamPolicy:getManagedFolderIamPolicy', __args__, opts=opts, typ=GetManagedFolderIamPolicyResult)
117
117
  return __ret__.apply(lambda __response__: GetManagedFolderIamPolicyResult(
118
118
  bucket=pulumi.get(__response__, 'bucket'),
@@ -224,7 +224,7 @@ def get_object_signed_url_output(bucket: Optional[pulumi.Input[str]] = None,
224
224
  extension_headers: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
225
225
  http_method: Optional[pulumi.Input[Optional[str]]] = None,
226
226
  path: Optional[pulumi.Input[str]] = None,
227
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetObjectSignedUrlResult]:
227
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetObjectSignedUrlResult]:
228
228
  """
229
229
  The Google Cloud storage signed URL data source generates a signed URL for a given storage object. Signed URLs provide a way to give time-limited read or write access to anyone in possession of the URL, regardless of whether they have a Google account.
230
230
 
@@ -285,7 +285,7 @@ def get_object_signed_url_output(bucket: Optional[pulumi.Input[str]] = None,
285
285
  __args__['extensionHeaders'] = extension_headers
286
286
  __args__['httpMethod'] = http_method
287
287
  __args__['path'] = path
288
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
288
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
289
289
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getObjectSignedUrl:getObjectSignedUrl', __args__, opts=opts, typ=GetObjectSignedUrlResult)
290
290
  return __ret__.apply(lambda __response__: GetObjectSignedUrlResult(
291
291
  bucket=pulumi.get(__response__, 'bucket'),
@@ -183,7 +183,7 @@ def get_project_service_account(project: Optional[str] = None,
183
183
  user_project=pulumi.get(__ret__, 'user_project'))
184
184
  def get_project_service_account_output(project: Optional[pulumi.Input[Optional[str]]] = None,
185
185
  user_project: Optional[pulumi.Input[Optional[str]]] = None,
186
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectServiceAccountResult]:
186
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProjectServiceAccountResult]:
187
187
  """
188
188
  Get the email address of a project's unique [automatic Google Cloud Storage service account](https://cloud.google.com/storage/docs/projects#service-accounts).
189
189
 
@@ -261,7 +261,7 @@ def get_project_service_account_output(project: Optional[pulumi.Input[Optional[s
261
261
  __args__ = dict()
262
262
  __args__['project'] = project
263
263
  __args__['userProject'] = user_project
264
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
264
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
265
265
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getProjectServiceAccount:getProjectServiceAccount', __args__, opts=opts, typ=GetProjectServiceAccountResult)
266
266
  return __ret__.apply(lambda __response__: GetProjectServiceAccountResult(
267
267
  email_address=pulumi.get(__response__, 'email_address'),
@@ -124,7 +124,7 @@ def get_transfer_project_service_account(project: Optional[str] = None,
124
124
  project=pulumi.get(__ret__, 'project'),
125
125
  subject_id=pulumi.get(__ret__, 'subject_id'))
126
126
  def get_transfer_project_service_account_output(project: Optional[pulumi.Input[Optional[str]]] = None,
127
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransferProjectServiceAccountResult]:
127
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransferProjectServiceAccountResult]:
128
128
  """
129
129
  Use this data source to retrieve Storage Transfer service account for this project
130
130
 
@@ -143,7 +143,7 @@ def get_transfer_project_service_account_output(project: Optional[pulumi.Input[O
143
143
  """
144
144
  __args__ = dict()
145
145
  __args__['project'] = project
146
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
146
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
147
147
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getTransferProjectServiceAccount:getTransferProjectServiceAccount', __args__, opts=opts, typ=GetTransferProjectServiceAccountResult)
148
148
  return __ret__.apply(lambda __response__: GetTransferProjectServiceAccountResult(
149
149
  email=pulumi.get(__response__, 'email'),
@@ -127,7 +127,7 @@ def get_transfer_project_servie_account(project: Optional[str] = None,
127
127
  project=pulumi.get(__ret__, 'project'),
128
128
  subject_id=pulumi.get(__ret__, 'subject_id'))
129
129
  def get_transfer_project_servie_account_output(project: Optional[pulumi.Input[Optional[str]]] = None,
130
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransferProjectServieAccountResult]:
130
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransferProjectServieAccountResult]:
131
131
  """
132
132
  Use this data source to retrieve Storage Transfer service account for this project
133
133
 
@@ -147,7 +147,7 @@ def get_transfer_project_servie_account_output(project: Optional[pulumi.Input[Op
147
147
  pulumi.log.warn("""get_transfer_project_servie_account is deprecated: gcp.storage.getTransferProjectServieAccount has been deprecated in favor of gcp.storage.getTransferProjectServiceAccount""")
148
148
  __args__ = dict()
149
149
  __args__['project'] = project
150
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
150
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
151
151
  __ret__ = pulumi.runtime.invoke_output('gcp:storage/getTransferProjectServieAccount:getTransferProjectServieAccount', __args__, opts=opts, typ=GetTransferProjectServieAccountResult)
152
152
  return __ret__.apply(lambda __response__: GetTransferProjectServieAccountResult(
153
153
  email=pulumi.get(__response__, 'email'),
@@ -170,7 +170,7 @@ def get_tag_key(parent: Optional[str] = None,
170
170
  update_time=pulumi.get(__ret__, 'update_time'))
171
171
  def get_tag_key_output(parent: Optional[pulumi.Input[str]] = None,
172
172
  short_name: Optional[pulumi.Input[str]] = None,
173
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagKeyResult]:
173
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagKeyResult]:
174
174
  """
175
175
  Get a tag key by org or project `parent` and `short_name`.
176
176
 
@@ -198,7 +198,7 @@ def get_tag_key_output(parent: Optional[pulumi.Input[str]] = None,
198
198
  __args__ = dict()
199
199
  __args__['parent'] = parent
200
200
  __args__['shortName'] = short_name
201
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
201
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
202
202
  __ret__ = pulumi.runtime.invoke_output('gcp:tags/getTagKey:getTagKey', __args__, opts=opts, typ=GetTagKeyResult)
203
203
  return __ret__.apply(lambda __response__: GetTagKeyResult(
204
204
  create_time=pulumi.get(__response__, 'create_time'),
@@ -111,7 +111,7 @@ def get_tag_key_iam_policy(tag_key: Optional[str] = None,
111
111
  policy_data=pulumi.get(__ret__, 'policy_data'),
112
112
  tag_key=pulumi.get(__ret__, 'tag_key'))
113
113
  def get_tag_key_iam_policy_output(tag_key: Optional[pulumi.Input[str]] = None,
114
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagKeyIamPolicyResult]:
114
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagKeyIamPolicyResult]:
115
115
  """
116
116
  Retrieves the current IAM policy data for tagkey
117
117
 
@@ -129,7 +129,7 @@ def get_tag_key_iam_policy_output(tag_key: Optional[pulumi.Input[str]] = None,
129
129
  """
130
130
  __args__ = dict()
131
131
  __args__['tagKey'] = tag_key
132
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
132
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
133
133
  __ret__ = pulumi.runtime.invoke_output('gcp:tags/getTagKeyIamPolicy:getTagKeyIamPolicy', __args__, opts=opts, typ=GetTagKeyIamPolicyResult)
134
134
  return __ret__.apply(lambda __response__: GetTagKeyIamPolicyResult(
135
135
  etag=pulumi.get(__response__, 'etag'),
@@ -104,7 +104,7 @@ def get_tag_keys(parent: Optional[str] = None,
104
104
  keys=pulumi.get(__ret__, 'keys'),
105
105
  parent=pulumi.get(__ret__, 'parent'))
106
106
  def get_tag_keys_output(parent: Optional[pulumi.Input[str]] = None,
107
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagKeysResult]:
107
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagKeysResult]:
108
108
  """
109
109
  Get tag keys by org or project `parent`.
110
110
 
@@ -128,7 +128,7 @@ def get_tag_keys_output(parent: Optional[pulumi.Input[str]] = None,
128
128
  """
129
129
  __args__ = dict()
130
130
  __args__['parent'] = parent
131
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
131
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
132
132
  __ret__ = pulumi.runtime.invoke_output('gcp:tags/getTagKeys:getTagKeys', __args__, opts=opts, typ=GetTagKeysResult)
133
133
  return __ret__.apply(lambda __response__: GetTagKeysResult(
134
134
  id=pulumi.get(__response__, 'id'),