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
@@ -18,6 +18,7 @@ __all__ = [
18
18
  'ConnectionProfileOracleProfileArgs',
19
19
  'ConnectionProfilePostgresqlProfileArgs',
20
20
  'ConnectionProfilePrivateConnectivityArgs',
21
+ 'ConnectionProfileSqlServerProfileArgs',
21
22
  'PrivateConnectionErrorArgs',
22
23
  'PrivateConnectionVpcPeeringConfigArgs',
23
24
  'StreamBackfillAllArgs',
@@ -33,6 +34,10 @@ __all__ = [
33
34
  'StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs',
34
35
  'StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs',
35
36
  'StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs',
37
+ 'StreamBackfillAllSqlServerExcludedObjectsArgs',
38
+ 'StreamBackfillAllSqlServerExcludedObjectsSchemaArgs',
39
+ 'StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs',
40
+ 'StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs',
36
41
  'StreamBackfillNoneArgs',
37
42
  'StreamDestinationConfigArgs',
38
43
  'StreamDestinationConfigBigqueryDestinationConfigArgs',
@@ -72,6 +77,15 @@ __all__ = [
72
77
  'StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs',
73
78
  'StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs',
74
79
  'StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs',
80
+ 'StreamSourceConfigSqlServerSourceConfigArgs',
81
+ 'StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs',
82
+ 'StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs',
83
+ 'StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs',
84
+ 'StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs',
85
+ 'StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs',
86
+ 'StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs',
87
+ 'StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs',
88
+ 'StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs',
75
89
  ]
76
90
 
77
91
  @pulumi.input_type
@@ -630,6 +644,91 @@ class ConnectionProfilePrivateConnectivityArgs:
630
644
  pulumi.set(self, "private_connection", value)
631
645
 
632
646
 
647
+ @pulumi.input_type
648
+ class ConnectionProfileSqlServerProfileArgs:
649
+ def __init__(__self__, *,
650
+ database: pulumi.Input[str],
651
+ hostname: pulumi.Input[str],
652
+ password: pulumi.Input[str],
653
+ username: pulumi.Input[str],
654
+ port: Optional[pulumi.Input[int]] = None):
655
+ """
656
+ :param pulumi.Input[str] database: Database for the SQL Server connection.
657
+ :param pulumi.Input[str] hostname: Hostname for the SQL Server connection.
658
+ :param pulumi.Input[str] password: Password for the SQL Server connection.
659
+ **Note**: This property is sensitive and will not be displayed in the plan.
660
+ :param pulumi.Input[str] username: Username for the SQL Server connection.
661
+ :param pulumi.Input[int] port: Port for the SQL Server connection.
662
+ """
663
+ pulumi.set(__self__, "database", database)
664
+ pulumi.set(__self__, "hostname", hostname)
665
+ pulumi.set(__self__, "password", password)
666
+ pulumi.set(__self__, "username", username)
667
+ if port is not None:
668
+ pulumi.set(__self__, "port", port)
669
+
670
+ @property
671
+ @pulumi.getter
672
+ def database(self) -> pulumi.Input[str]:
673
+ """
674
+ Database for the SQL Server connection.
675
+ """
676
+ return pulumi.get(self, "database")
677
+
678
+ @database.setter
679
+ def database(self, value: pulumi.Input[str]):
680
+ pulumi.set(self, "database", value)
681
+
682
+ @property
683
+ @pulumi.getter
684
+ def hostname(self) -> pulumi.Input[str]:
685
+ """
686
+ Hostname for the SQL Server connection.
687
+ """
688
+ return pulumi.get(self, "hostname")
689
+
690
+ @hostname.setter
691
+ def hostname(self, value: pulumi.Input[str]):
692
+ pulumi.set(self, "hostname", value)
693
+
694
+ @property
695
+ @pulumi.getter
696
+ def password(self) -> pulumi.Input[str]:
697
+ """
698
+ Password for the SQL Server connection.
699
+ **Note**: This property is sensitive and will not be displayed in the plan.
700
+ """
701
+ return pulumi.get(self, "password")
702
+
703
+ @password.setter
704
+ def password(self, value: pulumi.Input[str]):
705
+ pulumi.set(self, "password", value)
706
+
707
+ @property
708
+ @pulumi.getter
709
+ def username(self) -> pulumi.Input[str]:
710
+ """
711
+ Username for the SQL Server connection.
712
+ """
713
+ return pulumi.get(self, "username")
714
+
715
+ @username.setter
716
+ def username(self, value: pulumi.Input[str]):
717
+ pulumi.set(self, "username", value)
718
+
719
+ @property
720
+ @pulumi.getter
721
+ def port(self) -> Optional[pulumi.Input[int]]:
722
+ """
723
+ Port for the SQL Server connection.
724
+ """
725
+ return pulumi.get(self, "port")
726
+
727
+ @port.setter
728
+ def port(self, value: Optional[pulumi.Input[int]]):
729
+ pulumi.set(self, "port", value)
730
+
731
+
633
732
  @pulumi.input_type
634
733
  class PrivateConnectionErrorArgs:
635
734
  def __init__(__self__, *,
@@ -717,7 +816,8 @@ class StreamBackfillAllArgs:
717
816
  def __init__(__self__, *,
718
817
  mysql_excluded_objects: Optional[pulumi.Input['StreamBackfillAllMysqlExcludedObjectsArgs']] = None,
719
818
  oracle_excluded_objects: Optional[pulumi.Input['StreamBackfillAllOracleExcludedObjectsArgs']] = None,
720
- postgresql_excluded_objects: Optional[pulumi.Input['StreamBackfillAllPostgresqlExcludedObjectsArgs']] = None):
819
+ postgresql_excluded_objects: Optional[pulumi.Input['StreamBackfillAllPostgresqlExcludedObjectsArgs']] = None,
820
+ sql_server_excluded_objects: Optional[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsArgs']] = None):
721
821
  """
722
822
  :param pulumi.Input['StreamBackfillAllMysqlExcludedObjectsArgs'] mysql_excluded_objects: MySQL data source objects to avoid backfilling.
723
823
  Structure is documented below.
@@ -725,6 +825,8 @@ class StreamBackfillAllArgs:
725
825
  Structure is documented below.
726
826
  :param pulumi.Input['StreamBackfillAllPostgresqlExcludedObjectsArgs'] postgresql_excluded_objects: PostgreSQL data source objects to avoid backfilling.
727
827
  Structure is documented below.
828
+ :param pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsArgs'] sql_server_excluded_objects: SQL Server data source objects to avoid backfilling.
829
+ Structure is documented below.
728
830
  """
729
831
  if mysql_excluded_objects is not None:
730
832
  pulumi.set(__self__, "mysql_excluded_objects", mysql_excluded_objects)
@@ -732,6 +834,8 @@ class StreamBackfillAllArgs:
732
834
  pulumi.set(__self__, "oracle_excluded_objects", oracle_excluded_objects)
733
835
  if postgresql_excluded_objects is not None:
734
836
  pulumi.set(__self__, "postgresql_excluded_objects", postgresql_excluded_objects)
837
+ if sql_server_excluded_objects is not None:
838
+ pulumi.set(__self__, "sql_server_excluded_objects", sql_server_excluded_objects)
735
839
 
736
840
  @property
737
841
  @pulumi.getter(name="mysqlExcludedObjects")
@@ -772,6 +876,19 @@ class StreamBackfillAllArgs:
772
876
  def postgresql_excluded_objects(self, value: Optional[pulumi.Input['StreamBackfillAllPostgresqlExcludedObjectsArgs']]):
773
877
  pulumi.set(self, "postgresql_excluded_objects", value)
774
878
 
879
+ @property
880
+ @pulumi.getter(name="sqlServerExcludedObjects")
881
+ def sql_server_excluded_objects(self) -> Optional[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsArgs']]:
882
+ """
883
+ SQL Server data source objects to avoid backfilling.
884
+ Structure is documented below.
885
+ """
886
+ return pulumi.get(self, "sql_server_excluded_objects")
887
+
888
+ @sql_server_excluded_objects.setter
889
+ def sql_server_excluded_objects(self, value: Optional[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsArgs']]):
890
+ pulumi.set(self, "sql_server_excluded_objects", value)
891
+
775
892
 
776
893
  @pulumi.input_type
777
894
  class StreamBackfillAllMysqlExcludedObjectsArgs:
@@ -1519,483 +1636,1293 @@ class StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableP
1519
1636
 
1520
1637
 
1521
1638
  @pulumi.input_type
1522
- class StreamBackfillNoneArgs:
1523
- def __init__(__self__):
1524
- pass
1525
-
1526
-
1527
- @pulumi.input_type
1528
- class StreamDestinationConfigArgs:
1639
+ class StreamBackfillAllSqlServerExcludedObjectsArgs:
1529
1640
  def __init__(__self__, *,
1530
- destination_connection_profile: pulumi.Input[str],
1531
- bigquery_destination_config: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigArgs']] = None,
1532
- gcs_destination_config: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigArgs']] = None):
1641
+ schemas: pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaArgs']]]):
1533
1642
  """
1534
- :param pulumi.Input[str] destination_connection_profile: Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
1535
- :param pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigArgs'] bigquery_destination_config: A configuration for how data should be loaded to Cloud Storage.
1536
- Structure is documented below.
1537
- :param pulumi.Input['StreamDestinationConfigGcsDestinationConfigArgs'] gcs_destination_config: A configuration for how data should be loaded to Cloud Storage.
1643
+ :param pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaArgs']]] schemas: SQL Server schemas/databases in the database server
1538
1644
  Structure is documented below.
1539
1645
  """
1540
- pulumi.set(__self__, "destination_connection_profile", destination_connection_profile)
1541
- if bigquery_destination_config is not None:
1542
- pulumi.set(__self__, "bigquery_destination_config", bigquery_destination_config)
1543
- if gcs_destination_config is not None:
1544
- pulumi.set(__self__, "gcs_destination_config", gcs_destination_config)
1545
-
1546
- @property
1547
- @pulumi.getter(name="destinationConnectionProfile")
1548
- def destination_connection_profile(self) -> pulumi.Input[str]:
1549
- """
1550
- Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
1551
- """
1552
- return pulumi.get(self, "destination_connection_profile")
1553
-
1554
- @destination_connection_profile.setter
1555
- def destination_connection_profile(self, value: pulumi.Input[str]):
1556
- pulumi.set(self, "destination_connection_profile", value)
1557
-
1558
- @property
1559
- @pulumi.getter(name="bigqueryDestinationConfig")
1560
- def bigquery_destination_config(self) -> Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigArgs']]:
1561
- """
1562
- A configuration for how data should be loaded to Cloud Storage.
1563
- Structure is documented below.
1564
- """
1565
- return pulumi.get(self, "bigquery_destination_config")
1566
-
1567
- @bigquery_destination_config.setter
1568
- def bigquery_destination_config(self, value: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigArgs']]):
1569
- pulumi.set(self, "bigquery_destination_config", value)
1646
+ pulumi.set(__self__, "schemas", schemas)
1570
1647
 
1571
1648
  @property
1572
- @pulumi.getter(name="gcsDestinationConfig")
1573
- def gcs_destination_config(self) -> Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigArgs']]:
1649
+ @pulumi.getter
1650
+ def schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaArgs']]]:
1574
1651
  """
1575
- A configuration for how data should be loaded to Cloud Storage.
1652
+ SQL Server schemas/databases in the database server
1576
1653
  Structure is documented below.
1577
1654
  """
1578
- return pulumi.get(self, "gcs_destination_config")
1655
+ return pulumi.get(self, "schemas")
1579
1656
 
1580
- @gcs_destination_config.setter
1581
- def gcs_destination_config(self, value: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigArgs']]):
1582
- pulumi.set(self, "gcs_destination_config", value)
1657
+ @schemas.setter
1658
+ def schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaArgs']]]):
1659
+ pulumi.set(self, "schemas", value)
1583
1660
 
1584
1661
 
1585
1662
  @pulumi.input_type
1586
- class StreamDestinationConfigBigqueryDestinationConfigArgs:
1663
+ class StreamBackfillAllSqlServerExcludedObjectsSchemaArgs:
1587
1664
  def __init__(__self__, *,
1588
- data_freshness: Optional[pulumi.Input[str]] = None,
1589
- single_target_dataset: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs']] = None,
1590
- source_hierarchy_datasets: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs']] = None):
1665
+ schema: pulumi.Input[str],
1666
+ tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs']]]] = None):
1591
1667
  """
1592
- :param pulumi.Input[str] data_freshness: The guaranteed data freshness (in seconds) when querying tables created by the stream.
1593
- Editing this field will only affect new tables created in the future, but existing tables
1594
- will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
1595
- A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.
1596
- :param pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs'] single_target_dataset: A single target dataset to which all data will be streamed.
1597
- Structure is documented below.
1598
- :param pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs'] source_hierarchy_datasets: Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.
1668
+ :param pulumi.Input[str] schema: Schema name.
1669
+ :param pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs']]] tables: Tables in the database.
1599
1670
  Structure is documented below.
1600
1671
  """
1601
- if data_freshness is not None:
1602
- pulumi.set(__self__, "data_freshness", data_freshness)
1603
- if single_target_dataset is not None:
1604
- pulumi.set(__self__, "single_target_dataset", single_target_dataset)
1605
- if source_hierarchy_datasets is not None:
1606
- pulumi.set(__self__, "source_hierarchy_datasets", source_hierarchy_datasets)
1607
-
1608
- @property
1609
- @pulumi.getter(name="dataFreshness")
1610
- def data_freshness(self) -> Optional[pulumi.Input[str]]:
1611
- """
1612
- The guaranteed data freshness (in seconds) when querying tables created by the stream.
1613
- Editing this field will only affect new tables created in the future, but existing tables
1614
- will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
1615
- A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.
1616
- """
1617
- return pulumi.get(self, "data_freshness")
1618
-
1619
- @data_freshness.setter
1620
- def data_freshness(self, value: Optional[pulumi.Input[str]]):
1621
- pulumi.set(self, "data_freshness", value)
1672
+ pulumi.set(__self__, "schema", schema)
1673
+ if tables is not None:
1674
+ pulumi.set(__self__, "tables", tables)
1622
1675
 
1623
1676
  @property
1624
- @pulumi.getter(name="singleTargetDataset")
1625
- def single_target_dataset(self) -> Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs']]:
1677
+ @pulumi.getter
1678
+ def schema(self) -> pulumi.Input[str]:
1626
1679
  """
1627
- A single target dataset to which all data will be streamed.
1628
- Structure is documented below.
1680
+ Schema name.
1629
1681
  """
1630
- return pulumi.get(self, "single_target_dataset")
1682
+ return pulumi.get(self, "schema")
1631
1683
 
1632
- @single_target_dataset.setter
1633
- def single_target_dataset(self, value: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs']]):
1634
- pulumi.set(self, "single_target_dataset", value)
1684
+ @schema.setter
1685
+ def schema(self, value: pulumi.Input[str]):
1686
+ pulumi.set(self, "schema", value)
1635
1687
 
1636
1688
  @property
1637
- @pulumi.getter(name="sourceHierarchyDatasets")
1638
- def source_hierarchy_datasets(self) -> Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs']]:
1689
+ @pulumi.getter
1690
+ def tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs']]]]:
1639
1691
  """
1640
- Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.
1692
+ Tables in the database.
1641
1693
  Structure is documented below.
1642
1694
  """
1643
- return pulumi.get(self, "source_hierarchy_datasets")
1695
+ return pulumi.get(self, "tables")
1644
1696
 
1645
- @source_hierarchy_datasets.setter
1646
- def source_hierarchy_datasets(self, value: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs']]):
1647
- pulumi.set(self, "source_hierarchy_datasets", value)
1697
+ @tables.setter
1698
+ def tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs']]]]):
1699
+ pulumi.set(self, "tables", value)
1648
1700
 
1649
1701
 
1650
1702
  @pulumi.input_type
1651
- class StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs:
1703
+ class StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs:
1652
1704
  def __init__(__self__, *,
1653
- dataset_id: pulumi.Input[str]):
1705
+ table: pulumi.Input[str],
1706
+ columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs']]]] = None):
1654
1707
  """
1655
- :param pulumi.Input[str] dataset_id: Dataset ID in the format projects/{project}/datasets/{dataset_id} or
1656
- {project}:{dataset_id}
1708
+ :param pulumi.Input[str] table: Table name.
1709
+ :param pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs']]] columns: SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
1710
+ Structure is documented below.
1657
1711
  """
1658
- pulumi.set(__self__, "dataset_id", dataset_id)
1712
+ pulumi.set(__self__, "table", table)
1713
+ if columns is not None:
1714
+ pulumi.set(__self__, "columns", columns)
1659
1715
 
1660
1716
  @property
1661
- @pulumi.getter(name="datasetId")
1662
- def dataset_id(self) -> pulumi.Input[str]:
1717
+ @pulumi.getter
1718
+ def table(self) -> pulumi.Input[str]:
1663
1719
  """
1664
- Dataset ID in the format projects/{project}/datasets/{dataset_id} or
1665
- {project}:{dataset_id}
1720
+ Table name.
1666
1721
  """
1667
- return pulumi.get(self, "dataset_id")
1668
-
1669
- @dataset_id.setter
1670
- def dataset_id(self, value: pulumi.Input[str]):
1671
- pulumi.set(self, "dataset_id", value)
1672
-
1722
+ return pulumi.get(self, "table")
1673
1723
 
1674
- @pulumi.input_type
1675
- class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs:
1676
- def __init__(__self__, *,
1677
- dataset_template: pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs']):
1678
- """
1679
- :param pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs'] dataset_template: Dataset template used for dynamic dataset creation.
1680
- Structure is documented below.
1681
- """
1682
- pulumi.set(__self__, "dataset_template", dataset_template)
1724
+ @table.setter
1725
+ def table(self, value: pulumi.Input[str]):
1726
+ pulumi.set(self, "table", value)
1683
1727
 
1684
1728
  @property
1685
- @pulumi.getter(name="datasetTemplate")
1686
- def dataset_template(self) -> pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs']:
1729
+ @pulumi.getter
1730
+ def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs']]]]:
1687
1731
  """
1688
- Dataset template used for dynamic dataset creation.
1732
+ SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
1689
1733
  Structure is documented below.
1690
1734
  """
1691
- return pulumi.get(self, "dataset_template")
1735
+ return pulumi.get(self, "columns")
1692
1736
 
1693
- @dataset_template.setter
1694
- def dataset_template(self, value: pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs']):
1695
- pulumi.set(self, "dataset_template", value)
1737
+ @columns.setter
1738
+ def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs']]]]):
1739
+ pulumi.set(self, "columns", value)
1696
1740
 
1697
1741
 
1698
1742
  @pulumi.input_type
1699
- class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs:
1743
+ class StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs:
1700
1744
  def __init__(__self__, *,
1701
- location: pulumi.Input[str],
1702
- dataset_id_prefix: Optional[pulumi.Input[str]] = None,
1703
- kms_key_name: Optional[pulumi.Input[str]] = None):
1745
+ column: Optional[pulumi.Input[str]] = None,
1746
+ data_type: Optional[pulumi.Input[str]] = None,
1747
+ length: Optional[pulumi.Input[int]] = None,
1748
+ nullable: Optional[pulumi.Input[bool]] = None,
1749
+ ordinal_position: Optional[pulumi.Input[int]] = None,
1750
+ precision: Optional[pulumi.Input[int]] = None,
1751
+ primary_key: Optional[pulumi.Input[bool]] = None,
1752
+ scale: Optional[pulumi.Input[int]] = None):
1704
1753
  """
1705
- :param pulumi.Input[str] location: The geographic location where the dataset should reside.
1706
- See https://cloud.google.com/bigquery/docs/locations for supported locations.
1707
- :param pulumi.Input[str] dataset_id_prefix: If supplied, every created dataset will have its name prefixed by the provided value.
1708
- The prefix and name will be separated by an underscore. i.e. _.
1709
- :param pulumi.Input[str] kms_key_name: Describes the Cloud KMS encryption key that will be used to protect destination BigQuery
1710
- table. The BigQuery Service Account associated with your project requires access to this
1711
- encryption key. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}.
1712
- See https://cloud.google.com/bigquery/docs/customer-managed-encryption for more information.
1713
-
1714
- - - -
1754
+ :param pulumi.Input[str] column: Column name.
1755
+ :param pulumi.Input[str] data_type: The SQL Server data type. Full data types list can be found here:
1756
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
1757
+ :param pulumi.Input[int] length: (Output)
1758
+ Column length.
1759
+ :param pulumi.Input[bool] nullable: (Output)
1760
+ Whether or not the column can accept a null value.
1761
+ :param pulumi.Input[int] ordinal_position: (Output)
1762
+ The ordinal position of the column in the table.
1763
+ :param pulumi.Input[int] precision: (Output)
1764
+ Column precision.
1765
+ :param pulumi.Input[bool] primary_key: (Output)
1766
+ Whether or not the column represents a primary key.
1767
+ :param pulumi.Input[int] scale: (Output)
1768
+ Column scale.
1715
1769
  """
1716
- pulumi.set(__self__, "location", location)
1717
- if dataset_id_prefix is not None:
1718
- pulumi.set(__self__, "dataset_id_prefix", dataset_id_prefix)
1719
- if kms_key_name is not None:
1720
- pulumi.set(__self__, "kms_key_name", kms_key_name)
1770
+ if column is not None:
1771
+ pulumi.set(__self__, "column", column)
1772
+ if data_type is not None:
1773
+ pulumi.set(__self__, "data_type", data_type)
1774
+ if length is not None:
1775
+ pulumi.set(__self__, "length", length)
1776
+ if nullable is not None:
1777
+ pulumi.set(__self__, "nullable", nullable)
1778
+ if ordinal_position is not None:
1779
+ pulumi.set(__self__, "ordinal_position", ordinal_position)
1780
+ if precision is not None:
1781
+ pulumi.set(__self__, "precision", precision)
1782
+ if primary_key is not None:
1783
+ pulumi.set(__self__, "primary_key", primary_key)
1784
+ if scale is not None:
1785
+ pulumi.set(__self__, "scale", scale)
1721
1786
 
1722
1787
  @property
1723
1788
  @pulumi.getter
1724
- def location(self) -> pulumi.Input[str]:
1789
+ def column(self) -> Optional[pulumi.Input[str]]:
1725
1790
  """
1726
- The geographic location where the dataset should reside.
1727
- See https://cloud.google.com/bigquery/docs/locations for supported locations.
1791
+ Column name.
1728
1792
  """
1729
- return pulumi.get(self, "location")
1793
+ return pulumi.get(self, "column")
1730
1794
 
1731
- @location.setter
1732
- def location(self, value: pulumi.Input[str]):
1733
- pulumi.set(self, "location", value)
1795
+ @column.setter
1796
+ def column(self, value: Optional[pulumi.Input[str]]):
1797
+ pulumi.set(self, "column", value)
1734
1798
 
1735
1799
  @property
1736
- @pulumi.getter(name="datasetIdPrefix")
1737
- def dataset_id_prefix(self) -> Optional[pulumi.Input[str]]:
1800
+ @pulumi.getter(name="dataType")
1801
+ def data_type(self) -> Optional[pulumi.Input[str]]:
1738
1802
  """
1739
- If supplied, every created dataset will have its name prefixed by the provided value.
1740
- The prefix and name will be separated by an underscore. i.e. _.
1803
+ The SQL Server data type. Full data types list can be found here:
1804
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
1741
1805
  """
1742
- return pulumi.get(self, "dataset_id_prefix")
1806
+ return pulumi.get(self, "data_type")
1743
1807
 
1744
- @dataset_id_prefix.setter
1745
- def dataset_id_prefix(self, value: Optional[pulumi.Input[str]]):
1746
- pulumi.set(self, "dataset_id_prefix", value)
1808
+ @data_type.setter
1809
+ def data_type(self, value: Optional[pulumi.Input[str]]):
1810
+ pulumi.set(self, "data_type", value)
1747
1811
 
1748
1812
  @property
1749
- @pulumi.getter(name="kmsKeyName")
1750
- def kms_key_name(self) -> Optional[pulumi.Input[str]]:
1813
+ @pulumi.getter
1814
+ def length(self) -> Optional[pulumi.Input[int]]:
1751
1815
  """
1752
- Describes the Cloud KMS encryption key that will be used to protect destination BigQuery
1753
- table. The BigQuery Service Account associated with your project requires access to this
1754
- encryption key. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}.
1755
- See https://cloud.google.com/bigquery/docs/customer-managed-encryption for more information.
1756
-
1757
- - - -
1816
+ (Output)
1817
+ Column length.
1758
1818
  """
1759
- return pulumi.get(self, "kms_key_name")
1760
-
1761
- @kms_key_name.setter
1762
- def kms_key_name(self, value: Optional[pulumi.Input[str]]):
1763
- pulumi.set(self, "kms_key_name", value)
1764
-
1819
+ return pulumi.get(self, "length")
1765
1820
 
1766
- @pulumi.input_type
1767
- class StreamDestinationConfigGcsDestinationConfigArgs:
1768
- def __init__(__self__, *,
1769
- avro_file_format: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs']] = None,
1770
- file_rotation_interval: Optional[pulumi.Input[str]] = None,
1771
- file_rotation_mb: Optional[pulumi.Input[int]] = None,
1772
- json_file_format: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs']] = None,
1773
- path: Optional[pulumi.Input[str]] = None):
1774
- """
1775
- :param pulumi.Input['StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs'] avro_file_format: AVRO file format configuration.
1776
- :param pulumi.Input[str] file_rotation_interval: The maximum duration for which new events are added before a file is closed and a new file is created.
1777
- A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.
1778
- :param pulumi.Input[int] file_rotation_mb: The maximum file size to be saved in the bucket.
1779
- :param pulumi.Input['StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs'] json_file_format: JSON file format configuration.
1780
- Structure is documented below.
1781
- :param pulumi.Input[str] path: Path inside the Cloud Storage bucket to write data to.
1782
- """
1783
- if avro_file_format is not None:
1784
- pulumi.set(__self__, "avro_file_format", avro_file_format)
1785
- if file_rotation_interval is not None:
1786
- pulumi.set(__self__, "file_rotation_interval", file_rotation_interval)
1787
- if file_rotation_mb is not None:
1788
- pulumi.set(__self__, "file_rotation_mb", file_rotation_mb)
1789
- if json_file_format is not None:
1790
- pulumi.set(__self__, "json_file_format", json_file_format)
1791
- if path is not None:
1792
- pulumi.set(__self__, "path", path)
1821
+ @length.setter
1822
+ def length(self, value: Optional[pulumi.Input[int]]):
1823
+ pulumi.set(self, "length", value)
1793
1824
 
1794
1825
  @property
1795
- @pulumi.getter(name="avroFileFormat")
1796
- def avro_file_format(self) -> Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs']]:
1826
+ @pulumi.getter
1827
+ def nullable(self) -> Optional[pulumi.Input[bool]]:
1797
1828
  """
1798
- AVRO file format configuration.
1829
+ (Output)
1830
+ Whether or not the column can accept a null value.
1799
1831
  """
1800
- return pulumi.get(self, "avro_file_format")
1832
+ return pulumi.get(self, "nullable")
1801
1833
 
1802
- @avro_file_format.setter
1803
- def avro_file_format(self, value: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs']]):
1804
- pulumi.set(self, "avro_file_format", value)
1834
+ @nullable.setter
1835
+ def nullable(self, value: Optional[pulumi.Input[bool]]):
1836
+ pulumi.set(self, "nullable", value)
1805
1837
 
1806
1838
  @property
1807
- @pulumi.getter(name="fileRotationInterval")
1808
- def file_rotation_interval(self) -> Optional[pulumi.Input[str]]:
1839
+ @pulumi.getter(name="ordinalPosition")
1840
+ def ordinal_position(self) -> Optional[pulumi.Input[int]]:
1809
1841
  """
1810
- The maximum duration for which new events are added before a file is closed and a new file is created.
1811
- A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.
1842
+ (Output)
1843
+ The ordinal position of the column in the table.
1812
1844
  """
1813
- return pulumi.get(self, "file_rotation_interval")
1845
+ return pulumi.get(self, "ordinal_position")
1814
1846
 
1815
- @file_rotation_interval.setter
1816
- def file_rotation_interval(self, value: Optional[pulumi.Input[str]]):
1817
- pulumi.set(self, "file_rotation_interval", value)
1847
+ @ordinal_position.setter
1848
+ def ordinal_position(self, value: Optional[pulumi.Input[int]]):
1849
+ pulumi.set(self, "ordinal_position", value)
1818
1850
 
1819
1851
  @property
1820
- @pulumi.getter(name="fileRotationMb")
1821
- def file_rotation_mb(self) -> Optional[pulumi.Input[int]]:
1852
+ @pulumi.getter
1853
+ def precision(self) -> Optional[pulumi.Input[int]]:
1822
1854
  """
1823
- The maximum file size to be saved in the bucket.
1855
+ (Output)
1856
+ Column precision.
1824
1857
  """
1825
- return pulumi.get(self, "file_rotation_mb")
1858
+ return pulumi.get(self, "precision")
1826
1859
 
1827
- @file_rotation_mb.setter
1828
- def file_rotation_mb(self, value: Optional[pulumi.Input[int]]):
1829
- pulumi.set(self, "file_rotation_mb", value)
1860
+ @precision.setter
1861
+ def precision(self, value: Optional[pulumi.Input[int]]):
1862
+ pulumi.set(self, "precision", value)
1830
1863
 
1831
1864
  @property
1832
- @pulumi.getter(name="jsonFileFormat")
1833
- def json_file_format(self) -> Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs']]:
1865
+ @pulumi.getter(name="primaryKey")
1866
+ def primary_key(self) -> Optional[pulumi.Input[bool]]:
1834
1867
  """
1835
- JSON file format configuration.
1836
- Structure is documented below.
1868
+ (Output)
1869
+ Whether or not the column represents a primary key.
1837
1870
  """
1838
- return pulumi.get(self, "json_file_format")
1871
+ return pulumi.get(self, "primary_key")
1839
1872
 
1840
- @json_file_format.setter
1841
- def json_file_format(self, value: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs']]):
1842
- pulumi.set(self, "json_file_format", value)
1873
+ @primary_key.setter
1874
+ def primary_key(self, value: Optional[pulumi.Input[bool]]):
1875
+ pulumi.set(self, "primary_key", value)
1843
1876
 
1844
1877
  @property
1845
1878
  @pulumi.getter
1846
- def path(self) -> Optional[pulumi.Input[str]]:
1879
+ def scale(self) -> Optional[pulumi.Input[int]]:
1847
1880
  """
1848
- Path inside the Cloud Storage bucket to write data to.
1881
+ (Output)
1882
+ Column scale.
1849
1883
  """
1850
- return pulumi.get(self, "path")
1884
+ return pulumi.get(self, "scale")
1851
1885
 
1852
- @path.setter
1853
- def path(self, value: Optional[pulumi.Input[str]]):
1854
- pulumi.set(self, "path", value)
1886
+ @scale.setter
1887
+ def scale(self, value: Optional[pulumi.Input[int]]):
1888
+ pulumi.set(self, "scale", value)
1855
1889
 
1856
1890
 
1857
1891
  @pulumi.input_type
1858
- class StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs:
1892
+ class StreamBackfillNoneArgs:
1859
1893
  def __init__(__self__):
1860
1894
  pass
1861
1895
 
1862
1896
 
1863
1897
  @pulumi.input_type
1864
- class StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs:
1898
+ class StreamDestinationConfigArgs:
1865
1899
  def __init__(__self__, *,
1866
- compression: Optional[pulumi.Input[str]] = None,
1867
- schema_file_format: Optional[pulumi.Input[str]] = None):
1900
+ destination_connection_profile: pulumi.Input[str],
1901
+ bigquery_destination_config: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigArgs']] = None,
1902
+ gcs_destination_config: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigArgs']] = None):
1868
1903
  """
1869
- :param pulumi.Input[str] compression: Compression of the loaded JSON file.
1870
- Possible values are: `NO_COMPRESSION`, `GZIP`.
1871
- :param pulumi.Input[str] schema_file_format: The schema file format along JSON data files.
1872
- Possible values are: `NO_SCHEMA_FILE`, `AVRO_SCHEMA_FILE`.
1904
+ :param pulumi.Input[str] destination_connection_profile: Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
1905
+ :param pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigArgs'] bigquery_destination_config: A configuration for how data should be loaded to Cloud Storage.
1906
+ Structure is documented below.
1907
+ :param pulumi.Input['StreamDestinationConfigGcsDestinationConfigArgs'] gcs_destination_config: A configuration for how data should be loaded to Cloud Storage.
1908
+ Structure is documented below.
1873
1909
  """
1874
- if compression is not None:
1875
- pulumi.set(__self__, "compression", compression)
1876
- if schema_file_format is not None:
1877
- pulumi.set(__self__, "schema_file_format", schema_file_format)
1910
+ pulumi.set(__self__, "destination_connection_profile", destination_connection_profile)
1911
+ if bigquery_destination_config is not None:
1912
+ pulumi.set(__self__, "bigquery_destination_config", bigquery_destination_config)
1913
+ if gcs_destination_config is not None:
1914
+ pulumi.set(__self__, "gcs_destination_config", gcs_destination_config)
1878
1915
 
1879
1916
  @property
1880
- @pulumi.getter
1881
- def compression(self) -> Optional[pulumi.Input[str]]:
1917
+ @pulumi.getter(name="destinationConnectionProfile")
1918
+ def destination_connection_profile(self) -> pulumi.Input[str]:
1882
1919
  """
1883
- Compression of the loaded JSON file.
1884
- Possible values are: `NO_COMPRESSION`, `GZIP`.
1920
+ Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
1885
1921
  """
1886
- return pulumi.get(self, "compression")
1922
+ return pulumi.get(self, "destination_connection_profile")
1887
1923
 
1888
- @compression.setter
1889
- def compression(self, value: Optional[pulumi.Input[str]]):
1890
- pulumi.set(self, "compression", value)
1924
+ @destination_connection_profile.setter
1925
+ def destination_connection_profile(self, value: pulumi.Input[str]):
1926
+ pulumi.set(self, "destination_connection_profile", value)
1891
1927
 
1892
1928
  @property
1893
- @pulumi.getter(name="schemaFileFormat")
1894
- def schema_file_format(self) -> Optional[pulumi.Input[str]]:
1929
+ @pulumi.getter(name="bigqueryDestinationConfig")
1930
+ def bigquery_destination_config(self) -> Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigArgs']]:
1895
1931
  """
1896
- The schema file format along JSON data files.
1897
- Possible values are: `NO_SCHEMA_FILE`, `AVRO_SCHEMA_FILE`.
1932
+ A configuration for how data should be loaded to Cloud Storage.
1933
+ Structure is documented below.
1898
1934
  """
1899
- return pulumi.get(self, "schema_file_format")
1900
-
1901
- @schema_file_format.setter
1902
- def schema_file_format(self, value: Optional[pulumi.Input[str]]):
1903
- pulumi.set(self, "schema_file_format", value)
1935
+ return pulumi.get(self, "bigquery_destination_config")
1904
1936
 
1937
+ @bigquery_destination_config.setter
1938
+ def bigquery_destination_config(self, value: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigArgs']]):
1939
+ pulumi.set(self, "bigquery_destination_config", value)
1905
1940
 
1906
- @pulumi.input_type
1907
- class StreamSourceConfigArgs:
1908
- def __init__(__self__, *,
1909
- source_connection_profile: pulumi.Input[str],
1910
- mysql_source_config: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigArgs']] = None,
1911
- oracle_source_config: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigArgs']] = None,
1912
- postgresql_source_config: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigArgs']] = None):
1941
+ @property
1942
+ @pulumi.getter(name="gcsDestinationConfig")
1943
+ def gcs_destination_config(self) -> Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigArgs']]:
1913
1944
  """
1914
- :param pulumi.Input[str] source_connection_profile: Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
1915
- :param pulumi.Input['StreamSourceConfigMysqlSourceConfigArgs'] mysql_source_config: MySQL data source configuration.
1945
+ A configuration for how data should be loaded to Cloud Storage.
1946
+ Structure is documented below.
1947
+ """
1948
+ return pulumi.get(self, "gcs_destination_config")
1949
+
1950
+ @gcs_destination_config.setter
1951
+ def gcs_destination_config(self, value: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigArgs']]):
1952
+ pulumi.set(self, "gcs_destination_config", value)
1953
+
1954
+
1955
+ @pulumi.input_type
1956
+ class StreamDestinationConfigBigqueryDestinationConfigArgs:
1957
+ def __init__(__self__, *,
1958
+ data_freshness: Optional[pulumi.Input[str]] = None,
1959
+ single_target_dataset: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs']] = None,
1960
+ source_hierarchy_datasets: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs']] = None):
1961
+ """
1962
+ :param pulumi.Input[str] data_freshness: The guaranteed data freshness (in seconds) when querying tables created by the stream.
1963
+ Editing this field will only affect new tables created in the future, but existing tables
1964
+ will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
1965
+ A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.
1966
+ :param pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs'] single_target_dataset: A single target dataset to which all data will be streamed.
1967
+ Structure is documented below.
1968
+ :param pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs'] source_hierarchy_datasets: Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.
1969
+ Structure is documented below.
1970
+ """
1971
+ if data_freshness is not None:
1972
+ pulumi.set(__self__, "data_freshness", data_freshness)
1973
+ if single_target_dataset is not None:
1974
+ pulumi.set(__self__, "single_target_dataset", single_target_dataset)
1975
+ if source_hierarchy_datasets is not None:
1976
+ pulumi.set(__self__, "source_hierarchy_datasets", source_hierarchy_datasets)
1977
+
1978
+ @property
1979
+ @pulumi.getter(name="dataFreshness")
1980
+ def data_freshness(self) -> Optional[pulumi.Input[str]]:
1981
+ """
1982
+ The guaranteed data freshness (in seconds) when querying tables created by the stream.
1983
+ Editing this field will only affect new tables created in the future, but existing tables
1984
+ will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
1985
+ A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.
1986
+ """
1987
+ return pulumi.get(self, "data_freshness")
1988
+
1989
+ @data_freshness.setter
1990
+ def data_freshness(self, value: Optional[pulumi.Input[str]]):
1991
+ pulumi.set(self, "data_freshness", value)
1992
+
1993
+ @property
1994
+ @pulumi.getter(name="singleTargetDataset")
1995
+ def single_target_dataset(self) -> Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs']]:
1996
+ """
1997
+ A single target dataset to which all data will be streamed.
1998
+ Structure is documented below.
1999
+ """
2000
+ return pulumi.get(self, "single_target_dataset")
2001
+
2002
+ @single_target_dataset.setter
2003
+ def single_target_dataset(self, value: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs']]):
2004
+ pulumi.set(self, "single_target_dataset", value)
2005
+
2006
+ @property
2007
+ @pulumi.getter(name="sourceHierarchyDatasets")
2008
+ def source_hierarchy_datasets(self) -> Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs']]:
2009
+ """
2010
+ Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.
2011
+ Structure is documented below.
2012
+ """
2013
+ return pulumi.get(self, "source_hierarchy_datasets")
2014
+
2015
+ @source_hierarchy_datasets.setter
2016
+ def source_hierarchy_datasets(self, value: Optional[pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs']]):
2017
+ pulumi.set(self, "source_hierarchy_datasets", value)
2018
+
2019
+
2020
+ @pulumi.input_type
2021
+ class StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs:
2022
+ def __init__(__self__, *,
2023
+ dataset_id: pulumi.Input[str]):
2024
+ """
2025
+ :param pulumi.Input[str] dataset_id: Dataset ID in the format projects/{project}/datasets/{dataset_id} or
2026
+ {project}:{dataset_id}
2027
+ """
2028
+ pulumi.set(__self__, "dataset_id", dataset_id)
2029
+
2030
+ @property
2031
+ @pulumi.getter(name="datasetId")
2032
+ def dataset_id(self) -> pulumi.Input[str]:
2033
+ """
2034
+ Dataset ID in the format projects/{project}/datasets/{dataset_id} or
2035
+ {project}:{dataset_id}
2036
+ """
2037
+ return pulumi.get(self, "dataset_id")
2038
+
2039
+ @dataset_id.setter
2040
+ def dataset_id(self, value: pulumi.Input[str]):
2041
+ pulumi.set(self, "dataset_id", value)
2042
+
2043
+
2044
+ @pulumi.input_type
2045
+ class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs:
2046
+ def __init__(__self__, *,
2047
+ dataset_template: pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs']):
2048
+ """
2049
+ :param pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs'] dataset_template: Dataset template used for dynamic dataset creation.
2050
+ Structure is documented below.
2051
+ """
2052
+ pulumi.set(__self__, "dataset_template", dataset_template)
2053
+
2054
+ @property
2055
+ @pulumi.getter(name="datasetTemplate")
2056
+ def dataset_template(self) -> pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs']:
2057
+ """
2058
+ Dataset template used for dynamic dataset creation.
2059
+ Structure is documented below.
2060
+ """
2061
+ return pulumi.get(self, "dataset_template")
2062
+
2063
+ @dataset_template.setter
2064
+ def dataset_template(self, value: pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs']):
2065
+ pulumi.set(self, "dataset_template", value)
2066
+
2067
+
2068
+ @pulumi.input_type
2069
+ class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs:
2070
+ def __init__(__self__, *,
2071
+ location: pulumi.Input[str],
2072
+ dataset_id_prefix: Optional[pulumi.Input[str]] = None,
2073
+ kms_key_name: Optional[pulumi.Input[str]] = None):
2074
+ """
2075
+ :param pulumi.Input[str] location: The geographic location where the dataset should reside.
2076
+ See https://cloud.google.com/bigquery/docs/locations for supported locations.
2077
+ :param pulumi.Input[str] dataset_id_prefix: If supplied, every created dataset will have its name prefixed by the provided value.
2078
+ The prefix and name will be separated by an underscore. i.e. _.
2079
+ :param pulumi.Input[str] kms_key_name: Describes the Cloud KMS encryption key that will be used to protect destination BigQuery
2080
+ table. The BigQuery Service Account associated with your project requires access to this
2081
+ encryption key. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}.
2082
+ See https://cloud.google.com/bigquery/docs/customer-managed-encryption for more information.
2083
+
2084
+ - - -
2085
+ """
2086
+ pulumi.set(__self__, "location", location)
2087
+ if dataset_id_prefix is not None:
2088
+ pulumi.set(__self__, "dataset_id_prefix", dataset_id_prefix)
2089
+ if kms_key_name is not None:
2090
+ pulumi.set(__self__, "kms_key_name", kms_key_name)
2091
+
2092
+ @property
2093
+ @pulumi.getter
2094
+ def location(self) -> pulumi.Input[str]:
2095
+ """
2096
+ The geographic location where the dataset should reside.
2097
+ See https://cloud.google.com/bigquery/docs/locations for supported locations.
2098
+ """
2099
+ return pulumi.get(self, "location")
2100
+
2101
+ @location.setter
2102
+ def location(self, value: pulumi.Input[str]):
2103
+ pulumi.set(self, "location", value)
2104
+
2105
+ @property
2106
+ @pulumi.getter(name="datasetIdPrefix")
2107
+ def dataset_id_prefix(self) -> Optional[pulumi.Input[str]]:
2108
+ """
2109
+ If supplied, every created dataset will have its name prefixed by the provided value.
2110
+ The prefix and name will be separated by an underscore. i.e. _.
2111
+ """
2112
+ return pulumi.get(self, "dataset_id_prefix")
2113
+
2114
+ @dataset_id_prefix.setter
2115
+ def dataset_id_prefix(self, value: Optional[pulumi.Input[str]]):
2116
+ pulumi.set(self, "dataset_id_prefix", value)
2117
+
2118
+ @property
2119
+ @pulumi.getter(name="kmsKeyName")
2120
+ def kms_key_name(self) -> Optional[pulumi.Input[str]]:
2121
+ """
2122
+ Describes the Cloud KMS encryption key that will be used to protect destination BigQuery
2123
+ table. The BigQuery Service Account associated with your project requires access to this
2124
+ encryption key. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}.
2125
+ See https://cloud.google.com/bigquery/docs/customer-managed-encryption for more information.
2126
+
2127
+ - - -
2128
+ """
2129
+ return pulumi.get(self, "kms_key_name")
2130
+
2131
+ @kms_key_name.setter
2132
+ def kms_key_name(self, value: Optional[pulumi.Input[str]]):
2133
+ pulumi.set(self, "kms_key_name", value)
2134
+
2135
+
2136
+ @pulumi.input_type
2137
+ class StreamDestinationConfigGcsDestinationConfigArgs:
2138
+ def __init__(__self__, *,
2139
+ avro_file_format: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs']] = None,
2140
+ file_rotation_interval: Optional[pulumi.Input[str]] = None,
2141
+ file_rotation_mb: Optional[pulumi.Input[int]] = None,
2142
+ json_file_format: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs']] = None,
2143
+ path: Optional[pulumi.Input[str]] = None):
2144
+ """
2145
+ :param pulumi.Input['StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs'] avro_file_format: AVRO file format configuration.
2146
+ :param pulumi.Input[str] file_rotation_interval: The maximum duration for which new events are added before a file is closed and a new file is created.
2147
+ A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.
2148
+ :param pulumi.Input[int] file_rotation_mb: The maximum file size to be saved in the bucket.
2149
+ :param pulumi.Input['StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs'] json_file_format: JSON file format configuration.
2150
+ Structure is documented below.
2151
+ :param pulumi.Input[str] path: Path inside the Cloud Storage bucket to write data to.
2152
+ """
2153
+ if avro_file_format is not None:
2154
+ pulumi.set(__self__, "avro_file_format", avro_file_format)
2155
+ if file_rotation_interval is not None:
2156
+ pulumi.set(__self__, "file_rotation_interval", file_rotation_interval)
2157
+ if file_rotation_mb is not None:
2158
+ pulumi.set(__self__, "file_rotation_mb", file_rotation_mb)
2159
+ if json_file_format is not None:
2160
+ pulumi.set(__self__, "json_file_format", json_file_format)
2161
+ if path is not None:
2162
+ pulumi.set(__self__, "path", path)
2163
+
2164
+ @property
2165
+ @pulumi.getter(name="avroFileFormat")
2166
+ def avro_file_format(self) -> Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs']]:
2167
+ """
2168
+ AVRO file format configuration.
2169
+ """
2170
+ return pulumi.get(self, "avro_file_format")
2171
+
2172
+ @avro_file_format.setter
2173
+ def avro_file_format(self, value: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs']]):
2174
+ pulumi.set(self, "avro_file_format", value)
2175
+
2176
+ @property
2177
+ @pulumi.getter(name="fileRotationInterval")
2178
+ def file_rotation_interval(self) -> Optional[pulumi.Input[str]]:
2179
+ """
2180
+ The maximum duration for which new events are added before a file is closed and a new file is created.
2181
+ A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.
2182
+ """
2183
+ return pulumi.get(self, "file_rotation_interval")
2184
+
2185
+ @file_rotation_interval.setter
2186
+ def file_rotation_interval(self, value: Optional[pulumi.Input[str]]):
2187
+ pulumi.set(self, "file_rotation_interval", value)
2188
+
2189
+ @property
2190
+ @pulumi.getter(name="fileRotationMb")
2191
+ def file_rotation_mb(self) -> Optional[pulumi.Input[int]]:
2192
+ """
2193
+ The maximum file size to be saved in the bucket.
2194
+ """
2195
+ return pulumi.get(self, "file_rotation_mb")
2196
+
2197
+ @file_rotation_mb.setter
2198
+ def file_rotation_mb(self, value: Optional[pulumi.Input[int]]):
2199
+ pulumi.set(self, "file_rotation_mb", value)
2200
+
2201
+ @property
2202
+ @pulumi.getter(name="jsonFileFormat")
2203
+ def json_file_format(self) -> Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs']]:
2204
+ """
2205
+ JSON file format configuration.
2206
+ Structure is documented below.
2207
+ """
2208
+ return pulumi.get(self, "json_file_format")
2209
+
2210
+ @json_file_format.setter
2211
+ def json_file_format(self, value: Optional[pulumi.Input['StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs']]):
2212
+ pulumi.set(self, "json_file_format", value)
2213
+
2214
+ @property
2215
+ @pulumi.getter
2216
+ def path(self) -> Optional[pulumi.Input[str]]:
2217
+ """
2218
+ Path inside the Cloud Storage bucket to write data to.
2219
+ """
2220
+ return pulumi.get(self, "path")
2221
+
2222
+ @path.setter
2223
+ def path(self, value: Optional[pulumi.Input[str]]):
2224
+ pulumi.set(self, "path", value)
2225
+
2226
+
2227
+ @pulumi.input_type
2228
+ class StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs:
2229
+ def __init__(__self__):
2230
+ pass
2231
+
2232
+
2233
+ @pulumi.input_type
2234
+ class StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs:
2235
+ def __init__(__self__, *,
2236
+ compression: Optional[pulumi.Input[str]] = None,
2237
+ schema_file_format: Optional[pulumi.Input[str]] = None):
2238
+ """
2239
+ :param pulumi.Input[str] compression: Compression of the loaded JSON file.
2240
+ Possible values are: `NO_COMPRESSION`, `GZIP`.
2241
+ :param pulumi.Input[str] schema_file_format: The schema file format along JSON data files.
2242
+ Possible values are: `NO_SCHEMA_FILE`, `AVRO_SCHEMA_FILE`.
2243
+ """
2244
+ if compression is not None:
2245
+ pulumi.set(__self__, "compression", compression)
2246
+ if schema_file_format is not None:
2247
+ pulumi.set(__self__, "schema_file_format", schema_file_format)
2248
+
2249
+ @property
2250
+ @pulumi.getter
2251
+ def compression(self) -> Optional[pulumi.Input[str]]:
2252
+ """
2253
+ Compression of the loaded JSON file.
2254
+ Possible values are: `NO_COMPRESSION`, `GZIP`.
2255
+ """
2256
+ return pulumi.get(self, "compression")
2257
+
2258
+ @compression.setter
2259
+ def compression(self, value: Optional[pulumi.Input[str]]):
2260
+ pulumi.set(self, "compression", value)
2261
+
2262
+ @property
2263
+ @pulumi.getter(name="schemaFileFormat")
2264
+ def schema_file_format(self) -> Optional[pulumi.Input[str]]:
2265
+ """
2266
+ The schema file format along JSON data files.
2267
+ Possible values are: `NO_SCHEMA_FILE`, `AVRO_SCHEMA_FILE`.
2268
+ """
2269
+ return pulumi.get(self, "schema_file_format")
2270
+
2271
+ @schema_file_format.setter
2272
+ def schema_file_format(self, value: Optional[pulumi.Input[str]]):
2273
+ pulumi.set(self, "schema_file_format", value)
2274
+
2275
+
2276
+ @pulumi.input_type
2277
+ class StreamSourceConfigArgs:
2278
+ def __init__(__self__, *,
2279
+ source_connection_profile: pulumi.Input[str],
2280
+ mysql_source_config: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigArgs']] = None,
2281
+ oracle_source_config: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigArgs']] = None,
2282
+ postgresql_source_config: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigArgs']] = None,
2283
+ sql_server_source_config: Optional[pulumi.Input['StreamSourceConfigSqlServerSourceConfigArgs']] = None):
2284
+ """
2285
+ :param pulumi.Input[str] source_connection_profile: Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
2286
+ :param pulumi.Input['StreamSourceConfigMysqlSourceConfigArgs'] mysql_source_config: MySQL data source configuration.
2287
+ Structure is documented below.
2288
+ :param pulumi.Input['StreamSourceConfigOracleSourceConfigArgs'] oracle_source_config: MySQL data source configuration.
2289
+ Structure is documented below.
2290
+ :param pulumi.Input['StreamSourceConfigPostgresqlSourceConfigArgs'] postgresql_source_config: PostgreSQL data source configuration.
2291
+ Structure is documented below.
2292
+ :param pulumi.Input['StreamSourceConfigSqlServerSourceConfigArgs'] sql_server_source_config: SQL Server data source configuration.
2293
+ Structure is documented below.
2294
+ """
2295
+ pulumi.set(__self__, "source_connection_profile", source_connection_profile)
2296
+ if mysql_source_config is not None:
2297
+ pulumi.set(__self__, "mysql_source_config", mysql_source_config)
2298
+ if oracle_source_config is not None:
2299
+ pulumi.set(__self__, "oracle_source_config", oracle_source_config)
2300
+ if postgresql_source_config is not None:
2301
+ pulumi.set(__self__, "postgresql_source_config", postgresql_source_config)
2302
+ if sql_server_source_config is not None:
2303
+ pulumi.set(__self__, "sql_server_source_config", sql_server_source_config)
2304
+
2305
+ @property
2306
+ @pulumi.getter(name="sourceConnectionProfile")
2307
+ def source_connection_profile(self) -> pulumi.Input[str]:
2308
+ """
2309
+ Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
2310
+ """
2311
+ return pulumi.get(self, "source_connection_profile")
2312
+
2313
+ @source_connection_profile.setter
2314
+ def source_connection_profile(self, value: pulumi.Input[str]):
2315
+ pulumi.set(self, "source_connection_profile", value)
2316
+
2317
+ @property
2318
+ @pulumi.getter(name="mysqlSourceConfig")
2319
+ def mysql_source_config(self) -> Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigArgs']]:
2320
+ """
2321
+ MySQL data source configuration.
2322
+ Structure is documented below.
2323
+ """
2324
+ return pulumi.get(self, "mysql_source_config")
2325
+
2326
+ @mysql_source_config.setter
2327
+ def mysql_source_config(self, value: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigArgs']]):
2328
+ pulumi.set(self, "mysql_source_config", value)
2329
+
2330
+ @property
2331
+ @pulumi.getter(name="oracleSourceConfig")
2332
+ def oracle_source_config(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigArgs']]:
2333
+ """
2334
+ MySQL data source configuration.
2335
+ Structure is documented below.
2336
+ """
2337
+ return pulumi.get(self, "oracle_source_config")
2338
+
2339
+ @oracle_source_config.setter
2340
+ def oracle_source_config(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigArgs']]):
2341
+ pulumi.set(self, "oracle_source_config", value)
2342
+
2343
+ @property
2344
+ @pulumi.getter(name="postgresqlSourceConfig")
2345
+ def postgresql_source_config(self) -> Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigArgs']]:
2346
+ """
2347
+ PostgreSQL data source configuration.
2348
+ Structure is documented below.
2349
+ """
2350
+ return pulumi.get(self, "postgresql_source_config")
2351
+
2352
+ @postgresql_source_config.setter
2353
+ def postgresql_source_config(self, value: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigArgs']]):
2354
+ pulumi.set(self, "postgresql_source_config", value)
2355
+
2356
+ @property
2357
+ @pulumi.getter(name="sqlServerSourceConfig")
2358
+ def sql_server_source_config(self) -> Optional[pulumi.Input['StreamSourceConfigSqlServerSourceConfigArgs']]:
2359
+ """
2360
+ SQL Server data source configuration.
2361
+ Structure is documented below.
2362
+ """
2363
+ return pulumi.get(self, "sql_server_source_config")
2364
+
2365
+ @sql_server_source_config.setter
2366
+ def sql_server_source_config(self, value: Optional[pulumi.Input['StreamSourceConfigSqlServerSourceConfigArgs']]):
2367
+ pulumi.set(self, "sql_server_source_config", value)
2368
+
2369
+
2370
+ @pulumi.input_type
2371
+ class StreamSourceConfigMysqlSourceConfigArgs:
2372
+ def __init__(__self__, *,
2373
+ exclude_objects: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs']] = None,
2374
+ include_objects: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs']] = None,
2375
+ max_concurrent_backfill_tasks: Optional[pulumi.Input[int]] = None,
2376
+ max_concurrent_cdc_tasks: Optional[pulumi.Input[int]] = None):
2377
+ """
2378
+ :param pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs'] exclude_objects: MySQL objects to exclude from the stream.
2379
+ Structure is documented below.
2380
+ :param pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs'] include_objects: MySQL objects to retrieve from the source.
2381
+ Structure is documented below.
2382
+ :param pulumi.Input[int] max_concurrent_backfill_tasks: Maximum number of concurrent backfill tasks. The number should be non negative.
2383
+ If not set (or set to 0), the system's default value will be used.
2384
+ :param pulumi.Input[int] max_concurrent_cdc_tasks: Maximum number of concurrent CDC tasks. The number should be non negative.
2385
+ If not set (or set to 0), the system's default value will be used.
2386
+ """
2387
+ if exclude_objects is not None:
2388
+ pulumi.set(__self__, "exclude_objects", exclude_objects)
2389
+ if include_objects is not None:
2390
+ pulumi.set(__self__, "include_objects", include_objects)
2391
+ if max_concurrent_backfill_tasks is not None:
2392
+ pulumi.set(__self__, "max_concurrent_backfill_tasks", max_concurrent_backfill_tasks)
2393
+ if max_concurrent_cdc_tasks is not None:
2394
+ pulumi.set(__self__, "max_concurrent_cdc_tasks", max_concurrent_cdc_tasks)
2395
+
2396
+ @property
2397
+ @pulumi.getter(name="excludeObjects")
2398
+ def exclude_objects(self) -> Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs']]:
2399
+ """
2400
+ MySQL objects to exclude from the stream.
2401
+ Structure is documented below.
2402
+ """
2403
+ return pulumi.get(self, "exclude_objects")
2404
+
2405
+ @exclude_objects.setter
2406
+ def exclude_objects(self, value: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs']]):
2407
+ pulumi.set(self, "exclude_objects", value)
2408
+
2409
+ @property
2410
+ @pulumi.getter(name="includeObjects")
2411
+ def include_objects(self) -> Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs']]:
2412
+ """
2413
+ MySQL objects to retrieve from the source.
2414
+ Structure is documented below.
2415
+ """
2416
+ return pulumi.get(self, "include_objects")
2417
+
2418
+ @include_objects.setter
2419
+ def include_objects(self, value: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs']]):
2420
+ pulumi.set(self, "include_objects", value)
2421
+
2422
+ @property
2423
+ @pulumi.getter(name="maxConcurrentBackfillTasks")
2424
+ def max_concurrent_backfill_tasks(self) -> Optional[pulumi.Input[int]]:
2425
+ """
2426
+ Maximum number of concurrent backfill tasks. The number should be non negative.
2427
+ If not set (or set to 0), the system's default value will be used.
2428
+ """
2429
+ return pulumi.get(self, "max_concurrent_backfill_tasks")
2430
+
2431
+ @max_concurrent_backfill_tasks.setter
2432
+ def max_concurrent_backfill_tasks(self, value: Optional[pulumi.Input[int]]):
2433
+ pulumi.set(self, "max_concurrent_backfill_tasks", value)
2434
+
2435
+ @property
2436
+ @pulumi.getter(name="maxConcurrentCdcTasks")
2437
+ def max_concurrent_cdc_tasks(self) -> Optional[pulumi.Input[int]]:
2438
+ """
2439
+ Maximum number of concurrent CDC tasks. The number should be non negative.
2440
+ If not set (or set to 0), the system's default value will be used.
2441
+ """
2442
+ return pulumi.get(self, "max_concurrent_cdc_tasks")
2443
+
2444
+ @max_concurrent_cdc_tasks.setter
2445
+ def max_concurrent_cdc_tasks(self, value: Optional[pulumi.Input[int]]):
2446
+ pulumi.set(self, "max_concurrent_cdc_tasks", value)
2447
+
2448
+
2449
+ @pulumi.input_type
2450
+ class StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs:
2451
+ def __init__(__self__, *,
2452
+ mysql_databases: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs']]]):
2453
+ """
2454
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs']]] mysql_databases: MySQL databases on the server
2455
+ Structure is documented below.
2456
+ """
2457
+ pulumi.set(__self__, "mysql_databases", mysql_databases)
2458
+
2459
+ @property
2460
+ @pulumi.getter(name="mysqlDatabases")
2461
+ def mysql_databases(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs']]]:
2462
+ """
2463
+ MySQL databases on the server
2464
+ Structure is documented below.
2465
+ """
2466
+ return pulumi.get(self, "mysql_databases")
2467
+
2468
+ @mysql_databases.setter
2469
+ def mysql_databases(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs']]]):
2470
+ pulumi.set(self, "mysql_databases", value)
2471
+
2472
+
2473
+ @pulumi.input_type
2474
+ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs:
2475
+ def __init__(__self__, *,
2476
+ database: pulumi.Input[str],
2477
+ mysql_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs']]]] = None):
2478
+ """
2479
+ :param pulumi.Input[str] database: Database name.
2480
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs']]] mysql_tables: Tables in the database.
2481
+ Structure is documented below.
2482
+ """
2483
+ pulumi.set(__self__, "database", database)
2484
+ if mysql_tables is not None:
2485
+ pulumi.set(__self__, "mysql_tables", mysql_tables)
2486
+
2487
+ @property
2488
+ @pulumi.getter
2489
+ def database(self) -> pulumi.Input[str]:
2490
+ """
2491
+ Database name.
2492
+ """
2493
+ return pulumi.get(self, "database")
2494
+
2495
+ @database.setter
2496
+ def database(self, value: pulumi.Input[str]):
2497
+ pulumi.set(self, "database", value)
2498
+
2499
+ @property
2500
+ @pulumi.getter(name="mysqlTables")
2501
+ def mysql_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs']]]]:
2502
+ """
2503
+ Tables in the database.
2504
+ Structure is documented below.
2505
+ """
2506
+ return pulumi.get(self, "mysql_tables")
2507
+
2508
+ @mysql_tables.setter
2509
+ def mysql_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs']]]]):
2510
+ pulumi.set(self, "mysql_tables", value)
2511
+
2512
+
2513
+ @pulumi.input_type
2514
+ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs:
2515
+ def __init__(__self__, *,
2516
+ table: pulumi.Input[str],
2517
+ mysql_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]] = None):
2518
+ """
2519
+ :param pulumi.Input[str] table: Table name.
2520
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]] mysql_columns: MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2521
+ Structure is documented below.
2522
+ """
2523
+ pulumi.set(__self__, "table", table)
2524
+ if mysql_columns is not None:
2525
+ pulumi.set(__self__, "mysql_columns", mysql_columns)
2526
+
2527
+ @property
2528
+ @pulumi.getter
2529
+ def table(self) -> pulumi.Input[str]:
2530
+ """
2531
+ Table name.
2532
+ """
2533
+ return pulumi.get(self, "table")
2534
+
2535
+ @table.setter
2536
+ def table(self, value: pulumi.Input[str]):
2537
+ pulumi.set(self, "table", value)
2538
+
2539
+ @property
2540
+ @pulumi.getter(name="mysqlColumns")
2541
+ def mysql_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]]:
2542
+ """
2543
+ MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2544
+ Structure is documented below.
2545
+ """
2546
+ return pulumi.get(self, "mysql_columns")
2547
+
2548
+ @mysql_columns.setter
2549
+ def mysql_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]]):
2550
+ pulumi.set(self, "mysql_columns", value)
2551
+
2552
+
2553
+ @pulumi.input_type
2554
+ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs:
2555
+ def __init__(__self__, *,
2556
+ collation: Optional[pulumi.Input[str]] = None,
2557
+ column: Optional[pulumi.Input[str]] = None,
2558
+ data_type: Optional[pulumi.Input[str]] = None,
2559
+ length: Optional[pulumi.Input[int]] = None,
2560
+ nullable: Optional[pulumi.Input[bool]] = None,
2561
+ ordinal_position: Optional[pulumi.Input[int]] = None,
2562
+ primary_key: Optional[pulumi.Input[bool]] = None):
2563
+ """
2564
+ :param pulumi.Input[str] collation: Column collation.
2565
+ :param pulumi.Input[str] column: Column name.
2566
+ :param pulumi.Input[str] data_type: The MySQL data type. Full data types list can be found here:
2567
+ https://dev.mysql.com/doc/refman/8.0/en/data-types.html
2568
+ :param pulumi.Input[int] length: (Output)
2569
+ Column length.
2570
+ :param pulumi.Input[bool] nullable: Whether or not the column can accept a null value.
2571
+ :param pulumi.Input[int] ordinal_position: The ordinal position of the column in the table.
2572
+ :param pulumi.Input[bool] primary_key: Whether or not the column represents a primary key.
2573
+ """
2574
+ if collation is not None:
2575
+ pulumi.set(__self__, "collation", collation)
2576
+ if column is not None:
2577
+ pulumi.set(__self__, "column", column)
2578
+ if data_type is not None:
2579
+ pulumi.set(__self__, "data_type", data_type)
2580
+ if length is not None:
2581
+ pulumi.set(__self__, "length", length)
2582
+ if nullable is not None:
2583
+ pulumi.set(__self__, "nullable", nullable)
2584
+ if ordinal_position is not None:
2585
+ pulumi.set(__self__, "ordinal_position", ordinal_position)
2586
+ if primary_key is not None:
2587
+ pulumi.set(__self__, "primary_key", primary_key)
2588
+
2589
+ @property
2590
+ @pulumi.getter
2591
+ def collation(self) -> Optional[pulumi.Input[str]]:
2592
+ """
2593
+ Column collation.
2594
+ """
2595
+ return pulumi.get(self, "collation")
2596
+
2597
+ @collation.setter
2598
+ def collation(self, value: Optional[pulumi.Input[str]]):
2599
+ pulumi.set(self, "collation", value)
2600
+
2601
+ @property
2602
+ @pulumi.getter
2603
+ def column(self) -> Optional[pulumi.Input[str]]:
2604
+ """
2605
+ Column name.
2606
+ """
2607
+ return pulumi.get(self, "column")
2608
+
2609
+ @column.setter
2610
+ def column(self, value: Optional[pulumi.Input[str]]):
2611
+ pulumi.set(self, "column", value)
2612
+
2613
+ @property
2614
+ @pulumi.getter(name="dataType")
2615
+ def data_type(self) -> Optional[pulumi.Input[str]]:
2616
+ """
2617
+ The MySQL data type. Full data types list can be found here:
2618
+ https://dev.mysql.com/doc/refman/8.0/en/data-types.html
2619
+ """
2620
+ return pulumi.get(self, "data_type")
2621
+
2622
+ @data_type.setter
2623
+ def data_type(self, value: Optional[pulumi.Input[str]]):
2624
+ pulumi.set(self, "data_type", value)
2625
+
2626
+ @property
2627
+ @pulumi.getter
2628
+ def length(self) -> Optional[pulumi.Input[int]]:
2629
+ """
2630
+ (Output)
2631
+ Column length.
2632
+ """
2633
+ return pulumi.get(self, "length")
2634
+
2635
+ @length.setter
2636
+ def length(self, value: Optional[pulumi.Input[int]]):
2637
+ pulumi.set(self, "length", value)
2638
+
2639
+ @property
2640
+ @pulumi.getter
2641
+ def nullable(self) -> Optional[pulumi.Input[bool]]:
2642
+ """
2643
+ Whether or not the column can accept a null value.
2644
+ """
2645
+ return pulumi.get(self, "nullable")
2646
+
2647
+ @nullable.setter
2648
+ def nullable(self, value: Optional[pulumi.Input[bool]]):
2649
+ pulumi.set(self, "nullable", value)
2650
+
2651
+ @property
2652
+ @pulumi.getter(name="ordinalPosition")
2653
+ def ordinal_position(self) -> Optional[pulumi.Input[int]]:
2654
+ """
2655
+ The ordinal position of the column in the table.
2656
+ """
2657
+ return pulumi.get(self, "ordinal_position")
2658
+
2659
+ @ordinal_position.setter
2660
+ def ordinal_position(self, value: Optional[pulumi.Input[int]]):
2661
+ pulumi.set(self, "ordinal_position", value)
2662
+
2663
+ @property
2664
+ @pulumi.getter(name="primaryKey")
2665
+ def primary_key(self) -> Optional[pulumi.Input[bool]]:
2666
+ """
2667
+ Whether or not the column represents a primary key.
2668
+ """
2669
+ return pulumi.get(self, "primary_key")
2670
+
2671
+ @primary_key.setter
2672
+ def primary_key(self, value: Optional[pulumi.Input[bool]]):
2673
+ pulumi.set(self, "primary_key", value)
2674
+
2675
+
2676
+ @pulumi.input_type
2677
+ class StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs:
2678
+ def __init__(__self__, *,
2679
+ mysql_databases: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs']]]):
2680
+ """
2681
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs']]] mysql_databases: MySQL databases on the server
1916
2682
  Structure is documented below.
1917
- :param pulumi.Input['StreamSourceConfigOracleSourceConfigArgs'] oracle_source_config: MySQL data source configuration.
2683
+ """
2684
+ pulumi.set(__self__, "mysql_databases", mysql_databases)
2685
+
2686
+ @property
2687
+ @pulumi.getter(name="mysqlDatabases")
2688
+ def mysql_databases(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs']]]:
2689
+ """
2690
+ MySQL databases on the server
2691
+ Structure is documented below.
2692
+ """
2693
+ return pulumi.get(self, "mysql_databases")
2694
+
2695
+ @mysql_databases.setter
2696
+ def mysql_databases(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs']]]):
2697
+ pulumi.set(self, "mysql_databases", value)
2698
+
2699
+
2700
+ @pulumi.input_type
2701
+ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs:
2702
+ def __init__(__self__, *,
2703
+ database: pulumi.Input[str],
2704
+ mysql_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs']]]] = None):
2705
+ """
2706
+ :param pulumi.Input[str] database: Database name.
2707
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs']]] mysql_tables: Tables in the database.
1918
2708
  Structure is documented below.
1919
- :param pulumi.Input['StreamSourceConfigPostgresqlSourceConfigArgs'] postgresql_source_config: PostgreSQL data source configuration.
2709
+ """
2710
+ pulumi.set(__self__, "database", database)
2711
+ if mysql_tables is not None:
2712
+ pulumi.set(__self__, "mysql_tables", mysql_tables)
2713
+
2714
+ @property
2715
+ @pulumi.getter
2716
+ def database(self) -> pulumi.Input[str]:
2717
+ """
2718
+ Database name.
2719
+ """
2720
+ return pulumi.get(self, "database")
2721
+
2722
+ @database.setter
2723
+ def database(self, value: pulumi.Input[str]):
2724
+ pulumi.set(self, "database", value)
2725
+
2726
+ @property
2727
+ @pulumi.getter(name="mysqlTables")
2728
+ def mysql_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs']]]]:
2729
+ """
2730
+ Tables in the database.
2731
+ Structure is documented below.
2732
+ """
2733
+ return pulumi.get(self, "mysql_tables")
2734
+
2735
+ @mysql_tables.setter
2736
+ def mysql_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs']]]]):
2737
+ pulumi.set(self, "mysql_tables", value)
2738
+
2739
+
2740
+ @pulumi.input_type
2741
+ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs:
2742
+ def __init__(__self__, *,
2743
+ table: pulumi.Input[str],
2744
+ mysql_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]] = None):
2745
+ """
2746
+ :param pulumi.Input[str] table: Table name.
2747
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]] mysql_columns: MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
1920
2748
  Structure is documented below.
1921
2749
  """
1922
- pulumi.set(__self__, "source_connection_profile", source_connection_profile)
1923
- if mysql_source_config is not None:
1924
- pulumi.set(__self__, "mysql_source_config", mysql_source_config)
1925
- if oracle_source_config is not None:
1926
- pulumi.set(__self__, "oracle_source_config", oracle_source_config)
1927
- if postgresql_source_config is not None:
1928
- pulumi.set(__self__, "postgresql_source_config", postgresql_source_config)
2750
+ pulumi.set(__self__, "table", table)
2751
+ if mysql_columns is not None:
2752
+ pulumi.set(__self__, "mysql_columns", mysql_columns)
2753
+
2754
+ @property
2755
+ @pulumi.getter
2756
+ def table(self) -> pulumi.Input[str]:
2757
+ """
2758
+ Table name.
2759
+ """
2760
+ return pulumi.get(self, "table")
2761
+
2762
+ @table.setter
2763
+ def table(self, value: pulumi.Input[str]):
2764
+ pulumi.set(self, "table", value)
2765
+
2766
+ @property
2767
+ @pulumi.getter(name="mysqlColumns")
2768
+ def mysql_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]]:
2769
+ """
2770
+ MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2771
+ Structure is documented below.
2772
+ """
2773
+ return pulumi.get(self, "mysql_columns")
2774
+
2775
+ @mysql_columns.setter
2776
+ def mysql_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]]):
2777
+ pulumi.set(self, "mysql_columns", value)
2778
+
2779
+
2780
+ @pulumi.input_type
2781
+ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs:
2782
+ def __init__(__self__, *,
2783
+ collation: Optional[pulumi.Input[str]] = None,
2784
+ column: Optional[pulumi.Input[str]] = None,
2785
+ data_type: Optional[pulumi.Input[str]] = None,
2786
+ length: Optional[pulumi.Input[int]] = None,
2787
+ nullable: Optional[pulumi.Input[bool]] = None,
2788
+ ordinal_position: Optional[pulumi.Input[int]] = None,
2789
+ primary_key: Optional[pulumi.Input[bool]] = None):
2790
+ """
2791
+ :param pulumi.Input[str] collation: Column collation.
2792
+ :param pulumi.Input[str] column: Column name.
2793
+ :param pulumi.Input[str] data_type: The MySQL data type. Full data types list can be found here:
2794
+ https://dev.mysql.com/doc/refman/8.0/en/data-types.html
2795
+ :param pulumi.Input[int] length: (Output)
2796
+ Column length.
2797
+ :param pulumi.Input[bool] nullable: Whether or not the column can accept a null value.
2798
+ :param pulumi.Input[int] ordinal_position: The ordinal position of the column in the table.
2799
+ :param pulumi.Input[bool] primary_key: Whether or not the column represents a primary key.
2800
+ """
2801
+ if collation is not None:
2802
+ pulumi.set(__self__, "collation", collation)
2803
+ if column is not None:
2804
+ pulumi.set(__self__, "column", column)
2805
+ if data_type is not None:
2806
+ pulumi.set(__self__, "data_type", data_type)
2807
+ if length is not None:
2808
+ pulumi.set(__self__, "length", length)
2809
+ if nullable is not None:
2810
+ pulumi.set(__self__, "nullable", nullable)
2811
+ if ordinal_position is not None:
2812
+ pulumi.set(__self__, "ordinal_position", ordinal_position)
2813
+ if primary_key is not None:
2814
+ pulumi.set(__self__, "primary_key", primary_key)
2815
+
2816
+ @property
2817
+ @pulumi.getter
2818
+ def collation(self) -> Optional[pulumi.Input[str]]:
2819
+ """
2820
+ Column collation.
2821
+ """
2822
+ return pulumi.get(self, "collation")
2823
+
2824
+ @collation.setter
2825
+ def collation(self, value: Optional[pulumi.Input[str]]):
2826
+ pulumi.set(self, "collation", value)
2827
+
2828
+ @property
2829
+ @pulumi.getter
2830
+ def column(self) -> Optional[pulumi.Input[str]]:
2831
+ """
2832
+ Column name.
2833
+ """
2834
+ return pulumi.get(self, "column")
2835
+
2836
+ @column.setter
2837
+ def column(self, value: Optional[pulumi.Input[str]]):
2838
+ pulumi.set(self, "column", value)
2839
+
2840
+ @property
2841
+ @pulumi.getter(name="dataType")
2842
+ def data_type(self) -> Optional[pulumi.Input[str]]:
2843
+ """
2844
+ The MySQL data type. Full data types list can be found here:
2845
+ https://dev.mysql.com/doc/refman/8.0/en/data-types.html
2846
+ """
2847
+ return pulumi.get(self, "data_type")
2848
+
2849
+ @data_type.setter
2850
+ def data_type(self, value: Optional[pulumi.Input[str]]):
2851
+ pulumi.set(self, "data_type", value)
1929
2852
 
1930
2853
  @property
1931
- @pulumi.getter(name="sourceConnectionProfile")
1932
- def source_connection_profile(self) -> pulumi.Input[str]:
2854
+ @pulumi.getter
2855
+ def length(self) -> Optional[pulumi.Input[int]]:
1933
2856
  """
1934
- Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
2857
+ (Output)
2858
+ Column length.
1935
2859
  """
1936
- return pulumi.get(self, "source_connection_profile")
2860
+ return pulumi.get(self, "length")
1937
2861
 
1938
- @source_connection_profile.setter
1939
- def source_connection_profile(self, value: pulumi.Input[str]):
1940
- pulumi.set(self, "source_connection_profile", value)
2862
+ @length.setter
2863
+ def length(self, value: Optional[pulumi.Input[int]]):
2864
+ pulumi.set(self, "length", value)
1941
2865
 
1942
2866
  @property
1943
- @pulumi.getter(name="mysqlSourceConfig")
1944
- def mysql_source_config(self) -> Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigArgs']]:
2867
+ @pulumi.getter
2868
+ def nullable(self) -> Optional[pulumi.Input[bool]]:
1945
2869
  """
1946
- MySQL data source configuration.
1947
- Structure is documented below.
2870
+ Whether or not the column can accept a null value.
1948
2871
  """
1949
- return pulumi.get(self, "mysql_source_config")
2872
+ return pulumi.get(self, "nullable")
1950
2873
 
1951
- @mysql_source_config.setter
1952
- def mysql_source_config(self, value: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigArgs']]):
1953
- pulumi.set(self, "mysql_source_config", value)
2874
+ @nullable.setter
2875
+ def nullable(self, value: Optional[pulumi.Input[bool]]):
2876
+ pulumi.set(self, "nullable", value)
1954
2877
 
1955
2878
  @property
1956
- @pulumi.getter(name="oracleSourceConfig")
1957
- def oracle_source_config(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigArgs']]:
2879
+ @pulumi.getter(name="ordinalPosition")
2880
+ def ordinal_position(self) -> Optional[pulumi.Input[int]]:
1958
2881
  """
1959
- MySQL data source configuration.
1960
- Structure is documented below.
2882
+ The ordinal position of the column in the table.
1961
2883
  """
1962
- return pulumi.get(self, "oracle_source_config")
2884
+ return pulumi.get(self, "ordinal_position")
1963
2885
 
1964
- @oracle_source_config.setter
1965
- def oracle_source_config(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigArgs']]):
1966
- pulumi.set(self, "oracle_source_config", value)
2886
+ @ordinal_position.setter
2887
+ def ordinal_position(self, value: Optional[pulumi.Input[int]]):
2888
+ pulumi.set(self, "ordinal_position", value)
1967
2889
 
1968
2890
  @property
1969
- @pulumi.getter(name="postgresqlSourceConfig")
1970
- def postgresql_source_config(self) -> Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigArgs']]:
2891
+ @pulumi.getter(name="primaryKey")
2892
+ def primary_key(self) -> Optional[pulumi.Input[bool]]:
1971
2893
  """
1972
- PostgreSQL data source configuration.
1973
- Structure is documented below.
2894
+ Whether or not the column represents a primary key.
1974
2895
  """
1975
- return pulumi.get(self, "postgresql_source_config")
2896
+ return pulumi.get(self, "primary_key")
1976
2897
 
1977
- @postgresql_source_config.setter
1978
- def postgresql_source_config(self, value: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigArgs']]):
1979
- pulumi.set(self, "postgresql_source_config", value)
2898
+ @primary_key.setter
2899
+ def primary_key(self, value: Optional[pulumi.Input[bool]]):
2900
+ pulumi.set(self, "primary_key", value)
1980
2901
 
1981
2902
 
1982
2903
  @pulumi.input_type
1983
- class StreamSourceConfigMysqlSourceConfigArgs:
2904
+ class StreamSourceConfigOracleSourceConfigArgs:
1984
2905
  def __init__(__self__, *,
1985
- exclude_objects: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs']] = None,
1986
- include_objects: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs']] = None,
2906
+ drop_large_objects: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs']] = None,
2907
+ exclude_objects: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsArgs']] = None,
2908
+ include_objects: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsArgs']] = None,
1987
2909
  max_concurrent_backfill_tasks: Optional[pulumi.Input[int]] = None,
1988
- max_concurrent_cdc_tasks: Optional[pulumi.Input[int]] = None):
2910
+ max_concurrent_cdc_tasks: Optional[pulumi.Input[int]] = None,
2911
+ stream_large_objects: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs']] = None):
1989
2912
  """
1990
- :param pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs'] exclude_objects: MySQL objects to exclude from the stream.
2913
+ :param pulumi.Input['StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs'] drop_large_objects: Configuration to drop large object values.
2914
+ :param pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsArgs'] exclude_objects: Oracle objects to exclude from the stream.
1991
2915
  Structure is documented below.
1992
- :param pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs'] include_objects: MySQL objects to retrieve from the source.
2916
+ :param pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsArgs'] include_objects: Oracle objects to retrieve from the source.
1993
2917
  Structure is documented below.
1994
2918
  :param pulumi.Input[int] max_concurrent_backfill_tasks: Maximum number of concurrent backfill tasks. The number should be non negative.
1995
2919
  If not set (or set to 0), the system's default value will be used.
1996
2920
  :param pulumi.Input[int] max_concurrent_cdc_tasks: Maximum number of concurrent CDC tasks. The number should be non negative.
1997
2921
  If not set (or set to 0), the system's default value will be used.
2922
+ :param pulumi.Input['StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs'] stream_large_objects: Configuration to drop large object values.
1998
2923
  """
2924
+ if drop_large_objects is not None:
2925
+ pulumi.set(__self__, "drop_large_objects", drop_large_objects)
1999
2926
  if exclude_objects is not None:
2000
2927
  pulumi.set(__self__, "exclude_objects", exclude_objects)
2001
2928
  if include_objects is not None:
@@ -2004,31 +2931,45 @@ class StreamSourceConfigMysqlSourceConfigArgs:
2004
2931
  pulumi.set(__self__, "max_concurrent_backfill_tasks", max_concurrent_backfill_tasks)
2005
2932
  if max_concurrent_cdc_tasks is not None:
2006
2933
  pulumi.set(__self__, "max_concurrent_cdc_tasks", max_concurrent_cdc_tasks)
2934
+ if stream_large_objects is not None:
2935
+ pulumi.set(__self__, "stream_large_objects", stream_large_objects)
2936
+
2937
+ @property
2938
+ @pulumi.getter(name="dropLargeObjects")
2939
+ def drop_large_objects(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs']]:
2940
+ """
2941
+ Configuration to drop large object values.
2942
+ """
2943
+ return pulumi.get(self, "drop_large_objects")
2944
+
2945
+ @drop_large_objects.setter
2946
+ def drop_large_objects(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs']]):
2947
+ pulumi.set(self, "drop_large_objects", value)
2007
2948
 
2008
2949
  @property
2009
2950
  @pulumi.getter(name="excludeObjects")
2010
- def exclude_objects(self) -> Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs']]:
2951
+ def exclude_objects(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsArgs']]:
2011
2952
  """
2012
- MySQL objects to exclude from the stream.
2953
+ Oracle objects to exclude from the stream.
2013
2954
  Structure is documented below.
2014
2955
  """
2015
2956
  return pulumi.get(self, "exclude_objects")
2016
2957
 
2017
2958
  @exclude_objects.setter
2018
- def exclude_objects(self, value: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs']]):
2959
+ def exclude_objects(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsArgs']]):
2019
2960
  pulumi.set(self, "exclude_objects", value)
2020
2961
 
2021
2962
  @property
2022
2963
  @pulumi.getter(name="includeObjects")
2023
- def include_objects(self) -> Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs']]:
2964
+ def include_objects(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsArgs']]:
2024
2965
  """
2025
- MySQL objects to retrieve from the source.
2966
+ Oracle objects to retrieve from the source.
2026
2967
  Structure is documented below.
2027
2968
  """
2028
2969
  return pulumi.get(self, "include_objects")
2029
2970
 
2030
2971
  @include_objects.setter
2031
- def include_objects(self, value: Optional[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs']]):
2972
+ def include_objects(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsArgs']]):
2032
2973
  pulumi.set(self, "include_objects", value)
2033
2974
 
2034
2975
  @property
@@ -2057,84 +2998,102 @@ class StreamSourceConfigMysqlSourceConfigArgs:
2057
2998
  def max_concurrent_cdc_tasks(self, value: Optional[pulumi.Input[int]]):
2058
2999
  pulumi.set(self, "max_concurrent_cdc_tasks", value)
2059
3000
 
3001
+ @property
3002
+ @pulumi.getter(name="streamLargeObjects")
3003
+ def stream_large_objects(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs']]:
3004
+ """
3005
+ Configuration to drop large object values.
3006
+ """
3007
+ return pulumi.get(self, "stream_large_objects")
3008
+
3009
+ @stream_large_objects.setter
3010
+ def stream_large_objects(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs']]):
3011
+ pulumi.set(self, "stream_large_objects", value)
3012
+
2060
3013
 
2061
3014
  @pulumi.input_type
2062
- class StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs:
3015
+ class StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs:
3016
+ def __init__(__self__):
3017
+ pass
3018
+
3019
+
3020
+ @pulumi.input_type
3021
+ class StreamSourceConfigOracleSourceConfigExcludeObjectsArgs:
2063
3022
  def __init__(__self__, *,
2064
- mysql_databases: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs']]]):
3023
+ oracle_schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs']]]):
2065
3024
  """
2066
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs']]] mysql_databases: MySQL databases on the server
3025
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs']]] oracle_schemas: Oracle schemas/databases in the database server
2067
3026
  Structure is documented below.
2068
3027
  """
2069
- pulumi.set(__self__, "mysql_databases", mysql_databases)
3028
+ pulumi.set(__self__, "oracle_schemas", oracle_schemas)
2070
3029
 
2071
3030
  @property
2072
- @pulumi.getter(name="mysqlDatabases")
2073
- def mysql_databases(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs']]]:
3031
+ @pulumi.getter(name="oracleSchemas")
3032
+ def oracle_schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs']]]:
2074
3033
  """
2075
- MySQL databases on the server
3034
+ Oracle schemas/databases in the database server
2076
3035
  Structure is documented below.
2077
3036
  """
2078
- return pulumi.get(self, "mysql_databases")
3037
+ return pulumi.get(self, "oracle_schemas")
2079
3038
 
2080
- @mysql_databases.setter
2081
- def mysql_databases(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs']]]):
2082
- pulumi.set(self, "mysql_databases", value)
3039
+ @oracle_schemas.setter
3040
+ def oracle_schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs']]]):
3041
+ pulumi.set(self, "oracle_schemas", value)
2083
3042
 
2084
3043
 
2085
3044
  @pulumi.input_type
2086
- class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs:
3045
+ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs:
2087
3046
  def __init__(__self__, *,
2088
- database: pulumi.Input[str],
2089
- mysql_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs']]]] = None):
3047
+ schema: pulumi.Input[str],
3048
+ oracle_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs']]]] = None):
2090
3049
  """
2091
- :param pulumi.Input[str] database: Database name.
2092
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs']]] mysql_tables: Tables in the database.
3050
+ :param pulumi.Input[str] schema: Schema name.
3051
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs']]] oracle_tables: Tables in the database.
2093
3052
  Structure is documented below.
2094
3053
  """
2095
- pulumi.set(__self__, "database", database)
2096
- if mysql_tables is not None:
2097
- pulumi.set(__self__, "mysql_tables", mysql_tables)
3054
+ pulumi.set(__self__, "schema", schema)
3055
+ if oracle_tables is not None:
3056
+ pulumi.set(__self__, "oracle_tables", oracle_tables)
2098
3057
 
2099
3058
  @property
2100
3059
  @pulumi.getter
2101
- def database(self) -> pulumi.Input[str]:
3060
+ def schema(self) -> pulumi.Input[str]:
2102
3061
  """
2103
- Database name.
3062
+ Schema name.
2104
3063
  """
2105
- return pulumi.get(self, "database")
3064
+ return pulumi.get(self, "schema")
2106
3065
 
2107
- @database.setter
2108
- def database(self, value: pulumi.Input[str]):
2109
- pulumi.set(self, "database", value)
3066
+ @schema.setter
3067
+ def schema(self, value: pulumi.Input[str]):
3068
+ pulumi.set(self, "schema", value)
2110
3069
 
2111
3070
  @property
2112
- @pulumi.getter(name="mysqlTables")
2113
- def mysql_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs']]]]:
3071
+ @pulumi.getter(name="oracleTables")
3072
+ def oracle_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs']]]]:
2114
3073
  """
2115
3074
  Tables in the database.
2116
3075
  Structure is documented below.
2117
3076
  """
2118
- return pulumi.get(self, "mysql_tables")
3077
+ return pulumi.get(self, "oracle_tables")
2119
3078
 
2120
- @mysql_tables.setter
2121
- def mysql_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs']]]]):
2122
- pulumi.set(self, "mysql_tables", value)
3079
+ @oracle_tables.setter
3080
+ def oracle_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs']]]]):
3081
+ pulumi.set(self, "oracle_tables", value)
2123
3082
 
2124
3083
 
2125
3084
  @pulumi.input_type
2126
- class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs:
3085
+ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs:
2127
3086
  def __init__(__self__, *,
2128
3087
  table: pulumi.Input[str],
2129
- mysql_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]] = None):
3088
+ oracle_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]] = None):
2130
3089
  """
2131
3090
  :param pulumi.Input[str] table: Table name.
2132
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]] mysql_columns: MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3091
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs']]] oracle_columns: Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2133
3092
  Structure is documented below.
2134
3093
  """
2135
3094
  pulumi.set(__self__, "table", table)
2136
- if mysql_columns is not None:
2137
- pulumi.set(__self__, "mysql_columns", mysql_columns)
3095
+ if oracle_columns is not None:
3096
+ pulumi.set(__self__, "oracle_columns", oracle_columns)
2138
3097
 
2139
3098
  @property
2140
3099
  @pulumi.getter
@@ -2149,66 +3108,68 @@ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableAr
2149
3108
  pulumi.set(self, "table", value)
2150
3109
 
2151
3110
  @property
2152
- @pulumi.getter(name="mysqlColumns")
2153
- def mysql_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]]:
3111
+ @pulumi.getter(name="oracleColumns")
3112
+ def oracle_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]]:
2154
3113
  """
2155
- MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3114
+ Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2156
3115
  Structure is documented below.
2157
3116
  """
2158
- return pulumi.get(self, "mysql_columns")
3117
+ return pulumi.get(self, "oracle_columns")
2159
3118
 
2160
- @mysql_columns.setter
2161
- def mysql_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]]):
2162
- pulumi.set(self, "mysql_columns", value)
3119
+ @oracle_columns.setter
3120
+ def oracle_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]]):
3121
+ pulumi.set(self, "oracle_columns", value)
2163
3122
 
2164
3123
 
2165
3124
  @pulumi.input_type
2166
- class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs:
3125
+ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs:
2167
3126
  def __init__(__self__, *,
2168
- collation: Optional[pulumi.Input[str]] = None,
2169
3127
  column: Optional[pulumi.Input[str]] = None,
2170
3128
  data_type: Optional[pulumi.Input[str]] = None,
3129
+ encoding: Optional[pulumi.Input[str]] = None,
2171
3130
  length: Optional[pulumi.Input[int]] = None,
2172
3131
  nullable: Optional[pulumi.Input[bool]] = None,
2173
3132
  ordinal_position: Optional[pulumi.Input[int]] = None,
2174
- primary_key: Optional[pulumi.Input[bool]] = None):
3133
+ precision: Optional[pulumi.Input[int]] = None,
3134
+ primary_key: Optional[pulumi.Input[bool]] = None,
3135
+ scale: Optional[pulumi.Input[int]] = None):
2175
3136
  """
2176
- :param pulumi.Input[str] collation: Column collation.
2177
3137
  :param pulumi.Input[str] column: Column name.
2178
- :param pulumi.Input[str] data_type: The MySQL data type. Full data types list can be found here:
2179
- https://dev.mysql.com/doc/refman/8.0/en/data-types.html
3138
+ :param pulumi.Input[str] data_type: The Oracle data type. Full data types list can be found here:
3139
+ https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
3140
+ :param pulumi.Input[str] encoding: (Output)
3141
+ Column encoding.
2180
3142
  :param pulumi.Input[int] length: (Output)
2181
3143
  Column length.
2182
- :param pulumi.Input[bool] nullable: Whether or not the column can accept a null value.
2183
- :param pulumi.Input[int] ordinal_position: The ordinal position of the column in the table.
2184
- :param pulumi.Input[bool] primary_key: Whether or not the column represents a primary key.
3144
+ :param pulumi.Input[bool] nullable: (Output)
3145
+ Whether or not the column can accept a null value.
3146
+ :param pulumi.Input[int] ordinal_position: (Output)
3147
+ The ordinal position of the column in the table.
3148
+ :param pulumi.Input[int] precision: (Output)
3149
+ Column precision.
3150
+ :param pulumi.Input[bool] primary_key: (Output)
3151
+ Whether or not the column represents a primary key.
3152
+ :param pulumi.Input[int] scale: (Output)
3153
+ Column scale.
2185
3154
  """
2186
- if collation is not None:
2187
- pulumi.set(__self__, "collation", collation)
2188
3155
  if column is not None:
2189
3156
  pulumi.set(__self__, "column", column)
2190
3157
  if data_type is not None:
2191
3158
  pulumi.set(__self__, "data_type", data_type)
3159
+ if encoding is not None:
3160
+ pulumi.set(__self__, "encoding", encoding)
2192
3161
  if length is not None:
2193
3162
  pulumi.set(__self__, "length", length)
2194
3163
  if nullable is not None:
2195
3164
  pulumi.set(__self__, "nullable", nullable)
2196
3165
  if ordinal_position is not None:
2197
3166
  pulumi.set(__self__, "ordinal_position", ordinal_position)
2198
- if primary_key is not None:
2199
- pulumi.set(__self__, "primary_key", primary_key)
2200
-
2201
- @property
2202
- @pulumi.getter
2203
- def collation(self) -> Optional[pulumi.Input[str]]:
2204
- """
2205
- Column collation.
2206
- """
2207
- return pulumi.get(self, "collation")
2208
-
2209
- @collation.setter
2210
- def collation(self, value: Optional[pulumi.Input[str]]):
2211
- pulumi.set(self, "collation", value)
3167
+ if precision is not None:
3168
+ pulumi.set(__self__, "precision", precision)
3169
+ if primary_key is not None:
3170
+ pulumi.set(__self__, "primary_key", primary_key)
3171
+ if scale is not None:
3172
+ pulumi.set(__self__, "scale", scale)
2212
3173
 
2213
3174
  @property
2214
3175
  @pulumi.getter
@@ -2226,8 +3187,8 @@ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMy
2226
3187
  @pulumi.getter(name="dataType")
2227
3188
  def data_type(self) -> Optional[pulumi.Input[str]]:
2228
3189
  """
2229
- The MySQL data type. Full data types list can be found here:
2230
- https://dev.mysql.com/doc/refman/8.0/en/data-types.html
3190
+ The Oracle data type. Full data types list can be found here:
3191
+ https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
2231
3192
  """
2232
3193
  return pulumi.get(self, "data_type")
2233
3194
 
@@ -2235,6 +3196,19 @@ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMy
2235
3196
  def data_type(self, value: Optional[pulumi.Input[str]]):
2236
3197
  pulumi.set(self, "data_type", value)
2237
3198
 
3199
+ @property
3200
+ @pulumi.getter
3201
+ def encoding(self) -> Optional[pulumi.Input[str]]:
3202
+ """
3203
+ (Output)
3204
+ Column encoding.
3205
+ """
3206
+ return pulumi.get(self, "encoding")
3207
+
3208
+ @encoding.setter
3209
+ def encoding(self, value: Optional[pulumi.Input[str]]):
3210
+ pulumi.set(self, "encoding", value)
3211
+
2238
3212
  @property
2239
3213
  @pulumi.getter
2240
3214
  def length(self) -> Optional[pulumi.Input[int]]:
@@ -2252,6 +3226,7 @@ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMy
2252
3226
  @pulumi.getter
2253
3227
  def nullable(self) -> Optional[pulumi.Input[bool]]:
2254
3228
  """
3229
+ (Output)
2255
3230
  Whether or not the column can accept a null value.
2256
3231
  """
2257
3232
  return pulumi.get(self, "nullable")
@@ -2264,6 +3239,7 @@ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMy
2264
3239
  @pulumi.getter(name="ordinalPosition")
2265
3240
  def ordinal_position(self) -> Optional[pulumi.Input[int]]:
2266
3241
  """
3242
+ (Output)
2267
3243
  The ordinal position of the column in the table.
2268
3244
  """
2269
3245
  return pulumi.get(self, "ordinal_position")
@@ -2272,10 +3248,24 @@ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMy
2272
3248
  def ordinal_position(self, value: Optional[pulumi.Input[int]]):
2273
3249
  pulumi.set(self, "ordinal_position", value)
2274
3250
 
3251
+ @property
3252
+ @pulumi.getter
3253
+ def precision(self) -> Optional[pulumi.Input[int]]:
3254
+ """
3255
+ (Output)
3256
+ Column precision.
3257
+ """
3258
+ return pulumi.get(self, "precision")
3259
+
3260
+ @precision.setter
3261
+ def precision(self, value: Optional[pulumi.Input[int]]):
3262
+ pulumi.set(self, "precision", value)
3263
+
2275
3264
  @property
2276
3265
  @pulumi.getter(name="primaryKey")
2277
3266
  def primary_key(self) -> Optional[pulumi.Input[bool]]:
2278
3267
  """
3268
+ (Output)
2279
3269
  Whether or not the column represents a primary key.
2280
3270
  """
2281
3271
  return pulumi.get(self, "primary_key")
@@ -2284,84 +3274,97 @@ class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMy
2284
3274
  def primary_key(self, value: Optional[pulumi.Input[bool]]):
2285
3275
  pulumi.set(self, "primary_key", value)
2286
3276
 
3277
+ @property
3278
+ @pulumi.getter
3279
+ def scale(self) -> Optional[pulumi.Input[int]]:
3280
+ """
3281
+ (Output)
3282
+ Column scale.
3283
+ """
3284
+ return pulumi.get(self, "scale")
3285
+
3286
+ @scale.setter
3287
+ def scale(self, value: Optional[pulumi.Input[int]]):
3288
+ pulumi.set(self, "scale", value)
3289
+
2287
3290
 
2288
3291
  @pulumi.input_type
2289
- class StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs:
3292
+ class StreamSourceConfigOracleSourceConfigIncludeObjectsArgs:
2290
3293
  def __init__(__self__, *,
2291
- mysql_databases: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs']]]):
3294
+ oracle_schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs']]]):
2292
3295
  """
2293
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs']]] mysql_databases: MySQL databases on the server
3296
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs']]] oracle_schemas: Oracle schemas/databases in the database server
2294
3297
  Structure is documented below.
2295
3298
  """
2296
- pulumi.set(__self__, "mysql_databases", mysql_databases)
3299
+ pulumi.set(__self__, "oracle_schemas", oracle_schemas)
2297
3300
 
2298
3301
  @property
2299
- @pulumi.getter(name="mysqlDatabases")
2300
- def mysql_databases(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs']]]:
3302
+ @pulumi.getter(name="oracleSchemas")
3303
+ def oracle_schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs']]]:
2301
3304
  """
2302
- MySQL databases on the server
3305
+ Oracle schemas/databases in the database server
2303
3306
  Structure is documented below.
2304
3307
  """
2305
- return pulumi.get(self, "mysql_databases")
3308
+ return pulumi.get(self, "oracle_schemas")
2306
3309
 
2307
- @mysql_databases.setter
2308
- def mysql_databases(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs']]]):
2309
- pulumi.set(self, "mysql_databases", value)
3310
+ @oracle_schemas.setter
3311
+ def oracle_schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs']]]):
3312
+ pulumi.set(self, "oracle_schemas", value)
2310
3313
 
2311
3314
 
2312
3315
  @pulumi.input_type
2313
- class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs:
3316
+ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs:
2314
3317
  def __init__(__self__, *,
2315
- database: pulumi.Input[str],
2316
- mysql_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs']]]] = None):
3318
+ schema: pulumi.Input[str],
3319
+ oracle_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs']]]] = None):
2317
3320
  """
2318
- :param pulumi.Input[str] database: Database name.
2319
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs']]] mysql_tables: Tables in the database.
3321
+ :param pulumi.Input[str] schema: Schema name.
3322
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs']]] oracle_tables: Tables in the database.
2320
3323
  Structure is documented below.
2321
3324
  """
2322
- pulumi.set(__self__, "database", database)
2323
- if mysql_tables is not None:
2324
- pulumi.set(__self__, "mysql_tables", mysql_tables)
3325
+ pulumi.set(__self__, "schema", schema)
3326
+ if oracle_tables is not None:
3327
+ pulumi.set(__self__, "oracle_tables", oracle_tables)
2325
3328
 
2326
3329
  @property
2327
3330
  @pulumi.getter
2328
- def database(self) -> pulumi.Input[str]:
3331
+ def schema(self) -> pulumi.Input[str]:
2329
3332
  """
2330
- Database name.
3333
+ Schema name.
2331
3334
  """
2332
- return pulumi.get(self, "database")
3335
+ return pulumi.get(self, "schema")
2333
3336
 
2334
- @database.setter
2335
- def database(self, value: pulumi.Input[str]):
2336
- pulumi.set(self, "database", value)
3337
+ @schema.setter
3338
+ def schema(self, value: pulumi.Input[str]):
3339
+ pulumi.set(self, "schema", value)
2337
3340
 
2338
3341
  @property
2339
- @pulumi.getter(name="mysqlTables")
2340
- def mysql_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs']]]]:
3342
+ @pulumi.getter(name="oracleTables")
3343
+ def oracle_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs']]]]:
2341
3344
  """
2342
3345
  Tables in the database.
2343
3346
  Structure is documented below.
2344
3347
  """
2345
- return pulumi.get(self, "mysql_tables")
3348
+ return pulumi.get(self, "oracle_tables")
2346
3349
 
2347
- @mysql_tables.setter
2348
- def mysql_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs']]]]):
2349
- pulumi.set(self, "mysql_tables", value)
3350
+ @oracle_tables.setter
3351
+ def oracle_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs']]]]):
3352
+ pulumi.set(self, "oracle_tables", value)
2350
3353
 
2351
3354
 
2352
3355
  @pulumi.input_type
2353
- class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs:
3356
+ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs:
2354
3357
  def __init__(__self__, *,
2355
3358
  table: pulumi.Input[str],
2356
- mysql_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]] = None):
3359
+ oracle_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]] = None):
2357
3360
  """
2358
3361
  :param pulumi.Input[str] table: Table name.
2359
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]] mysql_columns: MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3362
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs']]] oracle_columns: Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2360
3363
  Structure is documented below.
2361
3364
  """
2362
3365
  pulumi.set(__self__, "table", table)
2363
- if mysql_columns is not None:
2364
- pulumi.set(__self__, "mysql_columns", mysql_columns)
3366
+ if oracle_columns is not None:
3367
+ pulumi.set(__self__, "oracle_columns", oracle_columns)
2365
3368
 
2366
3369
  @property
2367
3370
  @pulumi.getter
@@ -2376,66 +3379,68 @@ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableAr
2376
3379
  pulumi.set(self, "table", value)
2377
3380
 
2378
3381
  @property
2379
- @pulumi.getter(name="mysqlColumns")
2380
- def mysql_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]]:
3382
+ @pulumi.getter(name="oracleColumns")
3383
+ def oracle_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]]:
2381
3384
  """
2382
- MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3385
+ Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2383
3386
  Structure is documented below.
2384
3387
  """
2385
- return pulumi.get(self, "mysql_columns")
3388
+ return pulumi.get(self, "oracle_columns")
2386
3389
 
2387
- @mysql_columns.setter
2388
- def mysql_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs']]]]):
2389
- pulumi.set(self, "mysql_columns", value)
3390
+ @oracle_columns.setter
3391
+ def oracle_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]]):
3392
+ pulumi.set(self, "oracle_columns", value)
2390
3393
 
2391
3394
 
2392
3395
  @pulumi.input_type
2393
- class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs:
3396
+ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs:
2394
3397
  def __init__(__self__, *,
2395
- collation: Optional[pulumi.Input[str]] = None,
2396
3398
  column: Optional[pulumi.Input[str]] = None,
2397
3399
  data_type: Optional[pulumi.Input[str]] = None,
3400
+ encoding: Optional[pulumi.Input[str]] = None,
2398
3401
  length: Optional[pulumi.Input[int]] = None,
2399
3402
  nullable: Optional[pulumi.Input[bool]] = None,
2400
3403
  ordinal_position: Optional[pulumi.Input[int]] = None,
2401
- primary_key: Optional[pulumi.Input[bool]] = None):
3404
+ precision: Optional[pulumi.Input[int]] = None,
3405
+ primary_key: Optional[pulumi.Input[bool]] = None,
3406
+ scale: Optional[pulumi.Input[int]] = None):
2402
3407
  """
2403
- :param pulumi.Input[str] collation: Column collation.
2404
3408
  :param pulumi.Input[str] column: Column name.
2405
- :param pulumi.Input[str] data_type: The MySQL data type. Full data types list can be found here:
2406
- https://dev.mysql.com/doc/refman/8.0/en/data-types.html
3409
+ :param pulumi.Input[str] data_type: The Oracle data type. Full data types list can be found here:
3410
+ https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
3411
+ :param pulumi.Input[str] encoding: (Output)
3412
+ Column encoding.
2407
3413
  :param pulumi.Input[int] length: (Output)
2408
3414
  Column length.
2409
- :param pulumi.Input[bool] nullable: Whether or not the column can accept a null value.
2410
- :param pulumi.Input[int] ordinal_position: The ordinal position of the column in the table.
2411
- :param pulumi.Input[bool] primary_key: Whether or not the column represents a primary key.
3415
+ :param pulumi.Input[bool] nullable: (Output)
3416
+ Whether or not the column can accept a null value.
3417
+ :param pulumi.Input[int] ordinal_position: (Output)
3418
+ The ordinal position of the column in the table.
3419
+ :param pulumi.Input[int] precision: (Output)
3420
+ Column precision.
3421
+ :param pulumi.Input[bool] primary_key: (Output)
3422
+ Whether or not the column represents a primary key.
3423
+ :param pulumi.Input[int] scale: (Output)
3424
+ Column scale.
2412
3425
  """
2413
- if collation is not None:
2414
- pulumi.set(__self__, "collation", collation)
2415
3426
  if column is not None:
2416
3427
  pulumi.set(__self__, "column", column)
2417
3428
  if data_type is not None:
2418
3429
  pulumi.set(__self__, "data_type", data_type)
3430
+ if encoding is not None:
3431
+ pulumi.set(__self__, "encoding", encoding)
2419
3432
  if length is not None:
2420
3433
  pulumi.set(__self__, "length", length)
2421
3434
  if nullable is not None:
2422
3435
  pulumi.set(__self__, "nullable", nullable)
2423
3436
  if ordinal_position is not None:
2424
3437
  pulumi.set(__self__, "ordinal_position", ordinal_position)
3438
+ if precision is not None:
3439
+ pulumi.set(__self__, "precision", precision)
2425
3440
  if primary_key is not None:
2426
3441
  pulumi.set(__self__, "primary_key", primary_key)
2427
-
2428
- @property
2429
- @pulumi.getter
2430
- def collation(self) -> Optional[pulumi.Input[str]]:
2431
- """
2432
- Column collation.
2433
- """
2434
- return pulumi.get(self, "collation")
2435
-
2436
- @collation.setter
2437
- def collation(self, value: Optional[pulumi.Input[str]]):
2438
- pulumi.set(self, "collation", value)
3442
+ if scale is not None:
3443
+ pulumi.set(__self__, "scale", scale)
2439
3444
 
2440
3445
  @property
2441
3446
  @pulumi.getter
@@ -2453,8 +3458,8 @@ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMy
2453
3458
  @pulumi.getter(name="dataType")
2454
3459
  def data_type(self) -> Optional[pulumi.Input[str]]:
2455
3460
  """
2456
- The MySQL data type. Full data types list can be found here:
2457
- https://dev.mysql.com/doc/refman/8.0/en/data-types.html
3461
+ The Oracle data type. Full data types list can be found here:
3462
+ https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
2458
3463
  """
2459
3464
  return pulumi.get(self, "data_type")
2460
3465
 
@@ -2462,6 +3467,19 @@ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMy
2462
3467
  def data_type(self, value: Optional[pulumi.Input[str]]):
2463
3468
  pulumi.set(self, "data_type", value)
2464
3469
 
3470
+ @property
3471
+ @pulumi.getter
3472
+ def encoding(self) -> Optional[pulumi.Input[str]]:
3473
+ """
3474
+ (Output)
3475
+ Column encoding.
3476
+ """
3477
+ return pulumi.get(self, "encoding")
3478
+
3479
+ @encoding.setter
3480
+ def encoding(self, value: Optional[pulumi.Input[str]]):
3481
+ pulumi.set(self, "encoding", value)
3482
+
2465
3483
  @property
2466
3484
  @pulumi.getter
2467
3485
  def length(self) -> Optional[pulumi.Input[int]]:
@@ -2479,6 +3497,7 @@ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMy
2479
3497
  @pulumi.getter
2480
3498
  def nullable(self) -> Optional[pulumi.Input[bool]]:
2481
3499
  """
3500
+ (Output)
2482
3501
  Whether or not the column can accept a null value.
2483
3502
  """
2484
3503
  return pulumi.get(self, "nullable")
@@ -2491,6 +3510,7 @@ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMy
2491
3510
  @pulumi.getter(name="ordinalPosition")
2492
3511
  def ordinal_position(self) -> Optional[pulumi.Input[int]]:
2493
3512
  """
3513
+ (Output)
2494
3514
  The ordinal position of the column in the table.
2495
3515
  """
2496
3516
  return pulumi.get(self, "ordinal_position")
@@ -2499,10 +3519,24 @@ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMy
2499
3519
  def ordinal_position(self, value: Optional[pulumi.Input[int]]):
2500
3520
  pulumi.set(self, "ordinal_position", value)
2501
3521
 
3522
+ @property
3523
+ @pulumi.getter
3524
+ def precision(self) -> Optional[pulumi.Input[int]]:
3525
+ """
3526
+ (Output)
3527
+ Column precision.
3528
+ """
3529
+ return pulumi.get(self, "precision")
3530
+
3531
+ @precision.setter
3532
+ def precision(self, value: Optional[pulumi.Input[int]]):
3533
+ pulumi.set(self, "precision", value)
3534
+
2502
3535
  @property
2503
3536
  @pulumi.getter(name="primaryKey")
2504
3537
  def primary_key(self) -> Optional[pulumi.Input[bool]]:
2505
3538
  """
3539
+ (Output)
2506
3540
  Whether or not the column represents a primary key.
2507
3541
  """
2508
3542
  return pulumi.get(self, "primary_key")
@@ -2511,85 +3545,113 @@ class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMy
2511
3545
  def primary_key(self, value: Optional[pulumi.Input[bool]]):
2512
3546
  pulumi.set(self, "primary_key", value)
2513
3547
 
3548
+ @property
3549
+ @pulumi.getter
3550
+ def scale(self) -> Optional[pulumi.Input[int]]:
3551
+ """
3552
+ (Output)
3553
+ Column scale.
3554
+ """
3555
+ return pulumi.get(self, "scale")
3556
+
3557
+ @scale.setter
3558
+ def scale(self, value: Optional[pulumi.Input[int]]):
3559
+ pulumi.set(self, "scale", value)
3560
+
2514
3561
 
2515
3562
  @pulumi.input_type
2516
- class StreamSourceConfigOracleSourceConfigArgs:
3563
+ class StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs:
3564
+ def __init__(__self__):
3565
+ pass
3566
+
3567
+
3568
+ @pulumi.input_type
3569
+ class StreamSourceConfigPostgresqlSourceConfigArgs:
2517
3570
  def __init__(__self__, *,
2518
- drop_large_objects: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs']] = None,
2519
- exclude_objects: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsArgs']] = None,
2520
- include_objects: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsArgs']] = None,
2521
- max_concurrent_backfill_tasks: Optional[pulumi.Input[int]] = None,
2522
- max_concurrent_cdc_tasks: Optional[pulumi.Input[int]] = None,
2523
- stream_large_objects: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs']] = None):
3571
+ publication: pulumi.Input[str],
3572
+ replication_slot: pulumi.Input[str],
3573
+ exclude_objects: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs']] = None,
3574
+ include_objects: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs']] = None,
3575
+ max_concurrent_backfill_tasks: Optional[pulumi.Input[int]] = None):
2524
3576
  """
2525
- :param pulumi.Input['StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs'] drop_large_objects: Configuration to drop large object values.
2526
- :param pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsArgs'] exclude_objects: Oracle objects to exclude from the stream.
3577
+ :param pulumi.Input[str] publication: The name of the publication that includes the set of all tables
3578
+ that are defined in the stream's include_objects.
3579
+ :param pulumi.Input[str] replication_slot: The name of the logical replication slot that's configured with
3580
+ the pgoutput plugin.
3581
+ :param pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs'] exclude_objects: PostgreSQL objects to exclude from the stream.
2527
3582
  Structure is documented below.
2528
- :param pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsArgs'] include_objects: Oracle objects to retrieve from the source.
3583
+ :param pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs'] include_objects: PostgreSQL objects to retrieve from the source.
2529
3584
  Structure is documented below.
2530
- :param pulumi.Input[int] max_concurrent_backfill_tasks: Maximum number of concurrent backfill tasks. The number should be non negative.
2531
- If not set (or set to 0), the system's default value will be used.
2532
- :param pulumi.Input[int] max_concurrent_cdc_tasks: Maximum number of concurrent CDC tasks. The number should be non negative.
2533
- If not set (or set to 0), the system's default value will be used.
2534
- :param pulumi.Input['StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs'] stream_large_objects: Configuration to drop large object values.
3585
+ :param pulumi.Input[int] max_concurrent_backfill_tasks: Maximum number of concurrent backfill tasks. The number should be non
3586
+ negative. If not set (or set to 0), the system's default value will be used.
2535
3587
  """
2536
- if drop_large_objects is not None:
2537
- pulumi.set(__self__, "drop_large_objects", drop_large_objects)
3588
+ pulumi.set(__self__, "publication", publication)
3589
+ pulumi.set(__self__, "replication_slot", replication_slot)
2538
3590
  if exclude_objects is not None:
2539
3591
  pulumi.set(__self__, "exclude_objects", exclude_objects)
2540
3592
  if include_objects is not None:
2541
3593
  pulumi.set(__self__, "include_objects", include_objects)
2542
3594
  if max_concurrent_backfill_tasks is not None:
2543
3595
  pulumi.set(__self__, "max_concurrent_backfill_tasks", max_concurrent_backfill_tasks)
2544
- if max_concurrent_cdc_tasks is not None:
2545
- pulumi.set(__self__, "max_concurrent_cdc_tasks", max_concurrent_cdc_tasks)
2546
- if stream_large_objects is not None:
2547
- pulumi.set(__self__, "stream_large_objects", stream_large_objects)
2548
3596
 
2549
3597
  @property
2550
- @pulumi.getter(name="dropLargeObjects")
2551
- def drop_large_objects(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs']]:
3598
+ @pulumi.getter
3599
+ def publication(self) -> pulumi.Input[str]:
2552
3600
  """
2553
- Configuration to drop large object values.
3601
+ The name of the publication that includes the set of all tables
3602
+ that are defined in the stream's include_objects.
2554
3603
  """
2555
- return pulumi.get(self, "drop_large_objects")
3604
+ return pulumi.get(self, "publication")
2556
3605
 
2557
- @drop_large_objects.setter
2558
- def drop_large_objects(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs']]):
2559
- pulumi.set(self, "drop_large_objects", value)
3606
+ @publication.setter
3607
+ def publication(self, value: pulumi.Input[str]):
3608
+ pulumi.set(self, "publication", value)
3609
+
3610
+ @property
3611
+ @pulumi.getter(name="replicationSlot")
3612
+ def replication_slot(self) -> pulumi.Input[str]:
3613
+ """
3614
+ The name of the logical replication slot that's configured with
3615
+ the pgoutput plugin.
3616
+ """
3617
+ return pulumi.get(self, "replication_slot")
3618
+
3619
+ @replication_slot.setter
3620
+ def replication_slot(self, value: pulumi.Input[str]):
3621
+ pulumi.set(self, "replication_slot", value)
2560
3622
 
2561
3623
  @property
2562
3624
  @pulumi.getter(name="excludeObjects")
2563
- def exclude_objects(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsArgs']]:
3625
+ def exclude_objects(self) -> Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs']]:
2564
3626
  """
2565
- Oracle objects to exclude from the stream.
3627
+ PostgreSQL objects to exclude from the stream.
2566
3628
  Structure is documented below.
2567
3629
  """
2568
3630
  return pulumi.get(self, "exclude_objects")
2569
3631
 
2570
3632
  @exclude_objects.setter
2571
- def exclude_objects(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsArgs']]):
3633
+ def exclude_objects(self, value: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs']]):
2572
3634
  pulumi.set(self, "exclude_objects", value)
2573
3635
 
2574
3636
  @property
2575
3637
  @pulumi.getter(name="includeObjects")
2576
- def include_objects(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsArgs']]:
3638
+ def include_objects(self) -> Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs']]:
2577
3639
  """
2578
- Oracle objects to retrieve from the source.
3640
+ PostgreSQL objects to retrieve from the source.
2579
3641
  Structure is documented below.
2580
3642
  """
2581
3643
  return pulumi.get(self, "include_objects")
2582
3644
 
2583
3645
  @include_objects.setter
2584
- def include_objects(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsArgs']]):
3646
+ def include_objects(self, value: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs']]):
2585
3647
  pulumi.set(self, "include_objects", value)
2586
3648
 
2587
3649
  @property
2588
3650
  @pulumi.getter(name="maxConcurrentBackfillTasks")
2589
3651
  def max_concurrent_backfill_tasks(self) -> Optional[pulumi.Input[int]]:
2590
3652
  """
2591
- Maximum number of concurrent backfill tasks. The number should be non negative.
2592
- If not set (or set to 0), the system's default value will be used.
3653
+ Maximum number of concurrent backfill tasks. The number should be non
3654
+ negative. If not set (or set to 0), the system's default value will be used.
2593
3655
  """
2594
3656
  return pulumi.get(self, "max_concurrent_backfill_tasks")
2595
3657
 
@@ -2597,81 +3659,50 @@ class StreamSourceConfigOracleSourceConfigArgs:
2597
3659
  def max_concurrent_backfill_tasks(self, value: Optional[pulumi.Input[int]]):
2598
3660
  pulumi.set(self, "max_concurrent_backfill_tasks", value)
2599
3661
 
2600
- @property
2601
- @pulumi.getter(name="maxConcurrentCdcTasks")
2602
- def max_concurrent_cdc_tasks(self) -> Optional[pulumi.Input[int]]:
2603
- """
2604
- Maximum number of concurrent CDC tasks. The number should be non negative.
2605
- If not set (or set to 0), the system's default value will be used.
2606
- """
2607
- return pulumi.get(self, "max_concurrent_cdc_tasks")
2608
-
2609
- @max_concurrent_cdc_tasks.setter
2610
- def max_concurrent_cdc_tasks(self, value: Optional[pulumi.Input[int]]):
2611
- pulumi.set(self, "max_concurrent_cdc_tasks", value)
2612
-
2613
- @property
2614
- @pulumi.getter(name="streamLargeObjects")
2615
- def stream_large_objects(self) -> Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs']]:
2616
- """
2617
- Configuration to drop large object values.
2618
- """
2619
- return pulumi.get(self, "stream_large_objects")
2620
-
2621
- @stream_large_objects.setter
2622
- def stream_large_objects(self, value: Optional[pulumi.Input['StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs']]):
2623
- pulumi.set(self, "stream_large_objects", value)
2624
-
2625
-
2626
- @pulumi.input_type
2627
- class StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs:
2628
- def __init__(__self__):
2629
- pass
2630
-
2631
3662
 
2632
3663
  @pulumi.input_type
2633
- class StreamSourceConfigOracleSourceConfigExcludeObjectsArgs:
3664
+ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs:
2634
3665
  def __init__(__self__, *,
2635
- oracle_schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs']]]):
3666
+ postgresql_schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs']]]):
2636
3667
  """
2637
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs']]] oracle_schemas: Oracle schemas/databases in the database server
3668
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs']]] postgresql_schemas: PostgreSQL schemas on the server
2638
3669
  Structure is documented below.
2639
3670
  """
2640
- pulumi.set(__self__, "oracle_schemas", oracle_schemas)
3671
+ pulumi.set(__self__, "postgresql_schemas", postgresql_schemas)
2641
3672
 
2642
3673
  @property
2643
- @pulumi.getter(name="oracleSchemas")
2644
- def oracle_schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs']]]:
3674
+ @pulumi.getter(name="postgresqlSchemas")
3675
+ def postgresql_schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs']]]:
2645
3676
  """
2646
- Oracle schemas/databases in the database server
3677
+ PostgreSQL schemas on the server
2647
3678
  Structure is documented below.
2648
3679
  """
2649
- return pulumi.get(self, "oracle_schemas")
3680
+ return pulumi.get(self, "postgresql_schemas")
2650
3681
 
2651
- @oracle_schemas.setter
2652
- def oracle_schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs']]]):
2653
- pulumi.set(self, "oracle_schemas", value)
3682
+ @postgresql_schemas.setter
3683
+ def postgresql_schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs']]]):
3684
+ pulumi.set(self, "postgresql_schemas", value)
2654
3685
 
2655
3686
 
2656
3687
  @pulumi.input_type
2657
- class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs:
3688
+ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs:
2658
3689
  def __init__(__self__, *,
2659
3690
  schema: pulumi.Input[str],
2660
- oracle_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs']]]] = None):
3691
+ postgresql_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]] = None):
2661
3692
  """
2662
- :param pulumi.Input[str] schema: Schema name.
2663
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs']]] oracle_tables: Tables in the database.
3693
+ :param pulumi.Input[str] schema: Database name.
3694
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs']]] postgresql_tables: Tables in the schema.
2664
3695
  Structure is documented below.
2665
3696
  """
2666
3697
  pulumi.set(__self__, "schema", schema)
2667
- if oracle_tables is not None:
2668
- pulumi.set(__self__, "oracle_tables", oracle_tables)
3698
+ if postgresql_tables is not None:
3699
+ pulumi.set(__self__, "postgresql_tables", postgresql_tables)
2669
3700
 
2670
3701
  @property
2671
3702
  @pulumi.getter
2672
3703
  def schema(self) -> pulumi.Input[str]:
2673
3704
  """
2674
- Schema name.
3705
+ Database name.
2675
3706
  """
2676
3707
  return pulumi.get(self, "schema")
2677
3708
 
@@ -2680,32 +3711,32 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs:
2680
3711
  pulumi.set(self, "schema", value)
2681
3712
 
2682
3713
  @property
2683
- @pulumi.getter(name="oracleTables")
2684
- def oracle_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs']]]]:
3714
+ @pulumi.getter(name="postgresqlTables")
3715
+ def postgresql_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]]:
2685
3716
  """
2686
- Tables in the database.
3717
+ Tables in the schema.
2687
3718
  Structure is documented below.
2688
3719
  """
2689
- return pulumi.get(self, "oracle_tables")
3720
+ return pulumi.get(self, "postgresql_tables")
2690
3721
 
2691
- @oracle_tables.setter
2692
- def oracle_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs']]]]):
2693
- pulumi.set(self, "oracle_tables", value)
3722
+ @postgresql_tables.setter
3723
+ def postgresql_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]]):
3724
+ pulumi.set(self, "postgresql_tables", value)
2694
3725
 
2695
3726
 
2696
3727
  @pulumi.input_type
2697
- class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs:
3728
+ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs:
2698
3729
  def __init__(__self__, *,
2699
3730
  table: pulumi.Input[str],
2700
- oracle_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]] = None):
3731
+ postgresql_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]] = None):
2701
3732
  """
2702
3733
  :param pulumi.Input[str] table: Table name.
2703
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs']]] oracle_columns: Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3734
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]] postgresql_columns: PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2704
3735
  Structure is documented below.
2705
3736
  """
2706
3737
  pulumi.set(__self__, "table", table)
2707
- if oracle_columns is not None:
2708
- pulumi.set(__self__, "oracle_columns", oracle_columns)
3738
+ if postgresql_columns is not None:
3739
+ pulumi.set(__self__, "postgresql_columns", postgresql_columns)
2709
3740
 
2710
3741
  @property
2711
3742
  @pulumi.getter
@@ -2720,25 +3751,24 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableA
2720
3751
  pulumi.set(self, "table", value)
2721
3752
 
2722
3753
  @property
2723
- @pulumi.getter(name="oracleColumns")
2724
- def oracle_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]]:
3754
+ @pulumi.getter(name="postgresqlColumns")
3755
+ def postgresql_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]]:
2725
3756
  """
2726
- Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3757
+ PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2727
3758
  Structure is documented below.
2728
3759
  """
2729
- return pulumi.get(self, "oracle_columns")
3760
+ return pulumi.get(self, "postgresql_columns")
2730
3761
 
2731
- @oracle_columns.setter
2732
- def oracle_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]]):
2733
- pulumi.set(self, "oracle_columns", value)
3762
+ @postgresql_columns.setter
3763
+ def postgresql_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]]):
3764
+ pulumi.set(self, "postgresql_columns", value)
2734
3765
 
2735
3766
 
2736
3767
  @pulumi.input_type
2737
- class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs:
3768
+ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs:
2738
3769
  def __init__(__self__, *,
2739
3770
  column: Optional[pulumi.Input[str]] = None,
2740
3771
  data_type: Optional[pulumi.Input[str]] = None,
2741
- encoding: Optional[pulumi.Input[str]] = None,
2742
3772
  length: Optional[pulumi.Input[int]] = None,
2743
3773
  nullable: Optional[pulumi.Input[bool]] = None,
2744
3774
  ordinal_position: Optional[pulumi.Input[int]] = None,
@@ -2747,20 +3777,15 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableO
2747
3777
  scale: Optional[pulumi.Input[int]] = None):
2748
3778
  """
2749
3779
  :param pulumi.Input[str] column: Column name.
2750
- :param pulumi.Input[str] data_type: The Oracle data type. Full data types list can be found here:
2751
- https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
2752
- :param pulumi.Input[str] encoding: (Output)
2753
- Column encoding.
3780
+ :param pulumi.Input[str] data_type: The PostgreSQL data type. Full data types list can be found here:
3781
+ https://www.postgresql.org/docs/current/datatype.html
2754
3782
  :param pulumi.Input[int] length: (Output)
2755
3783
  Column length.
2756
- :param pulumi.Input[bool] nullable: (Output)
2757
- Whether or not the column can accept a null value.
2758
- :param pulumi.Input[int] ordinal_position: (Output)
2759
- The ordinal position of the column in the table.
3784
+ :param pulumi.Input[bool] nullable: Whether or not the column can accept a null value.
3785
+ :param pulumi.Input[int] ordinal_position: The ordinal position of the column in the table.
2760
3786
  :param pulumi.Input[int] precision: (Output)
2761
3787
  Column precision.
2762
- :param pulumi.Input[bool] primary_key: (Output)
2763
- Whether or not the column represents a primary key.
3788
+ :param pulumi.Input[bool] primary_key: Whether or not the column represents a primary key.
2764
3789
  :param pulumi.Input[int] scale: (Output)
2765
3790
  Column scale.
2766
3791
  """
@@ -2768,8 +3793,6 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableO
2768
3793
  pulumi.set(__self__, "column", column)
2769
3794
  if data_type is not None:
2770
3795
  pulumi.set(__self__, "data_type", data_type)
2771
- if encoding is not None:
2772
- pulumi.set(__self__, "encoding", encoding)
2773
3796
  if length is not None:
2774
3797
  pulumi.set(__self__, "length", length)
2775
3798
  if nullable is not None:
@@ -2799,8 +3822,8 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableO
2799
3822
  @pulumi.getter(name="dataType")
2800
3823
  def data_type(self) -> Optional[pulumi.Input[str]]:
2801
3824
  """
2802
- The Oracle data type. Full data types list can be found here:
2803
- https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
3825
+ The PostgreSQL data type. Full data types list can be found here:
3826
+ https://www.postgresql.org/docs/current/datatype.html
2804
3827
  """
2805
3828
  return pulumi.get(self, "data_type")
2806
3829
 
@@ -2808,19 +3831,6 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableO
2808
3831
  def data_type(self, value: Optional[pulumi.Input[str]]):
2809
3832
  pulumi.set(self, "data_type", value)
2810
3833
 
2811
- @property
2812
- @pulumi.getter
2813
- def encoding(self) -> Optional[pulumi.Input[str]]:
2814
- """
2815
- (Output)
2816
- Column encoding.
2817
- """
2818
- return pulumi.get(self, "encoding")
2819
-
2820
- @encoding.setter
2821
- def encoding(self, value: Optional[pulumi.Input[str]]):
2822
- pulumi.set(self, "encoding", value)
2823
-
2824
3834
  @property
2825
3835
  @pulumi.getter
2826
3836
  def length(self) -> Optional[pulumi.Input[int]]:
@@ -2838,7 +3848,6 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableO
2838
3848
  @pulumi.getter
2839
3849
  def nullable(self) -> Optional[pulumi.Input[bool]]:
2840
3850
  """
2841
- (Output)
2842
3851
  Whether or not the column can accept a null value.
2843
3852
  """
2844
3853
  return pulumi.get(self, "nullable")
@@ -2851,7 +3860,6 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableO
2851
3860
  @pulumi.getter(name="ordinalPosition")
2852
3861
  def ordinal_position(self) -> Optional[pulumi.Input[int]]:
2853
3862
  """
2854
- (Output)
2855
3863
  The ordinal position of the column in the table.
2856
3864
  """
2857
3865
  return pulumi.get(self, "ordinal_position")
@@ -2877,7 +3885,6 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableO
2877
3885
  @pulumi.getter(name="primaryKey")
2878
3886
  def primary_key(self) -> Optional[pulumi.Input[bool]]:
2879
3887
  """
2880
- (Output)
2881
3888
  Whether or not the column represents a primary key.
2882
3889
  """
2883
3890
  return pulumi.get(self, "primary_key")
@@ -2901,48 +3908,48 @@ class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableO
2901
3908
 
2902
3909
 
2903
3910
  @pulumi.input_type
2904
- class StreamSourceConfigOracleSourceConfigIncludeObjectsArgs:
3911
+ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs:
2905
3912
  def __init__(__self__, *,
2906
- oracle_schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs']]]):
3913
+ postgresql_schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs']]]):
2907
3914
  """
2908
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs']]] oracle_schemas: Oracle schemas/databases in the database server
3915
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs']]] postgresql_schemas: PostgreSQL schemas on the server
2909
3916
  Structure is documented below.
2910
3917
  """
2911
- pulumi.set(__self__, "oracle_schemas", oracle_schemas)
3918
+ pulumi.set(__self__, "postgresql_schemas", postgresql_schemas)
2912
3919
 
2913
3920
  @property
2914
- @pulumi.getter(name="oracleSchemas")
2915
- def oracle_schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs']]]:
3921
+ @pulumi.getter(name="postgresqlSchemas")
3922
+ def postgresql_schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs']]]:
2916
3923
  """
2917
- Oracle schemas/databases in the database server
3924
+ PostgreSQL schemas on the server
2918
3925
  Structure is documented below.
2919
3926
  """
2920
- return pulumi.get(self, "oracle_schemas")
3927
+ return pulumi.get(self, "postgresql_schemas")
2921
3928
 
2922
- @oracle_schemas.setter
2923
- def oracle_schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs']]]):
2924
- pulumi.set(self, "oracle_schemas", value)
3929
+ @postgresql_schemas.setter
3930
+ def postgresql_schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs']]]):
3931
+ pulumi.set(self, "postgresql_schemas", value)
2925
3932
 
2926
3933
 
2927
3934
  @pulumi.input_type
2928
- class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs:
3935
+ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs:
2929
3936
  def __init__(__self__, *,
2930
3937
  schema: pulumi.Input[str],
2931
- oracle_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs']]]] = None):
3938
+ postgresql_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]] = None):
2932
3939
  """
2933
- :param pulumi.Input[str] schema: Schema name.
2934
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs']]] oracle_tables: Tables in the database.
3940
+ :param pulumi.Input[str] schema: Database name.
3941
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs']]] postgresql_tables: Tables in the schema.
2935
3942
  Structure is documented below.
2936
3943
  """
2937
3944
  pulumi.set(__self__, "schema", schema)
2938
- if oracle_tables is not None:
2939
- pulumi.set(__self__, "oracle_tables", oracle_tables)
3945
+ if postgresql_tables is not None:
3946
+ pulumi.set(__self__, "postgresql_tables", postgresql_tables)
2940
3947
 
2941
3948
  @property
2942
3949
  @pulumi.getter
2943
3950
  def schema(self) -> pulumi.Input[str]:
2944
3951
  """
2945
- Schema name.
3952
+ Database name.
2946
3953
  """
2947
3954
  return pulumi.get(self, "schema")
2948
3955
 
@@ -2951,32 +3958,32 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs:
2951
3958
  pulumi.set(self, "schema", value)
2952
3959
 
2953
3960
  @property
2954
- @pulumi.getter(name="oracleTables")
2955
- def oracle_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs']]]]:
3961
+ @pulumi.getter(name="postgresqlTables")
3962
+ def postgresql_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]]:
2956
3963
  """
2957
- Tables in the database.
3964
+ Tables in the schema.
2958
3965
  Structure is documented below.
2959
3966
  """
2960
- return pulumi.get(self, "oracle_tables")
3967
+ return pulumi.get(self, "postgresql_tables")
2961
3968
 
2962
- @oracle_tables.setter
2963
- def oracle_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs']]]]):
2964
- pulumi.set(self, "oracle_tables", value)
3969
+ @postgresql_tables.setter
3970
+ def postgresql_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]]):
3971
+ pulumi.set(self, "postgresql_tables", value)
2965
3972
 
2966
3973
 
2967
3974
  @pulumi.input_type
2968
- class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs:
3975
+ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs:
2969
3976
  def __init__(__self__, *,
2970
3977
  table: pulumi.Input[str],
2971
- oracle_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]] = None):
3978
+ postgresql_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]] = None):
2972
3979
  """
2973
3980
  :param pulumi.Input[str] table: Table name.
2974
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs']]] oracle_columns: Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3981
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]] postgresql_columns: PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2975
3982
  Structure is documented below.
2976
3983
  """
2977
3984
  pulumi.set(__self__, "table", table)
2978
- if oracle_columns is not None:
2979
- pulumi.set(__self__, "oracle_columns", oracle_columns)
3985
+ if postgresql_columns is not None:
3986
+ pulumi.set(__self__, "postgresql_columns", postgresql_columns)
2980
3987
 
2981
3988
  @property
2982
3989
  @pulumi.getter
@@ -2991,25 +3998,24 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableA
2991
3998
  pulumi.set(self, "table", value)
2992
3999
 
2993
4000
  @property
2994
- @pulumi.getter(name="oracleColumns")
2995
- def oracle_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]]:
4001
+ @pulumi.getter(name="postgresqlColumns")
4002
+ def postgresql_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]]:
2996
4003
  """
2997
- Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
4004
+ PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
2998
4005
  Structure is documented below.
2999
4006
  """
3000
- return pulumi.get(self, "oracle_columns")
4007
+ return pulumi.get(self, "postgresql_columns")
3001
4008
 
3002
- @oracle_columns.setter
3003
- def oracle_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs']]]]):
3004
- pulumi.set(self, "oracle_columns", value)
4009
+ @postgresql_columns.setter
4010
+ def postgresql_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]]):
4011
+ pulumi.set(self, "postgresql_columns", value)
3005
4012
 
3006
4013
 
3007
4014
  @pulumi.input_type
3008
- class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs:
4015
+ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs:
3009
4016
  def __init__(__self__, *,
3010
4017
  column: Optional[pulumi.Input[str]] = None,
3011
4018
  data_type: Optional[pulumi.Input[str]] = None,
3012
- encoding: Optional[pulumi.Input[str]] = None,
3013
4019
  length: Optional[pulumi.Input[int]] = None,
3014
4020
  nullable: Optional[pulumi.Input[bool]] = None,
3015
4021
  ordinal_position: Optional[pulumi.Input[int]] = None,
@@ -3018,20 +4024,15 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableO
3018
4024
  scale: Optional[pulumi.Input[int]] = None):
3019
4025
  """
3020
4026
  :param pulumi.Input[str] column: Column name.
3021
- :param pulumi.Input[str] data_type: The Oracle data type. Full data types list can be found here:
3022
- https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
3023
- :param pulumi.Input[str] encoding: (Output)
3024
- Column encoding.
4027
+ :param pulumi.Input[str] data_type: The PostgreSQL data type. Full data types list can be found here:
4028
+ https://www.postgresql.org/docs/current/datatype.html
3025
4029
  :param pulumi.Input[int] length: (Output)
3026
4030
  Column length.
3027
- :param pulumi.Input[bool] nullable: (Output)
3028
- Whether or not the column can accept a null value.
3029
- :param pulumi.Input[int] ordinal_position: (Output)
3030
- The ordinal position of the column in the table.
4031
+ :param pulumi.Input[bool] nullable: Whether or not the column can accept a null value.
4032
+ :param pulumi.Input[int] ordinal_position: The ordinal position of the column in the table.
3031
4033
  :param pulumi.Input[int] precision: (Output)
3032
4034
  Column precision.
3033
- :param pulumi.Input[bool] primary_key: (Output)
3034
- Whether or not the column represents a primary key.
4035
+ :param pulumi.Input[bool] primary_key: Whether or not the column represents a primary key.
3035
4036
  :param pulumi.Input[int] scale: (Output)
3036
4037
  Column scale.
3037
4038
  """
@@ -3039,8 +4040,6 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableO
3039
4040
  pulumi.set(__self__, "column", column)
3040
4041
  if data_type is not None:
3041
4042
  pulumi.set(__self__, "data_type", data_type)
3042
- if encoding is not None:
3043
- pulumi.set(__self__, "encoding", encoding)
3044
4043
  if length is not None:
3045
4044
  pulumi.set(__self__, "length", length)
3046
4045
  if nullable is not None:
@@ -3070,8 +4069,8 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableO
3070
4069
  @pulumi.getter(name="dataType")
3071
4070
  def data_type(self) -> Optional[pulumi.Input[str]]:
3072
4071
  """
3073
- The Oracle data type. Full data types list can be found here:
3074
- https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
4072
+ The PostgreSQL data type. Full data types list can be found here:
4073
+ https://www.postgresql.org/docs/current/datatype.html
3075
4074
  """
3076
4075
  return pulumi.get(self, "data_type")
3077
4076
 
@@ -3079,19 +4078,6 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableO
3079
4078
  def data_type(self, value: Optional[pulumi.Input[str]]):
3080
4079
  pulumi.set(self, "data_type", value)
3081
4080
 
3082
- @property
3083
- @pulumi.getter
3084
- def encoding(self) -> Optional[pulumi.Input[str]]:
3085
- """
3086
- (Output)
3087
- Column encoding.
3088
- """
3089
- return pulumi.get(self, "encoding")
3090
-
3091
- @encoding.setter
3092
- def encoding(self, value: Optional[pulumi.Input[str]]):
3093
- pulumi.set(self, "encoding", value)
3094
-
3095
4081
  @property
3096
4082
  @pulumi.getter
3097
4083
  def length(self) -> Optional[pulumi.Input[int]]:
@@ -3109,7 +4095,6 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableO
3109
4095
  @pulumi.getter
3110
4096
  def nullable(self) -> Optional[pulumi.Input[bool]]:
3111
4097
  """
3112
- (Output)
3113
4098
  Whether or not the column can accept a null value.
3114
4099
  """
3115
4100
  return pulumi.get(self, "nullable")
@@ -3122,7 +4107,6 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableO
3122
4107
  @pulumi.getter(name="ordinalPosition")
3123
4108
  def ordinal_position(self) -> Optional[pulumi.Input[int]]:
3124
4109
  """
3125
- (Output)
3126
4110
  The ordinal position of the column in the table.
3127
4111
  """
3128
4112
  return pulumi.get(self, "ordinal_position")
@@ -3148,7 +4132,6 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableO
3148
4132
  @pulumi.getter(name="primaryKey")
3149
4133
  def primary_key(self) -> Optional[pulumi.Input[bool]]:
3150
4134
  """
3151
- (Output)
3152
4135
  Whether or not the column represents a primary key.
3153
4136
  """
3154
4137
  return pulumi.get(self, "primary_key")
@@ -3172,98 +4155,60 @@ class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableO
3172
4155
 
3173
4156
 
3174
4157
  @pulumi.input_type
3175
- class StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs:
3176
- def __init__(__self__):
3177
- pass
3178
-
3179
-
3180
- @pulumi.input_type
3181
- class StreamSourceConfigPostgresqlSourceConfigArgs:
4158
+ class StreamSourceConfigSqlServerSourceConfigArgs:
3182
4159
  def __init__(__self__, *,
3183
- publication: pulumi.Input[str],
3184
- replication_slot: pulumi.Input[str],
3185
- exclude_objects: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs']] = None,
3186
- include_objects: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs']] = None,
3187
- max_concurrent_backfill_tasks: Optional[pulumi.Input[int]] = None):
4160
+ exclude_objects: Optional[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs']] = None,
4161
+ include_objects: Optional[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs']] = None,
4162
+ max_concurrent_backfill_tasks: Optional[pulumi.Input[int]] = None,
4163
+ max_concurrent_cdc_tasks: Optional[pulumi.Input[int]] = None):
3188
4164
  """
3189
- :param pulumi.Input[str] publication: The name of the publication that includes the set of all tables
3190
- that are defined in the stream's include_objects.
3191
- :param pulumi.Input[str] replication_slot: The name of the logical replication slot that's configured with
3192
- the pgoutput plugin.
3193
- :param pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs'] exclude_objects: PostgreSQL objects to exclude from the stream.
4165
+ :param pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs'] exclude_objects: SQL Server objects to exclude from the stream.
3194
4166
  Structure is documented below.
3195
- :param pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs'] include_objects: PostgreSQL objects to retrieve from the source.
4167
+ :param pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs'] include_objects: SQL Server objects to retrieve from the source.
3196
4168
  Structure is documented below.
3197
- :param pulumi.Input[int] max_concurrent_backfill_tasks: Maximum number of concurrent backfill tasks. The number should be non
3198
- negative. If not set (or set to 0), the system's default value will be used.
4169
+ :param pulumi.Input[int] max_concurrent_backfill_tasks: Max concurrent backfill tasks.
4170
+ :param pulumi.Input[int] max_concurrent_cdc_tasks: Max concurrent CDC tasks.
3199
4171
  """
3200
- pulumi.set(__self__, "publication", publication)
3201
- pulumi.set(__self__, "replication_slot", replication_slot)
3202
4172
  if exclude_objects is not None:
3203
4173
  pulumi.set(__self__, "exclude_objects", exclude_objects)
3204
4174
  if include_objects is not None:
3205
4175
  pulumi.set(__self__, "include_objects", include_objects)
3206
4176
  if max_concurrent_backfill_tasks is not None:
3207
4177
  pulumi.set(__self__, "max_concurrent_backfill_tasks", max_concurrent_backfill_tasks)
3208
-
3209
- @property
3210
- @pulumi.getter
3211
- def publication(self) -> pulumi.Input[str]:
3212
- """
3213
- The name of the publication that includes the set of all tables
3214
- that are defined in the stream's include_objects.
3215
- """
3216
- return pulumi.get(self, "publication")
3217
-
3218
- @publication.setter
3219
- def publication(self, value: pulumi.Input[str]):
3220
- pulumi.set(self, "publication", value)
3221
-
3222
- @property
3223
- @pulumi.getter(name="replicationSlot")
3224
- def replication_slot(self) -> pulumi.Input[str]:
3225
- """
3226
- The name of the logical replication slot that's configured with
3227
- the pgoutput plugin.
3228
- """
3229
- return pulumi.get(self, "replication_slot")
3230
-
3231
- @replication_slot.setter
3232
- def replication_slot(self, value: pulumi.Input[str]):
3233
- pulumi.set(self, "replication_slot", value)
4178
+ if max_concurrent_cdc_tasks is not None:
4179
+ pulumi.set(__self__, "max_concurrent_cdc_tasks", max_concurrent_cdc_tasks)
3234
4180
 
3235
4181
  @property
3236
4182
  @pulumi.getter(name="excludeObjects")
3237
- def exclude_objects(self) -> Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs']]:
4183
+ def exclude_objects(self) -> Optional[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs']]:
3238
4184
  """
3239
- PostgreSQL objects to exclude from the stream.
4185
+ SQL Server objects to exclude from the stream.
3240
4186
  Structure is documented below.
3241
4187
  """
3242
4188
  return pulumi.get(self, "exclude_objects")
3243
4189
 
3244
4190
  @exclude_objects.setter
3245
- def exclude_objects(self, value: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs']]):
4191
+ def exclude_objects(self, value: Optional[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs']]):
3246
4192
  pulumi.set(self, "exclude_objects", value)
3247
4193
 
3248
4194
  @property
3249
4195
  @pulumi.getter(name="includeObjects")
3250
- def include_objects(self) -> Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs']]:
4196
+ def include_objects(self) -> Optional[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs']]:
3251
4197
  """
3252
- PostgreSQL objects to retrieve from the source.
4198
+ SQL Server objects to retrieve from the source.
3253
4199
  Structure is documented below.
3254
4200
  """
3255
4201
  return pulumi.get(self, "include_objects")
3256
4202
 
3257
4203
  @include_objects.setter
3258
- def include_objects(self, value: Optional[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs']]):
4204
+ def include_objects(self, value: Optional[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs']]):
3259
4205
  pulumi.set(self, "include_objects", value)
3260
4206
 
3261
4207
  @property
3262
4208
  @pulumi.getter(name="maxConcurrentBackfillTasks")
3263
4209
  def max_concurrent_backfill_tasks(self) -> Optional[pulumi.Input[int]]:
3264
4210
  """
3265
- Maximum number of concurrent backfill tasks. The number should be non
3266
- negative. If not set (or set to 0), the system's default value will be used.
4211
+ Max concurrent backfill tasks.
3267
4212
  """
3268
4213
  return pulumi.get(self, "max_concurrent_backfill_tasks")
3269
4214
 
@@ -3271,50 +4216,62 @@ class StreamSourceConfigPostgresqlSourceConfigArgs:
3271
4216
  def max_concurrent_backfill_tasks(self, value: Optional[pulumi.Input[int]]):
3272
4217
  pulumi.set(self, "max_concurrent_backfill_tasks", value)
3273
4218
 
4219
+ @property
4220
+ @pulumi.getter(name="maxConcurrentCdcTasks")
4221
+ def max_concurrent_cdc_tasks(self) -> Optional[pulumi.Input[int]]:
4222
+ """
4223
+ Max concurrent CDC tasks.
4224
+ """
4225
+ return pulumi.get(self, "max_concurrent_cdc_tasks")
4226
+
4227
+ @max_concurrent_cdc_tasks.setter
4228
+ def max_concurrent_cdc_tasks(self, value: Optional[pulumi.Input[int]]):
4229
+ pulumi.set(self, "max_concurrent_cdc_tasks", value)
4230
+
3274
4231
 
3275
4232
  @pulumi.input_type
3276
- class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs:
4233
+ class StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs:
3277
4234
  def __init__(__self__, *,
3278
- postgresql_schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs']]]):
4235
+ schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs']]]):
3279
4236
  """
3280
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs']]] postgresql_schemas: PostgreSQL schemas on the server
4237
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs']]] schemas: SQL Server schemas/databases in the database server
3281
4238
  Structure is documented below.
3282
4239
  """
3283
- pulumi.set(__self__, "postgresql_schemas", postgresql_schemas)
4240
+ pulumi.set(__self__, "schemas", schemas)
3284
4241
 
3285
4242
  @property
3286
- @pulumi.getter(name="postgresqlSchemas")
3287
- def postgresql_schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs']]]:
4243
+ @pulumi.getter
4244
+ def schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs']]]:
3288
4245
  """
3289
- PostgreSQL schemas on the server
4246
+ SQL Server schemas/databases in the database server
3290
4247
  Structure is documented below.
3291
4248
  """
3292
- return pulumi.get(self, "postgresql_schemas")
4249
+ return pulumi.get(self, "schemas")
3293
4250
 
3294
- @postgresql_schemas.setter
3295
- def postgresql_schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs']]]):
3296
- pulumi.set(self, "postgresql_schemas", value)
4251
+ @schemas.setter
4252
+ def schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs']]]):
4253
+ pulumi.set(self, "schemas", value)
3297
4254
 
3298
4255
 
3299
4256
  @pulumi.input_type
3300
- class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs:
4257
+ class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs:
3301
4258
  def __init__(__self__, *,
3302
4259
  schema: pulumi.Input[str],
3303
- postgresql_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]] = None):
4260
+ tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs']]]] = None):
3304
4261
  """
3305
- :param pulumi.Input[str] schema: Database name.
3306
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs']]] postgresql_tables: Tables in the schema.
4262
+ :param pulumi.Input[str] schema: Schema name.
4263
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs']]] tables: Tables in the database.
3307
4264
  Structure is documented below.
3308
4265
  """
3309
4266
  pulumi.set(__self__, "schema", schema)
3310
- if postgresql_tables is not None:
3311
- pulumi.set(__self__, "postgresql_tables", postgresql_tables)
4267
+ if tables is not None:
4268
+ pulumi.set(__self__, "tables", tables)
3312
4269
 
3313
4270
  @property
3314
4271
  @pulumi.getter
3315
4272
  def schema(self) -> pulumi.Input[str]:
3316
4273
  """
3317
- Database name.
4274
+ Schema name.
3318
4275
  """
3319
4276
  return pulumi.get(self, "schema")
3320
4277
 
@@ -3323,32 +4280,32 @@ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs
3323
4280
  pulumi.set(self, "schema", value)
3324
4281
 
3325
4282
  @property
3326
- @pulumi.getter(name="postgresqlTables")
3327
- def postgresql_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]]:
4283
+ @pulumi.getter
4284
+ def tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs']]]]:
3328
4285
  """
3329
- Tables in the schema.
4286
+ Tables in the database.
3330
4287
  Structure is documented below.
3331
4288
  """
3332
- return pulumi.get(self, "postgresql_tables")
4289
+ return pulumi.get(self, "tables")
3333
4290
 
3334
- @postgresql_tables.setter
3335
- def postgresql_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]]):
3336
- pulumi.set(self, "postgresql_tables", value)
4291
+ @tables.setter
4292
+ def tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs']]]]):
4293
+ pulumi.set(self, "tables", value)
3337
4294
 
3338
4295
 
3339
4296
  @pulumi.input_type
3340
- class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs:
4297
+ class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs:
3341
4298
  def __init__(__self__, *,
3342
4299
  table: pulumi.Input[str],
3343
- postgresql_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]] = None):
4300
+ columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs']]]] = None):
3344
4301
  """
3345
4302
  :param pulumi.Input[str] table: Table name.
3346
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]] postgresql_columns: PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
4303
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs']]] columns: SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3347
4304
  Structure is documented below.
3348
4305
  """
3349
4306
  pulumi.set(__self__, "table", table)
3350
- if postgresql_columns is not None:
3351
- pulumi.set(__self__, "postgresql_columns", postgresql_columns)
4307
+ if columns is not None:
4308
+ pulumi.set(__self__, "columns", columns)
3352
4309
 
3353
4310
  @property
3354
4311
  @pulumi.getter
@@ -3363,21 +4320,21 @@ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPost
3363
4320
  pulumi.set(self, "table", value)
3364
4321
 
3365
4322
  @property
3366
- @pulumi.getter(name="postgresqlColumns")
3367
- def postgresql_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]]:
4323
+ @pulumi.getter
4324
+ def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs']]]]:
3368
4325
  """
3369
- PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
4326
+ SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3370
4327
  Structure is documented below.
3371
4328
  """
3372
- return pulumi.get(self, "postgresql_columns")
4329
+ return pulumi.get(self, "columns")
3373
4330
 
3374
- @postgresql_columns.setter
3375
- def postgresql_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]]):
3376
- pulumi.set(self, "postgresql_columns", value)
4331
+ @columns.setter
4332
+ def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs']]]]):
4333
+ pulumi.set(self, "columns", value)
3377
4334
 
3378
4335
 
3379
4336
  @pulumi.input_type
3380
- class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs:
4337
+ class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs:
3381
4338
  def __init__(__self__, *,
3382
4339
  column: Optional[pulumi.Input[str]] = None,
3383
4340
  data_type: Optional[pulumi.Input[str]] = None,
@@ -3389,15 +4346,18 @@ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPost
3389
4346
  scale: Optional[pulumi.Input[int]] = None):
3390
4347
  """
3391
4348
  :param pulumi.Input[str] column: Column name.
3392
- :param pulumi.Input[str] data_type: The PostgreSQL data type. Full data types list can be found here:
3393
- https://www.postgresql.org/docs/current/datatype.html
4349
+ :param pulumi.Input[str] data_type: The SQL Server data type. Full data types list can be found here:
4350
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
3394
4351
  :param pulumi.Input[int] length: (Output)
3395
4352
  Column length.
3396
- :param pulumi.Input[bool] nullable: Whether or not the column can accept a null value.
3397
- :param pulumi.Input[int] ordinal_position: The ordinal position of the column in the table.
4353
+ :param pulumi.Input[bool] nullable: (Output)
4354
+ Whether or not the column can accept a null value.
4355
+ :param pulumi.Input[int] ordinal_position: (Output)
4356
+ The ordinal position of the column in the table.
3398
4357
  :param pulumi.Input[int] precision: (Output)
3399
4358
  Column precision.
3400
- :param pulumi.Input[bool] primary_key: Whether or not the column represents a primary key.
4359
+ :param pulumi.Input[bool] primary_key: (Output)
4360
+ Whether or not the column represents a primary key.
3401
4361
  :param pulumi.Input[int] scale: (Output)
3402
4362
  Column scale.
3403
4363
  """
@@ -3434,8 +4394,8 @@ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPost
3434
4394
  @pulumi.getter(name="dataType")
3435
4395
  def data_type(self) -> Optional[pulumi.Input[str]]:
3436
4396
  """
3437
- The PostgreSQL data type. Full data types list can be found here:
3438
- https://www.postgresql.org/docs/current/datatype.html
4397
+ The SQL Server data type. Full data types list can be found here:
4398
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
3439
4399
  """
3440
4400
  return pulumi.get(self, "data_type")
3441
4401
 
@@ -3460,6 +4420,7 @@ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPost
3460
4420
  @pulumi.getter
3461
4421
  def nullable(self) -> Optional[pulumi.Input[bool]]:
3462
4422
  """
4423
+ (Output)
3463
4424
  Whether or not the column can accept a null value.
3464
4425
  """
3465
4426
  return pulumi.get(self, "nullable")
@@ -3472,6 +4433,7 @@ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPost
3472
4433
  @pulumi.getter(name="ordinalPosition")
3473
4434
  def ordinal_position(self) -> Optional[pulumi.Input[int]]:
3474
4435
  """
4436
+ (Output)
3475
4437
  The ordinal position of the column in the table.
3476
4438
  """
3477
4439
  return pulumi.get(self, "ordinal_position")
@@ -3497,6 +4459,7 @@ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPost
3497
4459
  @pulumi.getter(name="primaryKey")
3498
4460
  def primary_key(self) -> Optional[pulumi.Input[bool]]:
3499
4461
  """
4462
+ (Output)
3500
4463
  Whether or not the column represents a primary key.
3501
4464
  """
3502
4465
  return pulumi.get(self, "primary_key")
@@ -3520,48 +4483,48 @@ class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPost
3520
4483
 
3521
4484
 
3522
4485
  @pulumi.input_type
3523
- class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs:
4486
+ class StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs:
3524
4487
  def __init__(__self__, *,
3525
- postgresql_schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs']]]):
4488
+ schemas: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs']]]):
3526
4489
  """
3527
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs']]] postgresql_schemas: PostgreSQL schemas on the server
4490
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs']]] schemas: SQL Server schemas/databases in the database server
3528
4491
  Structure is documented below.
3529
4492
  """
3530
- pulumi.set(__self__, "postgresql_schemas", postgresql_schemas)
4493
+ pulumi.set(__self__, "schemas", schemas)
3531
4494
 
3532
4495
  @property
3533
- @pulumi.getter(name="postgresqlSchemas")
3534
- def postgresql_schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs']]]:
4496
+ @pulumi.getter
4497
+ def schemas(self) -> pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs']]]:
3535
4498
  """
3536
- PostgreSQL schemas on the server
4499
+ SQL Server schemas/databases in the database server
3537
4500
  Structure is documented below.
3538
4501
  """
3539
- return pulumi.get(self, "postgresql_schemas")
4502
+ return pulumi.get(self, "schemas")
3540
4503
 
3541
- @postgresql_schemas.setter
3542
- def postgresql_schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs']]]):
3543
- pulumi.set(self, "postgresql_schemas", value)
4504
+ @schemas.setter
4505
+ def schemas(self, value: pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs']]]):
4506
+ pulumi.set(self, "schemas", value)
3544
4507
 
3545
4508
 
3546
4509
  @pulumi.input_type
3547
- class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs:
4510
+ class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs:
3548
4511
  def __init__(__self__, *,
3549
4512
  schema: pulumi.Input[str],
3550
- postgresql_tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]] = None):
4513
+ tables: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs']]]] = None):
3551
4514
  """
3552
- :param pulumi.Input[str] schema: Database name.
3553
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs']]] postgresql_tables: Tables in the schema.
4515
+ :param pulumi.Input[str] schema: Schema name.
4516
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs']]] tables: Tables in the database.
3554
4517
  Structure is documented below.
3555
4518
  """
3556
4519
  pulumi.set(__self__, "schema", schema)
3557
- if postgresql_tables is not None:
3558
- pulumi.set(__self__, "postgresql_tables", postgresql_tables)
4520
+ if tables is not None:
4521
+ pulumi.set(__self__, "tables", tables)
3559
4522
 
3560
4523
  @property
3561
4524
  @pulumi.getter
3562
4525
  def schema(self) -> pulumi.Input[str]:
3563
4526
  """
3564
- Database name.
4527
+ Schema name.
3565
4528
  """
3566
4529
  return pulumi.get(self, "schema")
3567
4530
 
@@ -3570,32 +4533,32 @@ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs
3570
4533
  pulumi.set(self, "schema", value)
3571
4534
 
3572
4535
  @property
3573
- @pulumi.getter(name="postgresqlTables")
3574
- def postgresql_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]]:
4536
+ @pulumi.getter
4537
+ def tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs']]]]:
3575
4538
  """
3576
- Tables in the schema.
4539
+ Tables in the database.
3577
4540
  Structure is documented below.
3578
4541
  """
3579
- return pulumi.get(self, "postgresql_tables")
4542
+ return pulumi.get(self, "tables")
3580
4543
 
3581
- @postgresql_tables.setter
3582
- def postgresql_tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs']]]]):
3583
- pulumi.set(self, "postgresql_tables", value)
4544
+ @tables.setter
4545
+ def tables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs']]]]):
4546
+ pulumi.set(self, "tables", value)
3584
4547
 
3585
4548
 
3586
4549
  @pulumi.input_type
3587
- class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs:
4550
+ class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs:
3588
4551
  def __init__(__self__, *,
3589
4552
  table: pulumi.Input[str],
3590
- postgresql_columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]] = None):
4553
+ columns: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs']]]] = None):
3591
4554
  """
3592
4555
  :param pulumi.Input[str] table: Table name.
3593
- :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]] postgresql_columns: PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
4556
+ :param pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs']]] columns: SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3594
4557
  Structure is documented below.
3595
4558
  """
3596
4559
  pulumi.set(__self__, "table", table)
3597
- if postgresql_columns is not None:
3598
- pulumi.set(__self__, "postgresql_columns", postgresql_columns)
4560
+ if columns is not None:
4561
+ pulumi.set(__self__, "columns", columns)
3599
4562
 
3600
4563
  @property
3601
4564
  @pulumi.getter
@@ -3610,21 +4573,21 @@ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPost
3610
4573
  pulumi.set(self, "table", value)
3611
4574
 
3612
4575
  @property
3613
- @pulumi.getter(name="postgresqlColumns")
3614
- def postgresql_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]]:
4576
+ @pulumi.getter
4577
+ def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs']]]]:
3615
4578
  """
3616
- PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
4579
+ SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
3617
4580
  Structure is documented below.
3618
4581
  """
3619
- return pulumi.get(self, "postgresql_columns")
4582
+ return pulumi.get(self, "columns")
3620
4583
 
3621
- @postgresql_columns.setter
3622
- def postgresql_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs']]]]):
3623
- pulumi.set(self, "postgresql_columns", value)
4584
+ @columns.setter
4585
+ def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs']]]]):
4586
+ pulumi.set(self, "columns", value)
3624
4587
 
3625
4588
 
3626
4589
  @pulumi.input_type
3627
- class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs:
4590
+ class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs:
3628
4591
  def __init__(__self__, *,
3629
4592
  column: Optional[pulumi.Input[str]] = None,
3630
4593
  data_type: Optional[pulumi.Input[str]] = None,
@@ -3636,15 +4599,18 @@ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPost
3636
4599
  scale: Optional[pulumi.Input[int]] = None):
3637
4600
  """
3638
4601
  :param pulumi.Input[str] column: Column name.
3639
- :param pulumi.Input[str] data_type: The PostgreSQL data type. Full data types list can be found here:
3640
- https://www.postgresql.org/docs/current/datatype.html
4602
+ :param pulumi.Input[str] data_type: The SQL Server data type. Full data types list can be found here:
4603
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
3641
4604
  :param pulumi.Input[int] length: (Output)
3642
4605
  Column length.
3643
- :param pulumi.Input[bool] nullable: Whether or not the column can accept a null value.
3644
- :param pulumi.Input[int] ordinal_position: The ordinal position of the column in the table.
4606
+ :param pulumi.Input[bool] nullable: (Output)
4607
+ Whether or not the column can accept a null value.
4608
+ :param pulumi.Input[int] ordinal_position: (Output)
4609
+ The ordinal position of the column in the table.
3645
4610
  :param pulumi.Input[int] precision: (Output)
3646
4611
  Column precision.
3647
- :param pulumi.Input[bool] primary_key: Whether or not the column represents a primary key.
4612
+ :param pulumi.Input[bool] primary_key: (Output)
4613
+ Whether or not the column represents a primary key.
3648
4614
  :param pulumi.Input[int] scale: (Output)
3649
4615
  Column scale.
3650
4616
  """
@@ -3681,8 +4647,8 @@ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPost
3681
4647
  @pulumi.getter(name="dataType")
3682
4648
  def data_type(self) -> Optional[pulumi.Input[str]]:
3683
4649
  """
3684
- The PostgreSQL data type. Full data types list can be found here:
3685
- https://www.postgresql.org/docs/current/datatype.html
4650
+ The SQL Server data type. Full data types list can be found here:
4651
+ https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
3686
4652
  """
3687
4653
  return pulumi.get(self, "data_type")
3688
4654
 
@@ -3707,6 +4673,7 @@ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPost
3707
4673
  @pulumi.getter
3708
4674
  def nullable(self) -> Optional[pulumi.Input[bool]]:
3709
4675
  """
4676
+ (Output)
3710
4677
  Whether or not the column can accept a null value.
3711
4678
  """
3712
4679
  return pulumi.get(self, "nullable")
@@ -3719,6 +4686,7 @@ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPost
3719
4686
  @pulumi.getter(name="ordinalPosition")
3720
4687
  def ordinal_position(self) -> Optional[pulumi.Input[int]]:
3721
4688
  """
4689
+ (Output)
3722
4690
  The ordinal position of the column in the table.
3723
4691
  """
3724
4692
  return pulumi.get(self, "ordinal_position")
@@ -3744,6 +4712,7 @@ class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPost
3744
4712
  @pulumi.getter(name="primaryKey")
3745
4713
  def primary_key(self) -> Optional[pulumi.Input[bool]]:
3746
4714
  """
4715
+ (Output)
3747
4716
  Whether or not the column represents a primary key.
3748
4717
  """
3749
4718
  return pulumi.get(self, "primary_key")