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
@@ -19,6 +19,7 @@ __all__ = [
19
19
  'ConnectionProfileOracleProfile',
20
20
  'ConnectionProfilePostgresqlProfile',
21
21
  'ConnectionProfilePrivateConnectivity',
22
+ 'ConnectionProfileSqlServerProfile',
22
23
  'PrivateConnectionError',
23
24
  'PrivateConnectionVpcPeeringConfig',
24
25
  'StreamBackfillAll',
@@ -34,6 +35,10 @@ __all__ = [
34
35
  'StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema',
35
36
  'StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTable',
36
37
  'StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn',
38
+ 'StreamBackfillAllSqlServerExcludedObjects',
39
+ 'StreamBackfillAllSqlServerExcludedObjectsSchema',
40
+ 'StreamBackfillAllSqlServerExcludedObjectsSchemaTable',
41
+ 'StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumn',
37
42
  'StreamBackfillNone',
38
43
  'StreamDestinationConfig',
39
44
  'StreamDestinationConfigBigqueryDestinationConfig',
@@ -73,6 +78,15 @@ __all__ = [
73
78
  'StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema',
74
79
  'StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable',
75
80
  'StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn',
81
+ 'StreamSourceConfigSqlServerSourceConfig',
82
+ 'StreamSourceConfigSqlServerSourceConfigExcludeObjects',
83
+ 'StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchema',
84
+ 'StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTable',
85
+ 'StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumn',
86
+ 'StreamSourceConfigSqlServerSourceConfigIncludeObjects',
87
+ 'StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchema',
88
+ 'StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTable',
89
+ 'StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumn',
76
90
  ]
77
91
 
78
92
  @pulumi.output_type
@@ -625,6 +639,71 @@ class ConnectionProfilePrivateConnectivity(dict):
625
639
  return pulumi.get(self, "private_connection")
626
640
 
627
641
 
642
+ @pulumi.output_type
643
+ class ConnectionProfileSqlServerProfile(dict):
644
+ def __init__(__self__, *,
645
+ database: str,
646
+ hostname: str,
647
+ password: str,
648
+ username: str,
649
+ port: Optional[int] = None):
650
+ """
651
+ :param str database: Database for the SQL Server connection.
652
+ :param str hostname: Hostname for the SQL Server connection.
653
+ :param str password: Password for the SQL Server connection.
654
+ **Note**: This property is sensitive and will not be displayed in the plan.
655
+ :param str username: Username for the SQL Server connection.
656
+ :param int port: Port for the SQL Server connection.
657
+ """
658
+ pulumi.set(__self__, "database", database)
659
+ pulumi.set(__self__, "hostname", hostname)
660
+ pulumi.set(__self__, "password", password)
661
+ pulumi.set(__self__, "username", username)
662
+ if port is not None:
663
+ pulumi.set(__self__, "port", port)
664
+
665
+ @property
666
+ @pulumi.getter
667
+ def database(self) -> str:
668
+ """
669
+ Database for the SQL Server connection.
670
+ """
671
+ return pulumi.get(self, "database")
672
+
673
+ @property
674
+ @pulumi.getter
675
+ def hostname(self) -> str:
676
+ """
677
+ Hostname for the SQL Server connection.
678
+ """
679
+ return pulumi.get(self, "hostname")
680
+
681
+ @property
682
+ @pulumi.getter
683
+ def password(self) -> str:
684
+ """
685
+ Password for the SQL Server connection.
686
+ **Note**: This property is sensitive and will not be displayed in the plan.
687
+ """
688
+ return pulumi.get(self, "password")
689
+
690
+ @property
691
+ @pulumi.getter
692
+ def username(self) -> str:
693
+ """
694
+ Username for the SQL Server connection.
695
+ """
696
+ return pulumi.get(self, "username")
697
+
698
+ @property
699
+ @pulumi.getter
700
+ def port(self) -> Optional[int]:
701
+ """
702
+ Port for the SQL Server connection.
703
+ """
704
+ return pulumi.get(self, "port")
705
+
706
+
628
707
  @pulumi.output_type
629
708
  class PrivateConnectionError(dict):
630
709
  def __init__(__self__, *,
@@ -702,6 +781,8 @@ class StreamBackfillAll(dict):
702
781
  suggest = "oracle_excluded_objects"
703
782
  elif key == "postgresqlExcludedObjects":
704
783
  suggest = "postgresql_excluded_objects"
784
+ elif key == "sqlServerExcludedObjects":
785
+ suggest = "sql_server_excluded_objects"
705
786
 
706
787
  if suggest:
707
788
  pulumi.log.warn(f"Key '{key}' not found in StreamBackfillAll. Access the value via the '{suggest}' property getter instead.")
@@ -717,7 +798,8 @@ class StreamBackfillAll(dict):
717
798
  def __init__(__self__, *,
718
799
  mysql_excluded_objects: Optional['outputs.StreamBackfillAllMysqlExcludedObjects'] = None,
719
800
  oracle_excluded_objects: Optional['outputs.StreamBackfillAllOracleExcludedObjects'] = None,
720
- postgresql_excluded_objects: Optional['outputs.StreamBackfillAllPostgresqlExcludedObjects'] = None):
801
+ postgresql_excluded_objects: Optional['outputs.StreamBackfillAllPostgresqlExcludedObjects'] = None,
802
+ sql_server_excluded_objects: Optional['outputs.StreamBackfillAllSqlServerExcludedObjects'] = None):
721
803
  """
722
804
  :param 'StreamBackfillAllMysqlExcludedObjectsArgs' mysql_excluded_objects: MySQL data source objects to avoid backfilling.
723
805
  Structure is documented below.
@@ -725,6 +807,8 @@ class StreamBackfillAll(dict):
725
807
  Structure is documented below.
726
808
  :param 'StreamBackfillAllPostgresqlExcludedObjectsArgs' postgresql_excluded_objects: PostgreSQL data source objects to avoid backfilling.
727
809
  Structure is documented below.
810
+ :param 'StreamBackfillAllSqlServerExcludedObjectsArgs' sql_server_excluded_objects: SQL Server data source objects to avoid backfilling.
811
+ Structure is documented below.
728
812
  """
729
813
  if mysql_excluded_objects is not None:
730
814
  pulumi.set(__self__, "mysql_excluded_objects", mysql_excluded_objects)
@@ -732,6 +816,8 @@ class StreamBackfillAll(dict):
732
816
  pulumi.set(__self__, "oracle_excluded_objects", oracle_excluded_objects)
733
817
  if postgresql_excluded_objects is not None:
734
818
  pulumi.set(__self__, "postgresql_excluded_objects", postgresql_excluded_objects)
819
+ if sql_server_excluded_objects is not None:
820
+ pulumi.set(__self__, "sql_server_excluded_objects", sql_server_excluded_objects)
735
821
 
736
822
  @property
737
823
  @pulumi.getter(name="mysqlExcludedObjects")
@@ -760,6 +846,15 @@ class StreamBackfillAll(dict):
760
846
  """
761
847
  return pulumi.get(self, "postgresql_excluded_objects")
762
848
 
849
+ @property
850
+ @pulumi.getter(name="sqlServerExcludedObjects")
851
+ def sql_server_excluded_objects(self) -> Optional['outputs.StreamBackfillAllSqlServerExcludedObjects']:
852
+ """
853
+ SQL Server data source objects to avoid backfilling.
854
+ Structure is documented below.
855
+ """
856
+ return pulumi.get(self, "sql_server_excluded_objects")
857
+
763
858
 
764
859
  @pulumi.output_type
765
860
  class StreamBackfillAllMysqlExcludedObjects(dict):
@@ -1566,6 +1661,228 @@ class StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableP
1566
1661
  return pulumi.get(self, "scale")
1567
1662
 
1568
1663
 
1664
+ @pulumi.output_type
1665
+ class StreamBackfillAllSqlServerExcludedObjects(dict):
1666
+ def __init__(__self__, *,
1667
+ schemas: Sequence['outputs.StreamBackfillAllSqlServerExcludedObjectsSchema']):
1668
+ """
1669
+ :param Sequence['StreamBackfillAllSqlServerExcludedObjectsSchemaArgs'] schemas: SQL Server schemas/databases in the database server
1670
+ Structure is documented below.
1671
+ """
1672
+ pulumi.set(__self__, "schemas", schemas)
1673
+
1674
+ @property
1675
+ @pulumi.getter
1676
+ def schemas(self) -> Sequence['outputs.StreamBackfillAllSqlServerExcludedObjectsSchema']:
1677
+ """
1678
+ SQL Server schemas/databases in the database server
1679
+ Structure is documented below.
1680
+ """
1681
+ return pulumi.get(self, "schemas")
1682
+
1683
+
1684
+ @pulumi.output_type
1685
+ class StreamBackfillAllSqlServerExcludedObjectsSchema(dict):
1686
+ def __init__(__self__, *,
1687
+ schema: str,
1688
+ tables: Optional[Sequence['outputs.StreamBackfillAllSqlServerExcludedObjectsSchemaTable']] = None):
1689
+ """
1690
+ :param str schema: Schema name.
1691
+ :param Sequence['StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs'] tables: Tables in the database.
1692
+ Structure is documented below.
1693
+ """
1694
+ pulumi.set(__self__, "schema", schema)
1695
+ if tables is not None:
1696
+ pulumi.set(__self__, "tables", tables)
1697
+
1698
+ @property
1699
+ @pulumi.getter
1700
+ def schema(self) -> str:
1701
+ """
1702
+ Schema name.
1703
+ """
1704
+ return pulumi.get(self, "schema")
1705
+
1706
+ @property
1707
+ @pulumi.getter
1708
+ def tables(self) -> Optional[Sequence['outputs.StreamBackfillAllSqlServerExcludedObjectsSchemaTable']]:
1709
+ """
1710
+ Tables in the database.
1711
+ Structure is documented below.
1712
+ """
1713
+ return pulumi.get(self, "tables")
1714
+
1715
+
1716
+ @pulumi.output_type
1717
+ class StreamBackfillAllSqlServerExcludedObjectsSchemaTable(dict):
1718
+ def __init__(__self__, *,
1719
+ table: str,
1720
+ columns: Optional[Sequence['outputs.StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumn']] = None):
1721
+ """
1722
+ :param str table: Table name.
1723
+ :param Sequence['StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs'] columns: SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
1724
+ Structure is documented below.
1725
+ """
1726
+ pulumi.set(__self__, "table", table)
1727
+ if columns is not None:
1728
+ pulumi.set(__self__, "columns", columns)
1729
+
1730
+ @property
1731
+ @pulumi.getter
1732
+ def table(self) -> str:
1733
+ """
1734
+ Table name.
1735
+ """
1736
+ return pulumi.get(self, "table")
1737
+
1738
+ @property
1739
+ @pulumi.getter
1740
+ def columns(self) -> Optional[Sequence['outputs.StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumn']]:
1741
+ """
1742
+ SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
1743
+ Structure is documented below.
1744
+ """
1745
+ return pulumi.get(self, "columns")
1746
+
1747
+
1748
+ @pulumi.output_type
1749
+ class StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumn(dict):
1750
+ @staticmethod
1751
+ def __key_warning(key: str):
1752
+ suggest = None
1753
+ if key == "dataType":
1754
+ suggest = "data_type"
1755
+ elif key == "ordinalPosition":
1756
+ suggest = "ordinal_position"
1757
+ elif key == "primaryKey":
1758
+ suggest = "primary_key"
1759
+
1760
+ if suggest:
1761
+ pulumi.log.warn(f"Key '{key}' not found in StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumn. Access the value via the '{suggest}' property getter instead.")
1762
+
1763
+ def __getitem__(self, key: str) -> Any:
1764
+ StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumn.__key_warning(key)
1765
+ return super().__getitem__(key)
1766
+
1767
+ def get(self, key: str, default = None) -> Any:
1768
+ StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumn.__key_warning(key)
1769
+ return super().get(key, default)
1770
+
1771
+ def __init__(__self__, *,
1772
+ column: Optional[str] = None,
1773
+ data_type: Optional[str] = None,
1774
+ length: Optional[int] = None,
1775
+ nullable: Optional[bool] = None,
1776
+ ordinal_position: Optional[int] = None,
1777
+ precision: Optional[int] = None,
1778
+ primary_key: Optional[bool] = None,
1779
+ scale: Optional[int] = None):
1780
+ """
1781
+ :param str column: Column name.
1782
+ :param str data_type: The SQL Server data type. Full data types list can be found here:
1783
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
1784
+ :param int length: (Output)
1785
+ Column length.
1786
+ :param bool nullable: (Output)
1787
+ Whether or not the column can accept a null value.
1788
+ :param int ordinal_position: (Output)
1789
+ The ordinal position of the column in the table.
1790
+ :param int precision: (Output)
1791
+ Column precision.
1792
+ :param bool primary_key: (Output)
1793
+ Whether or not the column represents a primary key.
1794
+ :param int scale: (Output)
1795
+ Column scale.
1796
+ """
1797
+ if column is not None:
1798
+ pulumi.set(__self__, "column", column)
1799
+ if data_type is not None:
1800
+ pulumi.set(__self__, "data_type", data_type)
1801
+ if length is not None:
1802
+ pulumi.set(__self__, "length", length)
1803
+ if nullable is not None:
1804
+ pulumi.set(__self__, "nullable", nullable)
1805
+ if ordinal_position is not None:
1806
+ pulumi.set(__self__, "ordinal_position", ordinal_position)
1807
+ if precision is not None:
1808
+ pulumi.set(__self__, "precision", precision)
1809
+ if primary_key is not None:
1810
+ pulumi.set(__self__, "primary_key", primary_key)
1811
+ if scale is not None:
1812
+ pulumi.set(__self__, "scale", scale)
1813
+
1814
+ @property
1815
+ @pulumi.getter
1816
+ def column(self) -> Optional[str]:
1817
+ """
1818
+ Column name.
1819
+ """
1820
+ return pulumi.get(self, "column")
1821
+
1822
+ @property
1823
+ @pulumi.getter(name="dataType")
1824
+ def data_type(self) -> Optional[str]:
1825
+ """
1826
+ The SQL Server data type. Full data types list can be found here:
1827
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
1828
+ """
1829
+ return pulumi.get(self, "data_type")
1830
+
1831
+ @property
1832
+ @pulumi.getter
1833
+ def length(self) -> Optional[int]:
1834
+ """
1835
+ (Output)
1836
+ Column length.
1837
+ """
1838
+ return pulumi.get(self, "length")
1839
+
1840
+ @property
1841
+ @pulumi.getter
1842
+ def nullable(self) -> Optional[bool]:
1843
+ """
1844
+ (Output)
1845
+ Whether or not the column can accept a null value.
1846
+ """
1847
+ return pulumi.get(self, "nullable")
1848
+
1849
+ @property
1850
+ @pulumi.getter(name="ordinalPosition")
1851
+ def ordinal_position(self) -> Optional[int]:
1852
+ """
1853
+ (Output)
1854
+ The ordinal position of the column in the table.
1855
+ """
1856
+ return pulumi.get(self, "ordinal_position")
1857
+
1858
+ @property
1859
+ @pulumi.getter
1860
+ def precision(self) -> Optional[int]:
1861
+ """
1862
+ (Output)
1863
+ Column precision.
1864
+ """
1865
+ return pulumi.get(self, "precision")
1866
+
1867
+ @property
1868
+ @pulumi.getter(name="primaryKey")
1869
+ def primary_key(self) -> Optional[bool]:
1870
+ """
1871
+ (Output)
1872
+ Whether or not the column represents a primary key.
1873
+ """
1874
+ return pulumi.get(self, "primary_key")
1875
+
1876
+ @property
1877
+ @pulumi.getter
1878
+ def scale(self) -> Optional[int]:
1879
+ """
1880
+ (Output)
1881
+ Column scale.
1882
+ """
1883
+ return pulumi.get(self, "scale")
1884
+
1885
+
1569
1886
  @pulumi.output_type
1570
1887
  class StreamBackfillNone(dict):
1571
1888
  def __init__(__self__):
@@ -2027,6 +2344,8 @@ class StreamSourceConfig(dict):
2027
2344
  suggest = "oracle_source_config"
2028
2345
  elif key == "postgresqlSourceConfig":
2029
2346
  suggest = "postgresql_source_config"
2347
+ elif key == "sqlServerSourceConfig":
2348
+ suggest = "sql_server_source_config"
2030
2349
 
2031
2350
  if suggest:
2032
2351
  pulumi.log.warn(f"Key '{key}' not found in StreamSourceConfig. Access the value via the '{suggest}' property getter instead.")
@@ -2043,7 +2362,8 @@ class StreamSourceConfig(dict):
2043
2362
  source_connection_profile: str,
2044
2363
  mysql_source_config: Optional['outputs.StreamSourceConfigMysqlSourceConfig'] = None,
2045
2364
  oracle_source_config: Optional['outputs.StreamSourceConfigOracleSourceConfig'] = None,
2046
- postgresql_source_config: Optional['outputs.StreamSourceConfigPostgresqlSourceConfig'] = None):
2365
+ postgresql_source_config: Optional['outputs.StreamSourceConfigPostgresqlSourceConfig'] = None,
2366
+ sql_server_source_config: Optional['outputs.StreamSourceConfigSqlServerSourceConfig'] = None):
2047
2367
  """
2048
2368
  :param str source_connection_profile: Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
2049
2369
  :param 'StreamSourceConfigMysqlSourceConfigArgs' mysql_source_config: MySQL data source configuration.
@@ -2052,6 +2372,8 @@ class StreamSourceConfig(dict):
2052
2372
  Structure is documented below.
2053
2373
  :param 'StreamSourceConfigPostgresqlSourceConfigArgs' postgresql_source_config: PostgreSQL data source configuration.
2054
2374
  Structure is documented below.
2375
+ :param 'StreamSourceConfigSqlServerSourceConfigArgs' sql_server_source_config: SQL Server data source configuration.
2376
+ Structure is documented below.
2055
2377
  """
2056
2378
  pulumi.set(__self__, "source_connection_profile", source_connection_profile)
2057
2379
  if mysql_source_config is not None:
@@ -2060,6 +2382,8 @@ class StreamSourceConfig(dict):
2060
2382
  pulumi.set(__self__, "oracle_source_config", oracle_source_config)
2061
2383
  if postgresql_source_config is not None:
2062
2384
  pulumi.set(__self__, "postgresql_source_config", postgresql_source_config)
2385
+ if sql_server_source_config is not None:
2386
+ pulumi.set(__self__, "sql_server_source_config", sql_server_source_config)
2063
2387
 
2064
2388
  @property
2065
2389
  @pulumi.getter(name="sourceConnectionProfile")
@@ -2096,9 +2420,18 @@ class StreamSourceConfig(dict):
2096
2420
  """
2097
2421
  return pulumi.get(self, "postgresql_source_config")
2098
2422
 
2099
-
2100
- @pulumi.output_type
2101
- class StreamSourceConfigMysqlSourceConfig(dict):
2423
+ @property
2424
+ @pulumi.getter(name="sqlServerSourceConfig")
2425
+ def sql_server_source_config(self) -> Optional['outputs.StreamSourceConfigSqlServerSourceConfig']:
2426
+ """
2427
+ SQL Server data source configuration.
2428
+ Structure is documented below.
2429
+ """
2430
+ return pulumi.get(self, "sql_server_source_config")
2431
+
2432
+
2433
+ @pulumi.output_type
2434
+ class StreamSourceConfigMysqlSourceConfig(dict):
2102
2435
  @staticmethod
2103
2436
  def __key_warning(key: str):
2104
2437
  suggest = None
@@ -4017,3 +4350,529 @@ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPost
4017
4350
  return pulumi.get(self, "scale")
4018
4351
 
4019
4352
 
4353
+ @pulumi.output_type
4354
+ class StreamSourceConfigSqlServerSourceConfig(dict):
4355
+ @staticmethod
4356
+ def __key_warning(key: str):
4357
+ suggest = None
4358
+ if key == "excludeObjects":
4359
+ suggest = "exclude_objects"
4360
+ elif key == "includeObjects":
4361
+ suggest = "include_objects"
4362
+ elif key == "maxConcurrentBackfillTasks":
4363
+ suggest = "max_concurrent_backfill_tasks"
4364
+ elif key == "maxConcurrentCdcTasks":
4365
+ suggest = "max_concurrent_cdc_tasks"
4366
+
4367
+ if suggest:
4368
+ pulumi.log.warn(f"Key '{key}' not found in StreamSourceConfigSqlServerSourceConfig. Access the value via the '{suggest}' property getter instead.")
4369
+
4370
+ def __getitem__(self, key: str) -> Any:
4371
+ StreamSourceConfigSqlServerSourceConfig.__key_warning(key)
4372
+ return super().__getitem__(key)
4373
+
4374
+ def get(self, key: str, default = None) -> Any:
4375
+ StreamSourceConfigSqlServerSourceConfig.__key_warning(key)
4376
+ return super().get(key, default)
4377
+
4378
+ def __init__(__self__, *,
4379
+ exclude_objects: Optional['outputs.StreamSourceConfigSqlServerSourceConfigExcludeObjects'] = None,
4380
+ include_objects: Optional['outputs.StreamSourceConfigSqlServerSourceConfigIncludeObjects'] = None,
4381
+ max_concurrent_backfill_tasks: Optional[int] = None,
4382
+ max_concurrent_cdc_tasks: Optional[int] = None):
4383
+ """
4384
+ :param 'StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs' exclude_objects: SQL Server objects to exclude from the stream.
4385
+ Structure is documented below.
4386
+ :param 'StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs' include_objects: SQL Server objects to retrieve from the source.
4387
+ Structure is documented below.
4388
+ :param int max_concurrent_backfill_tasks: Max concurrent backfill tasks.
4389
+ :param int max_concurrent_cdc_tasks: Max concurrent CDC tasks.
4390
+ """
4391
+ if exclude_objects is not None:
4392
+ pulumi.set(__self__, "exclude_objects", exclude_objects)
4393
+ if include_objects is not None:
4394
+ pulumi.set(__self__, "include_objects", include_objects)
4395
+ if max_concurrent_backfill_tasks is not None:
4396
+ pulumi.set(__self__, "max_concurrent_backfill_tasks", max_concurrent_backfill_tasks)
4397
+ if max_concurrent_cdc_tasks is not None:
4398
+ pulumi.set(__self__, "max_concurrent_cdc_tasks", max_concurrent_cdc_tasks)
4399
+
4400
+ @property
4401
+ @pulumi.getter(name="excludeObjects")
4402
+ def exclude_objects(self) -> Optional['outputs.StreamSourceConfigSqlServerSourceConfigExcludeObjects']:
4403
+ """
4404
+ SQL Server objects to exclude from the stream.
4405
+ Structure is documented below.
4406
+ """
4407
+ return pulumi.get(self, "exclude_objects")
4408
+
4409
+ @property
4410
+ @pulumi.getter(name="includeObjects")
4411
+ def include_objects(self) -> Optional['outputs.StreamSourceConfigSqlServerSourceConfigIncludeObjects']:
4412
+ """
4413
+ SQL Server objects to retrieve from the source.
4414
+ Structure is documented below.
4415
+ """
4416
+ return pulumi.get(self, "include_objects")
4417
+
4418
+ @property
4419
+ @pulumi.getter(name="maxConcurrentBackfillTasks")
4420
+ def max_concurrent_backfill_tasks(self) -> Optional[int]:
4421
+ """
4422
+ Max concurrent backfill tasks.
4423
+ """
4424
+ return pulumi.get(self, "max_concurrent_backfill_tasks")
4425
+
4426
+ @property
4427
+ @pulumi.getter(name="maxConcurrentCdcTasks")
4428
+ def max_concurrent_cdc_tasks(self) -> Optional[int]:
4429
+ """
4430
+ Max concurrent CDC tasks.
4431
+ """
4432
+ return pulumi.get(self, "max_concurrent_cdc_tasks")
4433
+
4434
+
4435
+ @pulumi.output_type
4436
+ class StreamSourceConfigSqlServerSourceConfigExcludeObjects(dict):
4437
+ def __init__(__self__, *,
4438
+ schemas: Sequence['outputs.StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchema']):
4439
+ """
4440
+ :param Sequence['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs'] schemas: SQL Server schemas/databases in the database server
4441
+ Structure is documented below.
4442
+ """
4443
+ pulumi.set(__self__, "schemas", schemas)
4444
+
4445
+ @property
4446
+ @pulumi.getter
4447
+ def schemas(self) -> Sequence['outputs.StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchema']:
4448
+ """
4449
+ SQL Server schemas/databases in the database server
4450
+ Structure is documented below.
4451
+ """
4452
+ return pulumi.get(self, "schemas")
4453
+
4454
+
4455
+ @pulumi.output_type
4456
+ class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchema(dict):
4457
+ def __init__(__self__, *,
4458
+ schema: str,
4459
+ tables: Optional[Sequence['outputs.StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTable']] = None):
4460
+ """
4461
+ :param str schema: Schema name.
4462
+ :param Sequence['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs'] tables: Tables in the database.
4463
+ Structure is documented below.
4464
+ """
4465
+ pulumi.set(__self__, "schema", schema)
4466
+ if tables is not None:
4467
+ pulumi.set(__self__, "tables", tables)
4468
+
4469
+ @property
4470
+ @pulumi.getter
4471
+ def schema(self) -> str:
4472
+ """
4473
+ Schema name.
4474
+ """
4475
+ return pulumi.get(self, "schema")
4476
+
4477
+ @property
4478
+ @pulumi.getter
4479
+ def tables(self) -> Optional[Sequence['outputs.StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTable']]:
4480
+ """
4481
+ Tables in the database.
4482
+ Structure is documented below.
4483
+ """
4484
+ return pulumi.get(self, "tables")
4485
+
4486
+
4487
+ @pulumi.output_type
4488
+ class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTable(dict):
4489
+ def __init__(__self__, *,
4490
+ table: str,
4491
+ columns: Optional[Sequence['outputs.StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumn']] = None):
4492
+ """
4493
+ :param str table: Table name.
4494
+ :param Sequence['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs'] columns: SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
4495
+ Structure is documented below.
4496
+ """
4497
+ pulumi.set(__self__, "table", table)
4498
+ if columns is not None:
4499
+ pulumi.set(__self__, "columns", columns)
4500
+
4501
+ @property
4502
+ @pulumi.getter
4503
+ def table(self) -> str:
4504
+ """
4505
+ Table name.
4506
+ """
4507
+ return pulumi.get(self, "table")
4508
+
4509
+ @property
4510
+ @pulumi.getter
4511
+ def columns(self) -> Optional[Sequence['outputs.StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumn']]:
4512
+ """
4513
+ SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
4514
+ Structure is documented below.
4515
+ """
4516
+ return pulumi.get(self, "columns")
4517
+
4518
+
4519
+ @pulumi.output_type
4520
+ class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumn(dict):
4521
+ @staticmethod
4522
+ def __key_warning(key: str):
4523
+ suggest = None
4524
+ if key == "dataType":
4525
+ suggest = "data_type"
4526
+ elif key == "ordinalPosition":
4527
+ suggest = "ordinal_position"
4528
+ elif key == "primaryKey":
4529
+ suggest = "primary_key"
4530
+
4531
+ if suggest:
4532
+ pulumi.log.warn(f"Key '{key}' not found in StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumn. Access the value via the '{suggest}' property getter instead.")
4533
+
4534
+ def __getitem__(self, key: str) -> Any:
4535
+ StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumn.__key_warning(key)
4536
+ return super().__getitem__(key)
4537
+
4538
+ def get(self, key: str, default = None) -> Any:
4539
+ StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumn.__key_warning(key)
4540
+ return super().get(key, default)
4541
+
4542
+ def __init__(__self__, *,
4543
+ column: Optional[str] = None,
4544
+ data_type: Optional[str] = None,
4545
+ length: Optional[int] = None,
4546
+ nullable: Optional[bool] = None,
4547
+ ordinal_position: Optional[int] = None,
4548
+ precision: Optional[int] = None,
4549
+ primary_key: Optional[bool] = None,
4550
+ scale: Optional[int] = None):
4551
+ """
4552
+ :param str column: Column name.
4553
+ :param str data_type: The SQL Server data type. Full data types list can be found here:
4554
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
4555
+ :param int length: (Output)
4556
+ Column length.
4557
+ :param bool nullable: (Output)
4558
+ Whether or not the column can accept a null value.
4559
+ :param int ordinal_position: (Output)
4560
+ The ordinal position of the column in the table.
4561
+ :param int precision: (Output)
4562
+ Column precision.
4563
+ :param bool primary_key: (Output)
4564
+ Whether or not the column represents a primary key.
4565
+ :param int scale: (Output)
4566
+ Column scale.
4567
+ """
4568
+ if column is not None:
4569
+ pulumi.set(__self__, "column", column)
4570
+ if data_type is not None:
4571
+ pulumi.set(__self__, "data_type", data_type)
4572
+ if length is not None:
4573
+ pulumi.set(__self__, "length", length)
4574
+ if nullable is not None:
4575
+ pulumi.set(__self__, "nullable", nullable)
4576
+ if ordinal_position is not None:
4577
+ pulumi.set(__self__, "ordinal_position", ordinal_position)
4578
+ if precision is not None:
4579
+ pulumi.set(__self__, "precision", precision)
4580
+ if primary_key is not None:
4581
+ pulumi.set(__self__, "primary_key", primary_key)
4582
+ if scale is not None:
4583
+ pulumi.set(__self__, "scale", scale)
4584
+
4585
+ @property
4586
+ @pulumi.getter
4587
+ def column(self) -> Optional[str]:
4588
+ """
4589
+ Column name.
4590
+ """
4591
+ return pulumi.get(self, "column")
4592
+
4593
+ @property
4594
+ @pulumi.getter(name="dataType")
4595
+ def data_type(self) -> Optional[str]:
4596
+ """
4597
+ The SQL Server data type. Full data types list can be found here:
4598
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
4599
+ """
4600
+ return pulumi.get(self, "data_type")
4601
+
4602
+ @property
4603
+ @pulumi.getter
4604
+ def length(self) -> Optional[int]:
4605
+ """
4606
+ (Output)
4607
+ Column length.
4608
+ """
4609
+ return pulumi.get(self, "length")
4610
+
4611
+ @property
4612
+ @pulumi.getter
4613
+ def nullable(self) -> Optional[bool]:
4614
+ """
4615
+ (Output)
4616
+ Whether or not the column can accept a null value.
4617
+ """
4618
+ return pulumi.get(self, "nullable")
4619
+
4620
+ @property
4621
+ @pulumi.getter(name="ordinalPosition")
4622
+ def ordinal_position(self) -> Optional[int]:
4623
+ """
4624
+ (Output)
4625
+ The ordinal position of the column in the table.
4626
+ """
4627
+ return pulumi.get(self, "ordinal_position")
4628
+
4629
+ @property
4630
+ @pulumi.getter
4631
+ def precision(self) -> Optional[int]:
4632
+ """
4633
+ (Output)
4634
+ Column precision.
4635
+ """
4636
+ return pulumi.get(self, "precision")
4637
+
4638
+ @property
4639
+ @pulumi.getter(name="primaryKey")
4640
+ def primary_key(self) -> Optional[bool]:
4641
+ """
4642
+ (Output)
4643
+ Whether or not the column represents a primary key.
4644
+ """
4645
+ return pulumi.get(self, "primary_key")
4646
+
4647
+ @property
4648
+ @pulumi.getter
4649
+ def scale(self) -> Optional[int]:
4650
+ """
4651
+ (Output)
4652
+ Column scale.
4653
+ """
4654
+ return pulumi.get(self, "scale")
4655
+
4656
+
4657
+ @pulumi.output_type
4658
+ class StreamSourceConfigSqlServerSourceConfigIncludeObjects(dict):
4659
+ def __init__(__self__, *,
4660
+ schemas: Sequence['outputs.StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchema']):
4661
+ """
4662
+ :param Sequence['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs'] schemas: SQL Server schemas/databases in the database server
4663
+ Structure is documented below.
4664
+ """
4665
+ pulumi.set(__self__, "schemas", schemas)
4666
+
4667
+ @property
4668
+ @pulumi.getter
4669
+ def schemas(self) -> Sequence['outputs.StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchema']:
4670
+ """
4671
+ SQL Server schemas/databases in the database server
4672
+ Structure is documented below.
4673
+ """
4674
+ return pulumi.get(self, "schemas")
4675
+
4676
+
4677
+ @pulumi.output_type
4678
+ class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchema(dict):
4679
+ def __init__(__self__, *,
4680
+ schema: str,
4681
+ tables: Optional[Sequence['outputs.StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTable']] = None):
4682
+ """
4683
+ :param str schema: Schema name.
4684
+ :param Sequence['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs'] tables: Tables in the database.
4685
+ Structure is documented below.
4686
+ """
4687
+ pulumi.set(__self__, "schema", schema)
4688
+ if tables is not None:
4689
+ pulumi.set(__self__, "tables", tables)
4690
+
4691
+ @property
4692
+ @pulumi.getter
4693
+ def schema(self) -> str:
4694
+ """
4695
+ Schema name.
4696
+ """
4697
+ return pulumi.get(self, "schema")
4698
+
4699
+ @property
4700
+ @pulumi.getter
4701
+ def tables(self) -> Optional[Sequence['outputs.StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTable']]:
4702
+ """
4703
+ Tables in the database.
4704
+ Structure is documented below.
4705
+ """
4706
+ return pulumi.get(self, "tables")
4707
+
4708
+
4709
+ @pulumi.output_type
4710
+ class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTable(dict):
4711
+ def __init__(__self__, *,
4712
+ table: str,
4713
+ columns: Optional[Sequence['outputs.StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumn']] = None):
4714
+ """
4715
+ :param str table: Table name.
4716
+ :param Sequence['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs'] columns: SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
4717
+ Structure is documented below.
4718
+ """
4719
+ pulumi.set(__self__, "table", table)
4720
+ if columns is not None:
4721
+ pulumi.set(__self__, "columns", columns)
4722
+
4723
+ @property
4724
+ @pulumi.getter
4725
+ def table(self) -> str:
4726
+ """
4727
+ Table name.
4728
+ """
4729
+ return pulumi.get(self, "table")
4730
+
4731
+ @property
4732
+ @pulumi.getter
4733
+ def columns(self) -> Optional[Sequence['outputs.StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumn']]:
4734
+ """
4735
+ SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
4736
+ Structure is documented below.
4737
+ """
4738
+ return pulumi.get(self, "columns")
4739
+
4740
+
4741
+ @pulumi.output_type
4742
+ class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumn(dict):
4743
+ @staticmethod
4744
+ def __key_warning(key: str):
4745
+ suggest = None
4746
+ if key == "dataType":
4747
+ suggest = "data_type"
4748
+ elif key == "ordinalPosition":
4749
+ suggest = "ordinal_position"
4750
+ elif key == "primaryKey":
4751
+ suggest = "primary_key"
4752
+
4753
+ if suggest:
4754
+ pulumi.log.warn(f"Key '{key}' not found in StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumn. Access the value via the '{suggest}' property getter instead.")
4755
+
4756
+ def __getitem__(self, key: str) -> Any:
4757
+ StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumn.__key_warning(key)
4758
+ return super().__getitem__(key)
4759
+
4760
+ def get(self, key: str, default = None) -> Any:
4761
+ StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumn.__key_warning(key)
4762
+ return super().get(key, default)
4763
+
4764
+ def __init__(__self__, *,
4765
+ column: Optional[str] = None,
4766
+ data_type: Optional[str] = None,
4767
+ length: Optional[int] = None,
4768
+ nullable: Optional[bool] = None,
4769
+ ordinal_position: Optional[int] = None,
4770
+ precision: Optional[int] = None,
4771
+ primary_key: Optional[bool] = None,
4772
+ scale: Optional[int] = None):
4773
+ """
4774
+ :param str column: Column name.
4775
+ :param str data_type: The SQL Server data type. Full data types list can be found here:
4776
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
4777
+ :param int length: (Output)
4778
+ Column length.
4779
+ :param bool nullable: (Output)
4780
+ Whether or not the column can accept a null value.
4781
+ :param int ordinal_position: (Output)
4782
+ The ordinal position of the column in the table.
4783
+ :param int precision: (Output)
4784
+ Column precision.
4785
+ :param bool primary_key: (Output)
4786
+ Whether or not the column represents a primary key.
4787
+ :param int scale: (Output)
4788
+ Column scale.
4789
+ """
4790
+ if column is not None:
4791
+ pulumi.set(__self__, "column", column)
4792
+ if data_type is not None:
4793
+ pulumi.set(__self__, "data_type", data_type)
4794
+ if length is not None:
4795
+ pulumi.set(__self__, "length", length)
4796
+ if nullable is not None:
4797
+ pulumi.set(__self__, "nullable", nullable)
4798
+ if ordinal_position is not None:
4799
+ pulumi.set(__self__, "ordinal_position", ordinal_position)
4800
+ if precision is not None:
4801
+ pulumi.set(__self__, "precision", precision)
4802
+ if primary_key is not None:
4803
+ pulumi.set(__self__, "primary_key", primary_key)
4804
+ if scale is not None:
4805
+ pulumi.set(__self__, "scale", scale)
4806
+
4807
+ @property
4808
+ @pulumi.getter
4809
+ def column(self) -> Optional[str]:
4810
+ """
4811
+ Column name.
4812
+ """
4813
+ return pulumi.get(self, "column")
4814
+
4815
+ @property
4816
+ @pulumi.getter(name="dataType")
4817
+ def data_type(self) -> Optional[str]:
4818
+ """
4819
+ The SQL Server data type. Full data types list can be found here:
4820
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
4821
+ """
4822
+ return pulumi.get(self, "data_type")
4823
+
4824
+ @property
4825
+ @pulumi.getter
4826
+ def length(self) -> Optional[int]:
4827
+ """
4828
+ (Output)
4829
+ Column length.
4830
+ """
4831
+ return pulumi.get(self, "length")
4832
+
4833
+ @property
4834
+ @pulumi.getter
4835
+ def nullable(self) -> Optional[bool]:
4836
+ """
4837
+ (Output)
4838
+ Whether or not the column can accept a null value.
4839
+ """
4840
+ return pulumi.get(self, "nullable")
4841
+
4842
+ @property
4843
+ @pulumi.getter(name="ordinalPosition")
4844
+ def ordinal_position(self) -> Optional[int]:
4845
+ """
4846
+ (Output)
4847
+ The ordinal position of the column in the table.
4848
+ """
4849
+ return pulumi.get(self, "ordinal_position")
4850
+
4851
+ @property
4852
+ @pulumi.getter
4853
+ def precision(self) -> Optional[int]:
4854
+ """
4855
+ (Output)
4856
+ Column precision.
4857
+ """
4858
+ return pulumi.get(self, "precision")
4859
+
4860
+ @property
4861
+ @pulumi.getter(name="primaryKey")
4862
+ def primary_key(self) -> Optional[bool]:
4863
+ """
4864
+ (Output)
4865
+ Whether or not the column represents a primary key.
4866
+ """
4867
+ return pulumi.get(self, "primary_key")
4868
+
4869
+ @property
4870
+ @pulumi.getter
4871
+ def scale(self) -> Optional[int]:
4872
+ """
4873
+ (Output)
4874
+ Column scale.
4875
+ """
4876
+ return pulumi.get(self, "scale")
4877
+
4878
+