pulumi-gcp 7.24.0a1715926460__py3-none-any.whl → 7.24.0a1716588893__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 (327) hide show
  1. pulumi_gcp/__init__.py +16 -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/apigateway/api_config_iam_binding.py +8 -8
  6. pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
  8. pulumi_gcp/apigateway/api_iam_binding.py +8 -8
  9. pulumi_gcp/apigateway/api_iam_member.py +8 -8
  10. pulumi_gcp/apigateway/api_iam_policy.py +8 -8
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
  12. pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
  14. pulumi_gcp/apigee/environment_iam_binding.py +12 -12
  15. pulumi_gcp/apigee/environment_iam_member.py +12 -12
  16. pulumi_gcp/apigee/environment_iam_policy.py +12 -12
  17. pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
  18. pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
  19. pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
  20. pulumi_gcp/bigquery/_inputs.py +16 -0
  21. pulumi_gcp/bigquery/connection.py +126 -0
  22. pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
  23. pulumi_gcp/bigquery/connection_iam_member.py +12 -12
  24. pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
  25. pulumi_gcp/bigquery/dataset_access.py +56 -0
  26. pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
  27. pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
  28. pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
  29. pulumi_gcp/bigquery/iam_binding.py +12 -12
  30. pulumi_gcp/bigquery/iam_member.py +12 -12
  31. pulumi_gcp/bigquery/iam_policy.py +12 -12
  32. pulumi_gcp/bigquery/outputs.py +16 -0
  33. pulumi_gcp/bigquery/routine.py +2 -2
  34. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
  35. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
  36. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
  37. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
  38. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
  39. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
  40. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
  41. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
  42. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
  43. pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
  44. pulumi_gcp/bigtable/instance_iam_member.py +12 -12
  45. pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
  46. pulumi_gcp/bigtable/table_iam_binding.py +12 -12
  47. pulumi_gcp/bigtable/table_iam_member.py +12 -12
  48. pulumi_gcp/bigtable/table_iam_policy.py +12 -12
  49. pulumi_gcp/billing/account_iam_binding.py +12 -12
  50. pulumi_gcp/billing/account_iam_member.py +12 -12
  51. pulumi_gcp/billing/account_iam_policy.py +12 -12
  52. pulumi_gcp/billing/project_info.py +4 -4
  53. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
  54. pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
  55. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
  56. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
  57. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
  58. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
  59. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
  60. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
  61. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
  62. pulumi_gcp/cloudasset/__init__.py +1 -0
  63. pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
  64. pulumi_gcp/cloudasset/outputs.py +184 -0
  65. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
  66. pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
  67. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
  68. pulumi_gcp/cloudfunctions/function.py +21 -0
  69. pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
  70. pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
  71. pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
  72. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
  73. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
  74. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
  75. pulumi_gcp/cloudrun/iam_binding.py +12 -12
  76. pulumi_gcp/cloudrun/iam_member.py +12 -12
  77. pulumi_gcp/cloudrun/iam_policy.py +12 -12
  78. pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
  79. pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
  80. pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
  81. pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
  82. pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
  83. pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
  84. pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
  85. pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
  86. pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
  87. pulumi_gcp/compute/__init__.py +1 -0
  88. pulumi_gcp/compute/_inputs.py +681 -0
  89. pulumi_gcp/compute/backend_service.py +315 -0
  90. pulumi_gcp/compute/disk_iam_binding.py +12 -12
  91. pulumi_gcp/compute/disk_iam_member.py +12 -12
  92. pulumi_gcp/compute/disk_iam_policy.py +12 -12
  93. pulumi_gcp/compute/forwarding_rule.py +6 -6
  94. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  95. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  96. pulumi_gcp/compute/get_router_nat.py +11 -1
  97. pulumi_gcp/compute/get_snapshot.py +2 -0
  98. pulumi_gcp/compute/image_iam_binding.py +12 -12
  99. pulumi_gcp/compute/image_iam_member.py +12 -12
  100. pulumi_gcp/compute/image_iam_policy.py +12 -12
  101. pulumi_gcp/compute/instance_iam_binding.py +12 -12
  102. pulumi_gcp/compute/instance_iam_member.py +12 -12
  103. pulumi_gcp/compute/instance_iam_policy.py +12 -12
  104. pulumi_gcp/compute/interconnect.py +1683 -0
  105. pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
  106. pulumi_gcp/compute/machine_image_iam_member.py +8 -8
  107. pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
  108. pulumi_gcp/compute/outputs.py +701 -0
  109. pulumi_gcp/compute/region_backend_service.py +315 -0
  110. pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
  111. pulumi_gcp/compute/region_disk_iam_member.py +12 -12
  112. pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
  113. pulumi_gcp/compute/router_nat.py +68 -0
  114. pulumi_gcp/compute/router_peer.py +88 -0
  115. pulumi_gcp/compute/security_policy.py +49 -0
  116. pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
  117. pulumi_gcp/compute/snapshot_iam_member.py +12 -12
  118. pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
  119. pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
  120. pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
  121. pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
  122. pulumi_gcp/compute/target_instance.py +4 -4
  123. pulumi_gcp/compute/target_pool.py +21 -21
  124. pulumi_gcp/container/_inputs.py +14 -2
  125. pulumi_gcp/container/outputs.py +16 -4
  126. pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
  127. pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
  128. pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
  129. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  130. pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
  131. pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
  132. pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
  133. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
  134. pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
  135. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
  136. pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
  137. pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
  138. pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
  139. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
  140. pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
  141. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
  142. pulumi_gcp/dataloss/_inputs.py +420 -13
  143. pulumi_gcp/dataloss/outputs.py +439 -13
  144. pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
  145. pulumi_gcp/dataplex/asset_iam_member.py +12 -12
  146. pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
  147. pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
  148. pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
  149. pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
  150. pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
  151. pulumi_gcp/dataplex/lake_iam_member.py +12 -12
  152. pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
  153. pulumi_gcp/dataplex/task.py +16 -16
  154. pulumi_gcp/dataplex/task_iam_binding.py +12 -12
  155. pulumi_gcp/dataplex/task_iam_member.py +12 -12
  156. pulumi_gcp/dataplex/task_iam_policy.py +12 -12
  157. pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
  158. pulumi_gcp/dataplex/zone_iam_member.py +12 -12
  159. pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
  160. pulumi_gcp/dataproc/_inputs.py +190 -46
  161. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
  162. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
  163. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
  164. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
  165. pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
  166. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
  167. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
  168. pulumi_gcp/dataproc/job_iam_binding.py +12 -12
  169. pulumi_gcp/dataproc/job_iam_member.py +12 -12
  170. pulumi_gcp/dataproc/job_iam_policy.py +12 -12
  171. pulumi_gcp/dataproc/metastore_federation.py +4 -0
  172. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
  173. pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
  174. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
  175. pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
  176. pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
  177. pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
  178. pulumi_gcp/dataproc/outputs.py +182 -46
  179. pulumi_gcp/datastream/_inputs.py +1789 -820
  180. pulumi_gcp/datastream/connection_profile.py +163 -3
  181. pulumi_gcp/datastream/outputs.py +864 -5
  182. pulumi_gcp/datastream/stream.py +174 -0
  183. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
  184. pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
  185. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
  186. pulumi_gcp/endpoints/service_iam_binding.py +12 -12
  187. pulumi_gcp/endpoints/service_iam_member.py +12 -12
  188. pulumi_gcp/endpoints/service_iam_policy.py +12 -12
  189. pulumi_gcp/firestore/field.py +4 -4
  190. pulumi_gcp/folder/iam_audit_config.py +23 -23
  191. pulumi_gcp/folder/iam_member.py +16 -16
  192. pulumi_gcp/folder/iam_policy.py +16 -16
  193. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
  194. pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
  195. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
  196. pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
  197. pulumi_gcp/gkehub/feature_iam_member.py +12 -12
  198. pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
  199. pulumi_gcp/gkehub/membership_binding.py +6 -6
  200. pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
  201. pulumi_gcp/gkehub/membership_iam_member.py +12 -12
  202. pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
  203. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  204. pulumi_gcp/gkehub/namespace.py +4 -4
  205. pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
  206. pulumi_gcp/gkehub/scope_iam_member.py +12 -12
  207. pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
  208. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  209. pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
  210. pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
  211. pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
  212. pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
  213. pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
  214. pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
  215. pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
  216. pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
  217. pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
  218. pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
  219. pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
  220. pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
  221. pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
  222. pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
  223. pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
  224. pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
  225. pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
  226. pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
  227. pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
  228. pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
  229. pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
  230. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  231. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
  232. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
  233. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
  234. pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
  235. pulumi_gcp/iap/tunnel_iam_member.py +12 -12
  236. pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
  237. pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
  238. pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
  239. pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
  240. pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
  241. pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
  242. pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
  243. pulumi_gcp/iap/web_iam_binding.py +12 -12
  244. pulumi_gcp/iap/web_iam_member.py +12 -12
  245. pulumi_gcp/iap/web_iam_policy.py +12 -12
  246. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
  247. pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
  248. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
  249. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
  250. pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
  251. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
  252. pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
  253. pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
  254. pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
  255. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  256. pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
  257. pulumi_gcp/kms/key_ring_iam_member.py +12 -12
  258. pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
  259. pulumi_gcp/netapp/storage_pool.py +7 -7
  260. pulumi_gcp/netapp/volume.py +4 -4
  261. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  262. pulumi_gcp/networksecurity/tls_inspection_policy.py +419 -5
  263. pulumi_gcp/networkservices/__init__.py +1 -0
  264. pulumi_gcp/networkservices/_inputs.py +254 -0
  265. pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
  266. pulumi_gcp/networkservices/outputs.py +265 -0
  267. pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
  268. pulumi_gcp/notebooks/instance_iam_member.py +12 -12
  269. pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
  270. pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
  271. pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
  272. pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
  273. pulumi_gcp/organizations/_inputs.py +10 -0
  274. pulumi_gcp/organizations/iam_member.py +16 -16
  275. pulumi_gcp/organizations/iam_policy.py +16 -16
  276. pulumi_gcp/organizations/outputs.py +10 -0
  277. pulumi_gcp/orgpolicy/policy.py +2 -2
  278. pulumi_gcp/projects/iam_audit_config.py +23 -23
  279. pulumi_gcp/projects/iam_binding.py +23 -23
  280. pulumi_gcp/projects/iam_member.py +23 -23
  281. pulumi_gcp/projects/iam_policy.py +16 -16
  282. pulumi_gcp/projects/service.py +2 -43
  283. pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
  284. pulumi_gcp/pubsub/schema_iam_member.py +12 -12
  285. pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
  286. pulumi_gcp/pubsub/subscription.py +4 -4
  287. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
  288. pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
  289. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
  290. pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
  291. pulumi_gcp/pubsub/topic_iam_member.py +12 -12
  292. pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
  293. pulumi_gcp/pulumi-plugin.json +1 -1
  294. pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
  295. pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
  296. pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
  297. pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
  298. pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
  299. pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
  300. pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
  301. pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
  302. pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
  303. pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
  304. pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
  305. pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
  306. pulumi_gcp/spanner/database_iam_binding.py +12 -12
  307. pulumi_gcp/spanner/database_iam_member.py +12 -12
  308. pulumi_gcp/spanner/database_iam_policy.py +12 -12
  309. pulumi_gcp/spanner/instance_iam_binding.py +12 -12
  310. pulumi_gcp/spanner/instance_iam_member.py +12 -12
  311. pulumi_gcp/spanner/instance_iam_policy.py +12 -12
  312. pulumi_gcp/storage/_inputs.py +12 -10
  313. pulumi_gcp/storage/bucket.py +44 -0
  314. pulumi_gcp/storage/bucket_iam_binding.py +12 -12
  315. pulumi_gcp/storage/bucket_iam_member.py +12 -12
  316. pulumi_gcp/storage/bucket_iam_policy.py +12 -12
  317. pulumi_gcp/storage/outputs.py +12 -10
  318. pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
  319. pulumi_gcp/tags/tag_key_iam_member.py +12 -12
  320. pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
  321. pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
  322. pulumi_gcp/tags/tag_value_iam_member.py +12 -12
  323. pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
  324. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
  325. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +327 -324
  326. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
  327. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -234,6 +234,16 @@ __all__ = [
234
234
  'PreventionDiscoveryConfigTargetBigQueryTargetFilterTables',
235
235
  'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexes',
236
236
  'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPattern',
237
+ 'PreventionDiscoveryConfigTargetCloudSqlTarget',
238
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetConditions',
239
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetDisabled',
240
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilter',
241
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection',
242
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexes',
243
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern',
244
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthers',
245
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadence',
246
+ 'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadence',
237
247
  'PreventionInspectTemplateInspectConfig',
238
248
  'PreventionInspectTemplateInspectConfigCustomInfoType',
239
249
  'PreventionInspectTemplateInspectConfigCustomInfoTypeDictionary',
@@ -11735,6 +11745,8 @@ class PreventionDiscoveryConfigTarget(dict):
11735
11745
  suggest = None
11736
11746
  if key == "bigQueryTarget":
11737
11747
  suggest = "big_query_target"
11748
+ elif key == "cloudSqlTarget":
11749
+ suggest = "cloud_sql_target"
11738
11750
 
11739
11751
  if suggest:
11740
11752
  pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTarget. Access the value via the '{suggest}' property getter instead.")
@@ -11748,13 +11760,18 @@ class PreventionDiscoveryConfigTarget(dict):
11748
11760
  return super().get(key, default)
11749
11761
 
11750
11762
  def __init__(__self__, *,
11751
- big_query_target: Optional['outputs.PreventionDiscoveryConfigTargetBigQueryTarget'] = None):
11763
+ big_query_target: Optional['outputs.PreventionDiscoveryConfigTargetBigQueryTarget'] = None,
11764
+ cloud_sql_target: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTarget'] = None):
11752
11765
  """
11753
11766
  :param 'PreventionDiscoveryConfigTargetBigQueryTargetArgs' big_query_target: BigQuery target for Discovery. The first target to match a table will be the one applied.
11754
11767
  Structure is documented below.
11768
+ :param 'PreventionDiscoveryConfigTargetCloudSqlTargetArgs' cloud_sql_target: Cloud SQL target for Discovery. The first target to match a table will be the one applied.
11769
+ Structure is documented below.
11755
11770
  """
11756
11771
  if big_query_target is not None:
11757
11772
  pulumi.set(__self__, "big_query_target", big_query_target)
11773
+ if cloud_sql_target is not None:
11774
+ pulumi.set(__self__, "cloud_sql_target", cloud_sql_target)
11758
11775
 
11759
11776
  @property
11760
11777
  @pulumi.getter(name="bigQueryTarget")
@@ -11765,6 +11782,15 @@ class PreventionDiscoveryConfigTarget(dict):
11765
11782
  """
11766
11783
  return pulumi.get(self, "big_query_target")
11767
11784
 
11785
+ @property
11786
+ @pulumi.getter(name="cloudSqlTarget")
11787
+ def cloud_sql_target(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTarget']:
11788
+ """
11789
+ Cloud SQL target for Discovery. The first target to match a table will be the one applied.
11790
+ Structure is documented below.
11791
+ """
11792
+ return pulumi.get(self, "cloud_sql_target")
11793
+
11768
11794
 
11769
11795
  @pulumi.output_type
11770
11796
  class PreventionDiscoveryConfigTargetBigQueryTarget(dict):
@@ -11887,10 +11913,10 @@ class PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadence(
11887
11913
  frequency: Optional[str] = None,
11888
11914
  types: Optional[Sequence[str]] = None):
11889
11915
  """
11890
- :param str frequency: How frequently profiles may be updated when schemas are modified. Default to monthly
11916
+ :param str frequency: Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
11891
11917
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
11892
- :param Sequence[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.
11893
- Each value may be one of: `SCHEMA_NEW_COLUMNS`, `SCHEMA_REMOVED_COLUMNS`.
11918
+ :param Sequence[str] types: The types of schema modifications to consider. Defaults to NEW_COLUMNS.
11919
+ Each value may be one of: `NEW_COLUMNS`, `REMOVED_COLUMNS`.
11894
11920
  """
11895
11921
  if frequency is not None:
11896
11922
  pulumi.set(__self__, "frequency", frequency)
@@ -11901,7 +11927,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadence(
11901
11927
  @pulumi.getter
11902
11928
  def frequency(self) -> Optional[str]:
11903
11929
  """
11904
- How frequently profiles may be updated when schemas are modified. Default to monthly
11930
+ Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
11905
11931
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
11906
11932
  """
11907
11933
  return pulumi.get(self, "frequency")
@@ -11910,8 +11936,8 @@ class PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadence(
11910
11936
  @pulumi.getter
11911
11937
  def types(self) -> Optional[Sequence[str]]:
11912
11938
  """
11913
- 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.
11914
- Each value may be one of: `SCHEMA_NEW_COLUMNS`, `SCHEMA_REMOVED_COLUMNS`.
11939
+ The types of schema modifications to consider. Defaults to NEW_COLUMNS.
11940
+ Each value may be one of: `NEW_COLUMNS`, `REMOVED_COLUMNS`.
11915
11941
  """
11916
11942
  return pulumi.get(self, "types")
11917
11943
 
@@ -11985,8 +12011,8 @@ class PreventionDiscoveryConfigTargetBigQueryTargetConditions(dict):
11985
12011
  Structure is documented below.
11986
12012
  :param str type_collection: Restrict discovery to categories of table types. Currently view, materialized view, snapshot and non-biglake external tables are supported.
11987
12013
  Possible values are: `BIG_QUERY_COLLECTION_ALL_TYPES`, `BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES`.
11988
- :param 'PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs' types: Restrict discovery to specific table type
11989
- Structure is documented below.
12014
+ :param '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].
12015
+ Each value may be one of: `DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES`, `DATABASE_RESOURCE_TYPE_TABLE`.
11990
12016
  """
11991
12017
  if created_after is not None:
11992
12018
  pulumi.set(__self__, "created_after", created_after)
@@ -12027,8 +12053,8 @@ class PreventionDiscoveryConfigTargetBigQueryTargetConditions(dict):
12027
12053
  @pulumi.getter
12028
12054
  def types(self) -> Optional['outputs.PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypes']:
12029
12055
  """
12030
- Restrict discovery to specific table type
12031
- Structure is documented below.
12056
+ 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].
12057
+ Each value may be one of: `DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES`, `DATABASE_RESOURCE_TYPE_TABLE`.
12032
12058
  """
12033
12059
  return pulumi.get(self, "types")
12034
12060
 
@@ -12209,7 +12235,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexes(di
12209
12235
  def __init__(__self__, *,
12210
12236
  patterns: Optional[Sequence['outputs.PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPattern']] = None):
12211
12237
  """
12212
- :param Sequence['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs'] patterns: A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
12238
+ :param Sequence['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.
12213
12239
  Structure is documented below.
12214
12240
  """
12215
12241
  if patterns is not None:
@@ -12219,7 +12245,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexes(di
12219
12245
  @pulumi.getter
12220
12246
  def patterns(self) -> Optional[Sequence['outputs.PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPattern']]:
12221
12247
  """
12222
- A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
12248
+ 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.
12223
12249
  Structure is documented below.
12224
12250
  """
12225
12251
  return pulumi.get(self, "patterns")
@@ -12289,6 +12315,406 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPat
12289
12315
  return pulumi.get(self, "table_id_regex")
12290
12316
 
12291
12317
 
12318
+ @pulumi.output_type
12319
+ class PreventionDiscoveryConfigTargetCloudSqlTarget(dict):
12320
+ @staticmethod
12321
+ def __key_warning(key: str):
12322
+ suggest = None
12323
+ if key == "generationCadence":
12324
+ suggest = "generation_cadence"
12325
+
12326
+ if suggest:
12327
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetCloudSqlTarget. Access the value via the '{suggest}' property getter instead.")
12328
+
12329
+ def __getitem__(self, key: str) -> Any:
12330
+ PreventionDiscoveryConfigTargetCloudSqlTarget.__key_warning(key)
12331
+ return super().__getitem__(key)
12332
+
12333
+ def get(self, key: str, default = None) -> Any:
12334
+ PreventionDiscoveryConfigTargetCloudSqlTarget.__key_warning(key)
12335
+ return super().get(key, default)
12336
+
12337
+ def __init__(__self__, *,
12338
+ filter: 'outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilter',
12339
+ conditions: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetConditions'] = None,
12340
+ disabled: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetDisabled'] = None,
12341
+ generation_cadence: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadence'] = None):
12342
+ """
12343
+ :param '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.
12344
+ Structure is documented below.
12345
+ :param 'PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs' conditions: In addition to matching the filter, these conditions must be true before a profile is generated.
12346
+ Structure is documented below.
12347
+ :param 'PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs' disabled: Disable profiling for database resources that match this filter.
12348
+ :param '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.
12349
+ Structure is documented below.
12350
+ """
12351
+ pulumi.set(__self__, "filter", filter)
12352
+ if conditions is not None:
12353
+ pulumi.set(__self__, "conditions", conditions)
12354
+ if disabled is not None:
12355
+ pulumi.set(__self__, "disabled", disabled)
12356
+ if generation_cadence is not None:
12357
+ pulumi.set(__self__, "generation_cadence", generation_cadence)
12358
+
12359
+ @property
12360
+ @pulumi.getter
12361
+ def filter(self) -> 'outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilter':
12362
+ """
12363
+ Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
12364
+ Structure is documented below.
12365
+ """
12366
+ return pulumi.get(self, "filter")
12367
+
12368
+ @property
12369
+ @pulumi.getter
12370
+ def conditions(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetConditions']:
12371
+ """
12372
+ In addition to matching the filter, these conditions must be true before a profile is generated.
12373
+ Structure is documented below.
12374
+ """
12375
+ return pulumi.get(self, "conditions")
12376
+
12377
+ @property
12378
+ @pulumi.getter
12379
+ def disabled(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetDisabled']:
12380
+ """
12381
+ Disable profiling for database resources that match this filter.
12382
+ """
12383
+ return pulumi.get(self, "disabled")
12384
+
12385
+ @property
12386
+ @pulumi.getter(name="generationCadence")
12387
+ def generation_cadence(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadence']:
12388
+ """
12389
+ 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.
12390
+ Structure is documented below.
12391
+ """
12392
+ return pulumi.get(self, "generation_cadence")
12393
+
12394
+
12395
+ @pulumi.output_type
12396
+ class PreventionDiscoveryConfigTargetCloudSqlTargetConditions(dict):
12397
+ @staticmethod
12398
+ def __key_warning(key: str):
12399
+ suggest = None
12400
+ if key == "databaseEngines":
12401
+ suggest = "database_engines"
12402
+
12403
+ if suggest:
12404
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetCloudSqlTargetConditions. Access the value via the '{suggest}' property getter instead.")
12405
+
12406
+ def __getitem__(self, key: str) -> Any:
12407
+ PreventionDiscoveryConfigTargetCloudSqlTargetConditions.__key_warning(key)
12408
+ return super().__getitem__(key)
12409
+
12410
+ def get(self, key: str, default = None) -> Any:
12411
+ PreventionDiscoveryConfigTargetCloudSqlTargetConditions.__key_warning(key)
12412
+ return super().get(key, default)
12413
+
12414
+ def __init__(__self__, *,
12415
+ database_engines: Optional[Sequence[str]] = None,
12416
+ types: Optional[Sequence[str]] = None):
12417
+ """
12418
+ :param Sequence[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 Sequence[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[Sequence[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
+ @property
12438
+ @pulumi.getter
12439
+ def types(self) -> Optional[Sequence[str]]:
12440
+ """
12441
+ 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].
12442
+ Each value may be one of: `DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES`, `DATABASE_RESOURCE_TYPE_TABLE`.
12443
+ """
12444
+ return pulumi.get(self, "types")
12445
+
12446
+
12447
+ @pulumi.output_type
12448
+ class PreventionDiscoveryConfigTargetCloudSqlTargetDisabled(dict):
12449
+ def __init__(__self__):
12450
+ pass
12451
+
12452
+
12453
+ @pulumi.output_type
12454
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilter(dict):
12455
+ def __init__(__self__, *,
12456
+ collection: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection'] = None,
12457
+ others: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthers'] = None):
12458
+ """
12459
+ :param 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs' collection: A specific set of database resources for this filter to apply to.
12460
+ Structure is documented below.
12461
+ :param '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.
12462
+ """
12463
+ if collection is not None:
12464
+ pulumi.set(__self__, "collection", collection)
12465
+ if others is not None:
12466
+ pulumi.set(__self__, "others", others)
12467
+
12468
+ @property
12469
+ @pulumi.getter
12470
+ def collection(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection']:
12471
+ """
12472
+ A specific set of database resources for this filter to apply to.
12473
+ Structure is documented below.
12474
+ """
12475
+ return pulumi.get(self, "collection")
12476
+
12477
+ @property
12478
+ @pulumi.getter
12479
+ def others(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthers']:
12480
+ """
12481
+ 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.
12482
+ """
12483
+ return pulumi.get(self, "others")
12484
+
12485
+
12486
+ @pulumi.output_type
12487
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection(dict):
12488
+ @staticmethod
12489
+ def __key_warning(key: str):
12490
+ suggest = None
12491
+ if key == "includeRegexes":
12492
+ suggest = "include_regexes"
12493
+
12494
+ if suggest:
12495
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection. Access the value via the '{suggest}' property getter instead.")
12496
+
12497
+ def __getitem__(self, key: str) -> Any:
12498
+ PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection.__key_warning(key)
12499
+ return super().__getitem__(key)
12500
+
12501
+ def get(self, key: str, default = None) -> Any:
12502
+ PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection.__key_warning(key)
12503
+ return super().get(key, default)
12504
+
12505
+ def __init__(__self__, *,
12506
+ include_regexes: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexes'] = None):
12507
+ """
12508
+ :param 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs' include_regexes: A collection of regular expressions to match a database resource against.
12509
+ Structure is documented below.
12510
+ """
12511
+ if include_regexes is not None:
12512
+ pulumi.set(__self__, "include_regexes", include_regexes)
12513
+
12514
+ @property
12515
+ @pulumi.getter(name="includeRegexes")
12516
+ def include_regexes(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexes']:
12517
+ """
12518
+ A collection of regular expressions to match a database resource against.
12519
+ Structure is documented below.
12520
+ """
12521
+ return pulumi.get(self, "include_regexes")
12522
+
12523
+
12524
+ @pulumi.output_type
12525
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexes(dict):
12526
+ def __init__(__self__, *,
12527
+ patterns: Optional[Sequence['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern']] = None):
12528
+ """
12529
+ :param Sequence['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.
12530
+ Structure is documented below.
12531
+ """
12532
+ if patterns is not None:
12533
+ pulumi.set(__self__, "patterns", patterns)
12534
+
12535
+ @property
12536
+ @pulumi.getter
12537
+ def patterns(self) -> Optional[Sequence['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern']]:
12538
+ """
12539
+ 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.
12540
+ Structure is documented below.
12541
+ """
12542
+ return pulumi.get(self, "patterns")
12543
+
12544
+
12545
+ @pulumi.output_type
12546
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern(dict):
12547
+ @staticmethod
12548
+ def __key_warning(key: str):
12549
+ suggest = None
12550
+ if key == "databaseRegex":
12551
+ suggest = "database_regex"
12552
+ elif key == "databaseResourceNameRegex":
12553
+ suggest = "database_resource_name_regex"
12554
+ elif key == "instanceRegex":
12555
+ suggest = "instance_regex"
12556
+ elif key == "projectIdRegex":
12557
+ suggest = "project_id_regex"
12558
+
12559
+ if suggest:
12560
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern. Access the value via the '{suggest}' property getter instead.")
12561
+
12562
+ def __getitem__(self, key: str) -> Any:
12563
+ PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern.__key_warning(key)
12564
+ return super().__getitem__(key)
12565
+
12566
+ def get(self, key: str, default = None) -> Any:
12567
+ PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern.__key_warning(key)
12568
+ return super().get(key, default)
12569
+
12570
+ def __init__(__self__, *,
12571
+ database_regex: Optional[str] = None,
12572
+ database_resource_name_regex: Optional[str] = None,
12573
+ instance_regex: Optional[str] = None,
12574
+ project_id_regex: Optional[str] = None):
12575
+ """
12576
+ :param str database_regex: Regex to test the database name against. If empty, all databases match.
12577
+ :param 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.'
12578
+ :param str instance_regex: Regex to test the instance name against. If empty, all instances match.
12579
+ :param str project_id_regex: For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
12580
+ """
12581
+ if database_regex is not None:
12582
+ pulumi.set(__self__, "database_regex", database_regex)
12583
+ if database_resource_name_regex is not None:
12584
+ pulumi.set(__self__, "database_resource_name_regex", database_resource_name_regex)
12585
+ if instance_regex is not None:
12586
+ pulumi.set(__self__, "instance_regex", instance_regex)
12587
+ if project_id_regex is not None:
12588
+ pulumi.set(__self__, "project_id_regex", project_id_regex)
12589
+
12590
+ @property
12591
+ @pulumi.getter(name="databaseRegex")
12592
+ def database_regex(self) -> Optional[str]:
12593
+ """
12594
+ Regex to test the database name against. If empty, all databases match.
12595
+ """
12596
+ return pulumi.get(self, "database_regex")
12597
+
12598
+ @property
12599
+ @pulumi.getter(name="databaseResourceNameRegex")
12600
+ def database_resource_name_regex(self) -> Optional[str]:
12601
+ """
12602
+ 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.'
12603
+ """
12604
+ return pulumi.get(self, "database_resource_name_regex")
12605
+
12606
+ @property
12607
+ @pulumi.getter(name="instanceRegex")
12608
+ def instance_regex(self) -> Optional[str]:
12609
+ """
12610
+ Regex to test the instance name against. If empty, all instances match.
12611
+ """
12612
+ return pulumi.get(self, "instance_regex")
12613
+
12614
+ @property
12615
+ @pulumi.getter(name="projectIdRegex")
12616
+ def project_id_regex(self) -> Optional[str]:
12617
+ """
12618
+ For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
12619
+ """
12620
+ return pulumi.get(self, "project_id_regex")
12621
+
12622
+
12623
+ @pulumi.output_type
12624
+ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthers(dict):
12625
+ def __init__(__self__):
12626
+ pass
12627
+
12628
+
12629
+ @pulumi.output_type
12630
+ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadence(dict):
12631
+ @staticmethod
12632
+ def __key_warning(key: str):
12633
+ suggest = None
12634
+ if key == "refreshFrequency":
12635
+ suggest = "refresh_frequency"
12636
+ elif key == "schemaModifiedCadence":
12637
+ suggest = "schema_modified_cadence"
12638
+
12639
+ if suggest:
12640
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadence. Access the value via the '{suggest}' property getter instead.")
12641
+
12642
+ def __getitem__(self, key: str) -> Any:
12643
+ PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadence.__key_warning(key)
12644
+ return super().__getitem__(key)
12645
+
12646
+ def get(self, key: str, default = None) -> Any:
12647
+ PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadence.__key_warning(key)
12648
+ return super().get(key, default)
12649
+
12650
+ def __init__(__self__, *,
12651
+ refresh_frequency: Optional[str] = None,
12652
+ schema_modified_cadence: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadence'] = None):
12653
+ """
12654
+ :param 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.
12655
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
12656
+ :param 'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs' schema_modified_cadence: Governs when to update data profiles when a schema is modified
12657
+ Structure is documented below.
12658
+ """
12659
+ if refresh_frequency is not None:
12660
+ pulumi.set(__self__, "refresh_frequency", refresh_frequency)
12661
+ if schema_modified_cadence is not None:
12662
+ pulumi.set(__self__, "schema_modified_cadence", schema_modified_cadence)
12663
+
12664
+ @property
12665
+ @pulumi.getter(name="refreshFrequency")
12666
+ def refresh_frequency(self) -> Optional[str]:
12667
+ """
12668
+ 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.
12669
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
12670
+ """
12671
+ return pulumi.get(self, "refresh_frequency")
12672
+
12673
+ @property
12674
+ @pulumi.getter(name="schemaModifiedCadence")
12675
+ def schema_modified_cadence(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadence']:
12676
+ """
12677
+ Governs when to update data profiles when a schema is modified
12678
+ Structure is documented below.
12679
+ """
12680
+ return pulumi.get(self, "schema_modified_cadence")
12681
+
12682
+
12683
+ @pulumi.output_type
12684
+ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadence(dict):
12685
+ def __init__(__self__, *,
12686
+ frequency: Optional[str] = None,
12687
+ types: Optional[Sequence[str]] = None):
12688
+ """
12689
+ :param str frequency: Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
12690
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
12691
+ :param Sequence[str] types: The types of schema modifications to consider. Defaults to NEW_COLUMNS.
12692
+ Each value may be one of: `NEW_COLUMNS`, `REMOVED_COLUMNS`.
12693
+ """
12694
+ if frequency is not None:
12695
+ pulumi.set(__self__, "frequency", frequency)
12696
+ if types is not None:
12697
+ pulumi.set(__self__, "types", types)
12698
+
12699
+ @property
12700
+ @pulumi.getter
12701
+ def frequency(self) -> Optional[str]:
12702
+ """
12703
+ Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
12704
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
12705
+ """
12706
+ return pulumi.get(self, "frequency")
12707
+
12708
+ @property
12709
+ @pulumi.getter
12710
+ def types(self) -> Optional[Sequence[str]]:
12711
+ """
12712
+ The types of schema modifications to consider. Defaults to NEW_COLUMNS.
12713
+ Each value may be one of: `NEW_COLUMNS`, `REMOVED_COLUMNS`.
12714
+ """
12715
+ return pulumi.get(self, "types")
12716
+
12717
+
12292
12718
  @pulumi.output_type
12293
12719
  class PreventionInspectTemplateInspectConfig(dict):
12294
12720
  @staticmethod
@@ -345,7 +345,7 @@ class AssetIamBinding(pulumi.CustomResource):
345
345
 
346
346
  > **Note:** `dataplex.AssetIamBinding` resources **can be** used in conjunction with `dataplex.AssetIamMember` resources **only if** they do not grant privilege to the same role.
347
347
 
348
- ## google\\_dataplex\\_asset\\_iam\\_policy
348
+ ## dataplex.AssetIamPolicy
349
349
 
350
350
  ```python
351
351
  import pulumi
@@ -364,7 +364,7 @@ class AssetIamBinding(pulumi.CustomResource):
364
364
  policy_data=admin.policy_data)
365
365
  ```
366
366
 
367
- ## google\\_dataplex\\_asset\\_iam\\_binding
367
+ ## dataplex.AssetIamBinding
368
368
 
369
369
  ```python
370
370
  import pulumi
@@ -380,7 +380,7 @@ class AssetIamBinding(pulumi.CustomResource):
380
380
  members=["user:jane@example.com"])
381
381
  ```
382
382
 
383
- ## google\\_dataplex\\_asset\\_iam\\_member
383
+ ## dataplex.AssetIamMember
384
384
 
385
385
  ```python
386
386
  import pulumi
@@ -396,7 +396,7 @@ class AssetIamBinding(pulumi.CustomResource):
396
396
  member="user:jane@example.com")
397
397
  ```
398
398
 
399
- ## google\\_dataplex\\_asset\\_iam\\_policy
399
+ ## dataplex.AssetIamPolicy
400
400
 
401
401
  ```python
402
402
  import pulumi
@@ -415,7 +415,7 @@ class AssetIamBinding(pulumi.CustomResource):
415
415
  policy_data=admin.policy_data)
416
416
  ```
417
417
 
418
- ## google\\_dataplex\\_asset\\_iam\\_binding
418
+ ## dataplex.AssetIamBinding
419
419
 
420
420
  ```python
421
421
  import pulumi
@@ -431,7 +431,7 @@ class AssetIamBinding(pulumi.CustomResource):
431
431
  members=["user:jane@example.com"])
432
432
  ```
433
433
 
434
- ## google\\_dataplex\\_asset\\_iam\\_member
434
+ ## dataplex.AssetIamMember
435
435
 
436
436
  ```python
437
437
  import pulumi
@@ -526,7 +526,7 @@ class AssetIamBinding(pulumi.CustomResource):
526
526
 
527
527
  > **Note:** `dataplex.AssetIamBinding` resources **can be** used in conjunction with `dataplex.AssetIamMember` resources **only if** they do not grant privilege to the same role.
528
528
 
529
- ## google\\_dataplex\\_asset\\_iam\\_policy
529
+ ## dataplex.AssetIamPolicy
530
530
 
531
531
  ```python
532
532
  import pulumi
@@ -545,7 +545,7 @@ class AssetIamBinding(pulumi.CustomResource):
545
545
  policy_data=admin.policy_data)
546
546
  ```
547
547
 
548
- ## google\\_dataplex\\_asset\\_iam\\_binding
548
+ ## dataplex.AssetIamBinding
549
549
 
550
550
  ```python
551
551
  import pulumi
@@ -561,7 +561,7 @@ class AssetIamBinding(pulumi.CustomResource):
561
561
  members=["user:jane@example.com"])
562
562
  ```
563
563
 
564
- ## google\\_dataplex\\_asset\\_iam\\_member
564
+ ## dataplex.AssetIamMember
565
565
 
566
566
  ```python
567
567
  import pulumi
@@ -577,7 +577,7 @@ class AssetIamBinding(pulumi.CustomResource):
577
577
  member="user:jane@example.com")
578
578
  ```
579
579
 
580
- ## google\\_dataplex\\_asset\\_iam\\_policy
580
+ ## dataplex.AssetIamPolicy
581
581
 
582
582
  ```python
583
583
  import pulumi
@@ -596,7 +596,7 @@ class AssetIamBinding(pulumi.CustomResource):
596
596
  policy_data=admin.policy_data)
597
597
  ```
598
598
 
599
- ## google\\_dataplex\\_asset\\_iam\\_binding
599
+ ## dataplex.AssetIamBinding
600
600
 
601
601
  ```python
602
602
  import pulumi
@@ -612,7 +612,7 @@ class AssetIamBinding(pulumi.CustomResource):
612
612
  members=["user:jane@example.com"])
613
613
  ```
614
614
 
615
- ## google\\_dataplex\\_asset\\_iam\\_member
615
+ ## dataplex.AssetIamMember
616
616
 
617
617
  ```python
618
618
  import pulumi