aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (569) hide show
  1. aws_cdk/__init__.py +1349 -373
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1017 -155
  12. aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +298 -43
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +94 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +227 -53
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +1875 -132
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +135 -55
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +317 -28
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1405 -178
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +6747 -627
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +42 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +237 -32
  45. aws_cdk/aws_chatbot/__init__.py +70 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +345 -166
  50. aws_cdk/aws_cloudfront/__init__.py +2101 -680
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
  53. aws_cdk/aws_cloudtrail/__init__.py +301 -17
  54. aws_cdk/aws_cloudwatch/__init__.py +1414 -153
  55. aws_cdk/aws_codeartifact/__init__.py +35 -6
  56. aws_cdk/aws_codebuild/__init__.py +1103 -118
  57. aws_cdk/aws_codecommit/__init__.py +23 -9
  58. aws_cdk/aws_codeconnections/__init__.py +13 -2
  59. aws_cdk/aws_codedeploy/__init__.py +67 -6
  60. aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
  61. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  62. aws_cdk/aws_codepipeline/__init__.py +127 -64
  63. aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
  64. aws_cdk/aws_codestar/__init__.py +13 -2
  65. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  66. aws_cdk/aws_codestarnotifications/__init__.py +16 -2
  67. aws_cdk/aws_cognito/__init__.py +814 -80
  68. aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
  69. aws_cdk/aws_comprehend/__init__.py +24 -4
  70. aws_cdk/aws_config/__init__.py +191 -30
  71. aws_cdk/aws_connect/__init__.py +2736 -191
  72. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  73. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  74. aws_cdk/aws_controltower/__init__.py +35 -6
  75. aws_cdk/aws_cur/__init__.py +100 -4
  76. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  77. aws_cdk/aws_databrew/__init__.py +68 -12
  78. aws_cdk/aws_datapipeline/__init__.py +42 -2
  79. aws_cdk/aws_datasync/__init__.py +723 -203
  80. aws_cdk/aws_datazone/__init__.py +4425 -608
  81. aws_cdk/aws_dax/__init__.py +83 -6
  82. aws_cdk/aws_deadline/__init__.py +321 -32
  83. aws_cdk/aws_detective/__init__.py +35 -6
  84. aws_cdk/aws_devicefarm/__init__.py +68 -12
  85. aws_cdk/aws_devopsguru/__init__.py +37 -6
  86. aws_cdk/aws_directoryservice/__init__.py +53 -4
  87. aws_cdk/aws_dlm/__init__.py +13 -2
  88. aws_cdk/aws_dms/__init__.py +184 -27
  89. aws_cdk/aws_docdb/__init__.py +323 -46
  90. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  91. aws_cdk/aws_dsql/__init__.py +340 -12
  92. aws_cdk/aws_dynamodb/__init__.py +1463 -166
  93. aws_cdk/aws_ec2/__init__.py +9636 -1120
  94. aws_cdk/aws_ecr/__init__.py +631 -43
  95. aws_cdk/aws_ecr_assets/__init__.py +4 -0
  96. aws_cdk/aws_ecs/__init__.py +6524 -497
  97. aws_cdk/aws_ecs_patterns/__init__.py +2 -0
  98. aws_cdk/aws_efs/__init__.py +264 -24
  99. aws_cdk/aws_eks/__init__.py +1050 -218
  100. aws_cdk/aws_elasticache/__init__.py +373 -20
  101. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  102. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
  103. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
  104. aws_cdk/aws_elasticsearch/__init__.py +282 -9
  105. aws_cdk/aws_emr/__init__.py +187 -20
  106. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  107. aws_cdk/aws_emrserverless/__init__.py +188 -3
  108. aws_cdk/aws_entityresolution/__init__.py +585 -58
  109. aws_cdk/aws_events/__init__.py +969 -124
  110. aws_cdk/aws_events_targets/__init__.py +310 -54
  111. aws_cdk/aws_eventschemas/__init__.py +46 -8
  112. aws_cdk/aws_evidently/__init__.py +57 -10
  113. aws_cdk/aws_evs/__init__.py +2244 -0
  114. aws_cdk/aws_finspace/__init__.py +71 -2
  115. aws_cdk/aws_fis/__init__.py +26 -4
  116. aws_cdk/aws_fms/__init__.py +35 -6
  117. aws_cdk/aws_forecast/__init__.py +24 -4
  118. aws_cdk/aws_frauddetector/__init__.py +79 -14
  119. aws_cdk/aws_fsx/__init__.py +1236 -142
  120. aws_cdk/aws_gamelift/__init__.py +653 -78
  121. aws_cdk/aws_gameliftstreams/__init__.py +38 -16
  122. aws_cdk/aws_globalaccelerator/__init__.py +55 -14
  123. aws_cdk/aws_glue/__init__.py +1368 -320
  124. aws_cdk/aws_grafana/__init__.py +13 -2
  125. aws_cdk/aws_greengrass/__init__.py +654 -32
  126. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  127. aws_cdk/aws_groundstation/__init__.py +122 -6
  128. aws_cdk/aws_guardduty/__init__.py +1613 -123
  129. aws_cdk/aws_healthimaging/__init__.py +71 -2
  130. aws_cdk/aws_healthlake/__init__.py +42 -2
  131. aws_cdk/aws_iam/__init__.py +480 -140
  132. aws_cdk/aws_identitystore/__init__.py +24 -4
  133. aws_cdk/aws_imagebuilder/__init__.py +1433 -183
  134. aws_cdk/aws_inspector/__init__.py +38 -6
  135. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  136. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  137. aws_cdk/aws_invoicing/__init__.py +13 -2
  138. aws_cdk/aws_iot/__init__.py +1730 -86
  139. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  140. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  141. aws_cdk/aws_iotevents/__init__.py +122 -6
  142. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  143. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  144. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  145. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  146. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  147. aws_cdk/aws_iotwireless/__init__.py +649 -22
  148. aws_cdk/aws_ivs/__init__.py +561 -57
  149. aws_cdk/aws_ivschat/__init__.py +24 -4
  150. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  151. aws_cdk/aws_kendra/__init__.py +120 -28
  152. aws_cdk/aws_kendraranking/__init__.py +13 -2
  153. aws_cdk/aws_kinesis/__init__.py +622 -22
  154. aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
  155. aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
  156. aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
  157. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  158. aws_cdk/aws_kms/__init__.py +188 -41
  159. aws_cdk/aws_lakeformation/__init__.py +80 -15
  160. aws_cdk/aws_lambda/__init__.py +2101 -252
  161. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  163. aws_cdk/aws_launchwizard/__init__.py +13 -2
  164. aws_cdk/aws_lex/__init__.py +871 -8
  165. aws_cdk/aws_licensemanager/__init__.py +24 -4
  166. aws_cdk/aws_lightsail/__init__.py +2159 -975
  167. aws_cdk/aws_location/__init__.py +618 -14
  168. aws_cdk/aws_logs/__init__.py +5904 -956
  169. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  170. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  171. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  172. aws_cdk/aws_m2/__init__.py +94 -19
  173. aws_cdk/aws_macie/__init__.py +49 -11
  174. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  175. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  176. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  177. aws_cdk/aws_medialive/__init__.py +1239 -35
  178. aws_cdk/aws_mediapackage/__init__.py +59 -12
  179. aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
  180. aws_cdk/aws_mediastore/__init__.py +13 -2
  181. aws_cdk/aws_mediatailor/__init__.py +583 -12
  182. aws_cdk/aws_memorydb/__init__.py +271 -12
  183. aws_cdk/aws_mpa/__init__.py +1495 -0
  184. aws_cdk/aws_msk/__init__.py +104 -18
  185. aws_cdk/aws_mwaa/__init__.py +121 -9
  186. aws_cdk/aws_neptune/__init__.py +290 -78
  187. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  188. aws_cdk/aws_networkfirewall/__init__.py +1289 -273
  189. aws_cdk/aws_networkmanager/__init__.py +349 -33
  190. aws_cdk/aws_nimblestudio/__init__.py +75 -8
  191. aws_cdk/aws_notifications/__init__.py +317 -12
  192. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  193. aws_cdk/aws_oam/__init__.py +24 -4
  194. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  195. aws_cdk/aws_odb/__init__.py +5872 -0
  196. aws_cdk/aws_omics/__init__.py +2495 -529
  197. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  198. aws_cdk/aws_opensearchservice/__init__.py +495 -19
  199. aws_cdk/aws_opsworks/__init__.py +235 -139
  200. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  201. aws_cdk/aws_organizations/__init__.py +70 -10
  202. aws_cdk/aws_osis/__init__.py +167 -2
  203. aws_cdk/aws_panorama/__init__.py +151 -6
  204. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  205. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  206. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  207. aws_cdk/aws_pcs/__init__.py +387 -68
  208. aws_cdk/aws_personalize/__init__.py +46 -8
  209. aws_cdk/aws_pinpoint/__init__.py +329 -38
  210. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  211. aws_cdk/aws_pipes/__init__.py +12 -2
  212. aws_cdk/aws_proton/__init__.py +37 -6
  213. aws_cdk/aws_qbusiness/__init__.py +635 -34
  214. aws_cdk/aws_qldb/__init__.py +24 -4
  215. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  216. aws_cdk/aws_ram/__init__.py +24 -4
  217. aws_cdk/aws_rbin/__init__.py +12 -2
  218. aws_cdk/aws_rds/__init__.py +3345 -512
  219. aws_cdk/aws_redshift/__init__.py +143 -20
  220. aws_cdk/aws_redshiftserverless/__init__.py +692 -4
  221. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  222. aws_cdk/aws_rekognition/__init__.py +93 -6
  223. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  224. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  225. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  226. aws_cdk/aws_robomaker/__init__.py +72 -12
  227. aws_cdk/aws_rolesanywhere/__init__.py +180 -6
  228. aws_cdk/aws_route53/__init__.py +3273 -1442
  229. aws_cdk/aws_route53_targets/__init__.py +3 -0
  230. aws_cdk/aws_route53profiles/__init__.py +37 -6
  231. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  232. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  233. aws_cdk/aws_route53resolver/__init__.py +226 -36
  234. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  235. aws_cdk/aws_rum/__init__.py +13 -2
  236. aws_cdk/aws_s3/__init__.py +1291 -158
  237. aws_cdk/aws_s3_assets/__init__.py +11 -11
  238. aws_cdk/aws_s3_deployment/__init__.py +147 -11
  239. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  240. aws_cdk/aws_s3express/__init__.py +266 -8
  241. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  242. aws_cdk/aws_s3outposts/__init__.py +46 -8
  243. aws_cdk/aws_s3tables/__init__.py +2000 -323
  244. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  245. aws_cdk/aws_sagemaker/__init__.py +6617 -363
  246. aws_cdk/aws_sam/__init__.py +79 -14
  247. aws_cdk/aws_scheduler/__init__.py +237 -4
  248. aws_cdk/aws_sdb/__init__.py +12 -2
  249. aws_cdk/aws_secretsmanager/__init__.py +170 -14
  250. aws_cdk/aws_securityhub/__init__.py +3121 -176
  251. aws_cdk/aws_securitylake/__init__.py +46 -8
  252. aws_cdk/aws_servicecatalog/__init__.py +405 -246
  253. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  254. aws_cdk/aws_servicediscovery/__init__.py +140 -47
  255. aws_cdk/aws_ses/__init__.py +1231 -140
  256. aws_cdk/aws_shield/__init__.py +46 -8
  257. aws_cdk/aws_signer/__init__.py +27 -4
  258. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  259. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  260. aws_cdk/aws_sns/__init__.py +245 -29
  261. aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
  262. aws_cdk/aws_sqs/__init__.py +211 -14
  263. aws_cdk/aws_ssm/__init__.py +401 -58
  264. aws_cdk/aws_ssmcontacts/__init__.py +46 -8
  265. aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
  266. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  267. aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
  268. aws_cdk/aws_sso/__init__.py +70 -12
  269. aws_cdk/aws_stepfunctions/__init__.py +615 -70
  270. aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
  271. aws_cdk/aws_supportapp/__init__.py +39 -6
  272. aws_cdk/aws_synthetics/__init__.py +861 -75
  273. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  274. aws_cdk/aws_timestream/__init__.py +104 -8
  275. aws_cdk/aws_transfer/__init__.py +784 -87
  276. aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
  277. aws_cdk/aws_voiceid/__init__.py +41 -2
  278. aws_cdk/aws_vpclattice/__init__.py +376 -30
  279. aws_cdk/aws_waf/__init__.py +79 -14
  280. aws_cdk/aws_wafregional/__init__.py +123 -22
  281. aws_cdk/aws_wafv2/__init__.py +1179 -60
  282. aws_cdk/aws_wisdom/__init__.py +1401 -90
  283. aws_cdk/aws_workspaces/__init__.py +93 -6
  284. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  285. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  286. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  287. aws_cdk/aws_xray/__init__.py +48 -8
  288. aws_cdk/cloud_assembly_schema/__init__.py +231 -6
  289. aws_cdk/custom_resources/__init__.py +40 -12
  290. aws_cdk/cx_api/__init__.py +85 -14
  291. aws_cdk/interfaces/__init__.py +739 -0
  292. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  293. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  295. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  296. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  297. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  298. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  299. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  300. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  301. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  302. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  303. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  304. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  305. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  306. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  307. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  308. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  309. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  310. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  311. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  312. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  313. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  314. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  315. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  316. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  317. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  318. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  319. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  320. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  321. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  322. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  323. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  324. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  325. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  326. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  327. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  328. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  329. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  330. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  331. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  332. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  333. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  334. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  335. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  336. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  337. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  338. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  339. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  340. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  341. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  342. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  343. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  344. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  345. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  346. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  347. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  348. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  349. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  350. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  351. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  352. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  353. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  354. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  355. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  356. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  358. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  359. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  360. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  361. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  362. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  363. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  364. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  365. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  366. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  367. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  368. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  369. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  370. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  371. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  372. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  373. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  374. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  376. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  377. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  378. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  379. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  380. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  381. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  382. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  383. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  385. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  386. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  387. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  388. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  389. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  390. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  391. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  392. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  393. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  394. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  396. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  397. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  398. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  399. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  400. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  401. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  402. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  403. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  404. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  405. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  406. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  407. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  408. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  409. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  410. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  411. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  412. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  413. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  414. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  415. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  416. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  417. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  418. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  419. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  420. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  421. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  422. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  423. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  424. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  425. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  426. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  427. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  428. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  429. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  430. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  431. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  432. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  433. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  434. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  436. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  437. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  438. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  439. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  440. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  441. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  442. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  443. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  444. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  445. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  446. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  447. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  448. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  449. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  450. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  451. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  452. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  453. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  454. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  455. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  456. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  457. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  458. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  459. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  460. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  461. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  462. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  463. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  464. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  465. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  466. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  467. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  468. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  469. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  470. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  471. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  472. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  473. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  474. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  475. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  476. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  477. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  478. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  479. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  480. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  481. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  482. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  483. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  484. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  485. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  486. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  487. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  488. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  489. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  490. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  491. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  492. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  493. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  494. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  495. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  496. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  497. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  498. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  499. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  500. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  501. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  502. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  503. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  504. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  505. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  506. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  507. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  508. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  509. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  510. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  511. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  512. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  513. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  514. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  515. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  516. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  517. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  518. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  519. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  520. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  521. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  522. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  523. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  524. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  525. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  526. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  527. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  528. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  529. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  530. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  531. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  532. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  533. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  534. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  535. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  536. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  537. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  538. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  539. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  540. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  541. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  542. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  543. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  544. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  545. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  546. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  547. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  548. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  549. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  550. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  551. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  552. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  553. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  554. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  555. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  556. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  557. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  558. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  559. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  560. aws_cdk/pipelines/__init__.py +192 -42
  561. aws_cdk/region_info/__init__.py +3 -0
  562. aws_cdk/triggers/__init__.py +60 -18
  563. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
  564. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  565. aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
  566. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  567. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  568. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  569. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -77,9 +77,21 @@ from .. import (
77
77
  TagManager as _TagManager_0a598cb3,
78
78
  TreeInspector as _TreeInspector_488e0dd5,
79
79
  )
80
+ from ..interfaces.aws_entityresolution import (
81
+ IIdMappingWorkflowRef as _IIdMappingWorkflowRef_719b905c,
82
+ IIdNamespaceRef as _IIdNamespaceRef_b89c1cab,
83
+ IMatchingWorkflowRef as _IMatchingWorkflowRef_66c9c4fe,
84
+ IPolicyStatementRef as _IPolicyStatementRef_d5a3e09a,
85
+ ISchemaMappingRef as _ISchemaMappingRef_a699d3c7,
86
+ IdMappingWorkflowReference as _IdMappingWorkflowReference_f119ae06,
87
+ IdNamespaceReference as _IdNamespaceReference_262ea9b2,
88
+ MatchingWorkflowReference as _MatchingWorkflowReference_e1146cf4,
89
+ PolicyStatementReference as _PolicyStatementReference_c4ae3493,
90
+ SchemaMappingReference as _SchemaMappingReference_99c0db60,
91
+ )
80
92
 
81
93
 
82
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
94
+ @jsii.implements(_IInspectable_c2943556, _IIdMappingWorkflowRef_719b905c, _ITaggableV2_4e6798f8)
83
95
  class CfnIdMappingWorkflow(
84
96
  _CfnResource_9df397a6,
85
97
  metaclass=jsii.JSIIMeta,
@@ -87,7 +99,10 @@ class CfnIdMappingWorkflow(
87
99
  ):
88
100
  '''Creates an ``IdMappingWorkflow`` object which stores the configuration of the data processing job to be run.
89
101
 
90
- Each ``IdMappingWorkflow`` must have a unique workflow name. To modify an existing workflow, use the ``UpdateIdMappingWorkflow`` API.
102
+ Each ``IdMappingWorkflow`` must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.
103
+ .. epigraph::
104
+
105
+ Incremental processing is not supported for ID mapping workflows.
91
106
 
92
107
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html
93
108
  :cloudformationResource: AWS::EntityResolution::IdMappingWorkflow
@@ -102,6 +117,7 @@ class CfnIdMappingWorkflow(
102
117
  cfn_id_mapping_workflow = entityresolution.CfnIdMappingWorkflow(self, "MyCfnIdMappingWorkflow",
103
118
  id_mapping_techniques=entityresolution.CfnIdMappingWorkflow.IdMappingTechniquesProperty(
104
119
  id_mapping_type="idMappingType",
120
+ normalization_version="normalizationVersion",
105
121
  provider_properties=entityresolution.CfnIdMappingWorkflow.ProviderPropertiesProperty(
106
122
  provider_service_arn="providerServiceArn",
107
123
 
@@ -137,6 +153,9 @@ class CfnIdMappingWorkflow(
137
153
 
138
154
  # the properties below are optional
139
155
  description="description",
156
+ id_mapping_incremental_run_config=entityresolution.CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty(
157
+ incremental_run_type="incrementalRunType"
158
+ ),
140
159
  output_source_config=[entityresolution.CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty(
141
160
  output_s3_path="outputS3Path",
142
161
 
@@ -160,10 +179,12 @@ class CfnIdMappingWorkflow(
160
179
  role_arn: builtins.str,
161
180
  workflow_name: builtins.str,
162
181
  description: typing.Optional[builtins.str] = None,
182
+ id_mapping_incremental_run_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
163
183
  output_source_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
164
184
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
165
185
  ) -> None:
166
- '''
186
+ '''Create a new ``AWS::EntityResolution::IdMappingWorkflow``.
187
+
167
188
  :param scope: Scope in which this resource is defined.
168
189
  :param id: Construct identifier for this resource (unique in its scope).
169
190
  :param id_mapping_techniques: An object which defines the ID mapping technique and any additional configurations.
@@ -171,7 +192,8 @@ class CfnIdMappingWorkflow(
171
192
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
172
193
  :param workflow_name: The name of the workflow. There can't be multiple ``IdMappingWorkflows`` with the same name.
173
194
  :param description: A description of the workflow.
174
- :param output_source_config: A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``OutputS3Path`` and ``Output`` .
195
+ :param id_mapping_incremental_run_config:
196
+ :param output_source_config: A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``outputS3Path`` and ``KMSArn`` .
175
197
  :param tags: The tags used to organize, track, or control access for this resource.
176
198
  '''
177
199
  if __debug__:
@@ -184,12 +206,34 @@ class CfnIdMappingWorkflow(
184
206
  role_arn=role_arn,
185
207
  workflow_name=workflow_name,
186
208
  description=description,
209
+ id_mapping_incremental_run_config=id_mapping_incremental_run_config,
187
210
  output_source_config=output_source_config,
188
211
  tags=tags,
189
212
  )
190
213
 
191
214
  jsii.create(self.__class__, self, [scope, id, props])
192
215
 
216
+ @jsii.member(jsii_name="fromWorkflowName")
217
+ @builtins.classmethod
218
+ def from_workflow_name(
219
+ cls,
220
+ scope: _constructs_77d1e7e8.Construct,
221
+ id: builtins.str,
222
+ workflow_name: builtins.str,
223
+ ) -> _IIdMappingWorkflowRef_719b905c:
224
+ '''Creates a new IIdMappingWorkflowRef from a workflowName.
225
+
226
+ :param scope: -
227
+ :param id: -
228
+ :param workflow_name: -
229
+ '''
230
+ if __debug__:
231
+ type_hints = typing.get_type_hints(_typecheckingstub__c71e3475fcf92412e60d6b5cded8ce1be5e96efeb895e07d62610a74d2c5d706)
232
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
233
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
234
+ check_type(argname="argument workflow_name", value=workflow_name, expected_type=type_hints["workflow_name"])
235
+ return typing.cast(_IIdMappingWorkflowRef_719b905c, jsii.sinvoke(cls, "fromWorkflowName", [scope, id, workflow_name]))
236
+
193
237
  @jsii.member(jsii_name="inspect")
194
238
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
195
239
  '''Examines the CloudFormation resource and discloses attributes.
@@ -258,6 +302,12 @@ class CfnIdMappingWorkflow(
258
302
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
259
303
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
260
304
 
305
+ @builtins.property
306
+ @jsii.member(jsii_name="idMappingWorkflowRef")
307
+ def id_mapping_workflow_ref(self) -> _IdMappingWorkflowReference_f119ae06:
308
+ '''A reference to a IdMappingWorkflow resource.'''
309
+ return typing.cast(_IdMappingWorkflowReference_f119ae06, jsii.get(self, "idMappingWorkflowRef"))
310
+
261
311
  @builtins.property
262
312
  @jsii.member(jsii_name="idMappingTechniques")
263
313
  def id_mapping_techniques(
@@ -333,12 +383,29 @@ class CfnIdMappingWorkflow(
333
383
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
334
384
  jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
335
385
 
386
+ @builtins.property
387
+ @jsii.member(jsii_name="idMappingIncrementalRunConfig")
388
+ def id_mapping_incremental_run_config(
389
+ self,
390
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty"]]:
391
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty"]], jsii.get(self, "idMappingIncrementalRunConfig"))
392
+
393
+ @id_mapping_incremental_run_config.setter
394
+ def id_mapping_incremental_run_config(
395
+ self,
396
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty"]],
397
+ ) -> None:
398
+ if __debug__:
399
+ type_hints = typing.get_type_hints(_typecheckingstub__05343eaa423891f629815a20fdb306f3b3da6aa0d3418d30466a32ec633713a2)
400
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
401
+ jsii.set(self, "idMappingIncrementalRunConfig", value) # pyright: ignore[reportArgumentType]
402
+
336
403
  @builtins.property
337
404
  @jsii.member(jsii_name="outputSourceConfig")
338
405
  def output_source_config(
339
406
  self,
340
407
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty"]]]]:
341
- '''A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``OutputS3Path`` and ``Output`` .'''
408
+ '''A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``outputS3Path`` and ``KMSArn`` .'''
342
409
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty"]]]], jsii.get(self, "outputSourceConfig"))
343
410
 
344
411
  @output_source_config.setter
@@ -364,6 +431,56 @@ class CfnIdMappingWorkflow(
364
431
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
365
432
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
366
433
 
434
+ @jsii.data_type(
435
+ jsii_type="aws-cdk-lib.aws_entityresolution.CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty",
436
+ jsii_struct_bases=[],
437
+ name_mapping={"incremental_run_type": "incrementalRunType"},
438
+ )
439
+ class IdMappingIncrementalRunConfigProperty:
440
+ def __init__(self, *, incremental_run_type: builtins.str) -> None:
441
+ '''
442
+ :param incremental_run_type:
443
+
444
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingincrementalrunconfig.html
445
+ :exampleMetadata: fixture=_generated
446
+
447
+ Example::
448
+
449
+ # The code below shows an example of how to instantiate this type.
450
+ # The values are placeholders you should change.
451
+ from aws_cdk import aws_entityresolution as entityresolution
452
+
453
+ id_mapping_incremental_run_config_property = entityresolution.CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty(
454
+ incremental_run_type="incrementalRunType"
455
+ )
456
+ '''
457
+ if __debug__:
458
+ type_hints = typing.get_type_hints(_typecheckingstub__115e9b3aa3c15532ffa6d06e165d032acb0428815b530082a13312eaf046d37b)
459
+ check_type(argname="argument incremental_run_type", value=incremental_run_type, expected_type=type_hints["incremental_run_type"])
460
+ self._values: typing.Dict[builtins.str, typing.Any] = {
461
+ "incremental_run_type": incremental_run_type,
462
+ }
463
+
464
+ @builtins.property
465
+ def incremental_run_type(self) -> builtins.str:
466
+ '''
467
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingincrementalrunconfig.html#cfn-entityresolution-idmappingworkflow-idmappingincrementalrunconfig-incrementalruntype
468
+ '''
469
+ result = self._values.get("incremental_run_type")
470
+ assert result is not None, "Required property 'incremental_run_type' is missing"
471
+ return typing.cast(builtins.str, result)
472
+
473
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
474
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
475
+
476
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
477
+ return not (rhs == self)
478
+
479
+ def __repr__(self) -> str:
480
+ return "IdMappingIncrementalRunConfigProperty(%s)" % ", ".join(
481
+ k + "=" + repr(v) for k, v in self._values.items()
482
+ )
483
+
367
484
  @jsii.data_type(
368
485
  jsii_type="aws-cdk-lib.aws_entityresolution.CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty",
369
486
  jsii_struct_bases=[],
@@ -385,7 +502,7 @@ class CfnIdMappingWorkflow(
385
502
  ) -> None:
386
503
  '''An object that defines the list of matching rules to run in an ID mapping workflow.
387
504
 
388
- :param attribute_matching_model: The comparison type. You can either choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` . If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A matches the value of the ``BusinessEmail`` field of Profile B, the two profiles are matched on the ``Email`` attribute type. If you choose ``ONE_TO_ONE`` , the system can only match attributes if the sub-types are an exact match. For example, for the ``Email`` attribute type, the system will only consider it a match if the value of the ``Email`` field of Profile A matches the value of the ``Email`` field of Profile B.
505
+ :param attribute_matching_model: The comparison type. You can either choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` . If you choose ``ONE_TO_ONE`` , the system can only match attributes if the sub-types are an exact match. For example, for the ``Email`` attribute type, the system will only consider it a match if the value of the ``Email`` field of Profile A matches the value of the ``Email`` field of Profile B. If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A matches the value of the ``BusinessEmail`` field of Profile B, the two profiles are matched on the ``Email`` attribute type.
389
506
  :param record_matching_model: The type of matching record that is allowed to be used in an ID mapping workflow. If the value is set to ``ONE_SOURCE_TO_ONE_TARGET`` , only one record in the source can be matched to the same record in the target. If the value is set to ``MANY_SOURCE_TO_ONE_TARGET`` , multiple records in the source can be matched to one record in the target.
390
507
  :param rule_definition_type: The set of rules you can use in an ID mapping workflow. The limitations specified for the source or target to define the match rules must be compatible.
391
508
  :param rules: The rules that can be used for ID mapping.
@@ -430,10 +547,10 @@ class CfnIdMappingWorkflow(
430
547
  def attribute_matching_model(self) -> builtins.str:
431
548
  '''The comparison type. You can either choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` .
432
549
 
433
- If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A matches the value of the ``BusinessEmail`` field of Profile B, the two profiles are matched on the ``Email`` attribute type.
434
-
435
550
  If you choose ``ONE_TO_ONE`` , the system can only match attributes if the sub-types are an exact match. For example, for the ``Email`` attribute type, the system will only consider it a match if the value of the ``Email`` field of Profile A matches the value of the ``Email`` field of Profile B.
436
551
 
552
+ If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A matches the value of the ``BusinessEmail`` field of Profile B, the two profiles are matched on the ``Email`` attribute type.
553
+
437
554
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingrulebasedproperties.html#cfn-entityresolution-idmappingworkflow-idmappingrulebasedproperties-attributematchingmodel
438
555
  '''
439
556
  result = self._values.get("attribute_matching_model")
@@ -492,6 +609,7 @@ class CfnIdMappingWorkflow(
492
609
  jsii_struct_bases=[],
493
610
  name_mapping={
494
611
  "id_mapping_type": "idMappingType",
612
+ "normalization_version": "normalizationVersion",
495
613
  "provider_properties": "providerProperties",
496
614
  "rule_based_properties": "ruleBasedProperties",
497
615
  },
@@ -501,12 +619,14 @@ class CfnIdMappingWorkflow(
501
619
  self,
502
620
  *,
503
621
  id_mapping_type: typing.Optional[builtins.str] = None,
622
+ normalization_version: typing.Optional[builtins.str] = None,
504
623
  provider_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdMappingWorkflow.ProviderPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
505
624
  rule_based_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
506
625
  ) -> None:
507
626
  '''An object which defines the ID mapping technique and any additional configurations.
508
627
 
509
628
  :param id_mapping_type: The type of ID mapping.
629
+ :param normalization_version:
510
630
  :param provider_properties: An object which defines any additional configurations required by the provider service.
511
631
  :param rule_based_properties: An object which defines any additional configurations required by rule-based matching.
512
632
 
@@ -521,6 +641,7 @@ class CfnIdMappingWorkflow(
521
641
 
522
642
  id_mapping_techniques_property = entityresolution.CfnIdMappingWorkflow.IdMappingTechniquesProperty(
523
643
  id_mapping_type="idMappingType",
644
+ normalization_version="normalizationVersion",
524
645
  provider_properties=entityresolution.CfnIdMappingWorkflow.ProviderPropertiesProperty(
525
646
  provider_service_arn="providerServiceArn",
526
647
 
@@ -548,11 +669,14 @@ class CfnIdMappingWorkflow(
548
669
  if __debug__:
549
670
  type_hints = typing.get_type_hints(_typecheckingstub__14f084baf89be97b69b754d6755f29c921f7ef9044bf1e234a903b93f7718bcc)
550
671
  check_type(argname="argument id_mapping_type", value=id_mapping_type, expected_type=type_hints["id_mapping_type"])
672
+ check_type(argname="argument normalization_version", value=normalization_version, expected_type=type_hints["normalization_version"])
551
673
  check_type(argname="argument provider_properties", value=provider_properties, expected_type=type_hints["provider_properties"])
552
674
  check_type(argname="argument rule_based_properties", value=rule_based_properties, expected_type=type_hints["rule_based_properties"])
553
675
  self._values: typing.Dict[builtins.str, typing.Any] = {}
554
676
  if id_mapping_type is not None:
555
677
  self._values["id_mapping_type"] = id_mapping_type
678
+ if normalization_version is not None:
679
+ self._values["normalization_version"] = normalization_version
556
680
  if provider_properties is not None:
557
681
  self._values["provider_properties"] = provider_properties
558
682
  if rule_based_properties is not None:
@@ -567,6 +691,14 @@ class CfnIdMappingWorkflow(
567
691
  result = self._values.get("id_mapping_type")
568
692
  return typing.cast(typing.Optional[builtins.str], result)
569
693
 
694
+ @builtins.property
695
+ def normalization_version(self) -> typing.Optional[builtins.str]:
696
+ '''
697
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingtechniques.html#cfn-entityresolution-idmappingworkflow-idmappingtechniques-normalizationversion
698
+ '''
699
+ result = self._values.get("normalization_version")
700
+ return typing.cast(typing.Optional[builtins.str], result)
701
+
570
702
  @builtins.property
571
703
  def provider_properties(
572
704
  self,
@@ -617,7 +749,7 @@ class CfnIdMappingWorkflow(
617
749
  schema_arn: typing.Optional[builtins.str] = None,
618
750
  type: typing.Optional[builtins.str] = None,
619
751
  ) -> None:
620
- '''An object containing ``InputSourceARN`` , ``SchemaName`` , and ``Type`` .
752
+ '''An object containing ``inputSourceARN`` , ``schemaName`` , and ``type`` .
621
753
 
622
754
  :param input_source_arn: An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
623
755
  :param schema_arn: The ARN (Amazon Resource Name) that AWS Entity Resolution generated for the ``SchemaMapping`` .
@@ -708,7 +840,7 @@ class CfnIdMappingWorkflow(
708
840
  output_s3_path: builtins.str,
709
841
  kms_arn: typing.Optional[builtins.str] = None,
710
842
  ) -> None:
711
- '''A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``OutputS3Path`` and ``Output`` .
843
+ '''A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``outputS3Path`` and ``KMSArn`` .
712
844
 
713
845
  :param output_s3_path: The S3 path to which AWS Entity Resolution will write the output table.
714
846
  :param kms_arn: Customer AWS KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
@@ -941,7 +1073,7 @@ class CfnIdMappingWorkflow(
941
1073
  matching_keys: typing.Sequence[builtins.str],
942
1074
  rule_name: builtins.str,
943
1075
  ) -> None:
944
- '''An object containing ``RuleName`` , and ``MatchingKeys`` .
1076
+ '''An object containing the ``ruleName`` and ``matchingKeys`` .
945
1077
 
946
1078
  :param matching_keys: A list of ``MatchingKeys`` . The ``MatchingKeys`` must have been defined in the ``SchemaMapping`` . Two records are considered to match according to this rule if all of the ``MatchingKeys`` match.
947
1079
  :param rule_name: A name for the matching rule.
@@ -1012,6 +1144,7 @@ class CfnIdMappingWorkflow(
1012
1144
  "role_arn": "roleArn",
1013
1145
  "workflow_name": "workflowName",
1014
1146
  "description": "description",
1147
+ "id_mapping_incremental_run_config": "idMappingIncrementalRunConfig",
1015
1148
  "output_source_config": "outputSourceConfig",
1016
1149
  "tags": "tags",
1017
1150
  },
@@ -1025,6 +1158,7 @@ class CfnIdMappingWorkflowProps:
1025
1158
  role_arn: builtins.str,
1026
1159
  workflow_name: builtins.str,
1027
1160
  description: typing.Optional[builtins.str] = None,
1161
+ id_mapping_incremental_run_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1028
1162
  output_source_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
1029
1163
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1030
1164
  ) -> None:
@@ -1035,7 +1169,8 @@ class CfnIdMappingWorkflowProps:
1035
1169
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
1036
1170
  :param workflow_name: The name of the workflow. There can't be multiple ``IdMappingWorkflows`` with the same name.
1037
1171
  :param description: A description of the workflow.
1038
- :param output_source_config: A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``OutputS3Path`` and ``Output`` .
1172
+ :param id_mapping_incremental_run_config:
1173
+ :param output_source_config: A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``outputS3Path`` and ``KMSArn`` .
1039
1174
  :param tags: The tags used to organize, track, or control access for this resource.
1040
1175
 
1041
1176
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html
@@ -1050,6 +1185,7 @@ class CfnIdMappingWorkflowProps:
1050
1185
  cfn_id_mapping_workflow_props = entityresolution.CfnIdMappingWorkflowProps(
1051
1186
  id_mapping_techniques=entityresolution.CfnIdMappingWorkflow.IdMappingTechniquesProperty(
1052
1187
  id_mapping_type="idMappingType",
1188
+ normalization_version="normalizationVersion",
1053
1189
  provider_properties=entityresolution.CfnIdMappingWorkflow.ProviderPropertiesProperty(
1054
1190
  provider_service_arn="providerServiceArn",
1055
1191
 
@@ -1085,6 +1221,9 @@ class CfnIdMappingWorkflowProps:
1085
1221
 
1086
1222
  # the properties below are optional
1087
1223
  description="description",
1224
+ id_mapping_incremental_run_config=entityresolution.CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty(
1225
+ incremental_run_type="incrementalRunType"
1226
+ ),
1088
1227
  output_source_config=[entityresolution.CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty(
1089
1228
  output_s3_path="outputS3Path",
1090
1229
 
@@ -1104,6 +1243,7 @@ class CfnIdMappingWorkflowProps:
1104
1243
  check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
1105
1244
  check_type(argname="argument workflow_name", value=workflow_name, expected_type=type_hints["workflow_name"])
1106
1245
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
1246
+ check_type(argname="argument id_mapping_incremental_run_config", value=id_mapping_incremental_run_config, expected_type=type_hints["id_mapping_incremental_run_config"])
1107
1247
  check_type(argname="argument output_source_config", value=output_source_config, expected_type=type_hints["output_source_config"])
1108
1248
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1109
1249
  self._values: typing.Dict[builtins.str, typing.Any] = {
@@ -1114,6 +1254,8 @@ class CfnIdMappingWorkflowProps:
1114
1254
  }
1115
1255
  if description is not None:
1116
1256
  self._values["description"] = description
1257
+ if id_mapping_incremental_run_config is not None:
1258
+ self._values["id_mapping_incremental_run_config"] = id_mapping_incremental_run_config
1117
1259
  if output_source_config is not None:
1118
1260
  self._values["output_source_config"] = output_source_config
1119
1261
  if tags is not None:
@@ -1176,11 +1318,21 @@ class CfnIdMappingWorkflowProps:
1176
1318
  result = self._values.get("description")
1177
1319
  return typing.cast(typing.Optional[builtins.str], result)
1178
1320
 
1321
+ @builtins.property
1322
+ def id_mapping_incremental_run_config(
1323
+ self,
1324
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty]]:
1325
+ '''
1326
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html#cfn-entityresolution-idmappingworkflow-idmappingincrementalrunconfig
1327
+ '''
1328
+ result = self._values.get("id_mapping_incremental_run_config")
1329
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty]], result)
1330
+
1179
1331
  @builtins.property
1180
1332
  def output_source_config(
1181
1333
  self,
1182
1334
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty]]]]:
1183
- '''A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``OutputS3Path`` and ``Output`` .
1335
+ '''A list of ``IdMappingWorkflowOutputSource`` objects, each of which contains fields ``outputS3Path`` and ``KMSArn`` .
1184
1336
 
1185
1337
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html#cfn-entityresolution-idmappingworkflow-outputsourceconfig
1186
1338
  '''
@@ -1208,7 +1360,7 @@ class CfnIdMappingWorkflowProps:
1208
1360
  )
1209
1361
 
1210
1362
 
1211
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1363
+ @jsii.implements(_IInspectable_c2943556, _IIdNamespaceRef_b89c1cab, _ITaggableV2_4e6798f8)
1212
1364
  class CfnIdNamespace(
1213
1365
  _CfnResource_9df397a6,
1214
1366
  metaclass=jsii.JSIIMeta,
@@ -1216,7 +1368,7 @@ class CfnIdNamespace(
1216
1368
  ):
1217
1369
  '''Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it.
1218
1370
 
1219
- Each ID namespace must have a unique name. To modify an existing ID namespace, use the ``UpdateIdNamespace`` API.
1371
+ Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.
1220
1372
 
1221
1373
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html
1222
1374
  :cloudformationResource: AWS::EntityResolution::IdNamespace
@@ -1283,7 +1435,8 @@ class CfnIdNamespace(
1283
1435
  role_arn: typing.Optional[builtins.str] = None,
1284
1436
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1285
1437
  ) -> None:
1286
- '''
1438
+ '''Create a new ``AWS::EntityResolution::IdNamespace``.
1439
+
1287
1440
  :param scope: Scope in which this resource is defined.
1288
1441
  :param id: Construct identifier for this resource (unique in its scope).
1289
1442
  :param id_namespace_name: The name of the ID namespace.
@@ -1310,6 +1463,48 @@ class CfnIdNamespace(
1310
1463
 
1311
1464
  jsii.create(self.__class__, self, [scope, id, props])
1312
1465
 
1466
+ @jsii.member(jsii_name="fromIdNamespaceArn")
1467
+ @builtins.classmethod
1468
+ def from_id_namespace_arn(
1469
+ cls,
1470
+ scope: _constructs_77d1e7e8.Construct,
1471
+ id: builtins.str,
1472
+ arn: builtins.str,
1473
+ ) -> _IIdNamespaceRef_b89c1cab:
1474
+ '''Creates a new IIdNamespaceRef from an ARN.
1475
+
1476
+ :param scope: -
1477
+ :param id: -
1478
+ :param arn: -
1479
+ '''
1480
+ if __debug__:
1481
+ type_hints = typing.get_type_hints(_typecheckingstub__a37393a68cafd76cc27f2d6601ae82638be7969941bff433eb43c0d7ff73e003)
1482
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1483
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1484
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1485
+ return typing.cast(_IIdNamespaceRef_b89c1cab, jsii.sinvoke(cls, "fromIdNamespaceArn", [scope, id, arn]))
1486
+
1487
+ @jsii.member(jsii_name="fromIdNamespaceName")
1488
+ @builtins.classmethod
1489
+ def from_id_namespace_name(
1490
+ cls,
1491
+ scope: _constructs_77d1e7e8.Construct,
1492
+ id: builtins.str,
1493
+ id_namespace_name: builtins.str,
1494
+ ) -> _IIdNamespaceRef_b89c1cab:
1495
+ '''Creates a new IIdNamespaceRef from a idNamespaceName.
1496
+
1497
+ :param scope: -
1498
+ :param id: -
1499
+ :param id_namespace_name: -
1500
+ '''
1501
+ if __debug__:
1502
+ type_hints = typing.get_type_hints(_typecheckingstub__07807daadfdacde57ae7950ec0b76d29c32466721c6de08f5dc2ea57c64564b1)
1503
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1504
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1505
+ check_type(argname="argument id_namespace_name", value=id_namespace_name, expected_type=type_hints["id_namespace_name"])
1506
+ return typing.cast(_IIdNamespaceRef_b89c1cab, jsii.sinvoke(cls, "fromIdNamespaceName", [scope, id, id_namespace_name]))
1507
+
1313
1508
  @jsii.member(jsii_name="inspect")
1314
1509
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1315
1510
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1378,6 +1573,12 @@ class CfnIdNamespace(
1378
1573
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1379
1574
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1380
1575
 
1576
+ @builtins.property
1577
+ @jsii.member(jsii_name="idNamespaceRef")
1578
+ def id_namespace_ref(self) -> _IdNamespaceReference_262ea9b2:
1579
+ '''A reference to a IdNamespace resource.'''
1580
+ return typing.cast(_IdNamespaceReference_262ea9b2, jsii.get(self, "idNamespaceRef"))
1581
+
1381
1582
  @builtins.property
1382
1583
  @jsii.member(jsii_name="idNamespaceName")
1383
1584
  def id_namespace_name(self) -> builtins.str:
@@ -1499,7 +1700,7 @@ class CfnIdNamespace(
1499
1700
  provider_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdNamespace.NamespaceProviderPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1500
1701
  rule_based_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdNamespace.NamespaceRuleBasedPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1501
1702
  ) -> None:
1502
- '''An object containing ``IdMappingType`` , ``ProviderProperties`` , and ``RuleBasedProperties`` .
1703
+ '''An object containing ``idMappingType`` , ``providerProperties`` , and ``ruleBasedProperties`` .
1503
1704
 
1504
1705
  :param id_mapping_type: The type of ID mapping.
1505
1706
  :param provider_properties: An object which defines any additional configurations required by the provider service.
@@ -1608,7 +1809,7 @@ class CfnIdNamespace(
1608
1809
  input_source_arn: builtins.str,
1609
1810
  schema_name: typing.Optional[builtins.str] = None,
1610
1811
  ) -> None:
1611
- '''An object containing ``InputSourceARN`` and ``SchemaName`` .
1812
+ '''An object containing ``inputSourceARN`` and ``schemaName`` .
1612
1813
 
1613
1814
  :param input_source_arn: An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
1614
1815
  :param schema_name: The name of the schema.
@@ -1684,7 +1885,7 @@ class CfnIdNamespace(
1684
1885
  provider_service_arn: builtins.str,
1685
1886
  provider_configuration: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
1686
1887
  ) -> None:
1687
- '''An object containing ``ProviderConfiguration`` and ``ProviderServiceArn`` .
1888
+ '''An object containing ``providerConfiguration`` and ``providerServiceArn`` .
1688
1889
 
1689
1890
  :param provider_service_arn: The Amazon Resource Name (ARN) of the provider service.
1690
1891
  :param provider_configuration: An object which defines any additional configurations required by the provider service.
@@ -1772,7 +1973,7 @@ class CfnIdNamespace(
1772
1973
 
1773
1974
  These properties define how the ID namespace can be used in an ID mapping workflow.
1774
1975
 
1775
- :param attribute_matching_model: The comparison type. You can either choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` . If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A matches the value of ``BusinessEmail`` field of Profile B, the two profiles are matched on the ``Email`` attribute type. If you choose ``ONE_TO_ONE`` , the system can only match attributes if the sub-types are an exact match. For example, for the ``Email`` attribute type, the system will only consider it a match if the value of the ``Email`` field of Profile A matches the value of the ``Email`` field of Profile B.
1976
+ :param attribute_matching_model: The comparison type. You can either choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` . If you choose ``ONE_TO_ONE`` , the system can only match attributes if the sub-types are an exact match. For example, for the ``Email`` attribute type, the system will only consider it a match if the value of the ``Email`` field of Profile A matches the value of the ``Email`` field of Profile B. If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A matches the value of ``BusinessEmail`` field of Profile B, the two profiles are matched on the ``Email`` attribute type.
1776
1977
  :param record_matching_models: The type of matching record that is allowed to be used in an ID mapping workflow. If the value is set to ``ONE_SOURCE_TO_ONE_TARGET`` , only one record in the source is matched to one record in the target. If the value is set to ``MANY_SOURCE_TO_ONE_TARGET`` , all matching records in the source are matched to one record in the target.
1777
1978
  :param rule_definition_types: The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
1778
1979
  :param rules: The rules for the ID namespace.
@@ -1816,10 +2017,10 @@ class CfnIdNamespace(
1816
2017
  def attribute_matching_model(self) -> typing.Optional[builtins.str]:
1817
2018
  '''The comparison type. You can either choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` .
1818
2019
 
1819
- If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A matches the value of ``BusinessEmail`` field of Profile B, the two profiles are matched on the ``Email`` attribute type.
1820
-
1821
2020
  If you choose ``ONE_TO_ONE`` , the system can only match attributes if the sub-types are an exact match. For example, for the ``Email`` attribute type, the system will only consider it a match if the value of the ``Email`` field of Profile A matches the value of the ``Email`` field of Profile B.
1822
2021
 
2022
+ If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A matches the value of ``BusinessEmail`` field of Profile B, the two profiles are matched on the ``Email`` attribute type.
2023
+
1823
2024
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-namespacerulebasedproperties.html#cfn-entityresolution-idnamespace-namespacerulebasedproperties-attributematchingmodel
1824
2025
  '''
1825
2026
  result = self._values.get("attribute_matching_model")
@@ -1883,7 +2084,7 @@ class CfnIdNamespace(
1883
2084
  matching_keys: typing.Sequence[builtins.str],
1884
2085
  rule_name: builtins.str,
1885
2086
  ) -> None:
1886
- '''An object containing ``RuleName`` , and ``MatchingKeys`` .
2087
+ '''An object containing the ``ruleName`` and ``matchingKeys`` .
1887
2088
 
1888
2089
  :param matching_keys: A list of ``MatchingKeys`` . The ``MatchingKeys`` must have been defined in the ``SchemaMapping`` . Two records are considered to match according to this rule if all of the ``MatchingKeys`` match.
1889
2090
  :param rule_name: A name for the matching rule.
@@ -2141,15 +2342,18 @@ class CfnIdNamespaceProps:
2141
2342
  )
2142
2343
 
2143
2344
 
2144
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2345
+ @jsii.implements(_IInspectable_c2943556, _IMatchingWorkflowRef_66c9c4fe, _ITaggableV2_4e6798f8)
2145
2346
  class CfnMatchingWorkflow(
2146
2347
  _CfnResource_9df397a6,
2147
2348
  metaclass=jsii.JSIIMeta,
2148
2349
  jsii_type="aws-cdk-lib.aws_entityresolution.CfnMatchingWorkflow",
2149
2350
  ):
2150
- '''Creates a ``MatchingWorkflow`` object which stores the configuration of the data processing job to be run.
2351
+ '''Creates a matching workflow that defines the configuration for a data processing job.
2352
+
2353
+ The workflow name must be unique. To modify an existing workflow, use ``UpdateMatchingWorkflow`` .
2354
+ .. epigraph::
2151
2355
 
2152
- It is important to note that there should not be a pre-existing ``MatchingWorkflow`` with the same name. To modify an existing workflow, utilize the ``UpdateMatchingWorkflow`` API.
2356
+ For workflows where ``resolutionType`` is ``ML_MATCHING`` or ``PROVIDER`` , incremental processing is not supported.
2153
2357
 
2154
2358
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html
2155
2359
  :cloudformationResource: AWS::EntityResolution::MatchingWorkflow
@@ -2204,6 +2408,12 @@ class CfnMatchingWorkflow(
2204
2408
 
2205
2409
  # the properties below are optional
2206
2410
  match_purpose="matchPurpose"
2411
+ ),
2412
+ rule_condition_properties=entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty(
2413
+ rules=[entityresolution.CfnMatchingWorkflow.RuleConditionProperty(
2414
+ condition="condition",
2415
+ rule_name="ruleName"
2416
+ )]
2207
2417
  )
2208
2418
  ),
2209
2419
  role_arn="roleArn",
@@ -2235,16 +2445,17 @@ class CfnMatchingWorkflow(
2235
2445
  incremental_run_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMatchingWorkflow.IncrementalRunConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2236
2446
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2237
2447
  ) -> None:
2238
- '''
2448
+ '''Create a new ``AWS::EntityResolution::MatchingWorkflow``.
2449
+
2239
2450
  :param scope: Scope in which this resource is defined.
2240
2451
  :param id: Construct identifier for this resource (unique in its scope).
2241
2452
  :param input_source_config: A list of ``InputSource`` objects, which have the fields ``InputSourceARN`` and ``SchemaName`` .
2242
- :param output_source_config: A list of ``OutputSource`` objects, each of which contains fields ``OutputS3Path`` , ``ApplyNormalization`` , and ``Output`` .
2453
+ :param output_source_config: A list of ``OutputSource`` objects, each of which contains fields ``outputS3Path`` , ``applyNormalization`` , ``KMSArn`` , and ``output`` .
2243
2454
  :param resolution_techniques: An object which defines the ``resolutionType`` and the ``ruleBasedProperties`` .
2244
2455
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
2245
2456
  :param workflow_name: The name of the workflow. There can't be multiple ``MatchingWorkflows`` with the same name.
2246
2457
  :param description: A description of the workflow.
2247
- :param incremental_run_config: An object which defines an incremental run type and has only ``incrementalRunType`` as a field.
2458
+ :param incremental_run_config: Optional. An object that defines the incremental run type. This object contains only the ``incrementalRunType`` field, which appears as "Automatic" in the console. .. epigraph:: For workflows where ``resolutionType`` is ``ML_MATCHING`` or ``PROVIDER`` , incremental processing is not supported.
2248
2459
  :param tags: The tags used to organize, track, or control access for this resource.
2249
2460
  '''
2250
2461
  if __debug__:
@@ -2264,6 +2475,27 @@ class CfnMatchingWorkflow(
2264
2475
 
2265
2476
  jsii.create(self.__class__, self, [scope, id, props])
2266
2477
 
2478
+ @jsii.member(jsii_name="fromWorkflowName")
2479
+ @builtins.classmethod
2480
+ def from_workflow_name(
2481
+ cls,
2482
+ scope: _constructs_77d1e7e8.Construct,
2483
+ id: builtins.str,
2484
+ workflow_name: builtins.str,
2485
+ ) -> _IMatchingWorkflowRef_66c9c4fe:
2486
+ '''Creates a new IMatchingWorkflowRef from a workflowName.
2487
+
2488
+ :param scope: -
2489
+ :param id: -
2490
+ :param workflow_name: -
2491
+ '''
2492
+ if __debug__:
2493
+ type_hints = typing.get_type_hints(_typecheckingstub__0297ecf2a3d621f0a163726b6bf516267f2bcd4d3bc199bc19736d31d80c70d0)
2494
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2495
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2496
+ check_type(argname="argument workflow_name", value=workflow_name, expected_type=type_hints["workflow_name"])
2497
+ return typing.cast(_IMatchingWorkflowRef_66c9c4fe, jsii.sinvoke(cls, "fromWorkflowName", [scope, id, workflow_name]))
2498
+
2267
2499
  @jsii.member(jsii_name="inspect")
2268
2500
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2269
2501
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2332,6 +2564,12 @@ class CfnMatchingWorkflow(
2332
2564
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2333
2565
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2334
2566
 
2567
+ @builtins.property
2568
+ @jsii.member(jsii_name="matchingWorkflowRef")
2569
+ def matching_workflow_ref(self) -> _MatchingWorkflowReference_e1146cf4:
2570
+ '''A reference to a MatchingWorkflow resource.'''
2571
+ return typing.cast(_MatchingWorkflowReference_e1146cf4, jsii.get(self, "matchingWorkflowRef"))
2572
+
2335
2573
  @builtins.property
2336
2574
  @jsii.member(jsii_name="inputSourceConfig")
2337
2575
  def input_source_config(
@@ -2355,7 +2593,7 @@ class CfnMatchingWorkflow(
2355
2593
  def output_source_config(
2356
2594
  self,
2357
2595
  ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.OutputSourceProperty"]]]:
2358
- '''A list of ``OutputSource`` objects, each of which contains fields ``OutputS3Path`` , ``ApplyNormalization`` , and ``Output`` .'''
2596
+ '''A list of ``OutputSource`` objects, each of which contains fields ``outputS3Path`` , ``applyNormalization`` , ``KMSArn`` , and ``output`` .'''
2359
2597
  return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.OutputSourceProperty"]]], jsii.get(self, "outputSourceConfig"))
2360
2598
 
2361
2599
  @output_source_config.setter
@@ -2430,7 +2668,7 @@ class CfnMatchingWorkflow(
2430
2668
  def incremental_run_config(
2431
2669
  self,
2432
2670
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.IncrementalRunConfigProperty"]]:
2433
- '''An object which defines an incremental run type and has only ``incrementalRunType`` as a field.'''
2671
+ '''Optional.'''
2434
2672
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.IncrementalRunConfigProperty"]], jsii.get(self, "incrementalRunConfig"))
2435
2673
 
2436
2674
  @incremental_run_config.setter
@@ -2463,9 +2701,14 @@ class CfnMatchingWorkflow(
2463
2701
  )
2464
2702
  class IncrementalRunConfigProperty:
2465
2703
  def __init__(self, *, incremental_run_type: builtins.str) -> None:
2466
- '''An object which defines an incremental run type and has only ``incrementalRunType`` as a field.
2704
+ '''Optional.
2705
+
2706
+ An object that defines the incremental run type. This object contains only the ``incrementalRunType`` field, which appears as "Automatic" in the console.
2707
+ .. epigraph::
2708
+
2709
+ For workflows where ``resolutionType`` is ``ML_MATCHING`` or ``PROVIDER`` , incremental processing is not supported.
2467
2710
 
2468
- :param incremental_run_type: The type of incremental run. It takes only one value: ``IMMEDIATE`` .
2711
+ :param incremental_run_type: The type of incremental run. The only valid value is ``IMMEDIATE`` . This appears as "Automatic" in the console. .. epigraph:: For workflows where ``resolutionType`` is ``ML_MATCHING`` or ``PROVIDER`` , incremental processing is not supported.
2469
2712
 
2470
2713
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-incrementalrunconfig.html
2471
2714
  :exampleMetadata: fixture=_generated
@@ -2489,9 +2732,11 @@ class CfnMatchingWorkflow(
2489
2732
 
2490
2733
  @builtins.property
2491
2734
  def incremental_run_type(self) -> builtins.str:
2492
- '''The type of incremental run.
2735
+ '''The type of incremental run. The only valid value is ``IMMEDIATE`` . This appears as "Automatic" in the console.
2493
2736
 
2494
- It takes only one value: ``IMMEDIATE`` .
2737
+ .. epigraph::
2738
+
2739
+ For workflows where ``resolutionType`` is ``ML_MATCHING`` or ``PROVIDER`` , incremental processing is not supported.
2495
2740
 
2496
2741
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-incrementalrunconfig.html#cfn-entityresolution-matchingworkflow-incrementalrunconfig-incrementalruntype
2497
2742
  '''
@@ -2527,9 +2772,9 @@ class CfnMatchingWorkflow(
2527
2772
  schema_arn: builtins.str,
2528
2773
  apply_normalization: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2529
2774
  ) -> None:
2530
- '''An object containing ``InputSourceARN`` , ``SchemaName`` , and ``ApplyNormalization`` .
2775
+ '''An object containing ``inputSourceARN`` , ``schemaName`` , and ``applyNormalization`` .
2531
2776
 
2532
- :param input_source_arn: An object containing ``InputSourceARN`` , ``SchemaName`` , and ``ApplyNormalization`` .
2777
+ :param input_source_arn: An object containing ``inputSourceARN`` , ``schemaName`` , and ``applyNormalization`` .
2533
2778
  :param schema_arn: The name of the schema.
2534
2779
  :param apply_normalization: Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an ``AttributeType`` of ``PHONE_NUMBER`` , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
2535
2780
 
@@ -2564,7 +2809,7 @@ class CfnMatchingWorkflow(
2564
2809
 
2565
2810
  @builtins.property
2566
2811
  def input_source_arn(self) -> builtins.str:
2567
- '''An object containing ``InputSourceARN`` , ``SchemaName`` , and ``ApplyNormalization`` .
2812
+ '''An object containing ``inputSourceARN`` , ``schemaName`` , and ``applyNormalization`` .
2568
2813
 
2569
2814
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-inputsource.html#cfn-entityresolution-matchingworkflow-inputsource-inputsourcearn
2570
2815
  '''
@@ -2975,6 +3220,7 @@ class CfnMatchingWorkflow(
2975
3220
  "provider_properties": "providerProperties",
2976
3221
  "resolution_type": "resolutionType",
2977
3222
  "rule_based_properties": "ruleBasedProperties",
3223
+ "rule_condition_properties": "ruleConditionProperties",
2978
3224
  },
2979
3225
  )
2980
3226
  class ResolutionTechniquesProperty:
@@ -2984,12 +3230,14 @@ class CfnMatchingWorkflow(
2984
3230
  provider_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMatchingWorkflow.ProviderPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2985
3231
  resolution_type: typing.Optional[builtins.str] = None,
2986
3232
  rule_based_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMatchingWorkflow.RuleBasedPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3233
+ rule_condition_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMatchingWorkflow.RuleConditionPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2987
3234
  ) -> None:
2988
3235
  '''An object which defines the ``resolutionType`` and the ``ruleBasedProperties`` .
2989
3236
 
2990
3237
  :param provider_properties: The properties of the provider service.
2991
- :param resolution_type: The type of matching. There are three types of matching: ``RULE_MATCHING`` , ``ML_MATCHING`` , and ``PROVIDER`` .
2992
- :param rule_based_properties: An object which defines the list of matching rules to run and has a field ``Rules`` , which is a list of rule objects.
3238
+ :param resolution_type: The type of matching workflow to create. Specify one of the following types:. - ``RULE_MATCHING`` : Match records using configurable rule-based criteria - ``ML_MATCHING`` : Match records using machine learning models - ``PROVIDER`` : Match records using a third-party matching provider
3239
+ :param rule_based_properties: An object which defines the list of matching rules to run and has a field ``rules`` , which is a list of rule objects.
3240
+ :param rule_condition_properties: An object containing the ``rules`` for a matching workflow.
2993
3241
 
2994
3242
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontechniques.html
2995
3243
  :exampleMetadata: fixture=_generated
@@ -3022,6 +3270,12 @@ class CfnMatchingWorkflow(
3022
3270
 
3023
3271
  # the properties below are optional
3024
3272
  match_purpose="matchPurpose"
3273
+ ),
3274
+ rule_condition_properties=entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty(
3275
+ rules=[entityresolution.CfnMatchingWorkflow.RuleConditionProperty(
3276
+ condition="condition",
3277
+ rule_name="ruleName"
3278
+ )]
3025
3279
  )
3026
3280
  )
3027
3281
  '''
@@ -3030,6 +3284,7 @@ class CfnMatchingWorkflow(
3030
3284
  check_type(argname="argument provider_properties", value=provider_properties, expected_type=type_hints["provider_properties"])
3031
3285
  check_type(argname="argument resolution_type", value=resolution_type, expected_type=type_hints["resolution_type"])
3032
3286
  check_type(argname="argument rule_based_properties", value=rule_based_properties, expected_type=type_hints["rule_based_properties"])
3287
+ check_type(argname="argument rule_condition_properties", value=rule_condition_properties, expected_type=type_hints["rule_condition_properties"])
3033
3288
  self._values: typing.Dict[builtins.str, typing.Any] = {}
3034
3289
  if provider_properties is not None:
3035
3290
  self._values["provider_properties"] = provider_properties
@@ -3037,6 +3292,8 @@ class CfnMatchingWorkflow(
3037
3292
  self._values["resolution_type"] = resolution_type
3038
3293
  if rule_based_properties is not None:
3039
3294
  self._values["rule_based_properties"] = rule_based_properties
3295
+ if rule_condition_properties is not None:
3296
+ self._values["rule_condition_properties"] = rule_condition_properties
3040
3297
 
3041
3298
  @builtins.property
3042
3299
  def provider_properties(
@@ -3051,9 +3308,11 @@ class CfnMatchingWorkflow(
3051
3308
 
3052
3309
  @builtins.property
3053
3310
  def resolution_type(self) -> typing.Optional[builtins.str]:
3054
- '''The type of matching.
3311
+ '''The type of matching workflow to create. Specify one of the following types:.
3055
3312
 
3056
- There are three types of matching: ``RULE_MATCHING`` , ``ML_MATCHING`` , and ``PROVIDER`` .
3313
+ - ``RULE_MATCHING`` : Match records using configurable rule-based criteria
3314
+ - ``ML_MATCHING`` : Match records using machine learning models
3315
+ - ``PROVIDER`` : Match records using a third-party matching provider
3057
3316
 
3058
3317
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontechniques.html#cfn-entityresolution-matchingworkflow-resolutiontechniques-resolutiontype
3059
3318
  '''
@@ -3064,13 +3323,24 @@ class CfnMatchingWorkflow(
3064
3323
  def rule_based_properties(
3065
3324
  self,
3066
3325
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.RuleBasedPropertiesProperty"]]:
3067
- '''An object which defines the list of matching rules to run and has a field ``Rules`` , which is a list of rule objects.
3326
+ '''An object which defines the list of matching rules to run and has a field ``rules`` , which is a list of rule objects.
3068
3327
 
3069
3328
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontechniques.html#cfn-entityresolution-matchingworkflow-resolutiontechniques-rulebasedproperties
3070
3329
  '''
3071
3330
  result = self._values.get("rule_based_properties")
3072
3331
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.RuleBasedPropertiesProperty"]], result)
3073
3332
 
3333
+ @builtins.property
3334
+ def rule_condition_properties(
3335
+ self,
3336
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.RuleConditionPropertiesProperty"]]:
3337
+ '''An object containing the ``rules`` for a matching workflow.
3338
+
3339
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontechniques.html#cfn-entityresolution-matchingworkflow-resolutiontechniques-ruleconditionproperties
3340
+ '''
3341
+ result = self._values.get("rule_condition_properties")
3342
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.RuleConditionPropertiesProperty"]], result)
3343
+
3074
3344
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
3075
3345
  return isinstance(rhs, self.__class__) and rhs._values == self._values
3076
3346
 
@@ -3101,9 +3371,7 @@ class CfnMatchingWorkflow(
3101
3371
  ) -> None:
3102
3372
  '''An object which defines the list of matching rules to run in a matching workflow.
3103
3373
 
3104
- RuleBasedProperties contain a ``Rules`` field, which is a list of rule objects.
3105
-
3106
- :param attribute_matching_model: The comparison type. You can either choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` . If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A and the value of ``BusinessEmail`` field of Profile B matches, the two profiles are matched on the ``Email`` attribute type. If you choose ``ONE_TO_ONE`` , the system can only match attributes if the sub-types are an exact match. For example, for the ``Email`` attribute type, the system will only consider it a match if the value of the ``Email`` field of Profile A matches the value of the ``Email`` field of Profile B.
3374
+ :param attribute_matching_model: The comparison type. You can choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` . If you choose ``ONE_TO_ONE`` , the system can only match attributes if the sub-types are an exact match. For example, for the ``Email`` attribute type, the system will only consider it a match if the value of the ``Email`` field of Profile A matches the value of the ``Email`` field of Profile B. If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A and the value of ``BusinessEmail`` field of Profile B matches, the two profiles are matched on the ``Email`` attribute type.
3107
3375
  :param rules: A list of ``Rule`` objects, each of which have fields ``RuleName`` and ``MatchingKeys`` .
3108
3376
  :param match_purpose: An indicator of whether to generate IDs and index the data or not. If you choose ``IDENTIFIER_GENERATION`` , the process generates IDs and indexes the data. If you choose ``INDEXING`` , the process indexes the data without generating IDs.
3109
3377
 
@@ -3141,12 +3409,12 @@ class CfnMatchingWorkflow(
3141
3409
 
3142
3410
  @builtins.property
3143
3411
  def attribute_matching_model(self) -> builtins.str:
3144
- '''The comparison type. You can either choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` .
3145
-
3146
- If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A and the value of ``BusinessEmail`` field of Profile B matches, the two profiles are matched on the ``Email`` attribute type.
3412
+ '''The comparison type. You can choose ``ONE_TO_ONE`` or ``MANY_TO_MANY`` as the ``attributeMatchingModel`` .
3147
3413
 
3148
3414
  If you choose ``ONE_TO_ONE`` , the system can only match attributes if the sub-types are an exact match. For example, for the ``Email`` attribute type, the system will only consider it a match if the value of the ``Email`` field of Profile A matches the value of the ``Email`` field of Profile B.
3149
3415
 
3416
+ If you choose ``MANY_TO_MANY`` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the ``Email`` field of Profile A and the value of ``BusinessEmail`` field of Profile B matches, the two profiles are matched on the ``Email`` attribute type.
3417
+
3150
3418
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulebasedproperties.html#cfn-entityresolution-matchingworkflow-rulebasedproperties-attributematchingmodel
3151
3419
  '''
3152
3420
  result = self._values.get("attribute_matching_model")
@@ -3189,6 +3457,147 @@ class CfnMatchingWorkflow(
3189
3457
  k + "=" + repr(v) for k, v in self._values.items()
3190
3458
  )
3191
3459
 
3460
+ @jsii.data_type(
3461
+ jsii_type="aws-cdk-lib.aws_entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty",
3462
+ jsii_struct_bases=[],
3463
+ name_mapping={"rules": "rules"},
3464
+ )
3465
+ class RuleConditionPropertiesProperty:
3466
+ def __init__(
3467
+ self,
3468
+ *,
3469
+ rules: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMatchingWorkflow.RuleConditionProperty", typing.Dict[builtins.str, typing.Any]]]]],
3470
+ ) -> None:
3471
+ '''The properties of a rule condition that provides the ability to use more complex syntax.
3472
+
3473
+ :param rules: A list of rule objects, each of which have fields ``ruleName`` and ``condition`` .
3474
+
3475
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-ruleconditionproperties.html
3476
+ :exampleMetadata: fixture=_generated
3477
+
3478
+ Example::
3479
+
3480
+ # The code below shows an example of how to instantiate this type.
3481
+ # The values are placeholders you should change.
3482
+ from aws_cdk import aws_entityresolution as entityresolution
3483
+
3484
+ rule_condition_properties_property = entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty(
3485
+ rules=[entityresolution.CfnMatchingWorkflow.RuleConditionProperty(
3486
+ condition="condition",
3487
+ rule_name="ruleName"
3488
+ )]
3489
+ )
3490
+ '''
3491
+ if __debug__:
3492
+ type_hints = typing.get_type_hints(_typecheckingstub__c01a018e071645429b67216971e253282d8265d42f85a054b775019645ee4406)
3493
+ check_type(argname="argument rules", value=rules, expected_type=type_hints["rules"])
3494
+ self._values: typing.Dict[builtins.str, typing.Any] = {
3495
+ "rules": rules,
3496
+ }
3497
+
3498
+ @builtins.property
3499
+ def rules(
3500
+ self,
3501
+ ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.RuleConditionProperty"]]]:
3502
+ '''A list of rule objects, each of which have fields ``ruleName`` and ``condition`` .
3503
+
3504
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-ruleconditionproperties.html#cfn-entityresolution-matchingworkflow-ruleconditionproperties-rules
3505
+ '''
3506
+ result = self._values.get("rules")
3507
+ assert result is not None, "Required property 'rules' is missing"
3508
+ return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMatchingWorkflow.RuleConditionProperty"]]], result)
3509
+
3510
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3511
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3512
+
3513
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3514
+ return not (rhs == self)
3515
+
3516
+ def __repr__(self) -> str:
3517
+ return "RuleConditionPropertiesProperty(%s)" % ", ".join(
3518
+ k + "=" + repr(v) for k, v in self._values.items()
3519
+ )
3520
+
3521
+ @jsii.data_type(
3522
+ jsii_type="aws-cdk-lib.aws_entityresolution.CfnMatchingWorkflow.RuleConditionProperty",
3523
+ jsii_struct_bases=[],
3524
+ name_mapping={"condition": "condition", "rule_name": "ruleName"},
3525
+ )
3526
+ class RuleConditionProperty:
3527
+ def __init__(
3528
+ self,
3529
+ *,
3530
+ condition: typing.Optional[builtins.str] = None,
3531
+ rule_name: typing.Optional[builtins.str] = None,
3532
+ ) -> None:
3533
+ '''An object that defines the ``ruleCondition`` and the ``ruleName`` to use in a matching workflow.
3534
+
3535
+ :param condition: A statement that specifies the conditions for a matching rule. If your data is accurate, use an Exact matching function: ``Exact`` or ``ExactManyToMany`` . If your data has variations in spelling or pronunciation, use a Fuzzy matching function: ``Cosine`` , ``Levenshtein`` , or ``Soundex`` . Use operators if you want to combine ( ``AND`` ), separate ( ``OR`` ), or group matching functions ``(...)`` . For example: ``(Cosine(a, 10) AND Exact(b, true)) OR ExactManyToMany(c, d)``
3536
+ :param rule_name: A name for the matching rule. For example: ``Rule1``
3537
+
3538
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html
3539
+ :exampleMetadata: fixture=_generated
3540
+
3541
+ Example::
3542
+
3543
+ # The code below shows an example of how to instantiate this type.
3544
+ # The values are placeholders you should change.
3545
+ from aws_cdk import aws_entityresolution as entityresolution
3546
+
3547
+ rule_condition_property = entityresolution.CfnMatchingWorkflow.RuleConditionProperty(
3548
+ condition="condition",
3549
+ rule_name="ruleName"
3550
+ )
3551
+ '''
3552
+ if __debug__:
3553
+ type_hints = typing.get_type_hints(_typecheckingstub__28df643a12cf66e35dffd89eb89db8b5764b5a2d46b109a0ff8e34bc82b17306)
3554
+ check_type(argname="argument condition", value=condition, expected_type=type_hints["condition"])
3555
+ check_type(argname="argument rule_name", value=rule_name, expected_type=type_hints["rule_name"])
3556
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3557
+ if condition is not None:
3558
+ self._values["condition"] = condition
3559
+ if rule_name is not None:
3560
+ self._values["rule_name"] = rule_name
3561
+
3562
+ @builtins.property
3563
+ def condition(self) -> typing.Optional[builtins.str]:
3564
+ '''A statement that specifies the conditions for a matching rule.
3565
+
3566
+ If your data is accurate, use an Exact matching function: ``Exact`` or ``ExactManyToMany`` .
3567
+
3568
+ If your data has variations in spelling or pronunciation, use a Fuzzy matching function: ``Cosine`` , ``Levenshtein`` , or ``Soundex`` .
3569
+
3570
+ Use operators if you want to combine ( ``AND`` ), separate ( ``OR`` ), or group matching functions ``(...)`` .
3571
+
3572
+ For example: ``(Cosine(a, 10) AND Exact(b, true)) OR ExactManyToMany(c, d)``
3573
+
3574
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html#cfn-entityresolution-matchingworkflow-rulecondition-condition
3575
+ '''
3576
+ result = self._values.get("condition")
3577
+ return typing.cast(typing.Optional[builtins.str], result)
3578
+
3579
+ @builtins.property
3580
+ def rule_name(self) -> typing.Optional[builtins.str]:
3581
+ '''A name for the matching rule.
3582
+
3583
+ For example: ``Rule1``
3584
+
3585
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html#cfn-entityresolution-matchingworkflow-rulecondition-rulename
3586
+ '''
3587
+ result = self._values.get("rule_name")
3588
+ return typing.cast(typing.Optional[builtins.str], result)
3589
+
3590
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3591
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3592
+
3593
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3594
+ return not (rhs == self)
3595
+
3596
+ def __repr__(self) -> str:
3597
+ return "RuleConditionProperty(%s)" % ", ".join(
3598
+ k + "=" + repr(v) for k, v in self._values.items()
3599
+ )
3600
+
3192
3601
  @jsii.data_type(
3193
3602
  jsii_type="aws-cdk-lib.aws_entityresolution.CfnMatchingWorkflow.RuleProperty",
3194
3603
  jsii_struct_bases=[],
@@ -3201,7 +3610,7 @@ class CfnMatchingWorkflow(
3201
3610
  matching_keys: typing.Sequence[builtins.str],
3202
3611
  rule_name: builtins.str,
3203
3612
  ) -> None:
3204
- '''An object containing ``RuleName`` , and ``MatchingKeys`` .
3613
+ '''An object containing the ``ruleName`` and ``matchingKeys`` .
3205
3614
 
3206
3615
  :param matching_keys: A list of ``MatchingKeys`` . The ``MatchingKeys`` must have been defined in the ``SchemaMapping`` . Two records are considered to match according to this rule if all of the ``MatchingKeys`` match.
3207
3616
  :param rule_name: A name for the matching rule.
@@ -3293,12 +3702,12 @@ class CfnMatchingWorkflowProps:
3293
3702
  '''Properties for defining a ``CfnMatchingWorkflow``.
3294
3703
 
3295
3704
  :param input_source_config: A list of ``InputSource`` objects, which have the fields ``InputSourceARN`` and ``SchemaName`` .
3296
- :param output_source_config: A list of ``OutputSource`` objects, each of which contains fields ``OutputS3Path`` , ``ApplyNormalization`` , and ``Output`` .
3705
+ :param output_source_config: A list of ``OutputSource`` objects, each of which contains fields ``outputS3Path`` , ``applyNormalization`` , ``KMSArn`` , and ``output`` .
3297
3706
  :param resolution_techniques: An object which defines the ``resolutionType`` and the ``ruleBasedProperties`` .
3298
3707
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
3299
3708
  :param workflow_name: The name of the workflow. There can't be multiple ``MatchingWorkflows`` with the same name.
3300
3709
  :param description: A description of the workflow.
3301
- :param incremental_run_config: An object which defines an incremental run type and has only ``incrementalRunType`` as a field.
3710
+ :param incremental_run_config: Optional. An object that defines the incremental run type. This object contains only the ``incrementalRunType`` field, which appears as "Automatic" in the console. .. epigraph:: For workflows where ``resolutionType`` is ``ML_MATCHING`` or ``PROVIDER`` , incremental processing is not supported.
3302
3711
  :param tags: The tags used to organize, track, or control access for this resource.
3303
3712
 
3304
3713
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html
@@ -3353,6 +3762,12 @@ class CfnMatchingWorkflowProps:
3353
3762
 
3354
3763
  # the properties below are optional
3355
3764
  match_purpose="matchPurpose"
3765
+ ),
3766
+ rule_condition_properties=entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty(
3767
+ rules=[entityresolution.CfnMatchingWorkflow.RuleConditionProperty(
3768
+ condition="condition",
3769
+ rule_name="ruleName"
3770
+ )]
3356
3771
  )
3357
3772
  ),
3358
3773
  role_arn="roleArn",
@@ -3409,7 +3824,7 @@ class CfnMatchingWorkflowProps:
3409
3824
  def output_source_config(
3410
3825
  self,
3411
3826
  ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnMatchingWorkflow.OutputSourceProperty]]]:
3412
- '''A list of ``OutputSource`` objects, each of which contains fields ``OutputS3Path`` , ``ApplyNormalization`` , and ``Output`` .
3827
+ '''A list of ``OutputSource`` objects, each of which contains fields ``outputS3Path`` , ``applyNormalization`` , ``KMSArn`` , and ``output`` .
3413
3828
 
3414
3829
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html#cfn-entityresolution-matchingworkflow-outputsourceconfig
3415
3830
  '''
@@ -3466,7 +3881,12 @@ class CfnMatchingWorkflowProps:
3466
3881
  def incremental_run_config(
3467
3882
  self,
3468
3883
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnMatchingWorkflow.IncrementalRunConfigProperty]]:
3469
- '''An object which defines an incremental run type and has only ``incrementalRunType`` as a field.
3884
+ '''Optional.
3885
+
3886
+ An object that defines the incremental run type. This object contains only the ``incrementalRunType`` field, which appears as "Automatic" in the console.
3887
+ .. epigraph::
3888
+
3889
+ For workflows where ``resolutionType`` is ``ML_MATCHING`` or ``PROVIDER`` , incremental processing is not supported.
3470
3890
 
3471
3891
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html#cfn-entityresolution-matchingworkflow-incrementalrunconfig
3472
3892
  '''
@@ -3494,7 +3914,7 @@ class CfnMatchingWorkflowProps:
3494
3914
  )
3495
3915
 
3496
3916
 
3497
- @jsii.implements(_IInspectable_c2943556)
3917
+ @jsii.implements(_IInspectable_c2943556, _IPolicyStatementRef_d5a3e09a)
3498
3918
  class CfnPolicyStatement(
3499
3919
  _CfnResource_9df397a6,
3500
3920
  metaclass=jsii.JSIIMeta,
@@ -3538,7 +3958,8 @@ class CfnPolicyStatement(
3538
3958
  effect: typing.Optional[builtins.str] = None,
3539
3959
  principal: typing.Optional[typing.Sequence[builtins.str]] = None,
3540
3960
  ) -> None:
3541
- '''
3961
+ '''Create a new ``AWS::EntityResolution::PolicyStatement``.
3962
+
3542
3963
  :param scope: Scope in which this resource is defined.
3543
3964
  :param id: Construct identifier for this resource (unique in its scope).
3544
3965
  :param arn: The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.
@@ -3598,6 +4019,12 @@ class CfnPolicyStatement(
3598
4019
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3599
4020
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3600
4021
 
4022
+ @builtins.property
4023
+ @jsii.member(jsii_name="policyStatementRef")
4024
+ def policy_statement_ref(self) -> _PolicyStatementReference_c4ae3493:
4025
+ '''A reference to a PolicyStatement resource.'''
4026
+ return typing.cast(_PolicyStatementReference_c4ae3493, jsii.get(self, "policyStatementRef"))
4027
+
3601
4028
  @builtins.property
3602
4029
  @jsii.member(jsii_name="arn")
3603
4030
  def arn(self) -> builtins.str:
@@ -3824,7 +4251,7 @@ class CfnPolicyStatementProps:
3824
4251
  )
3825
4252
 
3826
4253
 
3827
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4254
+ @jsii.implements(_IInspectable_c2943556, _ISchemaMappingRef_a699d3c7, _ITaggableV2_4e6798f8)
3828
4255
  class CfnSchemaMapping(
3829
4256
  _CfnResource_9df397a6,
3830
4257
  metaclass=jsii.JSIIMeta,
@@ -3876,7 +4303,8 @@ class CfnSchemaMapping(
3876
4303
  description: typing.Optional[builtins.str] = None,
3877
4304
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3878
4305
  ) -> None:
3879
- '''
4306
+ '''Create a new ``AWS::EntityResolution::SchemaMapping``.
4307
+
3880
4308
  :param scope: Scope in which this resource is defined.
3881
4309
  :param id: Construct identifier for this resource (unique in its scope).
3882
4310
  :param mapped_input_fields: A list of ``MappedInputFields`` . Each ``MappedInputField`` corresponds to a column the source data table, and contains column name plus additional information that AWS Entity Resolution uses for matching.
@@ -3897,6 +4325,27 @@ class CfnSchemaMapping(
3897
4325
 
3898
4326
  jsii.create(self.__class__, self, [scope, id, props])
3899
4327
 
4328
+ @jsii.member(jsii_name="fromSchemaName")
4329
+ @builtins.classmethod
4330
+ def from_schema_name(
4331
+ cls,
4332
+ scope: _constructs_77d1e7e8.Construct,
4333
+ id: builtins.str,
4334
+ schema_name: builtins.str,
4335
+ ) -> _ISchemaMappingRef_a699d3c7:
4336
+ '''Creates a new ISchemaMappingRef from a schemaName.
4337
+
4338
+ :param scope: -
4339
+ :param id: -
4340
+ :param schema_name: -
4341
+ '''
4342
+ if __debug__:
4343
+ type_hints = typing.get_type_hints(_typecheckingstub__a4e67d191ac2d56f2d5b950bb060013ba8cf469fdc4b50abec8add67f9b2192b)
4344
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4345
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4346
+ check_type(argname="argument schema_name", value=schema_name, expected_type=type_hints["schema_name"])
4347
+ return typing.cast(_ISchemaMappingRef_a699d3c7, jsii.sinvoke(cls, "fromSchemaName", [scope, id, schema_name]))
4348
+
3900
4349
  @jsii.member(jsii_name="inspect")
3901
4350
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3902
4351
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3974,6 +4423,12 @@ class CfnSchemaMapping(
3974
4423
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3975
4424
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3976
4425
 
4426
+ @builtins.property
4427
+ @jsii.member(jsii_name="schemaMappingRef")
4428
+ def schema_mapping_ref(self) -> _SchemaMappingReference_99c0db60:
4429
+ '''A reference to a SchemaMapping resource.'''
4430
+ return typing.cast(_SchemaMappingReference_99c0db60, jsii.get(self, "schemaMappingRef"))
4431
+
3977
4432
  @builtins.property
3978
4433
  @jsii.member(jsii_name="mappedInputFields")
3979
4434
  def mapped_input_fields(
@@ -4352,12 +4807,21 @@ def _typecheckingstub__498454075de816db2ba240e783f9530effd93522c63f637ee5bff5bbf
4352
4807
  role_arn: builtins.str,
4353
4808
  workflow_name: builtins.str,
4354
4809
  description: typing.Optional[builtins.str] = None,
4810
+ id_mapping_incremental_run_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4355
4811
  output_source_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
4356
4812
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4357
4813
  ) -> None:
4358
4814
  """Type checking stubs"""
4359
4815
  pass
4360
4816
 
4817
+ def _typecheckingstub__c71e3475fcf92412e60d6b5cded8ce1be5e96efeb895e07d62610a74d2c5d706(
4818
+ scope: _constructs_77d1e7e8.Construct,
4819
+ id: builtins.str,
4820
+ workflow_name: builtins.str,
4821
+ ) -> None:
4822
+ """Type checking stubs"""
4823
+ pass
4824
+
4361
4825
  def _typecheckingstub__0c638b8f7fe17b0bc0b2a90601d8ca32908c566908652ddf66cd02843ab5b9f3(
4362
4826
  inspector: _TreeInspector_488e0dd5,
4363
4827
  ) -> None:
@@ -4400,6 +4864,12 @@ def _typecheckingstub__73508385219d92414fa73246ef135667c9eca037d9a796d5490e9c29d
4400
4864
  """Type checking stubs"""
4401
4865
  pass
4402
4866
 
4867
+ def _typecheckingstub__05343eaa423891f629815a20fdb306f3b3da6aa0d3418d30466a32ec633713a2(
4868
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty]],
4869
+ ) -> None:
4870
+ """Type checking stubs"""
4871
+ pass
4872
+
4403
4873
  def _typecheckingstub__c441bfde4467a201e4e9322b69a020514feb4e0efb56d31892f1f02e461d7119(
4404
4874
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty]]]],
4405
4875
  ) -> None:
@@ -4412,6 +4882,13 @@ def _typecheckingstub__f1c5de5e1db5e25e42cb52039b70835fa351dc563f560ac5ff3604bab
4412
4882
  """Type checking stubs"""
4413
4883
  pass
4414
4884
 
4885
+ def _typecheckingstub__115e9b3aa3c15532ffa6d06e165d032acb0428815b530082a13312eaf046d37b(
4886
+ *,
4887
+ incremental_run_type: builtins.str,
4888
+ ) -> None:
4889
+ """Type checking stubs"""
4890
+ pass
4891
+
4415
4892
  def _typecheckingstub__4bb92f6ba90c637e6800332c85746dca9a127a9d4ac3f6130ef5f9057e52d644(
4416
4893
  *,
4417
4894
  attribute_matching_model: builtins.str,
@@ -4425,6 +4902,7 @@ def _typecheckingstub__4bb92f6ba90c637e6800332c85746dca9a127a9d4ac3f6130ef5f9057
4425
4902
  def _typecheckingstub__14f084baf89be97b69b754d6755f29c921f7ef9044bf1e234a903b93f7718bcc(
4426
4903
  *,
4427
4904
  id_mapping_type: typing.Optional[builtins.str] = None,
4905
+ normalization_version: typing.Optional[builtins.str] = None,
4428
4906
  provider_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.ProviderPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4429
4907
  rule_based_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4430
4908
  ) -> None:
@@ -4479,6 +4957,7 @@ def _typecheckingstub__a92ec1b5f460936930fefdd0c239f69c3ec93198e4a71c3867bbe1bf1
4479
4957
  role_arn: builtins.str,
4480
4958
  workflow_name: builtins.str,
4481
4959
  description: typing.Optional[builtins.str] = None,
4960
+ id_mapping_incremental_run_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4482
4961
  output_source_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
4483
4962
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4484
4963
  ) -> None:
@@ -4500,6 +4979,22 @@ def _typecheckingstub__725fcecd44cb8acaba43bacc813f1feb11b78b50f21d8344c7e80f5e9
4500
4979
  """Type checking stubs"""
4501
4980
  pass
4502
4981
 
4982
+ def _typecheckingstub__a37393a68cafd76cc27f2d6601ae82638be7969941bff433eb43c0d7ff73e003(
4983
+ scope: _constructs_77d1e7e8.Construct,
4984
+ id: builtins.str,
4985
+ arn: builtins.str,
4986
+ ) -> None:
4987
+ """Type checking stubs"""
4988
+ pass
4989
+
4990
+ def _typecheckingstub__07807daadfdacde57ae7950ec0b76d29c32466721c6de08f5dc2ea57c64564b1(
4991
+ scope: _constructs_77d1e7e8.Construct,
4992
+ id: builtins.str,
4993
+ id_namespace_name: builtins.str,
4994
+ ) -> None:
4995
+ """Type checking stubs"""
4996
+ pass
4997
+
4503
4998
  def _typecheckingstub__acf8c5714be6a867ffa9fef5d36a2331d2ce5ef82287380b1e043fd28e6f21f2(
4504
4999
  inspector: _TreeInspector_488e0dd5,
4505
5000
  ) -> None:
@@ -4626,6 +5121,14 @@ def _typecheckingstub__8c9e9b620b89ac2aae774eb42384e0472b5a13eeb28983708b164b240
4626
5121
  """Type checking stubs"""
4627
5122
  pass
4628
5123
 
5124
+ def _typecheckingstub__0297ecf2a3d621f0a163726b6bf516267f2bcd4d3bc199bc19736d31d80c70d0(
5125
+ scope: _constructs_77d1e7e8.Construct,
5126
+ id: builtins.str,
5127
+ workflow_name: builtins.str,
5128
+ ) -> None:
5129
+ """Type checking stubs"""
5130
+ pass
5131
+
4629
5132
  def _typecheckingstub__8a2bf1cfd69ad77cafcf7b6d5e0508159e0ece5385e2b3a0808436e336abbfcc(
4630
5133
  inspector: _TreeInspector_488e0dd5,
4631
5134
  ) -> None:
@@ -4741,6 +5244,7 @@ def _typecheckingstub__d1c6ea89cbe5bb10bb721c60f7c5951a6a56729058a7b00d3dd16b091
4741
5244
  provider_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMatchingWorkflow.ProviderPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4742
5245
  resolution_type: typing.Optional[builtins.str] = None,
4743
5246
  rule_based_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMatchingWorkflow.RuleBasedPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5247
+ rule_condition_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMatchingWorkflow.RuleConditionPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4744
5248
  ) -> None:
4745
5249
  """Type checking stubs"""
4746
5250
  pass
@@ -4754,6 +5258,21 @@ def _typecheckingstub__96d1f97c0110dea5fb9a8413e199ae25878eedad10521ad056ca772f3
4754
5258
  """Type checking stubs"""
4755
5259
  pass
4756
5260
 
5261
+ def _typecheckingstub__c01a018e071645429b67216971e253282d8265d42f85a054b775019645ee4406(
5262
+ *,
5263
+ rules: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMatchingWorkflow.RuleConditionProperty, typing.Dict[builtins.str, typing.Any]]]]],
5264
+ ) -> None:
5265
+ """Type checking stubs"""
5266
+ pass
5267
+
5268
+ def _typecheckingstub__28df643a12cf66e35dffd89eb89db8b5764b5a2d46b109a0ff8e34bc82b17306(
5269
+ *,
5270
+ condition: typing.Optional[builtins.str] = None,
5271
+ rule_name: typing.Optional[builtins.str] = None,
5272
+ ) -> None:
5273
+ """Type checking stubs"""
5274
+ pass
5275
+
4757
5276
  def _typecheckingstub__8ad893f1319125d264f9286a93c40cd8616031944a24803bccedd15e3233ef0f(
4758
5277
  *,
4759
5278
  matching_keys: typing.Sequence[builtins.str],
@@ -4862,6 +5381,14 @@ def _typecheckingstub__d4b85e0c42d14b4681c4f948114178ba1c1a3d4eee3aed6f96a55a116
4862
5381
  """Type checking stubs"""
4863
5382
  pass
4864
5383
 
5384
+ def _typecheckingstub__a4e67d191ac2d56f2d5b950bb060013ba8cf469fdc4b50abec8add67f9b2192b(
5385
+ scope: _constructs_77d1e7e8.Construct,
5386
+ id: builtins.str,
5387
+ schema_name: builtins.str,
5388
+ ) -> None:
5389
+ """Type checking stubs"""
5390
+ pass
5391
+
4865
5392
  def _typecheckingstub__32b9491a9fbe1bcc73169aa2c5f87a0aa33490b2a27265d62378a0b8d687f933(
4866
5393
  inspector: _TreeInspector_488e0dd5,
4867
5394
  ) -> None: