pulumi-gcp 7.24.0a1716510380__py3-none-any.whl → 7.25.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 (467) hide show
  1. pulumi_gcp/__init__.py +104 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -64
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -70
  7. pulumi_gcp/alloydb/backup.py +50 -42
  8. pulumi_gcp/alloydb/cluster.py +56 -48
  9. pulumi_gcp/alloydb/instance.py +50 -42
  10. pulumi_gcp/alloydb/user.py +32 -24
  11. pulumi_gcp/apigateway/api_config.py +0 -114
  12. pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
  13. pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
  14. pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
  15. pulumi_gcp/apigateway/api_iam_binding.py +8 -8
  16. pulumi_gcp/apigateway/api_iam_member.py +8 -8
  17. pulumi_gcp/apigateway/api_iam_policy.py +8 -8
  18. pulumi_gcp/apigateway/gateway.py +0 -44
  19. pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
  20. pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
  21. pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
  22. pulumi_gcp/apigee/addons_config.py +14 -4
  23. pulumi_gcp/apigee/endpoint_attachment.py +4 -2
  24. pulumi_gcp/apigee/env_group.py +4 -2
  25. pulumi_gcp/apigee/environment.py +4 -2
  26. pulumi_gcp/apigee/environment_iam_binding.py +12 -12
  27. pulumi_gcp/apigee/environment_iam_member.py +12 -12
  28. pulumi_gcp/apigee/environment_iam_policy.py +12 -12
  29. pulumi_gcp/apigee/instance.py +22 -8
  30. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +26 -10
  31. pulumi_gcp/apigee/nat_address.py +10 -2
  32. pulumi_gcp/apigee/organization.py +18 -6
  33. pulumi_gcp/apigee/sync_authorization.py +8 -4
  34. pulumi_gcp/apigee/target_server.py +26 -10
  35. pulumi_gcp/appengine/_inputs.py +18 -0
  36. pulumi_gcp/appengine/domain_mapping.py +1 -1
  37. pulumi_gcp/appengine/outputs.py +16 -0
  38. pulumi_gcp/apphub/service.py +40 -20
  39. pulumi_gcp/apphub/service_project_attachment.py +16 -8
  40. pulumi_gcp/apphub/workload.py +0 -418
  41. pulumi_gcp/applicationintegration/auth_config.py +4 -2
  42. pulumi_gcp/artifactregistry/repository.py +14 -12
  43. pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
  44. pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
  45. pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
  46. pulumi_gcp/backupdisasterrecovery/management_server.py +4 -2
  47. pulumi_gcp/bigquery/_inputs.py +286 -2
  48. pulumi_gcp/bigquery/connection.py +126 -0
  49. pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
  50. pulumi_gcp/bigquery/connection_iam_member.py +12 -12
  51. pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
  52. pulumi_gcp/bigquery/data_transfer_config.py +8 -4
  53. pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
  54. pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
  55. pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
  56. pulumi_gcp/bigquery/iam_binding.py +12 -12
  57. pulumi_gcp/bigquery/iam_member.py +12 -12
  58. pulumi_gcp/bigquery/iam_policy.py +12 -12
  59. pulumi_gcp/bigquery/job.py +22 -16
  60. pulumi_gcp/bigquery/outputs.py +289 -2
  61. pulumi_gcp/bigquery/routine.py +2 -2
  62. pulumi_gcp/bigquery/table.py +77 -35
  63. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
  64. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
  65. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
  66. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
  67. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
  68. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
  69. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
  70. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
  71. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
  72. pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
  73. pulumi_gcp/bigtable/instance_iam_member.py +12 -12
  74. pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
  75. pulumi_gcp/bigtable/table_iam_binding.py +12 -12
  76. pulumi_gcp/bigtable/table_iam_member.py +12 -12
  77. pulumi_gcp/bigtable/table_iam_policy.py +12 -12
  78. pulumi_gcp/billing/account_iam_binding.py +12 -12
  79. pulumi_gcp/billing/account_iam_member.py +12 -12
  80. pulumi_gcp/billing/account_iam_policy.py +12 -12
  81. pulumi_gcp/billing/project_info.py +4 -4
  82. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
  83. pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
  84. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
  85. pulumi_gcp/certificateauthority/authority.py +10 -2
  86. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
  87. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
  88. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
  89. pulumi_gcp/certificateauthority/certificate.py +8 -4
  90. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
  91. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
  92. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
  93. pulumi_gcp/certificatemanager/certificate.py +84 -80
  94. pulumi_gcp/certificatemanager/certificate_issuance_config.py +32 -30
  95. pulumi_gcp/cloudasset/__init__.py +1 -0
  96. pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
  97. pulumi_gcp/cloudasset/outputs.py +184 -0
  98. pulumi_gcp/cloudbuild/bitbucket_server_config.py +12 -6
  99. pulumi_gcp/cloudbuild/trigger.py +22 -14
  100. pulumi_gcp/cloudbuild/worker_pool.py +12 -6
  101. pulumi_gcp/cloudbuildv2/connection.py +10 -2
  102. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
  103. pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
  104. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
  105. pulumi_gcp/cloudbuildv2/repository.py +10 -2
  106. pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
  107. pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
  108. pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
  109. pulumi_gcp/cloudfunctionsv2/function.py +110 -66
  110. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
  111. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
  112. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
  113. pulumi_gcp/cloudids/endpoint.py +4 -2
  114. pulumi_gcp/cloudrun/_inputs.py +80 -4
  115. pulumi_gcp/cloudrun/iam_binding.py +12 -12
  116. pulumi_gcp/cloudrun/iam_member.py +12 -12
  117. pulumi_gcp/cloudrun/iam_policy.py +12 -12
  118. pulumi_gcp/cloudrun/outputs.py +137 -4
  119. pulumi_gcp/cloudrunv2/job.py +32 -20
  120. pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
  121. pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
  122. pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
  123. pulumi_gcp/cloudrunv2/service.py +28 -20
  124. pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
  125. pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
  126. pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
  127. pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
  128. pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
  129. pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
  130. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  131. pulumi_gcp/compute/__init__.py +2 -0
  132. pulumi_gcp/compute/_inputs.py +805 -182
  133. pulumi_gcp/compute/disk_iam_binding.py +12 -12
  134. pulumi_gcp/compute/disk_iam_member.py +12 -12
  135. pulumi_gcp/compute/disk_iam_policy.py +12 -12
  136. pulumi_gcp/compute/forwarding_rule.py +231 -823
  137. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  138. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  139. pulumi_gcp/compute/get_router_nat.py +11 -1
  140. pulumi_gcp/compute/get_snapshot.py +2 -0
  141. pulumi_gcp/compute/get_subnetworks.py +157 -0
  142. pulumi_gcp/compute/global_forwarding_rule.py +0 -766
  143. pulumi_gcp/compute/image_iam_binding.py +12 -12
  144. pulumi_gcp/compute/image_iam_member.py +12 -12
  145. pulumi_gcp/compute/image_iam_policy.py +12 -12
  146. pulumi_gcp/compute/instance_group.py +0 -100
  147. pulumi_gcp/compute/instance_group_membership.py +2 -2
  148. pulumi_gcp/compute/instance_iam_binding.py +12 -12
  149. pulumi_gcp/compute/instance_iam_member.py +12 -12
  150. pulumi_gcp/compute/instance_iam_policy.py +12 -12
  151. pulumi_gcp/compute/interconnect.py +1683 -0
  152. pulumi_gcp/compute/interconnect_attachment.py +82 -0
  153. pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
  154. pulumi_gcp/compute/machine_image_iam_member.py +8 -8
  155. pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
  156. pulumi_gcp/compute/network_endpoint.py +2 -2
  157. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  158. pulumi_gcp/compute/outputs.py +1022 -161
  159. pulumi_gcp/compute/packet_mirroring.py +4 -2
  160. pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
  161. pulumi_gcp/compute/region_disk_iam_member.py +12 -12
  162. pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
  163. pulumi_gcp/compute/region_security_policy_rule.py +4 -2
  164. pulumi_gcp/compute/region_ssl_certificate.py +0 -188
  165. pulumi_gcp/compute/region_ssl_policy.py +39 -40
  166. pulumi_gcp/compute/route.py +10 -2
  167. pulumi_gcp/compute/router_nat.py +68 -0
  168. pulumi_gcp/compute/security_policy_rule.py +55 -1
  169. pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
  170. pulumi_gcp/compute/snapshot_iam_member.py +12 -12
  171. pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
  172. pulumi_gcp/compute/ssl_certificate.py +0 -166
  173. pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
  174. pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
  175. pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
  176. pulumi_gcp/compute/target_instance.py +8 -6
  177. pulumi_gcp/compute/target_pool.py +21 -21
  178. pulumi_gcp/compute/vpn_gateway.py +12 -2
  179. pulumi_gcp/compute/vpn_tunnel.py +26 -16
  180. pulumi_gcp/container/_inputs.py +562 -2
  181. pulumi_gcp/container/outputs.py +1110 -55
  182. pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
  183. pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
  184. pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
  185. pulumi_gcp/databasemigrationservice/connection_profile.py +38 -22
  186. pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
  187. pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
  188. pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
  189. pulumi_gcp/datacatalog/policy_tag.py +4 -2
  190. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
  191. pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
  192. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
  193. pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
  194. pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
  195. pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
  196. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
  197. pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
  198. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
  199. pulumi_gcp/datafusion/instance.py +14 -12
  200. pulumi_gcp/dataloss/_inputs.py +420 -13
  201. pulumi_gcp/dataloss/outputs.py +439 -13
  202. pulumi_gcp/dataplex/__init__.py +10 -0
  203. pulumi_gcp/dataplex/_inputs.py +160 -0
  204. pulumi_gcp/dataplex/aspect_type.py +1077 -0
  205. pulumi_gcp/dataplex/aspect_type_iam_binding.py +765 -0
  206. pulumi_gcp/dataplex/aspect_type_iam_member.py +765 -0
  207. pulumi_gcp/dataplex/aspect_type_iam_policy.py +604 -0
  208. pulumi_gcp/dataplex/asset.py +4 -2
  209. pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
  210. pulumi_gcp/dataplex/asset_iam_member.py +12 -12
  211. pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
  212. pulumi_gcp/dataplex/datascan.py +16 -14
  213. pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
  214. pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
  215. pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
  216. pulumi_gcp/dataplex/entry_group.py +722 -0
  217. pulumi_gcp/dataplex/entry_group_iam_binding.py +765 -0
  218. pulumi_gcp/dataplex/entry_group_iam_member.py +765 -0
  219. pulumi_gcp/dataplex/entry_group_iam_policy.py +604 -0
  220. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +164 -0
  221. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +164 -0
  222. pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
  223. pulumi_gcp/dataplex/lake_iam_member.py +12 -12
  224. pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
  225. pulumi_gcp/dataplex/outputs.py +112 -0
  226. pulumi_gcp/dataplex/task.py +16 -16
  227. pulumi_gcp/dataplex/task_iam_binding.py +12 -12
  228. pulumi_gcp/dataplex/task_iam_member.py +12 -12
  229. pulumi_gcp/dataplex/task_iam_policy.py +12 -12
  230. pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
  231. pulumi_gcp/dataplex/zone_iam_member.py +12 -12
  232. pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
  233. pulumi_gcp/dataproc/_inputs.py +70 -0
  234. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
  235. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
  236. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
  237. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
  238. pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
  239. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
  240. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
  241. pulumi_gcp/dataproc/job_iam_binding.py +12 -12
  242. pulumi_gcp/dataproc/job_iam_member.py +12 -12
  243. pulumi_gcp/dataproc/job_iam_policy.py +12 -12
  244. pulumi_gcp/dataproc/metastore_federation.py +4 -0
  245. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
  246. pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
  247. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
  248. pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
  249. pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
  250. pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
  251. pulumi_gcp/dataproc/outputs.py +62 -0
  252. pulumi_gcp/datastore/data_store_index.py +4 -2
  253. pulumi_gcp/datastream/_inputs.py +1789 -820
  254. pulumi_gcp/datastream/connection_profile.py +210 -3
  255. pulumi_gcp/datastream/outputs.py +864 -5
  256. pulumi_gcp/datastream/private_connection.py +47 -0
  257. pulumi_gcp/datastream/stream.py +231 -4
  258. pulumi_gcp/diagflow/cx_test_case.py +4 -4
  259. pulumi_gcp/diagflow/entity_type.py +4 -2
  260. pulumi_gcp/diagflow/fulfillment.py +4 -2
  261. pulumi_gcp/diagflow/intent.py +8 -4
  262. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
  263. pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
  264. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
  265. pulumi_gcp/dns/get_managed_zone.py +3 -3
  266. pulumi_gcp/dns/managed_zone.py +7 -7
  267. pulumi_gcp/dns/outputs.py +2 -2
  268. pulumi_gcp/edgecontainer/node_pool.py +4 -2
  269. pulumi_gcp/edgecontainer/vpn_connection.py +4 -2
  270. pulumi_gcp/endpoints/service_iam_binding.py +12 -12
  271. pulumi_gcp/endpoints/service_iam_member.py +12 -12
  272. pulumi_gcp/endpoints/service_iam_policy.py +12 -12
  273. pulumi_gcp/eventarc/channel.py +4 -2
  274. pulumi_gcp/eventarc/google_channel_config.py +4 -2
  275. pulumi_gcp/firebase/app_check_app_attest_config.py +16 -8
  276. pulumi_gcp/firebase/app_check_debug_token.py +8 -4
  277. pulumi_gcp/firebase/app_check_device_check_config.py +8 -4
  278. pulumi_gcp/firebase/app_check_play_integrity_config.py +16 -8
  279. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +8 -4
  280. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +8 -4
  281. pulumi_gcp/firebase/app_check_service_config.py +12 -6
  282. pulumi_gcp/firebase/database_instance.py +4 -2
  283. pulumi_gcp/firebaserules/release.py +0 -98
  284. pulumi_gcp/firestore/database.py +24 -20
  285. pulumi_gcp/firestore/document.py +24 -12
  286. pulumi_gcp/firestore/field.py +4 -4
  287. pulumi_gcp/folder/access_approval_settings.py +4 -2
  288. pulumi_gcp/folder/iam_audit_config.py +23 -23
  289. pulumi_gcp/folder/iam_member.py +16 -16
  290. pulumi_gcp/folder/iam_policy.py +16 -16
  291. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
  292. pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
  293. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
  294. pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
  295. pulumi_gcp/gkehub/feature_iam_member.py +12 -12
  296. pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
  297. pulumi_gcp/gkehub/membership_binding.py +20 -10
  298. pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
  299. pulumi_gcp/gkehub/membership_iam_member.py +12 -12
  300. pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
  301. pulumi_gcp/gkehub/membership_rbac_role_binding.py +12 -8
  302. pulumi_gcp/gkehub/namespace.py +8 -6
  303. pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
  304. pulumi_gcp/gkehub/scope_iam_member.py +12 -12
  305. pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
  306. pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -6
  307. pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
  308. pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
  309. pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
  310. pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
  311. pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
  312. pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
  313. pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
  314. pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
  315. pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
  316. pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
  317. pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
  318. pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
  319. pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
  320. pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
  321. pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
  322. pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
  323. pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
  324. pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
  325. pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
  326. pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
  327. pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
  328. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  329. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
  330. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
  331. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
  332. pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
  333. pulumi_gcp/iap/tunnel_iam_member.py +12 -12
  334. pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
  335. pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
  336. pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
  337. pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
  338. pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
  339. pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
  340. pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
  341. pulumi_gcp/iap/web_iam_binding.py +12 -12
  342. pulumi_gcp/iap/web_iam_member.py +12 -12
  343. pulumi_gcp/iap/web_iam_policy.py +12 -12
  344. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
  345. pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
  346. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
  347. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
  348. pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
  349. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
  350. pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
  351. pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
  352. pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
  353. pulumi_gcp/integrationconnectors/connection.py +4 -2
  354. pulumi_gcp/integrationconnectors/managed_zone.py +26 -14
  355. pulumi_gcp/kms/__init__.py +2 -0
  356. pulumi_gcp/kms/autokey_config.py +366 -0
  357. pulumi_gcp/kms/key_handle.py +548 -0
  358. pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
  359. pulumi_gcp/kms/key_ring_iam_member.py +12 -12
  360. pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
  361. pulumi_gcp/logging/folder_settings.py +12 -10
  362. pulumi_gcp/logging/linked_dataset.py +4 -2
  363. pulumi_gcp/logging/organization_settings.py +12 -10
  364. pulumi_gcp/logging/project_bucket_config.py +4 -2
  365. pulumi_gcp/looker/instance.py +12 -10
  366. pulumi_gcp/netapp/storage_pool.py +7 -7
  367. pulumi_gcp/netapp/volume.py +4 -4
  368. pulumi_gcp/netapp/volume_replication.py +4 -2
  369. pulumi_gcp/netapp/volume_snapshot.py +4 -2
  370. pulumi_gcp/networkconnectivity/internal_range.py +14 -12
  371. pulumi_gcp/networksecurity/gateway_security_policy.py +20 -8
  372. pulumi_gcp/networksecurity/tls_inspection_policy.py +437 -5
  373. pulumi_gcp/networkservices/__init__.py +2 -0
  374. pulumi_gcp/networkservices/_inputs.py +454 -0
  375. pulumi_gcp/networkservices/gateway.py +12 -6
  376. pulumi_gcp/networkservices/lb_route_extension.py +663 -0
  377. pulumi_gcp/networkservices/lb_traffic_extension.py +669 -0
  378. pulumi_gcp/networkservices/outputs.py +478 -0
  379. pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
  380. pulumi_gcp/notebooks/instance_iam_member.py +12 -12
  381. pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
  382. pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
  383. pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
  384. pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
  385. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  386. pulumi_gcp/organizations/iam_member.py +16 -16
  387. pulumi_gcp/organizations/iam_policy.py +16 -16
  388. pulumi_gcp/orgpolicy/policy.py +2 -2
  389. pulumi_gcp/parallelstore/instance.py +20 -18
  390. pulumi_gcp/projects/access_approval_settings.py +4 -2
  391. pulumi_gcp/projects/iam_audit_config.py +23 -23
  392. pulumi_gcp/projects/iam_binding.py +23 -23
  393. pulumi_gcp/projects/iam_member.py +23 -23
  394. pulumi_gcp/projects/iam_policy.py +16 -16
  395. pulumi_gcp/projects/service.py +2 -43
  396. pulumi_gcp/pubsub/_inputs.py +16 -0
  397. pulumi_gcp/pubsub/outputs.py +25 -0
  398. pulumi_gcp/pubsub/schema.py +4 -2
  399. pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
  400. pulumi_gcp/pubsub/schema_iam_member.py +12 -12
  401. pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
  402. pulumi_gcp/pubsub/subscription.py +102 -66
  403. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
  404. pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
  405. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
  406. pulumi_gcp/pubsub/topic.py +4 -2
  407. pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
  408. pulumi_gcp/pubsub/topic_iam_member.py +12 -12
  409. pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
  410. pulumi_gcp/pulumi-plugin.json +1 -1
  411. pulumi_gcp/redis/cluster.py +30 -28
  412. pulumi_gcp/redis/instance.py +4 -2
  413. pulumi_gcp/secretmanager/secret.py +4 -2
  414. pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
  415. pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
  416. pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
  417. pulumi_gcp/securesourcemanager/instance.py +20 -8
  418. pulumi_gcp/securitycenter/instance_iam_binding.py +14 -12
  419. pulumi_gcp/securitycenter/instance_iam_member.py +14 -12
  420. pulumi_gcp/securitycenter/instance_iam_policy.py +14 -12
  421. pulumi_gcp/serviceaccount/key.py +2 -2
  422. pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
  423. pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
  424. pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
  425. pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
  426. pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
  427. pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
  428. pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
  429. pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
  430. pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
  431. pulumi_gcp/spanner/database_iam_binding.py +12 -12
  432. pulumi_gcp/spanner/database_iam_member.py +12 -12
  433. pulumi_gcp/spanner/database_iam_policy.py +12 -12
  434. pulumi_gcp/spanner/instance_iam_binding.py +12 -12
  435. pulumi_gcp/spanner/instance_iam_member.py +12 -12
  436. pulumi_gcp/spanner/instance_iam_policy.py +12 -12
  437. pulumi_gcp/sql/database_instance.py +4 -2
  438. pulumi_gcp/sql/user.py +4 -4
  439. pulumi_gcp/storage/_inputs.py +12 -10
  440. pulumi_gcp/storage/bucket.py +44 -0
  441. pulumi_gcp/storage/bucket_iam_binding.py +12 -12
  442. pulumi_gcp/storage/bucket_iam_member.py +12 -12
  443. pulumi_gcp/storage/bucket_iam_policy.py +12 -12
  444. pulumi_gcp/storage/get_project_service_account.py +4 -2
  445. pulumi_gcp/storage/insights_report_config.py +12 -10
  446. pulumi_gcp/storage/notification.py +18 -16
  447. pulumi_gcp/storage/outputs.py +12 -10
  448. pulumi_gcp/storage/transfer_agent_pool.py +4 -2
  449. pulumi_gcp/storage/transfer_job.py +14 -4
  450. pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
  451. pulumi_gcp/tags/tag_key_iam_member.py +12 -12
  452. pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
  453. pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
  454. pulumi_gcp/tags/tag_value_iam_member.py +12 -12
  455. pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
  456. pulumi_gcp/tpu/_inputs.py +2 -2
  457. pulumi_gcp/tpu/outputs.py +2 -2
  458. pulumi_gcp/tpu/v2_vm.py +10 -6
  459. pulumi_gcp/vertex/ai_endpoint.py +24 -22
  460. pulumi_gcp/vertex/ai_index_endpoint.py +20 -18
  461. pulumi_gcp/vertex/ai_tensorboard.py +14 -12
  462. pulumi_gcp/vmwareengine/external_address.py +4 -2
  463. pulumi_gcp/vmwareengine/network.py +8 -4
  464. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/METADATA +1 -1
  465. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/RECORD +467 -450
  466. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/WHEEL +0 -0
  467. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/top_level.txt +0 -0
@@ -233,6 +233,16 @@ __all__ = [
233
233
  'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs',
234
234
  'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArgs',
235
235
  'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs',
236
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetArgs',
237
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs',
238
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs',
239
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs',
240
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs',
241
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs',
242
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs',
243
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs',
244
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs',
245
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs',
236
246
  'PreventionInspectTemplateInspectConfigArgs',
237
247
  'PreventionInspectTemplateInspectConfigCustomInfoTypeArgs',
238
248
  'PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs',
@@ -11778,13 +11788,18 @@ class PreventionDiscoveryConfigOrgConfigLocationArgs:
11778
11788
  @pulumi.input_type
11779
11789
  class PreventionDiscoveryConfigTargetArgs:
11780
11790
  def __init__(__self__, *,
11781
- big_query_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs']] = None):
11791
+ big_query_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs']] = None,
11792
+ cloud_sql_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs']] = None):
11782
11793
  """
11783
11794
  :param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs'] big_query_target: BigQuery target for Discovery. The first target to match a table will be the one applied.
11784
11795
  Structure is documented below.
11796
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs'] cloud_sql_target: Cloud SQL target for Discovery. The first target to match a table will be the one applied.
11797
+ Structure is documented below.
11785
11798
  """
11786
11799
  if big_query_target is not None:
11787
11800
  pulumi.set(__self__, "big_query_target", big_query_target)
11801
+ if cloud_sql_target is not None:
11802
+ pulumi.set(__self__, "cloud_sql_target", cloud_sql_target)
11788
11803
 
11789
11804
  @property
11790
11805
  @pulumi.getter(name="bigQueryTarget")
@@ -11799,6 +11814,19 @@ class PreventionDiscoveryConfigTargetArgs:
11799
11814
  def big_query_target(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs']]):
11800
11815
  pulumi.set(self, "big_query_target", value)
11801
11816
 
11817
+ @property
11818
+ @pulumi.getter(name="cloudSqlTarget")
11819
+ def cloud_sql_target(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs']]:
11820
+ """
11821
+ Cloud SQL target for Discovery. The first target to match a table will be the one applied.
11822
+ Structure is documented below.
11823
+ """
11824
+ return pulumi.get(self, "cloud_sql_target")
11825
+
11826
+ @cloud_sql_target.setter
11827
+ def cloud_sql_target(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs']]):
11828
+ pulumi.set(self, "cloud_sql_target", value)
11829
+
11802
11830
 
11803
11831
  @pulumi.input_type
11804
11832
  class PreventionDiscoveryConfigTargetBigQueryTargetArgs:
@@ -11926,10 +11954,10 @@ class PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadenceA
11926
11954
  frequency: Optional[pulumi.Input[str]] = None,
11927
11955
  types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
11928
11956
  """
11929
- :param pulumi.Input[str] frequency: How frequently profiles may be updated when schemas are modified. Default to monthly
11957
+ :param pulumi.Input[str] frequency: Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
11930
11958
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
11931
- :param pulumi.Input[Sequence[pulumi.Input[str]]] types: The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMN.
11932
- Each value may be one of: `SCHEMA_NEW_COLUMNS`, `SCHEMA_REMOVED_COLUMNS`.
11959
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] types: The types of schema modifications to consider. Defaults to NEW_COLUMNS.
11960
+ Each value may be one of: `NEW_COLUMNS`, `REMOVED_COLUMNS`.
11933
11961
  """
11934
11962
  if frequency is not None:
11935
11963
  pulumi.set(__self__, "frequency", frequency)
@@ -11940,7 +11968,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadenceA
11940
11968
  @pulumi.getter
11941
11969
  def frequency(self) -> Optional[pulumi.Input[str]]:
11942
11970
  """
11943
- How frequently profiles may be updated when schemas are modified. Default to monthly
11971
+ Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
11944
11972
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
11945
11973
  """
11946
11974
  return pulumi.get(self, "frequency")
@@ -11953,8 +11981,8 @@ class PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadenceA
11953
11981
  @pulumi.getter
11954
11982
  def types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
11955
11983
  """
11956
- The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMN.
11957
- Each value may be one of: `SCHEMA_NEW_COLUMNS`, `SCHEMA_REMOVED_COLUMNS`.
11984
+ The types of schema modifications to consider. Defaults to NEW_COLUMNS.
11985
+ Each value may be one of: `NEW_COLUMNS`, `REMOVED_COLUMNS`.
11958
11986
  """
11959
11987
  return pulumi.get(self, "types")
11960
11988
 
@@ -12019,8 +12047,8 @@ class PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs:
12019
12047
  Structure is documented below.
12020
12048
  :param pulumi.Input[str] type_collection: Restrict discovery to categories of table types. Currently view, materialized view, snapshot and non-biglake external tables are supported.
12021
12049
  Possible values are: `BIG_QUERY_COLLECTION_ALL_TYPES`, `BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES`.
12022
- :param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs'] types: Restrict discovery to specific table type
12023
- Structure is documented below.
12050
+ :param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs'] types: Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to [DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES].
12051
+ Each value may be one of: `DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES`, `DATABASE_RESOURCE_TYPE_TABLE`.
12024
12052
  """
12025
12053
  if created_after is not None:
12026
12054
  pulumi.set(__self__, "created_after", created_after)
@@ -12073,8 +12101,8 @@ class PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs:
12073
12101
  @pulumi.getter
12074
12102
  def types(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs']]:
12075
12103
  """
12076
- Restrict discovery to specific table type
12077
- Structure is documented below.
12104
+ Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to [DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES].
12105
+ Each value may be one of: `DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES`, `DATABASE_RESOURCE_TYPE_TABLE`.
12078
12106
  """
12079
12107
  return pulumi.get(self, "types")
12080
12108
 
@@ -12230,7 +12258,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArg
12230
12258
  def __init__(__self__, *,
12231
12259
  patterns: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]]] = None):
12232
12260
  """
12233
- :param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]] patterns: A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
12261
+ :param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]] patterns: A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
12234
12262
  Structure is documented below.
12235
12263
  """
12236
12264
  if patterns is not None:
@@ -12240,7 +12268,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArg
12240
12268
  @pulumi.getter
12241
12269
  def patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]]]:
12242
12270
  """
12243
- A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
12271
+ A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
12244
12272
  Structure is documented below.
12245
12273
  """
12246
12274
  return pulumi.get(self, "patterns")
@@ -12305,6 +12333,385 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPat
12305
12333
  pulumi.set(self, "table_id_regex", value)
12306
12334
 
12307
12335
 
12336
+ @pulumi.input_type
12337
+ class PreventionDiscoveryConfigTargetCloudSqlTargetArgs:
12338
+ def __init__(__self__, *,
12339
+ filter: pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs'],
12340
+ conditions: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs']] = None,
12341
+ disabled: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs']] = None,
12342
+ generation_cadence: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs']] = None):
12343
+ """
12344
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs'] filter: Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
12345
+ Structure is documented below.
12346
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs'] conditions: In addition to matching the filter, these conditions must be true before a profile is generated.
12347
+ Structure is documented below.
12348
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs'] disabled: Disable profiling for database resources that match this filter.
12349
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs'] generation_cadence: How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
12350
+ Structure is documented below.
12351
+ """
12352
+ pulumi.set(__self__, "filter", filter)
12353
+ if conditions is not None:
12354
+ pulumi.set(__self__, "conditions", conditions)
12355
+ if disabled is not None:
12356
+ pulumi.set(__self__, "disabled", disabled)
12357
+ if generation_cadence is not None:
12358
+ pulumi.set(__self__, "generation_cadence", generation_cadence)
12359
+
12360
+ @property
12361
+ @pulumi.getter
12362
+ def filter(self) -> pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs']:
12363
+ """
12364
+ Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
12365
+ Structure is documented below.
12366
+ """
12367
+ return pulumi.get(self, "filter")
12368
+
12369
+ @filter.setter
12370
+ def filter(self, value: pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs']):
12371
+ pulumi.set(self, "filter", value)
12372
+
12373
+ @property
12374
+ @pulumi.getter
12375
+ def conditions(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs']]:
12376
+ """
12377
+ In addition to matching the filter, these conditions must be true before a profile is generated.
12378
+ Structure is documented below.
12379
+ """
12380
+ return pulumi.get(self, "conditions")
12381
+
12382
+ @conditions.setter
12383
+ def conditions(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs']]):
12384
+ pulumi.set(self, "conditions", value)
12385
+
12386
+ @property
12387
+ @pulumi.getter
12388
+ def disabled(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs']]:
12389
+ """
12390
+ Disable profiling for database resources that match this filter.
12391
+ """
12392
+ return pulumi.get(self, "disabled")
12393
+
12394
+ @disabled.setter
12395
+ def disabled(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs']]):
12396
+ pulumi.set(self, "disabled", value)
12397
+
12398
+ @property
12399
+ @pulumi.getter(name="generationCadence")
12400
+ def generation_cadence(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs']]:
12401
+ """
12402
+ How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
12403
+ Structure is documented below.
12404
+ """
12405
+ return pulumi.get(self, "generation_cadence")
12406
+
12407
+ @generation_cadence.setter
12408
+ def generation_cadence(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs']]):
12409
+ pulumi.set(self, "generation_cadence", value)
12410
+
12411
+
12412
+ @pulumi.input_type
12413
+ class PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs:
12414
+ def __init__(__self__, *,
12415
+ database_engines: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
12416
+ types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
12417
+ """
12418
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] database_engines: Database engines that should be profiled. Optional. Defaults to ALL_SUPPORTED_DATABASE_ENGINES if unspecified.
12419
+ Each value may be one of: `ALL_SUPPORTED_DATABASE_ENGINES`, `MYSQL`, `POSTGRES`.
12420
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] types: Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to [DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES].
12421
+ Each value may be one of: `DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES`, `DATABASE_RESOURCE_TYPE_TABLE`.
12422
+ """
12423
+ if database_engines is not None:
12424
+ pulumi.set(__self__, "database_engines", database_engines)
12425
+ if types is not None:
12426
+ pulumi.set(__self__, "types", types)
12427
+
12428
+ @property
12429
+ @pulumi.getter(name="databaseEngines")
12430
+ def database_engines(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
12431
+ """
12432
+ Database engines that should be profiled. Optional. Defaults to ALL_SUPPORTED_DATABASE_ENGINES if unspecified.
12433
+ Each value may be one of: `ALL_SUPPORTED_DATABASE_ENGINES`, `MYSQL`, `POSTGRES`.
12434
+ """
12435
+ return pulumi.get(self, "database_engines")
12436
+
12437
+ @database_engines.setter
12438
+ def database_engines(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
12439
+ pulumi.set(self, "database_engines", value)
12440
+
12441
+ @property
12442
+ @pulumi.getter
12443
+ def types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
12444
+ """
12445
+ Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to [DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES].
12446
+ Each value may be one of: `DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES`, `DATABASE_RESOURCE_TYPE_TABLE`.
12447
+ """
12448
+ return pulumi.get(self, "types")
12449
+
12450
+ @types.setter
12451
+ def types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
12452
+ pulumi.set(self, "types", value)
12453
+
12454
+
12455
+ @pulumi.input_type
12456
+ class PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs:
12457
+ def __init__(__self__):
12458
+ pass
12459
+
12460
+
12461
+ @pulumi.input_type
12462
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs:
12463
+ def __init__(__self__, *,
12464
+ collection: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs']] = None,
12465
+ others: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs']] = None):
12466
+ """
12467
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs'] collection: A specific set of database resources for this filter to apply to.
12468
+ Structure is documented below.
12469
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs'] others: Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.
12470
+ """
12471
+ if collection is not None:
12472
+ pulumi.set(__self__, "collection", collection)
12473
+ if others is not None:
12474
+ pulumi.set(__self__, "others", others)
12475
+
12476
+ @property
12477
+ @pulumi.getter
12478
+ def collection(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs']]:
12479
+ """
12480
+ A specific set of database resources for this filter to apply to.
12481
+ Structure is documented below.
12482
+ """
12483
+ return pulumi.get(self, "collection")
12484
+
12485
+ @collection.setter
12486
+ def collection(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs']]):
12487
+ pulumi.set(self, "collection", value)
12488
+
12489
+ @property
12490
+ @pulumi.getter
12491
+ def others(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs']]:
12492
+ """
12493
+ Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.
12494
+ """
12495
+ return pulumi.get(self, "others")
12496
+
12497
+ @others.setter
12498
+ def others(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs']]):
12499
+ pulumi.set(self, "others", value)
12500
+
12501
+
12502
+ @pulumi.input_type
12503
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs:
12504
+ def __init__(__self__, *,
12505
+ include_regexes: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs']] = None):
12506
+ """
12507
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs'] include_regexes: A collection of regular expressions to match a database resource against.
12508
+ Structure is documented below.
12509
+ """
12510
+ if include_regexes is not None:
12511
+ pulumi.set(__self__, "include_regexes", include_regexes)
12512
+
12513
+ @property
12514
+ @pulumi.getter(name="includeRegexes")
12515
+ def include_regexes(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs']]:
12516
+ """
12517
+ A collection of regular expressions to match a database resource against.
12518
+ Structure is documented below.
12519
+ """
12520
+ return pulumi.get(self, "include_regexes")
12521
+
12522
+ @include_regexes.setter
12523
+ def include_regexes(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs']]):
12524
+ pulumi.set(self, "include_regexes", value)
12525
+
12526
+
12527
+ @pulumi.input_type
12528
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs:
12529
+ def __init__(__self__, *,
12530
+ patterns: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs']]]] = None):
12531
+ """
12532
+ :param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs']]] patterns: A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
12533
+ Structure is documented below.
12534
+ """
12535
+ if patterns is not None:
12536
+ pulumi.set(__self__, "patterns", patterns)
12537
+
12538
+ @property
12539
+ @pulumi.getter
12540
+ def patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs']]]]:
12541
+ """
12542
+ A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
12543
+ Structure is documented below.
12544
+ """
12545
+ return pulumi.get(self, "patterns")
12546
+
12547
+ @patterns.setter
12548
+ def patterns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs']]]]):
12549
+ pulumi.set(self, "patterns", value)
12550
+
12551
+
12552
+ @pulumi.input_type
12553
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs:
12554
+ def __init__(__self__, *,
12555
+ database_regex: Optional[pulumi.Input[str]] = None,
12556
+ database_resource_name_regex: Optional[pulumi.Input[str]] = None,
12557
+ instance_regex: Optional[pulumi.Input[str]] = None,
12558
+ project_id_regex: Optional[pulumi.Input[str]] = None):
12559
+ """
12560
+ :param pulumi.Input[str] database_regex: Regex to test the database name against. If empty, all databases match.
12561
+ :param pulumi.Input[str] database_resource_name_regex: Regex to test the database resource's name against. An example of a database resource name is a table's name. Other database resource names like view names could be included in the future. If empty, all database resources match.'
12562
+ :param pulumi.Input[str] instance_regex: Regex to test the instance name against. If empty, all instances match.
12563
+ :param pulumi.Input[str] project_id_regex: For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
12564
+ """
12565
+ if database_regex is not None:
12566
+ pulumi.set(__self__, "database_regex", database_regex)
12567
+ if database_resource_name_regex is not None:
12568
+ pulumi.set(__self__, "database_resource_name_regex", database_resource_name_regex)
12569
+ if instance_regex is not None:
12570
+ pulumi.set(__self__, "instance_regex", instance_regex)
12571
+ if project_id_regex is not None:
12572
+ pulumi.set(__self__, "project_id_regex", project_id_regex)
12573
+
12574
+ @property
12575
+ @pulumi.getter(name="databaseRegex")
12576
+ def database_regex(self) -> Optional[pulumi.Input[str]]:
12577
+ """
12578
+ Regex to test the database name against. If empty, all databases match.
12579
+ """
12580
+ return pulumi.get(self, "database_regex")
12581
+
12582
+ @database_regex.setter
12583
+ def database_regex(self, value: Optional[pulumi.Input[str]]):
12584
+ pulumi.set(self, "database_regex", value)
12585
+
12586
+ @property
12587
+ @pulumi.getter(name="databaseResourceNameRegex")
12588
+ def database_resource_name_regex(self) -> Optional[pulumi.Input[str]]:
12589
+ """
12590
+ Regex to test the database resource's name against. An example of a database resource name is a table's name. Other database resource names like view names could be included in the future. If empty, all database resources match.'
12591
+ """
12592
+ return pulumi.get(self, "database_resource_name_regex")
12593
+
12594
+ @database_resource_name_regex.setter
12595
+ def database_resource_name_regex(self, value: Optional[pulumi.Input[str]]):
12596
+ pulumi.set(self, "database_resource_name_regex", value)
12597
+
12598
+ @property
12599
+ @pulumi.getter(name="instanceRegex")
12600
+ def instance_regex(self) -> Optional[pulumi.Input[str]]:
12601
+ """
12602
+ Regex to test the instance name against. If empty, all instances match.
12603
+ """
12604
+ return pulumi.get(self, "instance_regex")
12605
+
12606
+ @instance_regex.setter
12607
+ def instance_regex(self, value: Optional[pulumi.Input[str]]):
12608
+ pulumi.set(self, "instance_regex", value)
12609
+
12610
+ @property
12611
+ @pulumi.getter(name="projectIdRegex")
12612
+ def project_id_regex(self) -> Optional[pulumi.Input[str]]:
12613
+ """
12614
+ For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
12615
+ """
12616
+ return pulumi.get(self, "project_id_regex")
12617
+
12618
+ @project_id_regex.setter
12619
+ def project_id_regex(self, value: Optional[pulumi.Input[str]]):
12620
+ pulumi.set(self, "project_id_regex", value)
12621
+
12622
+
12623
+ @pulumi.input_type
12624
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs:
12625
+ def __init__(__self__):
12626
+ pass
12627
+
12628
+
12629
+ @pulumi.input_type
12630
+ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs:
12631
+ def __init__(__self__, *,
12632
+ refresh_frequency: Optional[pulumi.Input[str]] = None,
12633
+ schema_modified_cadence: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs']] = None):
12634
+ """
12635
+ :param pulumi.Input[str] refresh_frequency: Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changes. Defaults to never.
12636
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
12637
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs'] schema_modified_cadence: Governs when to update data profiles when a schema is modified
12638
+ Structure is documented below.
12639
+ """
12640
+ if refresh_frequency is not None:
12641
+ pulumi.set(__self__, "refresh_frequency", refresh_frequency)
12642
+ if schema_modified_cadence is not None:
12643
+ pulumi.set(__self__, "schema_modified_cadence", schema_modified_cadence)
12644
+
12645
+ @property
12646
+ @pulumi.getter(name="refreshFrequency")
12647
+ def refresh_frequency(self) -> Optional[pulumi.Input[str]]:
12648
+ """
12649
+ Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changes. Defaults to never.
12650
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
12651
+ """
12652
+ return pulumi.get(self, "refresh_frequency")
12653
+
12654
+ @refresh_frequency.setter
12655
+ def refresh_frequency(self, value: Optional[pulumi.Input[str]]):
12656
+ pulumi.set(self, "refresh_frequency", value)
12657
+
12658
+ @property
12659
+ @pulumi.getter(name="schemaModifiedCadence")
12660
+ def schema_modified_cadence(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs']]:
12661
+ """
12662
+ Governs when to update data profiles when a schema is modified
12663
+ Structure is documented below.
12664
+ """
12665
+ return pulumi.get(self, "schema_modified_cadence")
12666
+
12667
+ @schema_modified_cadence.setter
12668
+ def schema_modified_cadence(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs']]):
12669
+ pulumi.set(self, "schema_modified_cadence", value)
12670
+
12671
+
12672
+ @pulumi.input_type
12673
+ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs:
12674
+ def __init__(__self__, *,
12675
+ frequency: Optional[pulumi.Input[str]] = None,
12676
+ types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
12677
+ """
12678
+ :param pulumi.Input[str] frequency: Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
12679
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
12680
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] types: The types of schema modifications to consider. Defaults to NEW_COLUMNS.
12681
+ Each value may be one of: `NEW_COLUMNS`, `REMOVED_COLUMNS`.
12682
+ """
12683
+ if frequency is not None:
12684
+ pulumi.set(__self__, "frequency", frequency)
12685
+ if types is not None:
12686
+ pulumi.set(__self__, "types", types)
12687
+
12688
+ @property
12689
+ @pulumi.getter
12690
+ def frequency(self) -> Optional[pulumi.Input[str]]:
12691
+ """
12692
+ Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
12693
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
12694
+ """
12695
+ return pulumi.get(self, "frequency")
12696
+
12697
+ @frequency.setter
12698
+ def frequency(self, value: Optional[pulumi.Input[str]]):
12699
+ pulumi.set(self, "frequency", value)
12700
+
12701
+ @property
12702
+ @pulumi.getter
12703
+ def types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
12704
+ """
12705
+ The types of schema modifications to consider. Defaults to NEW_COLUMNS.
12706
+ Each value may be one of: `NEW_COLUMNS`, `REMOVED_COLUMNS`.
12707
+ """
12708
+ return pulumi.get(self, "types")
12709
+
12710
+ @types.setter
12711
+ def types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
12712
+ pulumi.set(self, "types", value)
12713
+
12714
+
12308
12715
  @pulumi.input_type
12309
12716
  class PreventionInspectTemplateInspectConfigArgs:
12310
12717
  def __init__(__self__, *,