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
@@ -44,6 +44,7 @@ class GCPolicyArgs:
44
44
  :param pulumi.Input[bool] ignore_warnings: Boolean for whether to allow ignoring warnings when updating the gc policy.
45
45
  Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
46
46
  you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
47
+
47
48
  -----
48
49
  :param pulumi.Input['GCPolicyMaxAgeArgs'] max_age: GC policy that applies to all cells older than the given age.
49
50
  :param pulumi.Input[Sequence[pulumi.Input['GCPolicyMaxVersionArgs']]] max_versions: GC policy that applies to all versions of a cell except for the most recent.
@@ -138,6 +139,7 @@ class GCPolicyArgs:
138
139
  Boolean for whether to allow ignoring warnings when updating the gc policy.
139
140
  Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
140
141
  you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
142
+
141
143
  -----
142
144
  """
143
145
  return pulumi.get(self, "ignore_warnings")
@@ -219,6 +221,7 @@ class _GCPolicyState:
219
221
  :param pulumi.Input[bool] ignore_warnings: Boolean for whether to allow ignoring warnings when updating the gc policy.
220
222
  Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
221
223
  you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
224
+
222
225
  -----
223
226
  :param pulumi.Input[str] instance_name: The name of the Bigtable instance.
224
227
  :param pulumi.Input['GCPolicyMaxAgeArgs'] max_age: GC policy that applies to all cells older than the given age.
@@ -294,6 +297,7 @@ class _GCPolicyState:
294
297
  Boolean for whether to allow ignoring warnings when updating the gc policy.
295
298
  Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
296
299
  you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
300
+
297
301
  -----
298
302
  """
299
303
  return pulumi.get(self, "ignore_warnings")
@@ -526,6 +530,7 @@ class GCPolicy(pulumi.CustomResource):
526
530
  :param pulumi.Input[bool] ignore_warnings: Boolean for whether to allow ignoring warnings when updating the gc policy.
527
531
  Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
528
532
  you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
533
+
529
534
  -----
530
535
  :param pulumi.Input[str] instance_name: The name of the Bigtable instance.
531
536
  :param pulumi.Input[Union['GCPolicyMaxAgeArgs', 'GCPolicyMaxAgeArgsDict']] max_age: GC policy that applies to all cells older than the given age.
@@ -750,6 +755,7 @@ class GCPolicy(pulumi.CustomResource):
750
755
  :param pulumi.Input[bool] ignore_warnings: Boolean for whether to allow ignoring warnings when updating the gc policy.
751
756
  Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
752
757
  you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
758
+
753
759
  -----
754
760
  :param pulumi.Input[str] instance_name: The name of the Bigtable instance.
755
761
  :param pulumi.Input[Union['GCPolicyMaxAgeArgs', 'GCPolicyMaxAgeArgsDict']] max_age: GC policy that applies to all cells older than the given age.
@@ -808,6 +814,7 @@ class GCPolicy(pulumi.CustomResource):
808
814
  Boolean for whether to allow ignoring warnings when updating the gc policy.
809
815
  Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
810
816
  you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
817
+
811
818
  -----
812
819
  """
813
820
  return pulumi.get(self, "ignore_warnings")
@@ -121,9 +121,6 @@ def get_instance_iam_policy(instance: Optional[str] = None,
121
121
  instance=pulumi.get(__ret__, 'instance'),
122
122
  policy_data=pulumi.get(__ret__, 'policy_data'),
123
123
  project=pulumi.get(__ret__, 'project'))
124
-
125
-
126
- @_utilities.lift_output_func(get_instance_iam_policy)
127
124
  def get_instance_iam_policy_output(instance: Optional[pulumi.Input[str]] = None,
128
125
  project: Optional[pulumi.Input[Optional[str]]] = None,
129
126
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInstanceIamPolicyResult]:
@@ -142,4 +139,14 @@ def get_instance_iam_policy_output(instance: Optional[pulumi.Input[str]] = None,
142
139
 
143
140
  :param str instance: The name or relative resource id of the instance to manage IAM policies for.
144
141
  """
145
- ...
142
+ __args__ = dict()
143
+ __args__['instance'] = instance
144
+ __args__['project'] = project
145
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
146
+ __ret__ = pulumi.runtime.invoke_output('gcp:bigtable/getInstanceIamPolicy:getInstanceIamPolicy', __args__, opts=opts, typ=GetInstanceIamPolicyResult)
147
+ return __ret__.apply(lambda __response__: GetInstanceIamPolicyResult(
148
+ etag=pulumi.get(__response__, 'etag'),
149
+ id=pulumi.get(__response__, 'id'),
150
+ instance=pulumi.get(__response__, 'instance'),
151
+ policy_data=pulumi.get(__response__, 'policy_data'),
152
+ project=pulumi.get(__response__, 'project')))
@@ -135,9 +135,6 @@ def get_table_iam_policy(instance: Optional[str] = None,
135
135
  policy_data=pulumi.get(__ret__, 'policy_data'),
136
136
  project=pulumi.get(__ret__, 'project'),
137
137
  table=pulumi.get(__ret__, 'table'))
138
-
139
-
140
- @_utilities.lift_output_func(get_table_iam_policy)
141
138
  def get_table_iam_policy_output(instance: Optional[pulumi.Input[str]] = None,
142
139
  project: Optional[pulumi.Input[Optional[str]]] = None,
143
140
  table: Optional[pulumi.Input[str]] = None,
@@ -159,4 +156,16 @@ def get_table_iam_policy_output(instance: Optional[pulumi.Input[str]] = None,
159
156
  :param str instance: The name or relative resource id of the instance that owns the table.
160
157
  :param str table: The name or relative resource id of the table to manage IAM policies for.
161
158
  """
162
- ...
159
+ __args__ = dict()
160
+ __args__['instance'] = instance
161
+ __args__['project'] = project
162
+ __args__['table'] = table
163
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
164
+ __ret__ = pulumi.runtime.invoke_output('gcp:bigtable/getTableIamPolicy:getTableIamPolicy', __args__, opts=opts, typ=GetTableIamPolicyResult)
165
+ return __ret__.apply(lambda __response__: GetTableIamPolicyResult(
166
+ etag=pulumi.get(__response__, 'etag'),
167
+ id=pulumi.get(__response__, 'id'),
168
+ instance=pulumi.get(__response__, 'instance'),
169
+ policy_data=pulumi.get(__response__, 'policy_data'),
170
+ project=pulumi.get(__response__, 'project'),
171
+ table=pulumi.get(__response__, 'table')))
@@ -42,10 +42,7 @@ class InstanceIamBindingArgs:
42
42
  :param pulumi.Input[str] role: The role that should be applied. Only one
43
43
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
44
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
45
-
46
- `bigtable.InstanceIamPolicy` only:
47
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
48
- is not provided, a default will be supplied.
45
+ :param pulumi.Input['InstanceIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
49
46
  """
50
47
  pulumi.set(__self__, "instance", instance)
51
48
  pulumi.set(__self__, "members", members)
@@ -95,8 +92,6 @@ class InstanceIamBindingArgs:
95
92
  The role that should be applied. Only one
96
93
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
97
94
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
98
-
99
- `bigtable.InstanceIamPolicy` only:
100
95
  """
101
96
  return pulumi.get(self, "role")
102
97
 
@@ -107,6 +102,9 @@ class InstanceIamBindingArgs:
107
102
  @property
108
103
  @pulumi.getter
109
104
  def condition(self) -> Optional[pulumi.Input['InstanceIamBindingConditionArgs']]:
105
+ """
106
+ An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
107
+ """
110
108
  return pulumi.get(self, "condition")
111
109
 
112
110
  @condition.setter
@@ -116,10 +114,6 @@ class InstanceIamBindingArgs:
116
114
  @property
117
115
  @pulumi.getter
118
116
  def project(self) -> Optional[pulumi.Input[str]]:
119
- """
120
- The project in which the instance belongs. If it
121
- is not provided, a default will be supplied.
122
- """
123
117
  return pulumi.get(self, "project")
124
118
 
125
119
  @project.setter
@@ -138,6 +132,7 @@ class _InstanceIamBindingState:
138
132
  role: Optional[pulumi.Input[str]] = None):
139
133
  """
140
134
  Input properties used for looking up and filtering InstanceIamBinding resources.
135
+ :param pulumi.Input['InstanceIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
141
136
  :param pulumi.Input[str] etag: (Computed) The etag of the instances's IAM policy.
142
137
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
143
138
 
@@ -150,13 +145,9 @@ class _InstanceIamBindingState:
150
145
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
151
146
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
152
147
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
153
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
154
- is not provided, a default will be supplied.
155
148
  :param pulumi.Input[str] role: The role that should be applied. Only one
156
149
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
157
150
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
158
-
159
- `bigtable.InstanceIamPolicy` only:
160
151
  """
161
152
  if condition is not None:
162
153
  pulumi.set(__self__, "condition", condition)
@@ -174,6 +165,9 @@ class _InstanceIamBindingState:
174
165
  @property
175
166
  @pulumi.getter
176
167
  def condition(self) -> Optional[pulumi.Input['InstanceIamBindingConditionArgs']]:
168
+ """
169
+ An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
170
+ """
177
171
  return pulumi.get(self, "condition")
178
172
 
179
173
  @condition.setter
@@ -228,10 +222,6 @@ class _InstanceIamBindingState:
228
222
  @property
229
223
  @pulumi.getter
230
224
  def project(self) -> Optional[pulumi.Input[str]]:
231
- """
232
- The project in which the instance belongs. If it
233
- is not provided, a default will be supplied.
234
- """
235
225
  return pulumi.get(self, "project")
236
226
 
237
227
  @project.setter
@@ -245,8 +235,6 @@ class _InstanceIamBindingState:
245
235
  The role that should be applied. Only one
246
236
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
247
237
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
248
-
249
- `bigtable.InstanceIamPolicy` only:
250
238
  """
251
239
  return pulumi.get(self, "role")
252
240
 
@@ -385,6 +373,7 @@ class InstanceIamBinding(pulumi.CustomResource):
385
373
 
386
374
  :param str resource_name: The name of the resource.
387
375
  :param pulumi.ResourceOptions opts: Options for the resource.
376
+ :param pulumi.Input[Union['InstanceIamBindingConditionArgs', 'InstanceIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
388
377
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
389
378
 
390
379
  For `bigtable.InstanceIamMember` or `bigtable.InstanceIamBinding`:
@@ -396,13 +385,9 @@ class InstanceIamBinding(pulumi.CustomResource):
396
385
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
397
386
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
398
387
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
399
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
400
- is not provided, a default will be supplied.
401
388
  :param pulumi.Input[str] role: The role that should be applied. Only one
402
389
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
403
390
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
404
-
405
- `bigtable.InstanceIamPolicy` only:
406
391
  """
407
392
  ...
408
393
  @overload
@@ -591,6 +576,7 @@ class InstanceIamBinding(pulumi.CustomResource):
591
576
  :param str resource_name: The unique name of the resulting resource.
592
577
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
593
578
  :param pulumi.ResourceOptions opts: Options for the resource.
579
+ :param pulumi.Input[Union['InstanceIamBindingConditionArgs', 'InstanceIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
594
580
  :param pulumi.Input[str] etag: (Computed) The etag of the instances's IAM policy.
595
581
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
596
582
 
@@ -603,13 +589,9 @@ class InstanceIamBinding(pulumi.CustomResource):
603
589
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
604
590
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
605
591
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
606
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
607
- is not provided, a default will be supplied.
608
592
  :param pulumi.Input[str] role: The role that should be applied. Only one
609
593
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
610
594
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
611
-
612
- `bigtable.InstanceIamPolicy` only:
613
595
  """
614
596
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
615
597
 
@@ -626,6 +608,9 @@ class InstanceIamBinding(pulumi.CustomResource):
626
608
  @property
627
609
  @pulumi.getter
628
610
  def condition(self) -> pulumi.Output[Optional['outputs.InstanceIamBindingCondition']]:
611
+ """
612
+ An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
613
+ """
629
614
  return pulumi.get(self, "condition")
630
615
 
631
616
  @property
@@ -664,10 +649,6 @@ class InstanceIamBinding(pulumi.CustomResource):
664
649
  @property
665
650
  @pulumi.getter
666
651
  def project(self) -> pulumi.Output[str]:
667
- """
668
- The project in which the instance belongs. If it
669
- is not provided, a default will be supplied.
670
- """
671
652
  return pulumi.get(self, "project")
672
653
 
673
654
  @property
@@ -677,8 +658,6 @@ class InstanceIamBinding(pulumi.CustomResource):
677
658
  The role that should be applied. Only one
678
659
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
679
660
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
680
-
681
- `bigtable.InstanceIamPolicy` only:
682
661
  """
683
662
  return pulumi.get(self, "role")
684
663
 
@@ -42,10 +42,7 @@ class InstanceIamMemberArgs:
42
42
  :param pulumi.Input[str] role: The role that should be applied. Only one
43
43
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
44
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
45
-
46
- `bigtable.InstanceIamPolicy` only:
47
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
48
- is not provided, a default will be supplied.
45
+ :param pulumi.Input['InstanceIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
49
46
  """
50
47
  pulumi.set(__self__, "instance", instance)
51
48
  pulumi.set(__self__, "member", member)
@@ -95,8 +92,6 @@ class InstanceIamMemberArgs:
95
92
  The role that should be applied. Only one
96
93
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
97
94
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
98
-
99
- `bigtable.InstanceIamPolicy` only:
100
95
  """
101
96
  return pulumi.get(self, "role")
102
97
 
@@ -107,6 +102,9 @@ class InstanceIamMemberArgs:
107
102
  @property
108
103
  @pulumi.getter
109
104
  def condition(self) -> Optional[pulumi.Input['InstanceIamMemberConditionArgs']]:
105
+ """
106
+ An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
107
+ """
110
108
  return pulumi.get(self, "condition")
111
109
 
112
110
  @condition.setter
@@ -116,10 +114,6 @@ class InstanceIamMemberArgs:
116
114
  @property
117
115
  @pulumi.getter
118
116
  def project(self) -> Optional[pulumi.Input[str]]:
119
- """
120
- The project in which the instance belongs. If it
121
- is not provided, a default will be supplied.
122
- """
123
117
  return pulumi.get(self, "project")
124
118
 
125
119
  @project.setter
@@ -138,6 +132,7 @@ class _InstanceIamMemberState:
138
132
  role: Optional[pulumi.Input[str]] = None):
139
133
  """
140
134
  Input properties used for looking up and filtering InstanceIamMember resources.
135
+ :param pulumi.Input['InstanceIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
141
136
  :param pulumi.Input[str] etag: (Computed) The etag of the instances's IAM policy.
142
137
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
143
138
 
@@ -150,13 +145,9 @@ class _InstanceIamMemberState:
150
145
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
151
146
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
152
147
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
153
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
154
- is not provided, a default will be supplied.
155
148
  :param pulumi.Input[str] role: The role that should be applied. Only one
156
149
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
157
150
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
158
-
159
- `bigtable.InstanceIamPolicy` only:
160
151
  """
161
152
  if condition is not None:
162
153
  pulumi.set(__self__, "condition", condition)
@@ -174,6 +165,9 @@ class _InstanceIamMemberState:
174
165
  @property
175
166
  @pulumi.getter
176
167
  def condition(self) -> Optional[pulumi.Input['InstanceIamMemberConditionArgs']]:
168
+ """
169
+ An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
170
+ """
177
171
  return pulumi.get(self, "condition")
178
172
 
179
173
  @condition.setter
@@ -228,10 +222,6 @@ class _InstanceIamMemberState:
228
222
  @property
229
223
  @pulumi.getter
230
224
  def project(self) -> Optional[pulumi.Input[str]]:
231
- """
232
- The project in which the instance belongs. If it
233
- is not provided, a default will be supplied.
234
- """
235
225
  return pulumi.get(self, "project")
236
226
 
237
227
  @project.setter
@@ -245,8 +235,6 @@ class _InstanceIamMemberState:
245
235
  The role that should be applied. Only one
246
236
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
247
237
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
248
-
249
- `bigtable.InstanceIamPolicy` only:
250
238
  """
251
239
  return pulumi.get(self, "role")
252
240
 
@@ -385,6 +373,7 @@ class InstanceIamMember(pulumi.CustomResource):
385
373
 
386
374
  :param str resource_name: The name of the resource.
387
375
  :param pulumi.ResourceOptions opts: Options for the resource.
376
+ :param pulumi.Input[Union['InstanceIamMemberConditionArgs', 'InstanceIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
388
377
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
389
378
 
390
379
  For `bigtable.InstanceIamMember` or `bigtable.InstanceIamBinding`:
@@ -396,13 +385,9 @@ class InstanceIamMember(pulumi.CustomResource):
396
385
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
397
386
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
398
387
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
399
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
400
- is not provided, a default will be supplied.
401
388
  :param pulumi.Input[str] role: The role that should be applied. Only one
402
389
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
403
390
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
404
-
405
- `bigtable.InstanceIamPolicy` only:
406
391
  """
407
392
  ...
408
393
  @overload
@@ -591,6 +576,7 @@ class InstanceIamMember(pulumi.CustomResource):
591
576
  :param str resource_name: The unique name of the resulting resource.
592
577
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
593
578
  :param pulumi.ResourceOptions opts: Options for the resource.
579
+ :param pulumi.Input[Union['InstanceIamMemberConditionArgs', 'InstanceIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
594
580
  :param pulumi.Input[str] etag: (Computed) The etag of the instances's IAM policy.
595
581
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
596
582
 
@@ -603,13 +589,9 @@ class InstanceIamMember(pulumi.CustomResource):
603
589
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
604
590
  * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
605
591
  * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
606
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
607
- is not provided, a default will be supplied.
608
592
  :param pulumi.Input[str] role: The role that should be applied. Only one
609
593
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
610
594
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
611
-
612
- `bigtable.InstanceIamPolicy` only:
613
595
  """
614
596
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
615
597
 
@@ -626,6 +608,9 @@ class InstanceIamMember(pulumi.CustomResource):
626
608
  @property
627
609
  @pulumi.getter
628
610
  def condition(self) -> pulumi.Output[Optional['outputs.InstanceIamMemberCondition']]:
611
+ """
612
+ An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
613
+ """
629
614
  return pulumi.get(self, "condition")
630
615
 
631
616
  @property
@@ -664,10 +649,6 @@ class InstanceIamMember(pulumi.CustomResource):
664
649
  @property
665
650
  @pulumi.getter
666
651
  def project(self) -> pulumi.Output[str]:
667
- """
668
- The project in which the instance belongs. If it
669
- is not provided, a default will be supplied.
670
- """
671
652
  return pulumi.get(self, "project")
672
653
 
673
654
  @property
@@ -677,8 +658,6 @@ class InstanceIamMember(pulumi.CustomResource):
677
658
  The role that should be applied. Only one
678
659
  `bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
679
660
  `[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).
680
-
681
- `bigtable.InstanceIamPolicy` only:
682
661
  """
683
662
  return pulumi.get(self, "role")
684
663
 
@@ -27,11 +27,6 @@ class InstanceIamPolicyArgs:
27
27
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
28
28
 
29
29
  For `bigtable.InstanceIamMember` or `bigtable.InstanceIamBinding`:
30
- :param pulumi.Input[str] policy_data: The policy data generated by a `organizations_get_iam_policy` data source.
31
-
32
- - - -
33
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
34
- is not provided, a default will be supplied.
35
30
  """
36
31
  pulumi.set(__self__, "instance", instance)
37
32
  pulumi.set(__self__, "policy_data", policy_data)
@@ -55,11 +50,6 @@ class InstanceIamPolicyArgs:
55
50
  @property
56
51
  @pulumi.getter(name="policyData")
57
52
  def policy_data(self) -> pulumi.Input[str]:
58
- """
59
- The policy data generated by a `organizations_get_iam_policy` data source.
60
-
61
- - - -
62
- """
63
53
  return pulumi.get(self, "policy_data")
64
54
 
65
55
  @policy_data.setter
@@ -69,10 +59,6 @@ class InstanceIamPolicyArgs:
69
59
  @property
70
60
  @pulumi.getter
71
61
  def project(self) -> Optional[pulumi.Input[str]]:
72
- """
73
- The project in which the instance belongs. If it
74
- is not provided, a default will be supplied.
75
- """
76
62
  return pulumi.get(self, "project")
77
63
 
78
64
  @project.setter
@@ -93,11 +79,6 @@ class _InstanceIamPolicyState:
93
79
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
94
80
 
95
81
  For `bigtable.InstanceIamMember` or `bigtable.InstanceIamBinding`:
96
- :param pulumi.Input[str] policy_data: The policy data generated by a `organizations_get_iam_policy` data source.
97
-
98
- - - -
99
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
100
- is not provided, a default will be supplied.
101
82
  """
102
83
  if etag is not None:
103
84
  pulumi.set(__self__, "etag", etag)
@@ -137,11 +118,6 @@ class _InstanceIamPolicyState:
137
118
  @property
138
119
  @pulumi.getter(name="policyData")
139
120
  def policy_data(self) -> Optional[pulumi.Input[str]]:
140
- """
141
- The policy data generated by a `organizations_get_iam_policy` data source.
142
-
143
- - - -
144
- """
145
121
  return pulumi.get(self, "policy_data")
146
122
 
147
123
  @policy_data.setter
@@ -151,10 +127,6 @@ class _InstanceIamPolicyState:
151
127
  @property
152
128
  @pulumi.getter
153
129
  def project(self) -> Optional[pulumi.Input[str]]:
154
- """
155
- The project in which the instance belongs. If it
156
- is not provided, a default will be supplied.
157
- """
158
130
  return pulumi.get(self, "project")
159
131
 
160
132
  @project.setter
@@ -293,11 +265,6 @@ class InstanceIamPolicy(pulumi.CustomResource):
293
265
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
294
266
 
295
267
  For `bigtable.InstanceIamMember` or `bigtable.InstanceIamBinding`:
296
- :param pulumi.Input[str] policy_data: The policy data generated by a `organizations_get_iam_policy` data source.
297
-
298
- - - -
299
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
300
- is not provided, a default will be supplied.
301
268
  """
302
269
  ...
303
270
  @overload
@@ -482,11 +449,6 @@ class InstanceIamPolicy(pulumi.CustomResource):
482
449
  :param pulumi.Input[str] instance: The name or relative resource id of the instance to manage IAM policies for.
483
450
 
484
451
  For `bigtable.InstanceIamMember` or `bigtable.InstanceIamBinding`:
485
- :param pulumi.Input[str] policy_data: The policy data generated by a `organizations_get_iam_policy` data source.
486
-
487
- - - -
488
- :param pulumi.Input[str] project: The project in which the instance belongs. If it
489
- is not provided, a default will be supplied.
490
452
  """
491
453
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
492
454
 
@@ -519,19 +481,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
519
481
  @property
520
482
  @pulumi.getter(name="policyData")
521
483
  def policy_data(self) -> pulumi.Output[str]:
522
- """
523
- The policy data generated by a `organizations_get_iam_policy` data source.
524
-
525
- - - -
526
- """
527
484
  return pulumi.get(self, "policy_data")
528
485
 
529
486
  @property
530
487
  @pulumi.getter
531
488
  def project(self) -> pulumi.Output[str]:
532
- """
533
- The project in which the instance belongs. If it
534
- is not provided, a default will be supplied.
535
- """
536
489
  return pulumi.get(self, "project")
537
490
 
@@ -433,6 +433,13 @@ class InstanceIamBindingCondition(dict):
433
433
  expression: str,
434
434
  title: str,
435
435
  description: Optional[str] = None):
436
+ """
437
+ :param str expression: Textual representation of an expression in Common Expression Language syntax.
438
+ :param str title: A title for the expression, i.e. a short string describing its purpose.
439
+ :param str description: An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
440
+
441
+ For `bigtable.InstanceIamPolicy` only:
442
+ """
436
443
  pulumi.set(__self__, "expression", expression)
437
444
  pulumi.set(__self__, "title", title)
438
445
  if description is not None:
@@ -441,16 +448,27 @@ class InstanceIamBindingCondition(dict):
441
448
  @property
442
449
  @pulumi.getter
443
450
  def expression(self) -> str:
451
+ """
452
+ Textual representation of an expression in Common Expression Language syntax.
453
+ """
444
454
  return pulumi.get(self, "expression")
445
455
 
446
456
  @property
447
457
  @pulumi.getter
448
458
  def title(self) -> str:
459
+ """
460
+ A title for the expression, i.e. a short string describing its purpose.
461
+ """
449
462
  return pulumi.get(self, "title")
450
463
 
451
464
  @property
452
465
  @pulumi.getter
453
466
  def description(self) -> Optional[str]:
467
+ """
468
+ An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
469
+
470
+ For `bigtable.InstanceIamPolicy` only:
471
+ """
454
472
  return pulumi.get(self, "description")
455
473
 
456
474
 
@@ -460,6 +478,13 @@ class InstanceIamMemberCondition(dict):
460
478
  expression: str,
461
479
  title: str,
462
480
  description: Optional[str] = None):
481
+ """
482
+ :param str expression: Textual representation of an expression in Common Expression Language syntax.
483
+ :param str title: A title for the expression, i.e. a short string describing its purpose.
484
+ :param str description: An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
485
+
486
+ For `bigtable.InstanceIamPolicy` only:
487
+ """
463
488
  pulumi.set(__self__, "expression", expression)
464
489
  pulumi.set(__self__, "title", title)
465
490
  if description is not None:
@@ -468,16 +493,27 @@ class InstanceIamMemberCondition(dict):
468
493
  @property
469
494
  @pulumi.getter
470
495
  def expression(self) -> str:
496
+ """
497
+ Textual representation of an expression in Common Expression Language syntax.
498
+ """
471
499
  return pulumi.get(self, "expression")
472
500
 
473
501
  @property
474
502
  @pulumi.getter
475
503
  def title(self) -> str:
504
+ """
505
+ A title for the expression, i.e. a short string describing its purpose.
506
+ """
476
507
  return pulumi.get(self, "title")
477
508
 
478
509
  @property
479
510
  @pulumi.getter
480
511
  def description(self) -> Optional[str]:
512
+ """
513
+ An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
514
+
515
+ For `bigtable.InstanceIamPolicy` only:
516
+ """
481
517
  return pulumi.get(self, "description")
482
518
 
483
519
 
@@ -109,9 +109,6 @@ def get_account_iam_policy(billing_account_id: Optional[str] = None,
109
109
  etag=pulumi.get(__ret__, 'etag'),
110
110
  id=pulumi.get(__ret__, 'id'),
111
111
  policy_data=pulumi.get(__ret__, 'policy_data'))
112
-
113
-
114
- @_utilities.lift_output_func(get_account_iam_policy)
115
112
  def get_account_iam_policy_output(billing_account_id: Optional[pulumi.Input[str]] = None,
116
113
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountIamPolicyResult]:
117
114
  """
@@ -129,4 +126,12 @@ def get_account_iam_policy_output(billing_account_id: Optional[pulumi.Input[str]
129
126
 
130
127
  :param str billing_account_id: The billing account id.
131
128
  """
132
- ...
129
+ __args__ = dict()
130
+ __args__['billingAccountId'] = billing_account_id
131
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
132
+ __ret__ = pulumi.runtime.invoke_output('gcp:billing/getAccountIamPolicy:getAccountIamPolicy', __args__, opts=opts, typ=GetAccountIamPolicyResult)
133
+ return __ret__.apply(lambda __response__: GetAccountIamPolicyResult(
134
+ billing_account_id=pulumi.get(__response__, 'billing_account_id'),
135
+ etag=pulumi.get(__response__, 'etag'),
136
+ id=pulumi.get(__response__, 'id'),
137
+ policy_data=pulumi.get(__response__, 'policy_data')))