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,19 @@ from .. import (
77
77
  TagManager as _TagManager_0a598cb3,
78
78
  TreeInspector as _TreeInspector_488e0dd5,
79
79
  )
80
+ from ..interfaces.aws_b2bi import (
81
+ CapabilityReference as _CapabilityReference_5db14ab5,
82
+ ICapabilityRef as _ICapabilityRef_a9e3b056,
83
+ IPartnershipRef as _IPartnershipRef_05c55884,
84
+ IProfileRef as _IProfileRef_a1a5e2cf,
85
+ ITransformerRef as _ITransformerRef_17b6e3da,
86
+ PartnershipReference as _PartnershipReference_a6dcc67d,
87
+ ProfileReference as _ProfileReference_dcb52ee8,
88
+ TransformerReference as _TransformerReference_087331d5,
89
+ )
80
90
 
81
91
 
82
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
92
+ @jsii.implements(_IInspectable_c2943556, _ICapabilityRef_a9e3b056, _ITaggableV2_4e6798f8)
83
93
  class CfnCapability(
84
94
  _CfnResource_9df397a6,
85
95
  metaclass=jsii.JSIIMeta,
@@ -148,7 +158,8 @@ class CfnCapability(
148
158
  instructions_documents: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCapability.S3LocationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
149
159
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
150
160
  ) -> None:
151
- '''
161
+ '''Create a new ``AWS::B2BI::Capability``.
162
+
152
163
  :param scope: Scope in which this resource is defined.
153
164
  :param id: Construct identifier for this resource (unique in its scope).
154
165
  :param configuration: Specifies a structure that contains the details for a capability.
@@ -237,6 +248,12 @@ class CfnCapability(
237
248
  '''
238
249
  return typing.cast(builtins.str, jsii.get(self, "attrModifiedAt"))
239
250
 
251
+ @builtins.property
252
+ @jsii.member(jsii_name="capabilityRef")
253
+ def capability_ref(self) -> _CapabilityReference_5db14ab5:
254
+ '''A reference to a Capability resource.'''
255
+ return typing.cast(_CapabilityReference_5db14ab5, jsii.get(self, "capabilityRef"))
256
+
240
257
  @builtins.property
241
258
  @jsii.member(jsii_name="cdkTagManager")
242
259
  def cdk_tag_manager(self) -> _TagManager_0a598cb3:
@@ -688,7 +705,13 @@ class CfnCapability(
688
705
  transaction_set: typing.Optional[builtins.str] = None,
689
706
  version: typing.Optional[builtins.str] = None,
690
707
  ) -> None:
691
- '''
708
+ '''A structure that contains the X12 transaction set and version.
709
+
710
+ The X12 structure is used when the system transforms an EDI (electronic data interchange) file.
711
+ .. epigraph::
712
+
713
+ If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.
714
+
692
715
  :param transaction_set: Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
693
716
  :param version: Returns the version to use for the specified X12 transaction set.
694
717
 
@@ -910,7 +933,7 @@ class CfnCapabilityProps:
910
933
  )
911
934
 
912
935
 
913
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
936
+ @jsii.implements(_IInspectable_c2943556, _IPartnershipRef_05c55884, _ITaggableV2_4e6798f8)
914
937
  class CfnPartnership(
915
938
  _CfnResource_9df397a6,
916
939
  metaclass=jsii.JSIIMeta,
@@ -938,9 +961,22 @@ class CfnPartnership(
938
961
 
939
962
  # the properties below are optional
940
963
  capability_options=b2bi.CfnPartnership.CapabilityOptionsProperty(
964
+ inbound_edi=b2bi.CfnPartnership.InboundEdiOptionsProperty(
965
+ x12=b2bi.CfnPartnership.X12InboundEdiOptionsProperty(
966
+ acknowledgment_options=b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty(
967
+ functional_acknowledgment="functionalAcknowledgment",
968
+ technical_acknowledgment="technicalAcknowledgment"
969
+ )
970
+ )
971
+ ),
941
972
  outbound_edi=b2bi.CfnPartnership.OutboundEdiOptionsProperty(
942
973
  x12=b2bi.CfnPartnership.X12EnvelopeProperty(
943
974
  common=b2bi.CfnPartnership.X12OutboundEdiHeadersProperty(
975
+ control_numbers=b2bi.CfnPartnership.X12ControlNumbersProperty(
976
+ starting_functional_group_control_number=123,
977
+ starting_interchange_control_number=123,
978
+ starting_transaction_set_control_number=123
979
+ ),
944
980
  delimiters=b2bi.CfnPartnership.X12DelimitersProperty(
945
981
  component_separator="componentSeparator",
946
982
  data_element_separator="dataElementSeparator",
@@ -951,6 +987,7 @@ class CfnPartnership(
951
987
  application_sender_code="applicationSenderCode",
952
988
  responsible_agency_code="responsibleAgencyCode"
953
989
  ),
990
+ gs05_time_format="gs05TimeFormat",
954
991
  interchange_control_headers=b2bi.CfnPartnership.X12InterchangeControlHeadersProperty(
955
992
  acknowledgment_requested_code="acknowledgmentRequestedCode",
956
993
  receiver_id="receiverId",
@@ -961,6 +998,11 @@ class CfnPartnership(
961
998
  usage_indicator_code="usageIndicatorCode"
962
999
  ),
963
1000
  validate_edi=False
1001
+ ),
1002
+ wrap_options=b2bi.CfnPartnership.WrapOptionsProperty(
1003
+ line_length=123,
1004
+ line_terminator="lineTerminator",
1005
+ wrap_by="wrapBy"
964
1006
  )
965
1007
  )
966
1008
  )
@@ -986,15 +1028,16 @@ class CfnPartnership(
986
1028
  phone: typing.Optional[builtins.str] = None,
987
1029
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
988
1030
  ) -> None:
989
- '''
1031
+ '''Create a new ``AWS::B2BI::Partnership``.
1032
+
990
1033
  :param scope: Scope in which this resource is defined.
991
1034
  :param id: Construct identifier for this resource (unique in its scope).
992
1035
  :param capabilities: Returns one or more capabilities associated with this partnership.
993
- :param email:
1036
+ :param email: Specifies the email address associated with this trading partner.
994
1037
  :param name: Returns the name of the partnership.
995
1038
  :param profile_id: Returns the unique, system-generated identifier for the profile connected to this partnership.
996
1039
  :param capability_options: Contains the details for an Outbound EDI capability.
997
- :param phone:
1040
+ :param phone: Specifies the phone number associated with the partnership.
998
1041
  :param tags: A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.
999
1042
  '''
1000
1043
  if __debug__:
@@ -1099,6 +1142,12 @@ class CfnPartnership(
1099
1142
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1100
1143
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1101
1144
 
1145
+ @builtins.property
1146
+ @jsii.member(jsii_name="partnershipRef")
1147
+ def partnership_ref(self) -> _PartnershipReference_a6dcc67d:
1148
+ '''A reference to a Partnership resource.'''
1149
+ return typing.cast(_PartnershipReference_a6dcc67d, jsii.get(self, "partnershipRef"))
1150
+
1102
1151
  @builtins.property
1103
1152
  @jsii.member(jsii_name="capabilities")
1104
1153
  def capabilities(self) -> typing.List[builtins.str]:
@@ -1115,6 +1164,7 @@ class CfnPartnership(
1115
1164
  @builtins.property
1116
1165
  @jsii.member(jsii_name="email")
1117
1166
  def email(self) -> builtins.str:
1167
+ '''Specifies the email address associated with this trading partner.'''
1118
1168
  return typing.cast(builtins.str, jsii.get(self, "email"))
1119
1169
 
1120
1170
  @email.setter
@@ -1171,6 +1221,7 @@ class CfnPartnership(
1171
1221
  @builtins.property
1172
1222
  @jsii.member(jsii_name="phone")
1173
1223
  def phone(self) -> typing.Optional[builtins.str]:
1224
+ '''Specifies the phone number associated with the partnership.'''
1174
1225
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "phone"))
1175
1226
 
1176
1227
  @phone.setter
@@ -1196,16 +1247,18 @@ class CfnPartnership(
1196
1247
  @jsii.data_type(
1197
1248
  jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.CapabilityOptionsProperty",
1198
1249
  jsii_struct_bases=[],
1199
- name_mapping={"outbound_edi": "outboundEdi"},
1250
+ name_mapping={"inbound_edi": "inboundEdi", "outbound_edi": "outboundEdi"},
1200
1251
  )
1201
1252
  class CapabilityOptionsProperty:
1202
1253
  def __init__(
1203
1254
  self,
1204
1255
  *,
1256
+ inbound_edi: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.InboundEdiOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1205
1257
  outbound_edi: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.OutboundEdiOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1206
1258
  ) -> None:
1207
1259
  '''Contains the details for an Outbound EDI capability.
1208
1260
 
1261
+ :param inbound_edi: A structure that contains the inbound EDI options for the capability.
1209
1262
  :param outbound_edi: A structure that contains the outbound EDI options.
1210
1263
 
1211
1264
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-capabilityoptions.html
@@ -1218,9 +1271,22 @@ class CfnPartnership(
1218
1271
  from aws_cdk import aws_b2bi as b2bi
1219
1272
 
1220
1273
  capability_options_property = b2bi.CfnPartnership.CapabilityOptionsProperty(
1274
+ inbound_edi=b2bi.CfnPartnership.InboundEdiOptionsProperty(
1275
+ x12=b2bi.CfnPartnership.X12InboundEdiOptionsProperty(
1276
+ acknowledgment_options=b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty(
1277
+ functional_acknowledgment="functionalAcknowledgment",
1278
+ technical_acknowledgment="technicalAcknowledgment"
1279
+ )
1280
+ )
1281
+ ),
1221
1282
  outbound_edi=b2bi.CfnPartnership.OutboundEdiOptionsProperty(
1222
1283
  x12=b2bi.CfnPartnership.X12EnvelopeProperty(
1223
1284
  common=b2bi.CfnPartnership.X12OutboundEdiHeadersProperty(
1285
+ control_numbers=b2bi.CfnPartnership.X12ControlNumbersProperty(
1286
+ starting_functional_group_control_number=123,
1287
+ starting_interchange_control_number=123,
1288
+ starting_transaction_set_control_number=123
1289
+ ),
1224
1290
  delimiters=b2bi.CfnPartnership.X12DelimitersProperty(
1225
1291
  component_separator="componentSeparator",
1226
1292
  data_element_separator="dataElementSeparator",
@@ -1231,6 +1297,7 @@ class CfnPartnership(
1231
1297
  application_sender_code="applicationSenderCode",
1232
1298
  responsible_agency_code="responsibleAgencyCode"
1233
1299
  ),
1300
+ gs05_time_format="gs05TimeFormat",
1234
1301
  interchange_control_headers=b2bi.CfnPartnership.X12InterchangeControlHeadersProperty(
1235
1302
  acknowledgment_requested_code="acknowledgmentRequestedCode",
1236
1303
  receiver_id="receiverId",
@@ -1241,6 +1308,11 @@ class CfnPartnership(
1241
1308
  usage_indicator_code="usageIndicatorCode"
1242
1309
  ),
1243
1310
  validate_edi=False
1311
+ ),
1312
+ wrap_options=b2bi.CfnPartnership.WrapOptionsProperty(
1313
+ line_length=123,
1314
+ line_terminator="lineTerminator",
1315
+ wrap_by="wrapBy"
1244
1316
  )
1245
1317
  )
1246
1318
  )
@@ -1248,11 +1320,25 @@ class CfnPartnership(
1248
1320
  '''
1249
1321
  if __debug__:
1250
1322
  type_hints = typing.get_type_hints(_typecheckingstub__489c8d62d1ea0d603790b535b3f02b6d30eee2c7a02cd1b1d2a497a7f9f54c2b)
1323
+ check_type(argname="argument inbound_edi", value=inbound_edi, expected_type=type_hints["inbound_edi"])
1251
1324
  check_type(argname="argument outbound_edi", value=outbound_edi, expected_type=type_hints["outbound_edi"])
1252
1325
  self._values: typing.Dict[builtins.str, typing.Any] = {}
1326
+ if inbound_edi is not None:
1327
+ self._values["inbound_edi"] = inbound_edi
1253
1328
  if outbound_edi is not None:
1254
1329
  self._values["outbound_edi"] = outbound_edi
1255
1330
 
1331
+ @builtins.property
1332
+ def inbound_edi(
1333
+ self,
1334
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.InboundEdiOptionsProperty"]]:
1335
+ '''A structure that contains the inbound EDI options for the capability.
1336
+
1337
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-capabilityoptions.html#cfn-b2bi-partnership-capabilityoptions-inboundedi
1338
+ '''
1339
+ result = self._values.get("inbound_edi")
1340
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.InboundEdiOptionsProperty"]], result)
1341
+
1256
1342
  @builtins.property
1257
1343
  def outbound_edi(
1258
1344
  self,
@@ -1275,6 +1361,70 @@ class CfnPartnership(
1275
1361
  k + "=" + repr(v) for k, v in self._values.items()
1276
1362
  )
1277
1363
 
1364
+ @jsii.data_type(
1365
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.InboundEdiOptionsProperty",
1366
+ jsii_struct_bases=[],
1367
+ name_mapping={"x12": "x12"},
1368
+ )
1369
+ class InboundEdiOptionsProperty:
1370
+ def __init__(
1371
+ self,
1372
+ *,
1373
+ x12: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.X12InboundEdiOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1374
+ ) -> None:
1375
+ '''Contains options for processing inbound EDI files.
1376
+
1377
+ These options allow for customizing how incoming EDI documents are processed.
1378
+
1379
+ :param x12: A structure that contains X12-specific options for processing inbound X12 EDI files.
1380
+
1381
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-inboundedioptions.html
1382
+ :exampleMetadata: fixture=_generated
1383
+
1384
+ Example::
1385
+
1386
+ # The code below shows an example of how to instantiate this type.
1387
+ # The values are placeholders you should change.
1388
+ from aws_cdk import aws_b2bi as b2bi
1389
+
1390
+ inbound_edi_options_property = b2bi.CfnPartnership.InboundEdiOptionsProperty(
1391
+ x12=b2bi.CfnPartnership.X12InboundEdiOptionsProperty(
1392
+ acknowledgment_options=b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty(
1393
+ functional_acknowledgment="functionalAcknowledgment",
1394
+ technical_acknowledgment="technicalAcknowledgment"
1395
+ )
1396
+ )
1397
+ )
1398
+ '''
1399
+ if __debug__:
1400
+ type_hints = typing.get_type_hints(_typecheckingstub__b6c324487b61389216d4c37a2c38661a9fd27a782f0b1d30b4da2197c02472ca)
1401
+ check_type(argname="argument x12", value=x12, expected_type=type_hints["x12"])
1402
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1403
+ if x12 is not None:
1404
+ self._values["x12"] = x12
1405
+
1406
+ @builtins.property
1407
+ def x12(
1408
+ self,
1409
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.X12InboundEdiOptionsProperty"]]:
1410
+ '''A structure that contains X12-specific options for processing inbound X12 EDI files.
1411
+
1412
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-inboundedioptions.html#cfn-b2bi-partnership-inboundedioptions-x12
1413
+ '''
1414
+ result = self._values.get("x12")
1415
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.X12InboundEdiOptionsProperty"]], result)
1416
+
1417
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1418
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1419
+
1420
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1421
+ return not (rhs == self)
1422
+
1423
+ def __repr__(self) -> str:
1424
+ return "InboundEdiOptionsProperty(%s)" % ", ".join(
1425
+ k + "=" + repr(v) for k, v in self._values.items()
1426
+ )
1427
+
1278
1428
  @jsii.data_type(
1279
1429
  jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.OutboundEdiOptionsProperty",
1280
1430
  jsii_struct_bases=[],
@@ -1302,6 +1452,11 @@ class CfnPartnership(
1302
1452
  outbound_edi_options_property = b2bi.CfnPartnership.OutboundEdiOptionsProperty(
1303
1453
  x12=b2bi.CfnPartnership.X12EnvelopeProperty(
1304
1454
  common=b2bi.CfnPartnership.X12OutboundEdiHeadersProperty(
1455
+ control_numbers=b2bi.CfnPartnership.X12ControlNumbersProperty(
1456
+ starting_functional_group_control_number=123,
1457
+ starting_interchange_control_number=123,
1458
+ starting_transaction_set_control_number=123
1459
+ ),
1305
1460
  delimiters=b2bi.CfnPartnership.X12DelimitersProperty(
1306
1461
  component_separator="componentSeparator",
1307
1462
  data_element_separator="dataElementSeparator",
@@ -1312,6 +1467,7 @@ class CfnPartnership(
1312
1467
  application_sender_code="applicationSenderCode",
1313
1468
  responsible_agency_code="responsibleAgencyCode"
1314
1469
  ),
1470
+ gs05_time_format="gs05TimeFormat",
1315
1471
  interchange_control_headers=b2bi.CfnPartnership.X12InterchangeControlHeadersProperty(
1316
1472
  acknowledgment_requested_code="acknowledgmentRequestedCode",
1317
1473
  receiver_id="receiverId",
@@ -1322,6 +1478,11 @@ class CfnPartnership(
1322
1478
  usage_indicator_code="usageIndicatorCode"
1323
1479
  ),
1324
1480
  validate_edi=False
1481
+ ),
1482
+ wrap_options=b2bi.CfnPartnership.WrapOptionsProperty(
1483
+ line_length=123,
1484
+ line_terminator="lineTerminator",
1485
+ wrap_by="wrapBy"
1325
1486
  )
1326
1487
  )
1327
1488
  )
@@ -1356,6 +1517,295 @@ class CfnPartnership(
1356
1517
  k + "=" + repr(v) for k, v in self._values.items()
1357
1518
  )
1358
1519
 
1520
+ @jsii.data_type(
1521
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.WrapOptionsProperty",
1522
+ jsii_struct_bases=[],
1523
+ name_mapping={
1524
+ "line_length": "lineLength",
1525
+ "line_terminator": "lineTerminator",
1526
+ "wrap_by": "wrapBy",
1527
+ },
1528
+ )
1529
+ class WrapOptionsProperty:
1530
+ def __init__(
1531
+ self,
1532
+ *,
1533
+ line_length: typing.Optional[jsii.Number] = None,
1534
+ line_terminator: typing.Optional[builtins.str] = None,
1535
+ wrap_by: typing.Optional[builtins.str] = None,
1536
+ ) -> None:
1537
+ '''Contains options for wrapping (line folding) in X12 EDI files.
1538
+
1539
+ Wrapping controls how long lines are handled in the EDI output.
1540
+
1541
+ :param line_length: Specifies the maximum length of a line before wrapping occurs. This value is used when ``wrapBy`` is set to ``LINE_LENGTH`` .
1542
+ :param line_terminator: Specifies the character sequence used to terminate lines when wrapping. Valid values:. - ``CRLF`` : carriage return and line feed - ``LF`` : line feed) - ``CR`` : carriage return
1543
+ :param wrap_by: Specifies the method used for wrapping lines in the EDI output. Valid values:. - ``SEGMENT`` : Wraps by segment. - ``ONE_LINE`` : Indicates that the entire content is on a single line. .. epigraph:: When you specify ``ONE_LINE`` , do not provide either the line length nor the line terminator value. - ``LINE_LENGTH`` : Wraps by character count, as specified by ``lineLength`` value.
1544
+
1545
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-wrapoptions.html
1546
+ :exampleMetadata: fixture=_generated
1547
+
1548
+ Example::
1549
+
1550
+ # The code below shows an example of how to instantiate this type.
1551
+ # The values are placeholders you should change.
1552
+ from aws_cdk import aws_b2bi as b2bi
1553
+
1554
+ wrap_options_property = b2bi.CfnPartnership.WrapOptionsProperty(
1555
+ line_length=123,
1556
+ line_terminator="lineTerminator",
1557
+ wrap_by="wrapBy"
1558
+ )
1559
+ '''
1560
+ if __debug__:
1561
+ type_hints = typing.get_type_hints(_typecheckingstub__e655ba69d2815891585dad9698c9aca0d8f46825094f69219bf726ac7cc3dfb3)
1562
+ check_type(argname="argument line_length", value=line_length, expected_type=type_hints["line_length"])
1563
+ check_type(argname="argument line_terminator", value=line_terminator, expected_type=type_hints["line_terminator"])
1564
+ check_type(argname="argument wrap_by", value=wrap_by, expected_type=type_hints["wrap_by"])
1565
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1566
+ if line_length is not None:
1567
+ self._values["line_length"] = line_length
1568
+ if line_terminator is not None:
1569
+ self._values["line_terminator"] = line_terminator
1570
+ if wrap_by is not None:
1571
+ self._values["wrap_by"] = wrap_by
1572
+
1573
+ @builtins.property
1574
+ def line_length(self) -> typing.Optional[jsii.Number]:
1575
+ '''Specifies the maximum length of a line before wrapping occurs.
1576
+
1577
+ This value is used when ``wrapBy`` is set to ``LINE_LENGTH`` .
1578
+
1579
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-wrapoptions.html#cfn-b2bi-partnership-wrapoptions-linelength
1580
+ '''
1581
+ result = self._values.get("line_length")
1582
+ return typing.cast(typing.Optional[jsii.Number], result)
1583
+
1584
+ @builtins.property
1585
+ def line_terminator(self) -> typing.Optional[builtins.str]:
1586
+ '''Specifies the character sequence used to terminate lines when wrapping. Valid values:.
1587
+
1588
+ - ``CRLF`` : carriage return and line feed
1589
+ - ``LF`` : line feed)
1590
+ - ``CR`` : carriage return
1591
+
1592
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-wrapoptions.html#cfn-b2bi-partnership-wrapoptions-lineterminator
1593
+ '''
1594
+ result = self._values.get("line_terminator")
1595
+ return typing.cast(typing.Optional[builtins.str], result)
1596
+
1597
+ @builtins.property
1598
+ def wrap_by(self) -> typing.Optional[builtins.str]:
1599
+ '''Specifies the method used for wrapping lines in the EDI output. Valid values:.
1600
+
1601
+ - ``SEGMENT`` : Wraps by segment.
1602
+ - ``ONE_LINE`` : Indicates that the entire content is on a single line.
1603
+
1604
+ .. epigraph::
1605
+
1606
+ When you specify ``ONE_LINE`` , do not provide either the line length nor the line terminator value.
1607
+
1608
+ - ``LINE_LENGTH`` : Wraps by character count, as specified by ``lineLength`` value.
1609
+
1610
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-wrapoptions.html#cfn-b2bi-partnership-wrapoptions-wrapby
1611
+ '''
1612
+ result = self._values.get("wrap_by")
1613
+ return typing.cast(typing.Optional[builtins.str], result)
1614
+
1615
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1616
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1617
+
1618
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1619
+ return not (rhs == self)
1620
+
1621
+ def __repr__(self) -> str:
1622
+ return "WrapOptionsProperty(%s)" % ", ".join(
1623
+ k + "=" + repr(v) for k, v in self._values.items()
1624
+ )
1625
+
1626
+ @jsii.data_type(
1627
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty",
1628
+ jsii_struct_bases=[],
1629
+ name_mapping={
1630
+ "functional_acknowledgment": "functionalAcknowledgment",
1631
+ "technical_acknowledgment": "technicalAcknowledgment",
1632
+ },
1633
+ )
1634
+ class X12AcknowledgmentOptionsProperty:
1635
+ def __init__(
1636
+ self,
1637
+ *,
1638
+ functional_acknowledgment: builtins.str,
1639
+ technical_acknowledgment: builtins.str,
1640
+ ) -> None:
1641
+ '''Contains options for configuring X12 acknowledgments.
1642
+
1643
+ These options control how functional and technical acknowledgments are handled.
1644
+
1645
+ :param functional_acknowledgment: Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are ``DO_NOT_GENERATE`` , ``GENERATE_ALL_SEGMENTS`` and ``GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP`` . If you choose ``GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP`` , AWS B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.
1646
+ :param technical_acknowledgment: Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are ``DO_NOT_GENERATE`` and ``GENERATE_ALL_SEGMENTS`` and.
1647
+
1648
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12acknowledgmentoptions.html
1649
+ :exampleMetadata: fixture=_generated
1650
+
1651
+ Example::
1652
+
1653
+ # The code below shows an example of how to instantiate this type.
1654
+ # The values are placeholders you should change.
1655
+ from aws_cdk import aws_b2bi as b2bi
1656
+
1657
+ x12_acknowledgment_options_property = b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty(
1658
+ functional_acknowledgment="functionalAcknowledgment",
1659
+ technical_acknowledgment="technicalAcknowledgment"
1660
+ )
1661
+ '''
1662
+ if __debug__:
1663
+ type_hints = typing.get_type_hints(_typecheckingstub__cd25022ffe4e73fd8bbd9369b880ae7c91c4a3b0583614cce2974320e88eaa3a)
1664
+ check_type(argname="argument functional_acknowledgment", value=functional_acknowledgment, expected_type=type_hints["functional_acknowledgment"])
1665
+ check_type(argname="argument technical_acknowledgment", value=technical_acknowledgment, expected_type=type_hints["technical_acknowledgment"])
1666
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1667
+ "functional_acknowledgment": functional_acknowledgment,
1668
+ "technical_acknowledgment": technical_acknowledgment,
1669
+ }
1670
+
1671
+ @builtins.property
1672
+ def functional_acknowledgment(self) -> builtins.str:
1673
+ '''Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions.
1674
+
1675
+ Valid values are ``DO_NOT_GENERATE`` , ``GENERATE_ALL_SEGMENTS`` and ``GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP`` .
1676
+
1677
+ If you choose ``GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP`` , AWS B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.
1678
+
1679
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12acknowledgmentoptions.html#cfn-b2bi-partnership-x12acknowledgmentoptions-functionalacknowledgment
1680
+ '''
1681
+ result = self._values.get("functional_acknowledgment")
1682
+ assert result is not None, "Required property 'functional_acknowledgment' is missing"
1683
+ return typing.cast(builtins.str, result)
1684
+
1685
+ @builtins.property
1686
+ def technical_acknowledgment(self) -> builtins.str:
1687
+ '''Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges.
1688
+
1689
+ Valid values are ``DO_NOT_GENERATE`` and ``GENERATE_ALL_SEGMENTS`` and.
1690
+
1691
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12acknowledgmentoptions.html#cfn-b2bi-partnership-x12acknowledgmentoptions-technicalacknowledgment
1692
+ '''
1693
+ result = self._values.get("technical_acknowledgment")
1694
+ assert result is not None, "Required property 'technical_acknowledgment' is missing"
1695
+ return typing.cast(builtins.str, result)
1696
+
1697
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1698
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1699
+
1700
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1701
+ return not (rhs == self)
1702
+
1703
+ def __repr__(self) -> str:
1704
+ return "X12AcknowledgmentOptionsProperty(%s)" % ", ".join(
1705
+ k + "=" + repr(v) for k, v in self._values.items()
1706
+ )
1707
+
1708
+ @jsii.data_type(
1709
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.X12ControlNumbersProperty",
1710
+ jsii_struct_bases=[],
1711
+ name_mapping={
1712
+ "starting_functional_group_control_number": "startingFunctionalGroupControlNumber",
1713
+ "starting_interchange_control_number": "startingInterchangeControlNumber",
1714
+ "starting_transaction_set_control_number": "startingTransactionSetControlNumber",
1715
+ },
1716
+ )
1717
+ class X12ControlNumbersProperty:
1718
+ def __init__(
1719
+ self,
1720
+ *,
1721
+ starting_functional_group_control_number: typing.Optional[jsii.Number] = None,
1722
+ starting_interchange_control_number: typing.Optional[jsii.Number] = None,
1723
+ starting_transaction_set_control_number: typing.Optional[jsii.Number] = None,
1724
+ ) -> None:
1725
+ '''Contains configuration for X12 control numbers used in X12 EDI generation.
1726
+
1727
+ Control numbers are used to uniquely identify interchanges, functional groups, and transaction sets.
1728
+
1729
+ :param starting_functional_group_control_number: Specifies the starting functional group control number (GS06) to use for X12 EDI generation. This number is incremented for each new functional group. For the GS (functional group) envelope, AWS B2B Data Interchange generates a functional group control number that is unique to the sender ID, receiver ID, and functional identifier code combination.
1730
+ :param starting_interchange_control_number: Specifies the starting interchange control number (ISA13) to use for X12 EDI generation. This number is incremented for each new interchange. For the ISA (interchange) envelope, AWS B2B Data Interchange generates an interchange control number that is unique for the ISA05 and ISA06 (sender) & ISA07 and ISA08 (receiver) combination.
1731
+ :param starting_transaction_set_control_number: Specifies the starting transaction set control number (ST02) to use for X12 EDI generation. This number is incremented for each new transaction set.
1732
+
1733
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12controlnumbers.html
1734
+ :exampleMetadata: fixture=_generated
1735
+
1736
+ Example::
1737
+
1738
+ # The code below shows an example of how to instantiate this type.
1739
+ # The values are placeholders you should change.
1740
+ from aws_cdk import aws_b2bi as b2bi
1741
+
1742
+ x12_control_numbers_property = b2bi.CfnPartnership.X12ControlNumbersProperty(
1743
+ starting_functional_group_control_number=123,
1744
+ starting_interchange_control_number=123,
1745
+ starting_transaction_set_control_number=123
1746
+ )
1747
+ '''
1748
+ if __debug__:
1749
+ type_hints = typing.get_type_hints(_typecheckingstub__30e0c21f8439a660cced0c707b2b1ab5d0199f9710dc5113cb9fcde22546bef9)
1750
+ check_type(argname="argument starting_functional_group_control_number", value=starting_functional_group_control_number, expected_type=type_hints["starting_functional_group_control_number"])
1751
+ check_type(argname="argument starting_interchange_control_number", value=starting_interchange_control_number, expected_type=type_hints["starting_interchange_control_number"])
1752
+ check_type(argname="argument starting_transaction_set_control_number", value=starting_transaction_set_control_number, expected_type=type_hints["starting_transaction_set_control_number"])
1753
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1754
+ if starting_functional_group_control_number is not None:
1755
+ self._values["starting_functional_group_control_number"] = starting_functional_group_control_number
1756
+ if starting_interchange_control_number is not None:
1757
+ self._values["starting_interchange_control_number"] = starting_interchange_control_number
1758
+ if starting_transaction_set_control_number is not None:
1759
+ self._values["starting_transaction_set_control_number"] = starting_transaction_set_control_number
1760
+
1761
+ @builtins.property
1762
+ def starting_functional_group_control_number(
1763
+ self,
1764
+ ) -> typing.Optional[jsii.Number]:
1765
+ '''Specifies the starting functional group control number (GS06) to use for X12 EDI generation.
1766
+
1767
+ This number is incremented for each new functional group. For the GS (functional group) envelope, AWS B2B Data Interchange generates a functional group control number that is unique to the sender ID, receiver ID, and functional identifier code combination.
1768
+
1769
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12controlnumbers.html#cfn-b2bi-partnership-x12controlnumbers-startingfunctionalgroupcontrolnumber
1770
+ '''
1771
+ result = self._values.get("starting_functional_group_control_number")
1772
+ return typing.cast(typing.Optional[jsii.Number], result)
1773
+
1774
+ @builtins.property
1775
+ def starting_interchange_control_number(self) -> typing.Optional[jsii.Number]:
1776
+ '''Specifies the starting interchange control number (ISA13) to use for X12 EDI generation.
1777
+
1778
+ This number is incremented for each new interchange. For the ISA (interchange) envelope, AWS B2B Data Interchange generates an interchange control number that is unique for the ISA05 and ISA06 (sender) & ISA07 and ISA08 (receiver) combination.
1779
+
1780
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12controlnumbers.html#cfn-b2bi-partnership-x12controlnumbers-startinginterchangecontrolnumber
1781
+ '''
1782
+ result = self._values.get("starting_interchange_control_number")
1783
+ return typing.cast(typing.Optional[jsii.Number], result)
1784
+
1785
+ @builtins.property
1786
+ def starting_transaction_set_control_number(
1787
+ self,
1788
+ ) -> typing.Optional[jsii.Number]:
1789
+ '''Specifies the starting transaction set control number (ST02) to use for X12 EDI generation.
1790
+
1791
+ This number is incremented for each new transaction set.
1792
+
1793
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12controlnumbers.html#cfn-b2bi-partnership-x12controlnumbers-startingtransactionsetcontrolnumber
1794
+ '''
1795
+ result = self._values.get("starting_transaction_set_control_number")
1796
+ return typing.cast(typing.Optional[jsii.Number], result)
1797
+
1798
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1799
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1800
+
1801
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1802
+ return not (rhs == self)
1803
+
1804
+ def __repr__(self) -> str:
1805
+ return "X12ControlNumbersProperty(%s)" % ", ".join(
1806
+ k + "=" + repr(v) for k, v in self._values.items()
1807
+ )
1808
+
1359
1809
  @jsii.data_type(
1360
1810
  jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.X12DelimitersProperty",
1361
1811
  jsii_struct_bases=[],
@@ -1373,10 +1823,13 @@ class CfnPartnership(
1373
1823
  data_element_separator: typing.Optional[builtins.str] = None,
1374
1824
  segment_terminator: typing.Optional[builtins.str] = None,
1375
1825
  ) -> None:
1376
- '''
1377
- :param component_separator:
1378
- :param data_element_separator:
1379
- :param segment_terminator:
1826
+ '''In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header.
1827
+
1828
+ The delimiters are part of the message's syntax and divide up its different elements.
1829
+
1830
+ :param component_separator: The component, or sub-element, separator. The default value is ``:`` (colon).
1831
+ :param data_element_separator: The data element separator. The default value is ``*`` (asterisk).
1832
+ :param segment_terminator: The segment terminator. The default value is ``~`` (tilde).
1380
1833
 
1381
1834
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12delimiters.html
1382
1835
  :exampleMetadata: fixture=_generated
@@ -1408,7 +1861,10 @@ class CfnPartnership(
1408
1861
 
1409
1862
  @builtins.property
1410
1863
  def component_separator(self) -> typing.Optional[builtins.str]:
1411
- '''
1864
+ '''The component, or sub-element, separator.
1865
+
1866
+ The default value is ``:`` (colon).
1867
+
1412
1868
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12delimiters.html#cfn-b2bi-partnership-x12delimiters-componentseparator
1413
1869
  '''
1414
1870
  result = self._values.get("component_separator")
@@ -1416,7 +1872,10 @@ class CfnPartnership(
1416
1872
 
1417
1873
  @builtins.property
1418
1874
  def data_element_separator(self) -> typing.Optional[builtins.str]:
1419
- '''
1875
+ '''The data element separator.
1876
+
1877
+ The default value is ``*`` (asterisk).
1878
+
1420
1879
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12delimiters.html#cfn-b2bi-partnership-x12delimiters-dataelementseparator
1421
1880
  '''
1422
1881
  result = self._values.get("data_element_separator")
@@ -1424,7 +1883,10 @@ class CfnPartnership(
1424
1883
 
1425
1884
  @builtins.property
1426
1885
  def segment_terminator(self) -> typing.Optional[builtins.str]:
1427
- '''
1886
+ '''The segment terminator.
1887
+
1888
+ The default value is ``~`` (tilde).
1889
+
1428
1890
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12delimiters.html#cfn-b2bi-partnership-x12delimiters-segmentterminator
1429
1891
  '''
1430
1892
  result = self._values.get("segment_terminator")
@@ -1444,13 +1906,14 @@ class CfnPartnership(
1444
1906
  @jsii.data_type(
1445
1907
  jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.X12EnvelopeProperty",
1446
1908
  jsii_struct_bases=[],
1447
- name_mapping={"common": "common"},
1909
+ name_mapping={"common": "common", "wrap_options": "wrapOptions"},
1448
1910
  )
1449
1911
  class X12EnvelopeProperty:
1450
1912
  def __init__(
1451
1913
  self,
1452
1914
  *,
1453
1915
  common: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.X12OutboundEdiHeadersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1916
+ wrap_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.WrapOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1454
1917
  ) -> None:
1455
1918
  '''A wrapper structure for an X12 definition object.
1456
1919
 
@@ -1461,6 +1924,7 @@ class CfnPartnership(
1461
1924
  - Transaction Set
1462
1925
 
1463
1926
  :param common: A container for the X12 outbound EDI headers.
1927
+ :param wrap_options:
1464
1928
 
1465
1929
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12envelope.html
1466
1930
  :exampleMetadata: fixture=_generated
@@ -1473,6 +1937,11 @@ class CfnPartnership(
1473
1937
 
1474
1938
  x12_envelope_property = b2bi.CfnPartnership.X12EnvelopeProperty(
1475
1939
  common=b2bi.CfnPartnership.X12OutboundEdiHeadersProperty(
1940
+ control_numbers=b2bi.CfnPartnership.X12ControlNumbersProperty(
1941
+ starting_functional_group_control_number=123,
1942
+ starting_interchange_control_number=123,
1943
+ starting_transaction_set_control_number=123
1944
+ ),
1476
1945
  delimiters=b2bi.CfnPartnership.X12DelimitersProperty(
1477
1946
  component_separator="componentSeparator",
1478
1947
  data_element_separator="dataElementSeparator",
@@ -1483,6 +1952,7 @@ class CfnPartnership(
1483
1952
  application_sender_code="applicationSenderCode",
1484
1953
  responsible_agency_code="responsibleAgencyCode"
1485
1954
  ),
1955
+ gs05_time_format="gs05TimeFormat",
1486
1956
  interchange_control_headers=b2bi.CfnPartnership.X12InterchangeControlHeadersProperty(
1487
1957
  acknowledgment_requested_code="acknowledgmentRequestedCode",
1488
1958
  receiver_id="receiverId",
@@ -1493,15 +1963,23 @@ class CfnPartnership(
1493
1963
  usage_indicator_code="usageIndicatorCode"
1494
1964
  ),
1495
1965
  validate_edi=False
1966
+ ),
1967
+ wrap_options=b2bi.CfnPartnership.WrapOptionsProperty(
1968
+ line_length=123,
1969
+ line_terminator="lineTerminator",
1970
+ wrap_by="wrapBy"
1496
1971
  )
1497
1972
  )
1498
1973
  '''
1499
1974
  if __debug__:
1500
1975
  type_hints = typing.get_type_hints(_typecheckingstub__30e9a528379ffdff1b0693f52a617de66a178b919d5d3ddc1c68309cc0a86afc)
1501
1976
  check_type(argname="argument common", value=common, expected_type=type_hints["common"])
1977
+ check_type(argname="argument wrap_options", value=wrap_options, expected_type=type_hints["wrap_options"])
1502
1978
  self._values: typing.Dict[builtins.str, typing.Any] = {}
1503
1979
  if common is not None:
1504
1980
  self._values["common"] = common
1981
+ if wrap_options is not None:
1982
+ self._values["wrap_options"] = wrap_options
1505
1983
 
1506
1984
  @builtins.property
1507
1985
  def common(
@@ -1514,6 +1992,16 @@ class CfnPartnership(
1514
1992
  result = self._values.get("common")
1515
1993
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.X12OutboundEdiHeadersProperty"]], result)
1516
1994
 
1995
+ @builtins.property
1996
+ def wrap_options(
1997
+ self,
1998
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.WrapOptionsProperty"]]:
1999
+ '''
2000
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12envelope.html#cfn-b2bi-partnership-x12envelope-wrapoptions
2001
+ '''
2002
+ result = self._values.get("wrap_options")
2003
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.WrapOptionsProperty"]], result)
2004
+
1517
2005
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1518
2006
  return isinstance(rhs, self.__class__) and rhs._values == self._values
1519
2007
 
@@ -1542,10 +2030,13 @@ class CfnPartnership(
1542
2030
  application_sender_code: typing.Optional[builtins.str] = None,
1543
2031
  responsible_agency_code: typing.Optional[builtins.str] = None,
1544
2032
  ) -> None:
1545
- '''
1546
- :param application_receiver_code:
1547
- :param application_sender_code:
1548
- :param responsible_agency_code:
2033
+ '''Part of the X12 message structure.
2034
+
2035
+ These are the functional group headers for the X12 EDI object.
2036
+
2037
+ :param application_receiver_code: A value representing the code used to identify the party receiving a message, at position GS-03.
2038
+ :param application_sender_code: A value representing the code used to identify the party transmitting a message, at position GS-02.
2039
+ :param responsible_agency_code: A code that identifies the issuer of the standard, at position GS-07.
1549
2040
 
1550
2041
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12functionalgroupheaders.html
1551
2042
  :exampleMetadata: fixture=_generated
@@ -1577,7 +2068,8 @@ class CfnPartnership(
1577
2068
 
1578
2069
  @builtins.property
1579
2070
  def application_receiver_code(self) -> typing.Optional[builtins.str]:
1580
- '''
2071
+ '''A value representing the code used to identify the party receiving a message, at position GS-03.
2072
+
1581
2073
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12functionalgroupheaders.html#cfn-b2bi-partnership-x12functionalgroupheaders-applicationreceivercode
1582
2074
  '''
1583
2075
  result = self._values.get("application_receiver_code")
@@ -1585,7 +2077,8 @@ class CfnPartnership(
1585
2077
 
1586
2078
  @builtins.property
1587
2079
  def application_sender_code(self) -> typing.Optional[builtins.str]:
1588
- '''
2080
+ '''A value representing the code used to identify the party transmitting a message, at position GS-02.
2081
+
1589
2082
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12functionalgroupheaders.html#cfn-b2bi-partnership-x12functionalgroupheaders-applicationsendercode
1590
2083
  '''
1591
2084
  result = self._values.get("application_sender_code")
@@ -1593,7 +2086,8 @@ class CfnPartnership(
1593
2086
 
1594
2087
  @builtins.property
1595
2088
  def responsible_agency_code(self) -> typing.Optional[builtins.str]:
1596
- '''
2089
+ '''A code that identifies the issuer of the standard, at position GS-07.
2090
+
1597
2091
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12functionalgroupheaders.html#cfn-b2bi-partnership-x12functionalgroupheaders-responsibleagencycode
1598
2092
  '''
1599
2093
  result = self._values.get("responsible_agency_code")
@@ -1610,6 +2104,68 @@ class CfnPartnership(
1610
2104
  k + "=" + repr(v) for k, v in self._values.items()
1611
2105
  )
1612
2106
 
2107
+ @jsii.data_type(
2108
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.X12InboundEdiOptionsProperty",
2109
+ jsii_struct_bases=[],
2110
+ name_mapping={"acknowledgment_options": "acknowledgmentOptions"},
2111
+ )
2112
+ class X12InboundEdiOptionsProperty:
2113
+ def __init__(
2114
+ self,
2115
+ *,
2116
+ acknowledgment_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.X12AcknowledgmentOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2117
+ ) -> None:
2118
+ '''Contains options specific to processing inbound X12 EDI files.
2119
+
2120
+ :param acknowledgment_options: Specifies acknowledgment options for inbound X12 EDI files. These options control how functional and technical acknowledgments are handled.
2121
+
2122
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12inboundedioptions.html
2123
+ :exampleMetadata: fixture=_generated
2124
+
2125
+ Example::
2126
+
2127
+ # The code below shows an example of how to instantiate this type.
2128
+ # The values are placeholders you should change.
2129
+ from aws_cdk import aws_b2bi as b2bi
2130
+
2131
+ x12_inbound_edi_options_property = b2bi.CfnPartnership.X12InboundEdiOptionsProperty(
2132
+ acknowledgment_options=b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty(
2133
+ functional_acknowledgment="functionalAcknowledgment",
2134
+ technical_acknowledgment="technicalAcknowledgment"
2135
+ )
2136
+ )
2137
+ '''
2138
+ if __debug__:
2139
+ type_hints = typing.get_type_hints(_typecheckingstub__25951703b6b17888b8fded1f4b04ca4482b7f065fc950fd49d36619cde5b1ad6)
2140
+ check_type(argname="argument acknowledgment_options", value=acknowledgment_options, expected_type=type_hints["acknowledgment_options"])
2141
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2142
+ if acknowledgment_options is not None:
2143
+ self._values["acknowledgment_options"] = acknowledgment_options
2144
+
2145
+ @builtins.property
2146
+ def acknowledgment_options(
2147
+ self,
2148
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.X12AcknowledgmentOptionsProperty"]]:
2149
+ '''Specifies acknowledgment options for inbound X12 EDI files.
2150
+
2151
+ These options control how functional and technical acknowledgments are handled.
2152
+
2153
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12inboundedioptions.html#cfn-b2bi-partnership-x12inboundedioptions-acknowledgmentoptions
2154
+ '''
2155
+ result = self._values.get("acknowledgment_options")
2156
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.X12AcknowledgmentOptionsProperty"]], result)
2157
+
2158
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2159
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2160
+
2161
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2162
+ return not (rhs == self)
2163
+
2164
+ def __repr__(self) -> str:
2165
+ return "X12InboundEdiOptionsProperty(%s)" % ", ".join(
2166
+ k + "=" + repr(v) for k, v in self._values.items()
2167
+ )
2168
+
1613
2169
  @jsii.data_type(
1614
2170
  jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.X12InterchangeControlHeadersProperty",
1615
2171
  jsii_struct_bases=[],
@@ -1635,14 +2191,17 @@ class CfnPartnership(
1635
2191
  sender_id_qualifier: typing.Optional[builtins.str] = None,
1636
2192
  usage_indicator_code: typing.Optional[builtins.str] = None,
1637
2193
  ) -> None:
1638
- '''
1639
- :param acknowledgment_requested_code:
1640
- :param receiver_id:
1641
- :param receiver_id_qualifier:
1642
- :param repetition_separator:
1643
- :param sender_id:
1644
- :param sender_id_qualifier:
1645
- :param usage_indicator_code:
2194
+ '''In X12, the Interchange Control Header is the first segment of an EDI document and is part of the Interchange Envelope.
2195
+
2196
+ It contains information about the sender and receiver, the date and time of transmission, and the X12 version being used. It also includes delivery information, such as the sender and receiver IDs.
2197
+
2198
+ :param acknowledgment_requested_code: Located at position ISA-14 in the header. The value "1" indicates that the sender is requesting an interchange acknowledgment at receipt of the interchange. The value "0" is used otherwise.
2199
+ :param receiver_id: Located at position ISA-08 in the header. This value (along with the ``receiverIdQualifier`` ) identifies the intended recipient of the interchange.
2200
+ :param receiver_id_qualifier: Located at position ISA-07 in the header. Qualifier for the receiver ID. Together, the ID and qualifier uniquely identify the receiving trading partner.
2201
+ :param repetition_separator: Located at position ISA-11 in the header. This string makes it easier when you need to group similar adjacent element values together without using extra segments. .. epigraph:: This parameter is only honored for version greater than 401 ( ``VERSION_4010`` and higher). For versions less than 401, this field is called `StandardsId <https://docs.aws.amazon.com/https://www.stedi.com/edi/x12-004010/segment/ISA#ISA-11>`_ , in which case our service sets the value to ``U`` .
2202
+ :param sender_id: Located at position ISA-06 in the header. This value (along with the ``senderIdQualifier`` ) identifies the sender of the interchange.
2203
+ :param sender_id_qualifier: Located at position ISA-05 in the header. Qualifier for the sender ID. Together, the ID and qualifier uniquely identify the sending trading partner.
2204
+ :param usage_indicator_code: Located at position ISA-15 in the header. Specifies how this interchange is being used:. - ``T`` indicates this interchange is for testing. - ``P`` indicates this interchange is for production. - ``I`` indicates this interchange is informational.
1646
2205
 
1647
2206
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12interchangecontrolheaders.html
1648
2207
  :exampleMetadata: fixture=_generated
@@ -1690,7 +2249,10 @@ class CfnPartnership(
1690
2249
 
1691
2250
  @builtins.property
1692
2251
  def acknowledgment_requested_code(self) -> typing.Optional[builtins.str]:
1693
- '''
2252
+ '''Located at position ISA-14 in the header.
2253
+
2254
+ The value "1" indicates that the sender is requesting an interchange acknowledgment at receipt of the interchange. The value "0" is used otherwise.
2255
+
1694
2256
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12interchangecontrolheaders.html#cfn-b2bi-partnership-x12interchangecontrolheaders-acknowledgmentrequestedcode
1695
2257
  '''
1696
2258
  result = self._values.get("acknowledgment_requested_code")
@@ -1698,7 +2260,10 @@ class CfnPartnership(
1698
2260
 
1699
2261
  @builtins.property
1700
2262
  def receiver_id(self) -> typing.Optional[builtins.str]:
1701
- '''
2263
+ '''Located at position ISA-08 in the header.
2264
+
2265
+ This value (along with the ``receiverIdQualifier`` ) identifies the intended recipient of the interchange.
2266
+
1702
2267
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12interchangecontrolheaders.html#cfn-b2bi-partnership-x12interchangecontrolheaders-receiverid
1703
2268
  '''
1704
2269
  result = self._values.get("receiver_id")
@@ -1706,7 +2271,10 @@ class CfnPartnership(
1706
2271
 
1707
2272
  @builtins.property
1708
2273
  def receiver_id_qualifier(self) -> typing.Optional[builtins.str]:
1709
- '''
2274
+ '''Located at position ISA-07 in the header.
2275
+
2276
+ Qualifier for the receiver ID. Together, the ID and qualifier uniquely identify the receiving trading partner.
2277
+
1710
2278
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12interchangecontrolheaders.html#cfn-b2bi-partnership-x12interchangecontrolheaders-receiveridqualifier
1711
2279
  '''
1712
2280
  result = self._values.get("receiver_id_qualifier")
@@ -1714,7 +2282,15 @@ class CfnPartnership(
1714
2282
 
1715
2283
  @builtins.property
1716
2284
  def repetition_separator(self) -> typing.Optional[builtins.str]:
1717
- '''
2285
+ '''Located at position ISA-11 in the header.
2286
+
2287
+ This string makes it easier when you need to group similar adjacent element values together without using extra segments.
2288
+ .. epigraph::
2289
+
2290
+ This parameter is only honored for version greater than 401 ( ``VERSION_4010`` and higher).
2291
+
2292
+ For versions less than 401, this field is called `StandardsId <https://docs.aws.amazon.com/https://www.stedi.com/edi/x12-004010/segment/ISA#ISA-11>`_ , in which case our service sets the value to ``U`` .
2293
+
1718
2294
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12interchangecontrolheaders.html#cfn-b2bi-partnership-x12interchangecontrolheaders-repetitionseparator
1719
2295
  '''
1720
2296
  result = self._values.get("repetition_separator")
@@ -1722,7 +2298,10 @@ class CfnPartnership(
1722
2298
 
1723
2299
  @builtins.property
1724
2300
  def sender_id(self) -> typing.Optional[builtins.str]:
1725
- '''
2301
+ '''Located at position ISA-06 in the header.
2302
+
2303
+ This value (along with the ``senderIdQualifier`` ) identifies the sender of the interchange.
2304
+
1726
2305
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12interchangecontrolheaders.html#cfn-b2bi-partnership-x12interchangecontrolheaders-senderid
1727
2306
  '''
1728
2307
  result = self._values.get("sender_id")
@@ -1730,7 +2309,10 @@ class CfnPartnership(
1730
2309
 
1731
2310
  @builtins.property
1732
2311
  def sender_id_qualifier(self) -> typing.Optional[builtins.str]:
1733
- '''
2312
+ '''Located at position ISA-05 in the header.
2313
+
2314
+ Qualifier for the sender ID. Together, the ID and qualifier uniquely identify the sending trading partner.
2315
+
1734
2316
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12interchangecontrolheaders.html#cfn-b2bi-partnership-x12interchangecontrolheaders-senderidqualifier
1735
2317
  '''
1736
2318
  result = self._values.get("sender_id_qualifier")
@@ -1738,7 +2320,12 @@ class CfnPartnership(
1738
2320
 
1739
2321
  @builtins.property
1740
2322
  def usage_indicator_code(self) -> typing.Optional[builtins.str]:
1741
- '''
2323
+ '''Located at position ISA-15 in the header. Specifies how this interchange is being used:.
2324
+
2325
+ - ``T`` indicates this interchange is for testing.
2326
+ - ``P`` indicates this interchange is for production.
2327
+ - ``I`` indicates this interchange is informational.
2328
+
1742
2329
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12interchangecontrolheaders.html#cfn-b2bi-partnership-x12interchangecontrolheaders-usageindicatorcode
1743
2330
  '''
1744
2331
  result = self._values.get("usage_indicator_code")
@@ -1759,8 +2346,10 @@ class CfnPartnership(
1759
2346
  jsii_type="aws-cdk-lib.aws_b2bi.CfnPartnership.X12OutboundEdiHeadersProperty",
1760
2347
  jsii_struct_bases=[],
1761
2348
  name_mapping={
2349
+ "control_numbers": "controlNumbers",
1762
2350
  "delimiters": "delimiters",
1763
2351
  "functional_group_headers": "functionalGroupHeaders",
2352
+ "gs05_time_format": "gs05TimeFormat",
1764
2353
  "interchange_control_headers": "interchangeControlHeaders",
1765
2354
  "validate_edi": "validateEdi",
1766
2355
  },
@@ -1769,17 +2358,21 @@ class CfnPartnership(
1769
2358
  def __init__(
1770
2359
  self,
1771
2360
  *,
2361
+ control_numbers: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.X12ControlNumbersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1772
2362
  delimiters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.X12DelimitersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1773
2363
  functional_group_headers: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.X12FunctionalGroupHeadersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2364
+ gs05_time_format: typing.Optional[builtins.str] = None,
1774
2365
  interchange_control_headers: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPartnership.X12InterchangeControlHeadersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1775
2366
  validate_edi: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1776
2367
  ) -> None:
1777
2368
  '''A structure containing the details for an outbound EDI object.
1778
2369
 
2370
+ :param control_numbers: Specifies control number configuration for outbound X12 EDI headers. These settings determine the starting values for interchange, functional group, and transaction set control numbers.
1779
2371
  :param delimiters: The delimiters, for example semicolon ( ``;`` ), that separates sections of the headers for the X12 object.
1780
2372
  :param functional_group_headers: The functional group headers for the X12 object.
2373
+ :param gs05_time_format: Specifies the time format in the GS05 element (time) of the functional group header. The following formats use 24-hour clock time: - ``HHMM`` - Hours and minutes - ``HHMMSS`` - Hours, minutes, and seconds - ``HHMMSSDD`` - Hours, minutes, seconds, and decimal seconds Where: - ``HH`` - Hours (00-23) - ``MM`` - Minutes (00-59) - ``SS`` - Seconds (00-59) - ``DD`` - Hundredths of seconds (00-99)
1781
2374
  :param interchange_control_headers: In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header.
1782
- :param validate_edi: Specifies whether or not to validate the EDI for this X12 object: ``TRUE`` or ``FALSE`` .
2375
+ :param validate_edi: Specifies whether or not to validate the EDI for this X12 object: ``TRUE`` or ``FALSE`` . When enabled, this performs both standard EDI validation and applies any configured custom validation rules including element length constraints, code list validations, and element requirement checks. Validation results are returned in the response validation messages.
1783
2376
 
1784
2377
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12outboundediheaders.html
1785
2378
  :exampleMetadata: fixture=_generated
@@ -1791,6 +2384,11 @@ class CfnPartnership(
1791
2384
  from aws_cdk import aws_b2bi as b2bi
1792
2385
 
1793
2386
  x12_outbound_edi_headers_property = b2bi.CfnPartnership.X12OutboundEdiHeadersProperty(
2387
+ control_numbers=b2bi.CfnPartnership.X12ControlNumbersProperty(
2388
+ starting_functional_group_control_number=123,
2389
+ starting_interchange_control_number=123,
2390
+ starting_transaction_set_control_number=123
2391
+ ),
1794
2392
  delimiters=b2bi.CfnPartnership.X12DelimitersProperty(
1795
2393
  component_separator="componentSeparator",
1796
2394
  data_element_separator="dataElementSeparator",
@@ -1801,6 +2399,7 @@ class CfnPartnership(
1801
2399
  application_sender_code="applicationSenderCode",
1802
2400
  responsible_agency_code="responsibleAgencyCode"
1803
2401
  ),
2402
+ gs05_time_format="gs05TimeFormat",
1804
2403
  interchange_control_headers=b2bi.CfnPartnership.X12InterchangeControlHeadersProperty(
1805
2404
  acknowledgment_requested_code="acknowledgmentRequestedCode",
1806
2405
  receiver_id="receiverId",
@@ -1815,20 +2414,39 @@ class CfnPartnership(
1815
2414
  '''
1816
2415
  if __debug__:
1817
2416
  type_hints = typing.get_type_hints(_typecheckingstub__8e80431a1b65f39f118b4a0b397a523502dcc49a5197848bd82eff40dc153d1c)
2417
+ check_type(argname="argument control_numbers", value=control_numbers, expected_type=type_hints["control_numbers"])
1818
2418
  check_type(argname="argument delimiters", value=delimiters, expected_type=type_hints["delimiters"])
1819
2419
  check_type(argname="argument functional_group_headers", value=functional_group_headers, expected_type=type_hints["functional_group_headers"])
2420
+ check_type(argname="argument gs05_time_format", value=gs05_time_format, expected_type=type_hints["gs05_time_format"])
1820
2421
  check_type(argname="argument interchange_control_headers", value=interchange_control_headers, expected_type=type_hints["interchange_control_headers"])
1821
2422
  check_type(argname="argument validate_edi", value=validate_edi, expected_type=type_hints["validate_edi"])
1822
2423
  self._values: typing.Dict[builtins.str, typing.Any] = {}
2424
+ if control_numbers is not None:
2425
+ self._values["control_numbers"] = control_numbers
1823
2426
  if delimiters is not None:
1824
2427
  self._values["delimiters"] = delimiters
1825
2428
  if functional_group_headers is not None:
1826
2429
  self._values["functional_group_headers"] = functional_group_headers
2430
+ if gs05_time_format is not None:
2431
+ self._values["gs05_time_format"] = gs05_time_format
1827
2432
  if interchange_control_headers is not None:
1828
2433
  self._values["interchange_control_headers"] = interchange_control_headers
1829
2434
  if validate_edi is not None:
1830
2435
  self._values["validate_edi"] = validate_edi
1831
2436
 
2437
+ @builtins.property
2438
+ def control_numbers(
2439
+ self,
2440
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.X12ControlNumbersProperty"]]:
2441
+ '''Specifies control number configuration for outbound X12 EDI headers.
2442
+
2443
+ These settings determine the starting values for interchange, functional group, and transaction set control numbers.
2444
+
2445
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12outboundediheaders.html#cfn-b2bi-partnership-x12outboundediheaders-controlnumbers
2446
+ '''
2447
+ result = self._values.get("control_numbers")
2448
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.X12ControlNumbersProperty"]], result)
2449
+
1832
2450
  @builtins.property
1833
2451
  def delimiters(
1834
2452
  self,
@@ -1851,6 +2469,28 @@ class CfnPartnership(
1851
2469
  result = self._values.get("functional_group_headers")
1852
2470
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPartnership.X12FunctionalGroupHeadersProperty"]], result)
1853
2471
 
2472
+ @builtins.property
2473
+ def gs05_time_format(self) -> typing.Optional[builtins.str]:
2474
+ '''Specifies the time format in the GS05 element (time) of the functional group header.
2475
+
2476
+ The following formats use 24-hour clock time:
2477
+
2478
+ - ``HHMM`` - Hours and minutes
2479
+ - ``HHMMSS`` - Hours, minutes, and seconds
2480
+ - ``HHMMSSDD`` - Hours, minutes, seconds, and decimal seconds
2481
+
2482
+ Where:
2483
+
2484
+ - ``HH`` - Hours (00-23)
2485
+ - ``MM`` - Minutes (00-59)
2486
+ - ``SS`` - Seconds (00-59)
2487
+ - ``DD`` - Hundredths of seconds (00-99)
2488
+
2489
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12outboundediheaders.html#cfn-b2bi-partnership-x12outboundediheaders-gs05timeformat
2490
+ '''
2491
+ result = self._values.get("gs05_time_format")
2492
+ return typing.cast(typing.Optional[builtins.str], result)
2493
+
1854
2494
  @builtins.property
1855
2495
  def interchange_control_headers(
1856
2496
  self,
@@ -1868,6 +2508,8 @@ class CfnPartnership(
1868
2508
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1869
2509
  '''Specifies whether or not to validate the EDI for this X12 object: ``TRUE`` or ``FALSE`` .
1870
2510
 
2511
+ When enabled, this performs both standard EDI validation and applies any configured custom validation rules including element length constraints, code list validations, and element requirement checks. Validation results are returned in the response validation messages.
2512
+
1871
2513
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12outboundediheaders.html#cfn-b2bi-partnership-x12outboundediheaders-validateedi
1872
2514
  '''
1873
2515
  result = self._values.get("validate_edi")
@@ -1913,11 +2555,11 @@ class CfnPartnershipProps:
1913
2555
  '''Properties for defining a ``CfnPartnership``.
1914
2556
 
1915
2557
  :param capabilities: Returns one or more capabilities associated with this partnership.
1916
- :param email:
2558
+ :param email: Specifies the email address associated with this trading partner.
1917
2559
  :param name: Returns the name of the partnership.
1918
2560
  :param profile_id: Returns the unique, system-generated identifier for the profile connected to this partnership.
1919
2561
  :param capability_options: Contains the details for an Outbound EDI capability.
1920
- :param phone:
2562
+ :param phone: Specifies the phone number associated with the partnership.
1921
2563
  :param tags: A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.
1922
2564
 
1923
2565
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-b2bi-partnership.html
@@ -1937,9 +2579,22 @@ class CfnPartnershipProps:
1937
2579
 
1938
2580
  # the properties below are optional
1939
2581
  capability_options=b2bi.CfnPartnership.CapabilityOptionsProperty(
2582
+ inbound_edi=b2bi.CfnPartnership.InboundEdiOptionsProperty(
2583
+ x12=b2bi.CfnPartnership.X12InboundEdiOptionsProperty(
2584
+ acknowledgment_options=b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty(
2585
+ functional_acknowledgment="functionalAcknowledgment",
2586
+ technical_acknowledgment="technicalAcknowledgment"
2587
+ )
2588
+ )
2589
+ ),
1940
2590
  outbound_edi=b2bi.CfnPartnership.OutboundEdiOptionsProperty(
1941
2591
  x12=b2bi.CfnPartnership.X12EnvelopeProperty(
1942
2592
  common=b2bi.CfnPartnership.X12OutboundEdiHeadersProperty(
2593
+ control_numbers=b2bi.CfnPartnership.X12ControlNumbersProperty(
2594
+ starting_functional_group_control_number=123,
2595
+ starting_interchange_control_number=123,
2596
+ starting_transaction_set_control_number=123
2597
+ ),
1943
2598
  delimiters=b2bi.CfnPartnership.X12DelimitersProperty(
1944
2599
  component_separator="componentSeparator",
1945
2600
  data_element_separator="dataElementSeparator",
@@ -1950,6 +2605,7 @@ class CfnPartnershipProps:
1950
2605
  application_sender_code="applicationSenderCode",
1951
2606
  responsible_agency_code="responsibleAgencyCode"
1952
2607
  ),
2608
+ gs05_time_format="gs05TimeFormat",
1953
2609
  interchange_control_headers=b2bi.CfnPartnership.X12InterchangeControlHeadersProperty(
1954
2610
  acknowledgment_requested_code="acknowledgmentRequestedCode",
1955
2611
  receiver_id="receiverId",
@@ -1960,6 +2616,11 @@ class CfnPartnershipProps:
1960
2616
  usage_indicator_code="usageIndicatorCode"
1961
2617
  ),
1962
2618
  validate_edi=False
2619
+ ),
2620
+ wrap_options=b2bi.CfnPartnership.WrapOptionsProperty(
2621
+ line_length=123,
2622
+ line_terminator="lineTerminator",
2623
+ wrap_by="wrapBy"
1963
2624
  )
1964
2625
  )
1965
2626
  )
@@ -2005,7 +2666,8 @@ class CfnPartnershipProps:
2005
2666
 
2006
2667
  @builtins.property
2007
2668
  def email(self) -> builtins.str:
2008
- '''
2669
+ '''Specifies the email address associated with this trading partner.
2670
+
2009
2671
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-b2bi-partnership.html#cfn-b2bi-partnership-email
2010
2672
  '''
2011
2673
  result = self._values.get("email")
@@ -2045,7 +2707,8 @@ class CfnPartnershipProps:
2045
2707
 
2046
2708
  @builtins.property
2047
2709
  def phone(self) -> typing.Optional[builtins.str]:
2048
- '''
2710
+ '''Specifies the phone number associated with the partnership.
2711
+
2049
2712
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-b2bi-partnership.html#cfn-b2bi-partnership-phone
2050
2713
  '''
2051
2714
  result = self._values.get("phone")
@@ -2074,7 +2737,7 @@ class CfnPartnershipProps:
2074
2737
  )
2075
2738
 
2076
2739
 
2077
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2740
+ @jsii.implements(_IInspectable_c2943556, _IProfileRef_a1a5e2cf, _ITaggableV2_4e6798f8)
2078
2741
  class CfnProfile(
2079
2742
  _CfnResource_9df397a6,
2080
2743
  metaclass=jsii.JSIIMeta,
@@ -2121,13 +2784,14 @@ class CfnProfile(
2121
2784
  email: typing.Optional[builtins.str] = None,
2122
2785
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2123
2786
  ) -> None:
2124
- '''
2787
+ '''Create a new ``AWS::B2BI::Profile``.
2788
+
2125
2789
  :param scope: Scope in which this resource is defined.
2126
2790
  :param id: Construct identifier for this resource (unique in its scope).
2127
2791
  :param business_name: Returns the name for the business associated with this profile.
2128
2792
  :param logging: Specifies whether or not logging is enabled for this profile.
2129
2793
  :param name: Returns the display name for profile.
2130
- :param phone:
2794
+ :param phone: Specifies the phone number associated with the profile.
2131
2795
  :param email:
2132
2796
  :param tags: A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.
2133
2797
  '''
@@ -2231,6 +2895,12 @@ class CfnProfile(
2231
2895
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2232
2896
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2233
2897
 
2898
+ @builtins.property
2899
+ @jsii.member(jsii_name="profileRef")
2900
+ def profile_ref(self) -> _ProfileReference_dcb52ee8:
2901
+ '''A reference to a Profile resource.'''
2902
+ return typing.cast(_ProfileReference_dcb52ee8, jsii.get(self, "profileRef"))
2903
+
2234
2904
  @builtins.property
2235
2905
  @jsii.member(jsii_name="businessName")
2236
2906
  def business_name(self) -> builtins.str:
@@ -2273,6 +2943,7 @@ class CfnProfile(
2273
2943
  @builtins.property
2274
2944
  @jsii.member(jsii_name="phone")
2275
2945
  def phone(self) -> builtins.str:
2946
+ '''Specifies the phone number associated with the profile.'''
2276
2947
  return typing.cast(builtins.str, jsii.get(self, "phone"))
2277
2948
 
2278
2949
  @phone.setter
@@ -2336,7 +3007,7 @@ class CfnProfileProps:
2336
3007
  :param business_name: Returns the name for the business associated with this profile.
2337
3008
  :param logging: Specifies whether or not logging is enabled for this profile.
2338
3009
  :param name: Returns the display name for profile.
2339
- :param phone:
3010
+ :param phone: Specifies the phone number associated with the profile.
2340
3011
  :param email:
2341
3012
  :param tags: A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.
2342
3013
 
@@ -2414,7 +3085,8 @@ class CfnProfileProps:
2414
3085
 
2415
3086
  @builtins.property
2416
3087
  def phone(self) -> builtins.str:
2417
- '''
3088
+ '''Specifies the phone number associated with the profile.
3089
+
2418
3090
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-b2bi-profile.html#cfn-b2bi-profile-phone
2419
3091
  '''
2420
3092
  result = self._values.get("phone")
@@ -2452,7 +3124,7 @@ class CfnProfileProps:
2452
3124
  )
2453
3125
 
2454
3126
 
2455
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3127
+ @jsii.implements(_IInspectable_c2943556, _ITransformerRef_17b6e3da, _ITaggableV2_4e6798f8)
2456
3128
  class CfnTransformer(
2457
3129
  _CfnResource_9df397a6,
2458
3130
  metaclass=jsii.JSIIMeta,
@@ -2497,6 +3169,33 @@ class CfnTransformer(
2497
3169
  from_format="fromFormat",
2498
3170
 
2499
3171
  # the properties below are optional
3172
+ advanced_options=b2bi.CfnTransformer.AdvancedOptionsProperty(
3173
+ x12=b2bi.CfnTransformer.X12AdvancedOptionsProperty(
3174
+ split_options=b2bi.CfnTransformer.X12SplitOptionsProperty(
3175
+ split_by="splitBy"
3176
+ ),
3177
+ validation_options=b2bi.CfnTransformer.X12ValidationOptionsProperty(
3178
+ validation_rules=[b2bi.CfnTransformer.X12ValidationRuleProperty(
3179
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
3180
+ element_id="elementId",
3181
+
3182
+ # the properties below are optional
3183
+ codes_to_add=["codesToAdd"],
3184
+ codes_to_remove=["codesToRemove"]
3185
+ ),
3186
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
3187
+ element_id="elementId",
3188
+ max_length=123,
3189
+ min_length=123
3190
+ ),
3191
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
3192
+ element_position="elementPosition",
3193
+ requirement="requirement"
3194
+ )
3195
+ )]
3196
+ )
3197
+ )
3198
+ ),
2500
3199
  format_options=b2bi.CfnTransformer.FormatOptionsProperty(
2501
3200
  x12=b2bi.CfnTransformer.X12DetailsProperty(
2502
3201
  transaction_set="transactionSet",
@@ -2515,6 +3214,33 @@ class CfnTransformer(
2515
3214
  to_format="toFormat",
2516
3215
 
2517
3216
  # the properties below are optional
3217
+ advanced_options=b2bi.CfnTransformer.AdvancedOptionsProperty(
3218
+ x12=b2bi.CfnTransformer.X12AdvancedOptionsProperty(
3219
+ split_options=b2bi.CfnTransformer.X12SplitOptionsProperty(
3220
+ split_by="splitBy"
3221
+ ),
3222
+ validation_options=b2bi.CfnTransformer.X12ValidationOptionsProperty(
3223
+ validation_rules=[b2bi.CfnTransformer.X12ValidationRuleProperty(
3224
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
3225
+ element_id="elementId",
3226
+
3227
+ # the properties below are optional
3228
+ codes_to_add=["codesToAdd"],
3229
+ codes_to_remove=["codesToRemove"]
3230
+ ),
3231
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
3232
+ element_id="elementId",
3233
+ max_length=123,
3234
+ min_length=123
3235
+ ),
3236
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
3237
+ element_position="elementPosition",
3238
+ requirement="requirement"
3239
+ )
3240
+ )]
3241
+ )
3242
+ )
3243
+ ),
2518
3244
  format_options=b2bi.CfnTransformer.FormatOptionsProperty(
2519
3245
  x12=b2bi.CfnTransformer.X12DetailsProperty(
2520
3246
  transaction_set="transactionSet",
@@ -2554,7 +3280,8 @@ class CfnTransformer(
2554
3280
  sample_documents: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.SampleDocumentsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2555
3281
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2556
3282
  ) -> None:
2557
- '''
3283
+ '''Create a new ``AWS::B2BI::Transformer``.
3284
+
2558
3285
  :param scope: Scope in which this resource is defined.
2559
3286
  :param id: Construct identifier for this resource (unique in its scope).
2560
3287
  :param name: Returns the descriptive name for the transformer.
@@ -2668,6 +3395,12 @@ class CfnTransformer(
2668
3395
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2669
3396
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2670
3397
 
3398
+ @builtins.property
3399
+ @jsii.member(jsii_name="transformerRef")
3400
+ def transformer_ref(self) -> _TransformerReference_087331d5:
3401
+ '''A reference to a Transformer resource.'''
3402
+ return typing.cast(_TransformerReference_087331d5, jsii.get(self, "transformerRef"))
3403
+
2671
3404
  @builtins.property
2672
3405
  @jsii.member(jsii_name="name")
2673
3406
  def name(self) -> builtins.str:
@@ -2854,6 +3587,89 @@ class CfnTransformer(
2854
3587
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2855
3588
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
2856
3589
 
3590
+ @jsii.data_type(
3591
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.AdvancedOptionsProperty",
3592
+ jsii_struct_bases=[],
3593
+ name_mapping={"x12": "x12"},
3594
+ )
3595
+ class AdvancedOptionsProperty:
3596
+ def __init__(
3597
+ self,
3598
+ *,
3599
+ x12: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.X12AdvancedOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3600
+ ) -> None:
3601
+ '''A structure that contains advanced options for EDI processing.
3602
+
3603
+ Currently, only X12 advanced options are supported.
3604
+
3605
+ :param x12: A structure that contains X12-specific advanced options, such as split options for processing X12 EDI files.
3606
+
3607
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-advancedoptions.html
3608
+ :exampleMetadata: fixture=_generated
3609
+
3610
+ Example::
3611
+
3612
+ # The code below shows an example of how to instantiate this type.
3613
+ # The values are placeholders you should change.
3614
+ from aws_cdk import aws_b2bi as b2bi
3615
+
3616
+ advanced_options_property = b2bi.CfnTransformer.AdvancedOptionsProperty(
3617
+ x12=b2bi.CfnTransformer.X12AdvancedOptionsProperty(
3618
+ split_options=b2bi.CfnTransformer.X12SplitOptionsProperty(
3619
+ split_by="splitBy"
3620
+ ),
3621
+ validation_options=b2bi.CfnTransformer.X12ValidationOptionsProperty(
3622
+ validation_rules=[b2bi.CfnTransformer.X12ValidationRuleProperty(
3623
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
3624
+ element_id="elementId",
3625
+
3626
+ # the properties below are optional
3627
+ codes_to_add=["codesToAdd"],
3628
+ codes_to_remove=["codesToRemove"]
3629
+ ),
3630
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
3631
+ element_id="elementId",
3632
+ max_length=123,
3633
+ min_length=123
3634
+ ),
3635
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
3636
+ element_position="elementPosition",
3637
+ requirement="requirement"
3638
+ )
3639
+ )]
3640
+ )
3641
+ )
3642
+ )
3643
+ '''
3644
+ if __debug__:
3645
+ type_hints = typing.get_type_hints(_typecheckingstub__bb01391868543c9042ef70dbd21634249f177cb7ac9ad6ddf2b2583c136e529b)
3646
+ check_type(argname="argument x12", value=x12, expected_type=type_hints["x12"])
3647
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3648
+ if x12 is not None:
3649
+ self._values["x12"] = x12
3650
+
3651
+ @builtins.property
3652
+ def x12(
3653
+ self,
3654
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12AdvancedOptionsProperty"]]:
3655
+ '''A structure that contains X12-specific advanced options, such as split options for processing X12 EDI files.
3656
+
3657
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-advancedoptions.html#cfn-b2bi-transformer-advancedoptions-x12
3658
+ '''
3659
+ result = self._values.get("x12")
3660
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12AdvancedOptionsProperty"]], result)
3661
+
3662
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3663
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3664
+
3665
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3666
+ return not (rhs == self)
3667
+
3668
+ def __repr__(self) -> str:
3669
+ return "AdvancedOptionsProperty(%s)" % ", ".join(
3670
+ k + "=" + repr(v) for k, v in self._values.items()
3671
+ )
3672
+
2857
3673
  @jsii.data_type(
2858
3674
  jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.EdiTypeProperty",
2859
3675
  jsii_struct_bases=[],
@@ -2924,7 +3740,8 @@ class CfnTransformer(
2924
3740
  *,
2925
3741
  x12: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.X12DetailsProperty", typing.Dict[builtins.str, typing.Any]]],
2926
3742
  ) -> None:
2927
- '''
3743
+ '''A structure that contains the X12 transaction set and version.
3744
+
2928
3745
  :param x12:
2929
3746
 
2930
3747
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-formatoptions.html
@@ -2975,18 +3792,25 @@ class CfnTransformer(
2975
3792
  @jsii.data_type(
2976
3793
  jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.InputConversionProperty",
2977
3794
  jsii_struct_bases=[],
2978
- name_mapping={"from_format": "fromFormat", "format_options": "formatOptions"},
3795
+ name_mapping={
3796
+ "from_format": "fromFormat",
3797
+ "advanced_options": "advancedOptions",
3798
+ "format_options": "formatOptions",
3799
+ },
2979
3800
  )
2980
3801
  class InputConversionProperty:
2981
3802
  def __init__(
2982
3803
  self,
2983
3804
  *,
2984
3805
  from_format: builtins.str,
3806
+ advanced_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.AdvancedOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2985
3807
  format_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.FormatOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2986
3808
  ) -> None:
2987
- '''
2988
- :param from_format:
2989
- :param format_options:
3809
+ '''Contains the input formatting options for an inbound transformer (takes an X12-formatted EDI document as input and converts it to JSON or XML.
3810
+
3811
+ :param from_format: The format for the transformer input: currently on ``X12`` is supported.
3812
+ :param advanced_options: Specifies advanced options for the input conversion process. These options provide additional control over how EDI files are processed during transformation.
3813
+ :param format_options: A structure that contains the formatting options for an inbound transformer.
2990
3814
 
2991
3815
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-inputconversion.html
2992
3816
  :exampleMetadata: fixture=_generated
@@ -3001,6 +3825,33 @@ class CfnTransformer(
3001
3825
  from_format="fromFormat",
3002
3826
 
3003
3827
  # the properties below are optional
3828
+ advanced_options=b2bi.CfnTransformer.AdvancedOptionsProperty(
3829
+ x12=b2bi.CfnTransformer.X12AdvancedOptionsProperty(
3830
+ split_options=b2bi.CfnTransformer.X12SplitOptionsProperty(
3831
+ split_by="splitBy"
3832
+ ),
3833
+ validation_options=b2bi.CfnTransformer.X12ValidationOptionsProperty(
3834
+ validation_rules=[b2bi.CfnTransformer.X12ValidationRuleProperty(
3835
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
3836
+ element_id="elementId",
3837
+
3838
+ # the properties below are optional
3839
+ codes_to_add=["codesToAdd"],
3840
+ codes_to_remove=["codesToRemove"]
3841
+ ),
3842
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
3843
+ element_id="elementId",
3844
+ max_length=123,
3845
+ min_length=123
3846
+ ),
3847
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
3848
+ element_position="elementPosition",
3849
+ requirement="requirement"
3850
+ )
3851
+ )]
3852
+ )
3853
+ )
3854
+ ),
3004
3855
  format_options=b2bi.CfnTransformer.FormatOptionsProperty(
3005
3856
  x12=b2bi.CfnTransformer.X12DetailsProperty(
3006
3857
  transaction_set="transactionSet",
@@ -3012,27 +3863,45 @@ class CfnTransformer(
3012
3863
  if __debug__:
3013
3864
  type_hints = typing.get_type_hints(_typecheckingstub__26660093b7b88e1d4689618f27b43e1e286cfcdb3adbc4c515c4b29513332a12)
3014
3865
  check_type(argname="argument from_format", value=from_format, expected_type=type_hints["from_format"])
3866
+ check_type(argname="argument advanced_options", value=advanced_options, expected_type=type_hints["advanced_options"])
3015
3867
  check_type(argname="argument format_options", value=format_options, expected_type=type_hints["format_options"])
3016
3868
  self._values: typing.Dict[builtins.str, typing.Any] = {
3017
3869
  "from_format": from_format,
3018
3870
  }
3871
+ if advanced_options is not None:
3872
+ self._values["advanced_options"] = advanced_options
3019
3873
  if format_options is not None:
3020
3874
  self._values["format_options"] = format_options
3021
3875
 
3022
3876
  @builtins.property
3023
3877
  def from_format(self) -> builtins.str:
3024
- '''
3878
+ '''The format for the transformer input: currently on ``X12`` is supported.
3879
+
3025
3880
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-inputconversion.html#cfn-b2bi-transformer-inputconversion-fromformat
3026
3881
  '''
3027
3882
  result = self._values.get("from_format")
3028
3883
  assert result is not None, "Required property 'from_format' is missing"
3029
3884
  return typing.cast(builtins.str, result)
3030
3885
 
3886
+ @builtins.property
3887
+ def advanced_options(
3888
+ self,
3889
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.AdvancedOptionsProperty"]]:
3890
+ '''Specifies advanced options for the input conversion process.
3891
+
3892
+ These options provide additional control over how EDI files are processed during transformation.
3893
+
3894
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-inputconversion.html#cfn-b2bi-transformer-inputconversion-advancedoptions
3895
+ '''
3896
+ result = self._values.get("advanced_options")
3897
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.AdvancedOptionsProperty"]], result)
3898
+
3031
3899
  @builtins.property
3032
3900
  def format_options(
3033
3901
  self,
3034
3902
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.FormatOptionsProperty"]]:
3035
- '''
3903
+ '''A structure that contains the formatting options for an inbound transformer.
3904
+
3036
3905
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-inputconversion.html#cfn-b2bi-transformer-inputconversion-formatoptions
3037
3906
  '''
3038
3907
  result = self._values.get("format_options")
@@ -3061,9 +3930,12 @@ class CfnTransformer(
3061
3930
  template_language: builtins.str,
3062
3931
  template: typing.Optional[builtins.str] = None,
3063
3932
  ) -> None:
3064
- '''
3065
- :param template_language:
3066
- :param template:
3933
+ '''Specifies the mapping template for the transformer.
3934
+
3935
+ This template is used to map the parsed EDI file using JSONata or XSLT.
3936
+
3937
+ :param template_language: The transformation language for the template, either XSLT or JSONATA.
3938
+ :param template: A string that represents the mapping template, in the transformation language specified in ``templateLanguage`` .
3067
3939
 
3068
3940
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-mapping.html
3069
3941
  :exampleMetadata: fixture=_generated
@@ -3093,7 +3965,8 @@ class CfnTransformer(
3093
3965
 
3094
3966
  @builtins.property
3095
3967
  def template_language(self) -> builtins.str:
3096
- '''
3968
+ '''The transformation language for the template, either XSLT or JSONATA.
3969
+
3097
3970
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-mapping.html#cfn-b2bi-transformer-mapping-templatelanguage
3098
3971
  '''
3099
3972
  result = self._values.get("template_language")
@@ -3102,7 +3975,8 @@ class CfnTransformer(
3102
3975
 
3103
3976
  @builtins.property
3104
3977
  def template(self) -> typing.Optional[builtins.str]:
3105
- '''
3978
+ '''A string that represents the mapping template, in the transformation language specified in ``templateLanguage`` .
3979
+
3106
3980
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-mapping.html#cfn-b2bi-transformer-mapping-template
3107
3981
  '''
3108
3982
  result = self._values.get("template")
@@ -3122,18 +3996,25 @@ class CfnTransformer(
3122
3996
  @jsii.data_type(
3123
3997
  jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.OutputConversionProperty",
3124
3998
  jsii_struct_bases=[],
3125
- name_mapping={"to_format": "toFormat", "format_options": "formatOptions"},
3999
+ name_mapping={
4000
+ "to_format": "toFormat",
4001
+ "advanced_options": "advancedOptions",
4002
+ "format_options": "formatOptions",
4003
+ },
3126
4004
  )
3127
4005
  class OutputConversionProperty:
3128
4006
  def __init__(
3129
4007
  self,
3130
4008
  *,
3131
4009
  to_format: builtins.str,
4010
+ advanced_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.AdvancedOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3132
4011
  format_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.FormatOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3133
4012
  ) -> None:
3134
- '''
3135
- :param to_format:
3136
- :param format_options:
4013
+ '''Contains the formatting options for an outbound transformer (takes JSON or XML as input and converts it to an EDI document (currently only X12 format is supported).
4014
+
4015
+ :param to_format: The format for the output from an outbound transformer: only X12 is currently supported.
4016
+ :param advanced_options:
4017
+ :param format_options: A structure that contains the X12 transaction set and version for the transformer output.
3137
4018
 
3138
4019
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-outputconversion.html
3139
4020
  :exampleMetadata: fixture=_generated
@@ -3148,6 +4029,33 @@ class CfnTransformer(
3148
4029
  to_format="toFormat",
3149
4030
 
3150
4031
  # the properties below are optional
4032
+ advanced_options=b2bi.CfnTransformer.AdvancedOptionsProperty(
4033
+ x12=b2bi.CfnTransformer.X12AdvancedOptionsProperty(
4034
+ split_options=b2bi.CfnTransformer.X12SplitOptionsProperty(
4035
+ split_by="splitBy"
4036
+ ),
4037
+ validation_options=b2bi.CfnTransformer.X12ValidationOptionsProperty(
4038
+ validation_rules=[b2bi.CfnTransformer.X12ValidationRuleProperty(
4039
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
4040
+ element_id="elementId",
4041
+
4042
+ # the properties below are optional
4043
+ codes_to_add=["codesToAdd"],
4044
+ codes_to_remove=["codesToRemove"]
4045
+ ),
4046
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
4047
+ element_id="elementId",
4048
+ max_length=123,
4049
+ min_length=123
4050
+ ),
4051
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
4052
+ element_position="elementPosition",
4053
+ requirement="requirement"
4054
+ )
4055
+ )]
4056
+ )
4057
+ )
4058
+ ),
3151
4059
  format_options=b2bi.CfnTransformer.FormatOptionsProperty(
3152
4060
  x12=b2bi.CfnTransformer.X12DetailsProperty(
3153
4061
  transaction_set="transactionSet",
@@ -3159,27 +4067,42 @@ class CfnTransformer(
3159
4067
  if __debug__:
3160
4068
  type_hints = typing.get_type_hints(_typecheckingstub__dba363199b2c0b97d3ba296b1d26754261d2515646da5bce6b98f57eff2c1d59)
3161
4069
  check_type(argname="argument to_format", value=to_format, expected_type=type_hints["to_format"])
4070
+ check_type(argname="argument advanced_options", value=advanced_options, expected_type=type_hints["advanced_options"])
3162
4071
  check_type(argname="argument format_options", value=format_options, expected_type=type_hints["format_options"])
3163
4072
  self._values: typing.Dict[builtins.str, typing.Any] = {
3164
4073
  "to_format": to_format,
3165
4074
  }
4075
+ if advanced_options is not None:
4076
+ self._values["advanced_options"] = advanced_options
3166
4077
  if format_options is not None:
3167
4078
  self._values["format_options"] = format_options
3168
4079
 
3169
4080
  @builtins.property
3170
4081
  def to_format(self) -> builtins.str:
3171
- '''
4082
+ '''The format for the output from an outbound transformer: only X12 is currently supported.
4083
+
3172
4084
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-outputconversion.html#cfn-b2bi-transformer-outputconversion-toformat
3173
4085
  '''
3174
4086
  result = self._values.get("to_format")
3175
4087
  assert result is not None, "Required property 'to_format' is missing"
3176
4088
  return typing.cast(builtins.str, result)
3177
4089
 
4090
+ @builtins.property
4091
+ def advanced_options(
4092
+ self,
4093
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.AdvancedOptionsProperty"]]:
4094
+ '''
4095
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-outputconversion.html#cfn-b2bi-transformer-outputconversion-advancedoptions
4096
+ '''
4097
+ result = self._values.get("advanced_options")
4098
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.AdvancedOptionsProperty"]], result)
4099
+
3178
4100
  @builtins.property
3179
4101
  def format_options(
3180
4102
  self,
3181
4103
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.FormatOptionsProperty"]]:
3182
- '''
4104
+ '''A structure that contains the X12 transaction set and version for the transformer output.
4105
+
3183
4106
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-outputconversion.html#cfn-b2bi-transformer-outputconversion-formatoptions
3184
4107
  '''
3185
4108
  result = self._values.get("format_options")
@@ -3208,9 +4131,10 @@ class CfnTransformer(
3208
4131
  input: typing.Optional[builtins.str] = None,
3209
4132
  output: typing.Optional[builtins.str] = None,
3210
4133
  ) -> None:
3211
- '''
3212
- :param input:
3213
- :param output:
4134
+ '''An array of the Amazon S3 keys used to identify the location for your sample documents.
4135
+
4136
+ :param input: An array of keys for your input sample documents.
4137
+ :param output: An array of keys for your output sample documents.
3214
4138
 
3215
4139
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-sampledocumentkeys.html
3216
4140
  :exampleMetadata: fixture=_generated
@@ -3238,7 +4162,8 @@ class CfnTransformer(
3238
4162
 
3239
4163
  @builtins.property
3240
4164
  def input(self) -> typing.Optional[builtins.str]:
3241
- '''
4165
+ '''An array of keys for your input sample documents.
4166
+
3242
4167
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-sampledocumentkeys.html#cfn-b2bi-transformer-sampledocumentkeys-input
3243
4168
  '''
3244
4169
  result = self._values.get("input")
@@ -3246,7 +4171,8 @@ class CfnTransformer(
3246
4171
 
3247
4172
  @builtins.property
3248
4173
  def output(self) -> typing.Optional[builtins.str]:
3249
- '''
4174
+ '''An array of keys for your output sample documents.
4175
+
3250
4176
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-sampledocumentkeys.html#cfn-b2bi-transformer-sampledocumentkeys-output
3251
4177
  '''
3252
4178
  result = self._values.get("output")
@@ -3275,9 +4201,10 @@ class CfnTransformer(
3275
4201
  bucket_name: builtins.str,
3276
4202
  keys: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.SampleDocumentKeysProperty", typing.Dict[builtins.str, typing.Any]]]]],
3277
4203
  ) -> None:
3278
- '''
3279
- :param bucket_name:
3280
- :param keys:
4204
+ '''Describes a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
4205
+
4206
+ :param bucket_name: Contains the Amazon S3 bucket that is used to hold your sample documents.
4207
+ :param keys: Contains an array of the Amazon S3 keys used to identify the location for your sample documents.
3281
4208
 
3282
4209
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-sampledocuments.html
3283
4210
  :exampleMetadata: fixture=_generated
@@ -3307,7 +4234,8 @@ class CfnTransformer(
3307
4234
 
3308
4235
  @builtins.property
3309
4236
  def bucket_name(self) -> builtins.str:
3310
- '''
4237
+ '''Contains the Amazon S3 bucket that is used to hold your sample documents.
4238
+
3311
4239
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-sampledocuments.html#cfn-b2bi-transformer-sampledocuments-bucketname
3312
4240
  '''
3313
4241
  result = self._values.get("bucket_name")
@@ -3318,7 +4246,8 @@ class CfnTransformer(
3318
4246
  def keys(
3319
4247
  self,
3320
4248
  ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTransformer.SampleDocumentKeysProperty"]]]:
3321
- '''
4249
+ '''Contains an array of the Amazon S3 keys used to identify the location for your sample documents.
4250
+
3322
4251
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-sampledocuments.html#cfn-b2bi-transformer-sampledocuments-keys
3323
4252
  '''
3324
4253
  result = self._values.get("keys")
@@ -3337,28 +4266,26 @@ class CfnTransformer(
3337
4266
  )
3338
4267
 
3339
4268
  @jsii.data_type(
3340
- jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.X12DetailsProperty",
4269
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.X12AdvancedOptionsProperty",
3341
4270
  jsii_struct_bases=[],
3342
- name_mapping={"transaction_set": "transactionSet", "version": "version"},
4271
+ name_mapping={
4272
+ "split_options": "splitOptions",
4273
+ "validation_options": "validationOptions",
4274
+ },
3343
4275
  )
3344
- class X12DetailsProperty:
4276
+ class X12AdvancedOptionsProperty:
3345
4277
  def __init__(
3346
4278
  self,
3347
4279
  *,
3348
- transaction_set: typing.Optional[builtins.str] = None,
3349
- version: typing.Optional[builtins.str] = None,
4280
+ split_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.X12SplitOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4281
+ validation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.X12ValidationOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3350
4282
  ) -> None:
3351
- '''A structure that contains the X12 transaction set and version.
3352
-
3353
- The X12 structure is used when the system transforms an EDI (electronic data interchange) file.
3354
- .. epigraph::
4283
+ '''Contains advanced options specific to X12 EDI processing, such as splitting large X12 files into smaller units.
3355
4284
 
3356
- If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.
3357
-
3358
- :param transaction_set: Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
3359
- :param version: Returns the version to use for the specified X12 transaction set.
4285
+ :param split_options: Specifies options for splitting X12 EDI files. These options control how large X12 files are divided into smaller, more manageable units.
4286
+ :param validation_options: Specifies validation options for X12 EDI processing. These options control how validation rules are applied during EDI document processing, including custom validation rules for element length constraints, code list validations, and element requirement checks.
3360
4287
 
3361
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12details.html
4288
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12advancedoptions.html
3362
4289
  :exampleMetadata: fixture=_generated
3363
4290
 
3364
4291
  Example::
@@ -3367,13 +4294,215 @@ class CfnTransformer(
3367
4294
  # The values are placeholders you should change.
3368
4295
  from aws_cdk import aws_b2bi as b2bi
3369
4296
 
3370
- x12_details_property = b2bi.CfnTransformer.X12DetailsProperty(
3371
- transaction_set="transactionSet",
3372
- version="version"
3373
- )
3374
- '''
3375
- if __debug__:
3376
- type_hints = typing.get_type_hints(_typecheckingstub__6c52ecd7c7c399e4bebfaf5bf8793e65928fdad0c0133ff1ce55c05683b44ac7)
4297
+ x12_advanced_options_property = b2bi.CfnTransformer.X12AdvancedOptionsProperty(
4298
+ split_options=b2bi.CfnTransformer.X12SplitOptionsProperty(
4299
+ split_by="splitBy"
4300
+ ),
4301
+ validation_options=b2bi.CfnTransformer.X12ValidationOptionsProperty(
4302
+ validation_rules=[b2bi.CfnTransformer.X12ValidationRuleProperty(
4303
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
4304
+ element_id="elementId",
4305
+
4306
+ # the properties below are optional
4307
+ codes_to_add=["codesToAdd"],
4308
+ codes_to_remove=["codesToRemove"]
4309
+ ),
4310
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
4311
+ element_id="elementId",
4312
+ max_length=123,
4313
+ min_length=123
4314
+ ),
4315
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
4316
+ element_position="elementPosition",
4317
+ requirement="requirement"
4318
+ )
4319
+ )]
4320
+ )
4321
+ )
4322
+ '''
4323
+ if __debug__:
4324
+ type_hints = typing.get_type_hints(_typecheckingstub__0d6cdec7bccb6d811748cbb3f28ec5b4408f4496a924455516c3f90fd268b81c)
4325
+ check_type(argname="argument split_options", value=split_options, expected_type=type_hints["split_options"])
4326
+ check_type(argname="argument validation_options", value=validation_options, expected_type=type_hints["validation_options"])
4327
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4328
+ if split_options is not None:
4329
+ self._values["split_options"] = split_options
4330
+ if validation_options is not None:
4331
+ self._values["validation_options"] = validation_options
4332
+
4333
+ @builtins.property
4334
+ def split_options(
4335
+ self,
4336
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12SplitOptionsProperty"]]:
4337
+ '''Specifies options for splitting X12 EDI files.
4338
+
4339
+ These options control how large X12 files are divided into smaller, more manageable units.
4340
+
4341
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12advancedoptions.html#cfn-b2bi-transformer-x12advancedoptions-splitoptions
4342
+ '''
4343
+ result = self._values.get("split_options")
4344
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12SplitOptionsProperty"]], result)
4345
+
4346
+ @builtins.property
4347
+ def validation_options(
4348
+ self,
4349
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12ValidationOptionsProperty"]]:
4350
+ '''Specifies validation options for X12 EDI processing.
4351
+
4352
+ These options control how validation rules are applied during EDI document processing, including custom validation rules for element length constraints, code list validations, and element requirement checks.
4353
+
4354
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12advancedoptions.html#cfn-b2bi-transformer-x12advancedoptions-validationoptions
4355
+ '''
4356
+ result = self._values.get("validation_options")
4357
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12ValidationOptionsProperty"]], result)
4358
+
4359
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4360
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4361
+
4362
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4363
+ return not (rhs == self)
4364
+
4365
+ def __repr__(self) -> str:
4366
+ return "X12AdvancedOptionsProperty(%s)" % ", ".join(
4367
+ k + "=" + repr(v) for k, v in self._values.items()
4368
+ )
4369
+
4370
+ @jsii.data_type(
4371
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.X12CodeListValidationRuleProperty",
4372
+ jsii_struct_bases=[],
4373
+ name_mapping={
4374
+ "element_id": "elementId",
4375
+ "codes_to_add": "codesToAdd",
4376
+ "codes_to_remove": "codesToRemove",
4377
+ },
4378
+ )
4379
+ class X12CodeListValidationRuleProperty:
4380
+ def __init__(
4381
+ self,
4382
+ *,
4383
+ element_id: builtins.str,
4384
+ codes_to_add: typing.Optional[typing.Sequence[builtins.str]] = None,
4385
+ codes_to_remove: typing.Optional[typing.Sequence[builtins.str]] = None,
4386
+ ) -> None:
4387
+ '''Code list validation rule configuration.
4388
+
4389
+ :param element_id: Specifies the four-digit element ID to which the code list modifications apply. This identifies which X12 element will have its allowed code values modified.
4390
+ :param codes_to_add: Specifies a list of code values to add to the element's allowed values. These codes will be considered valid for the specified element in addition to the standard codes defined by the X12 specification.
4391
+ :param codes_to_remove: Specifies a list of code values to remove from the element's allowed values. These codes will be considered invalid for the specified element, even if they are part of the standard codes defined by the X12 specification.
4392
+
4393
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12codelistvalidationrule.html
4394
+ :exampleMetadata: fixture=_generated
4395
+
4396
+ Example::
4397
+
4398
+ # The code below shows an example of how to instantiate this type.
4399
+ # The values are placeholders you should change.
4400
+ from aws_cdk import aws_b2bi as b2bi
4401
+
4402
+ x12_code_list_validation_rule_property = b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
4403
+ element_id="elementId",
4404
+
4405
+ # the properties below are optional
4406
+ codes_to_add=["codesToAdd"],
4407
+ codes_to_remove=["codesToRemove"]
4408
+ )
4409
+ '''
4410
+ if __debug__:
4411
+ type_hints = typing.get_type_hints(_typecheckingstub__c48f4b592271b72cef344b116f613ef8b316e53a42f875bfedd39b7997f45efe)
4412
+ check_type(argname="argument element_id", value=element_id, expected_type=type_hints["element_id"])
4413
+ check_type(argname="argument codes_to_add", value=codes_to_add, expected_type=type_hints["codes_to_add"])
4414
+ check_type(argname="argument codes_to_remove", value=codes_to_remove, expected_type=type_hints["codes_to_remove"])
4415
+ self._values: typing.Dict[builtins.str, typing.Any] = {
4416
+ "element_id": element_id,
4417
+ }
4418
+ if codes_to_add is not None:
4419
+ self._values["codes_to_add"] = codes_to_add
4420
+ if codes_to_remove is not None:
4421
+ self._values["codes_to_remove"] = codes_to_remove
4422
+
4423
+ @builtins.property
4424
+ def element_id(self) -> builtins.str:
4425
+ '''Specifies the four-digit element ID to which the code list modifications apply.
4426
+
4427
+ This identifies which X12 element will have its allowed code values modified.
4428
+
4429
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12codelistvalidationrule.html#cfn-b2bi-transformer-x12codelistvalidationrule-elementid
4430
+ '''
4431
+ result = self._values.get("element_id")
4432
+ assert result is not None, "Required property 'element_id' is missing"
4433
+ return typing.cast(builtins.str, result)
4434
+
4435
+ @builtins.property
4436
+ def codes_to_add(self) -> typing.Optional[typing.List[builtins.str]]:
4437
+ '''Specifies a list of code values to add to the element's allowed values.
4438
+
4439
+ These codes will be considered valid for the specified element in addition to the standard codes defined by the X12 specification.
4440
+
4441
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12codelistvalidationrule.html#cfn-b2bi-transformer-x12codelistvalidationrule-codestoadd
4442
+ '''
4443
+ result = self._values.get("codes_to_add")
4444
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
4445
+
4446
+ @builtins.property
4447
+ def codes_to_remove(self) -> typing.Optional[typing.List[builtins.str]]:
4448
+ '''Specifies a list of code values to remove from the element's allowed values.
4449
+
4450
+ These codes will be considered invalid for the specified element, even if they are part of the standard codes defined by the X12 specification.
4451
+
4452
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12codelistvalidationrule.html#cfn-b2bi-transformer-x12codelistvalidationrule-codestoremove
4453
+ '''
4454
+ result = self._values.get("codes_to_remove")
4455
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
4456
+
4457
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4458
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4459
+
4460
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4461
+ return not (rhs == self)
4462
+
4463
+ def __repr__(self) -> str:
4464
+ return "X12CodeListValidationRuleProperty(%s)" % ", ".join(
4465
+ k + "=" + repr(v) for k, v in self._values.items()
4466
+ )
4467
+
4468
+ @jsii.data_type(
4469
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.X12DetailsProperty",
4470
+ jsii_struct_bases=[],
4471
+ name_mapping={"transaction_set": "transactionSet", "version": "version"},
4472
+ )
4473
+ class X12DetailsProperty:
4474
+ def __init__(
4475
+ self,
4476
+ *,
4477
+ transaction_set: typing.Optional[builtins.str] = None,
4478
+ version: typing.Optional[builtins.str] = None,
4479
+ ) -> None:
4480
+ '''A structure that contains the X12 transaction set and version.
4481
+
4482
+ The X12 structure is used when the system transforms an EDI (electronic data interchange) file.
4483
+ .. epigraph::
4484
+
4485
+ If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.
4486
+
4487
+ :param transaction_set: Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
4488
+ :param version: Returns the version to use for the specified X12 transaction set.
4489
+
4490
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12details.html
4491
+ :exampleMetadata: fixture=_generated
4492
+
4493
+ Example::
4494
+
4495
+ # The code below shows an example of how to instantiate this type.
4496
+ # The values are placeholders you should change.
4497
+ from aws_cdk import aws_b2bi as b2bi
4498
+
4499
+ x12_details_property = b2bi.CfnTransformer.X12DetailsProperty(
4500
+ transaction_set="transactionSet",
4501
+ version="version"
4502
+ )
4503
+ '''
4504
+ if __debug__:
4505
+ type_hints = typing.get_type_hints(_typecheckingstub__6c52ecd7c7c399e4bebfaf5bf8793e65928fdad0c0133ff1ce55c05683b44ac7)
3377
4506
  check_type(argname="argument transaction_set", value=transaction_set, expected_type=type_hints["transaction_set"])
3378
4507
  check_type(argname="argument version", value=version, expected_type=type_hints["version"])
3379
4508
  self._values: typing.Dict[builtins.str, typing.Any] = {}
@@ -3413,6 +4542,433 @@ class CfnTransformer(
3413
4542
  k + "=" + repr(v) for k, v in self._values.items()
3414
4543
  )
3415
4544
 
4545
+ @jsii.data_type(
4546
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty",
4547
+ jsii_struct_bases=[],
4548
+ name_mapping={
4549
+ "element_id": "elementId",
4550
+ "max_length": "maxLength",
4551
+ "min_length": "minLength",
4552
+ },
4553
+ )
4554
+ class X12ElementLengthValidationRuleProperty:
4555
+ def __init__(
4556
+ self,
4557
+ *,
4558
+ element_id: builtins.str,
4559
+ max_length: jsii.Number,
4560
+ min_length: jsii.Number,
4561
+ ) -> None:
4562
+ '''Defines a validation rule that specifies custom length constraints for a specific X12 element.
4563
+
4564
+ This rule allows you to override the standard minimum and maximum length requirements for an element, enabling validation of trading partner-specific length requirements that may differ from the X12 specification. Both minimum and maximum length values must be specified.
4565
+
4566
+ :param element_id: Specifies the four-digit element ID to which the length constraints will be applied. This identifies which X12 element will have its length requirements modified.
4567
+ :param max_length: Specifies the maximum allowed length for the identified element. This value defines the upper limit for the element's content length.
4568
+ :param min_length: Specifies the minimum required length for the identified element. This value defines the lower limit for the element's content length.
4569
+
4570
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12elementlengthvalidationrule.html
4571
+ :exampleMetadata: fixture=_generated
4572
+
4573
+ Example::
4574
+
4575
+ # The code below shows an example of how to instantiate this type.
4576
+ # The values are placeholders you should change.
4577
+ from aws_cdk import aws_b2bi as b2bi
4578
+
4579
+ x12_element_length_validation_rule_property = b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
4580
+ element_id="elementId",
4581
+ max_length=123,
4582
+ min_length=123
4583
+ )
4584
+ '''
4585
+ if __debug__:
4586
+ type_hints = typing.get_type_hints(_typecheckingstub__72c63a128e248c7d4c6f89fa17885156ba472036c367fb1554413409d5bd58db)
4587
+ check_type(argname="argument element_id", value=element_id, expected_type=type_hints["element_id"])
4588
+ check_type(argname="argument max_length", value=max_length, expected_type=type_hints["max_length"])
4589
+ check_type(argname="argument min_length", value=min_length, expected_type=type_hints["min_length"])
4590
+ self._values: typing.Dict[builtins.str, typing.Any] = {
4591
+ "element_id": element_id,
4592
+ "max_length": max_length,
4593
+ "min_length": min_length,
4594
+ }
4595
+
4596
+ @builtins.property
4597
+ def element_id(self) -> builtins.str:
4598
+ '''Specifies the four-digit element ID to which the length constraints will be applied.
4599
+
4600
+ This identifies which X12 element will have its length requirements modified.
4601
+
4602
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12elementlengthvalidationrule.html#cfn-b2bi-transformer-x12elementlengthvalidationrule-elementid
4603
+ '''
4604
+ result = self._values.get("element_id")
4605
+ assert result is not None, "Required property 'element_id' is missing"
4606
+ return typing.cast(builtins.str, result)
4607
+
4608
+ @builtins.property
4609
+ def max_length(self) -> jsii.Number:
4610
+ '''Specifies the maximum allowed length for the identified element.
4611
+
4612
+ This value defines the upper limit for the element's content length.
4613
+
4614
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12elementlengthvalidationrule.html#cfn-b2bi-transformer-x12elementlengthvalidationrule-maxlength
4615
+ '''
4616
+ result = self._values.get("max_length")
4617
+ assert result is not None, "Required property 'max_length' is missing"
4618
+ return typing.cast(jsii.Number, result)
4619
+
4620
+ @builtins.property
4621
+ def min_length(self) -> jsii.Number:
4622
+ '''Specifies the minimum required length for the identified element.
4623
+
4624
+ This value defines the lower limit for the element's content length.
4625
+
4626
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12elementlengthvalidationrule.html#cfn-b2bi-transformer-x12elementlengthvalidationrule-minlength
4627
+ '''
4628
+ result = self._values.get("min_length")
4629
+ assert result is not None, "Required property 'min_length' is missing"
4630
+ return typing.cast(jsii.Number, result)
4631
+
4632
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4633
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4634
+
4635
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4636
+ return not (rhs == self)
4637
+
4638
+ def __repr__(self) -> str:
4639
+ return "X12ElementLengthValidationRuleProperty(%s)" % ", ".join(
4640
+ k + "=" + repr(v) for k, v in self._values.items()
4641
+ )
4642
+
4643
+ @jsii.data_type(
4644
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty",
4645
+ jsii_struct_bases=[],
4646
+ name_mapping={
4647
+ "element_position": "elementPosition",
4648
+ "requirement": "requirement",
4649
+ },
4650
+ )
4651
+ class X12ElementRequirementValidationRuleProperty:
4652
+ def __init__(
4653
+ self,
4654
+ *,
4655
+ element_position: builtins.str,
4656
+ requirement: builtins.str,
4657
+ ) -> None:
4658
+ '''Defines a validation rule that modifies the requirement status of a specific X12 element within a segment.
4659
+
4660
+ This rule allows you to make optional elements mandatory or mandatory elements optional, providing flexibility to accommodate different trading partner requirements and business rules. The rule targets a specific element position within a segment and sets its requirement status to either OPTIONAL or MANDATORY.
4661
+
4662
+ :param element_position: Specifies the position of the element within an X12 segment for which the requirement status will be modified. The format follows the pattern of segment identifier followed by element position (e.g., "ST-01" for the first element of the ST segment).
4663
+ :param requirement: Specifies the requirement status for the element at the specified position. Valid values are OPTIONAL (the element may be omitted) or MANDATORY (the element must be present).
4664
+
4665
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12elementrequirementvalidationrule.html
4666
+ :exampleMetadata: fixture=_generated
4667
+
4668
+ Example::
4669
+
4670
+ # The code below shows an example of how to instantiate this type.
4671
+ # The values are placeholders you should change.
4672
+ from aws_cdk import aws_b2bi as b2bi
4673
+
4674
+ x12_element_requirement_validation_rule_property = b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
4675
+ element_position="elementPosition",
4676
+ requirement="requirement"
4677
+ )
4678
+ '''
4679
+ if __debug__:
4680
+ type_hints = typing.get_type_hints(_typecheckingstub__ba1e9be09bdff1beaa9be9fc2d4d3415f08bedf6d9c3ec96e9401508b7263a35)
4681
+ check_type(argname="argument element_position", value=element_position, expected_type=type_hints["element_position"])
4682
+ check_type(argname="argument requirement", value=requirement, expected_type=type_hints["requirement"])
4683
+ self._values: typing.Dict[builtins.str, typing.Any] = {
4684
+ "element_position": element_position,
4685
+ "requirement": requirement,
4686
+ }
4687
+
4688
+ @builtins.property
4689
+ def element_position(self) -> builtins.str:
4690
+ '''Specifies the position of the element within an X12 segment for which the requirement status will be modified.
4691
+
4692
+ The format follows the pattern of segment identifier followed by element position (e.g., "ST-01" for the first element of the ST segment).
4693
+
4694
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12elementrequirementvalidationrule.html#cfn-b2bi-transformer-x12elementrequirementvalidationrule-elementposition
4695
+ '''
4696
+ result = self._values.get("element_position")
4697
+ assert result is not None, "Required property 'element_position' is missing"
4698
+ return typing.cast(builtins.str, result)
4699
+
4700
+ @builtins.property
4701
+ def requirement(self) -> builtins.str:
4702
+ '''Specifies the requirement status for the element at the specified position.
4703
+
4704
+ Valid values are OPTIONAL (the element may be omitted) or MANDATORY (the element must be present).
4705
+
4706
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12elementrequirementvalidationrule.html#cfn-b2bi-transformer-x12elementrequirementvalidationrule-requirement
4707
+ '''
4708
+ result = self._values.get("requirement")
4709
+ assert result is not None, "Required property 'requirement' is missing"
4710
+ return typing.cast(builtins.str, result)
4711
+
4712
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4713
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4714
+
4715
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4716
+ return not (rhs == self)
4717
+
4718
+ def __repr__(self) -> str:
4719
+ return "X12ElementRequirementValidationRuleProperty(%s)" % ", ".join(
4720
+ k + "=" + repr(v) for k, v in self._values.items()
4721
+ )
4722
+
4723
+ @jsii.data_type(
4724
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.X12SplitOptionsProperty",
4725
+ jsii_struct_bases=[],
4726
+ name_mapping={"split_by": "splitBy"},
4727
+ )
4728
+ class X12SplitOptionsProperty:
4729
+ def __init__(self, *, split_by: typing.Optional[builtins.str] = None) -> None:
4730
+ '''Contains options for splitting X12 EDI files into smaller units.
4731
+
4732
+ This is useful for processing large EDI files more efficiently.
4733
+
4734
+ :param split_by: Specifies the method used to split X12 EDI files. Valid values include ``TRANSACTION`` (split by individual transaction sets), or ``NONE`` (no splitting).
4735
+
4736
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12splitoptions.html
4737
+ :exampleMetadata: fixture=_generated
4738
+
4739
+ Example::
4740
+
4741
+ # The code below shows an example of how to instantiate this type.
4742
+ # The values are placeholders you should change.
4743
+ from aws_cdk import aws_b2bi as b2bi
4744
+
4745
+ x12_split_options_property = b2bi.CfnTransformer.X12SplitOptionsProperty(
4746
+ split_by="splitBy"
4747
+ )
4748
+ '''
4749
+ if __debug__:
4750
+ type_hints = typing.get_type_hints(_typecheckingstub__8eda5d523e00df1c59382ff9b447e68e4b9960ae993e8a6bceb3337c0646dede)
4751
+ check_type(argname="argument split_by", value=split_by, expected_type=type_hints["split_by"])
4752
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4753
+ if split_by is not None:
4754
+ self._values["split_by"] = split_by
4755
+
4756
+ @builtins.property
4757
+ def split_by(self) -> typing.Optional[builtins.str]:
4758
+ '''Specifies the method used to split X12 EDI files.
4759
+
4760
+ Valid values include ``TRANSACTION`` (split by individual transaction sets), or ``NONE`` (no splitting).
4761
+
4762
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12splitoptions.html#cfn-b2bi-transformer-x12splitoptions-splitby
4763
+ '''
4764
+ result = self._values.get("split_by")
4765
+ return typing.cast(typing.Optional[builtins.str], result)
4766
+
4767
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4768
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4769
+
4770
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4771
+ return not (rhs == self)
4772
+
4773
+ def __repr__(self) -> str:
4774
+ return "X12SplitOptionsProperty(%s)" % ", ".join(
4775
+ k + "=" + repr(v) for k, v in self._values.items()
4776
+ )
4777
+
4778
+ @jsii.data_type(
4779
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.X12ValidationOptionsProperty",
4780
+ jsii_struct_bases=[],
4781
+ name_mapping={"validation_rules": "validationRules"},
4782
+ )
4783
+ class X12ValidationOptionsProperty:
4784
+ def __init__(
4785
+ self,
4786
+ *,
4787
+ validation_rules: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.X12ValidationRuleProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
4788
+ ) -> None:
4789
+ '''Contains configuration options for X12 EDI validation.
4790
+
4791
+ This structure allows you to specify custom validation rules that will be applied during EDI document processing, including element length constraints, code list modifications, and element requirement changes. These validation options provide flexibility to accommodate trading partner-specific requirements while maintaining EDI compliance. The validation rules are applied in addition to standard X12 validation to ensure documents meet both standard and custom requirements.
4792
+
4793
+ :param validation_rules: Specifies a list of validation rules to apply during EDI document processing. These rules can include code list modifications, element length constraints, and element requirement changes.
4794
+
4795
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12validationoptions.html
4796
+ :exampleMetadata: fixture=_generated
4797
+
4798
+ Example::
4799
+
4800
+ # The code below shows an example of how to instantiate this type.
4801
+ # The values are placeholders you should change.
4802
+ from aws_cdk import aws_b2bi as b2bi
4803
+
4804
+ x12_validation_options_property = b2bi.CfnTransformer.X12ValidationOptionsProperty(
4805
+ validation_rules=[b2bi.CfnTransformer.X12ValidationRuleProperty(
4806
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
4807
+ element_id="elementId",
4808
+
4809
+ # the properties below are optional
4810
+ codes_to_add=["codesToAdd"],
4811
+ codes_to_remove=["codesToRemove"]
4812
+ ),
4813
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
4814
+ element_id="elementId",
4815
+ max_length=123,
4816
+ min_length=123
4817
+ ),
4818
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
4819
+ element_position="elementPosition",
4820
+ requirement="requirement"
4821
+ )
4822
+ )]
4823
+ )
4824
+ '''
4825
+ if __debug__:
4826
+ type_hints = typing.get_type_hints(_typecheckingstub__3b2db2001546ea5c18521043ed2c413bd208851812e5b62f93dea507652b0a20)
4827
+ check_type(argname="argument validation_rules", value=validation_rules, expected_type=type_hints["validation_rules"])
4828
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4829
+ if validation_rules is not None:
4830
+ self._values["validation_rules"] = validation_rules
4831
+
4832
+ @builtins.property
4833
+ def validation_rules(
4834
+ self,
4835
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12ValidationRuleProperty"]]]]:
4836
+ '''Specifies a list of validation rules to apply during EDI document processing.
4837
+
4838
+ These rules can include code list modifications, element length constraints, and element requirement changes.
4839
+
4840
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12validationoptions.html#cfn-b2bi-transformer-x12validationoptions-validationrules
4841
+ '''
4842
+ result = self._values.get("validation_rules")
4843
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12ValidationRuleProperty"]]]], result)
4844
+
4845
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4846
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4847
+
4848
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4849
+ return not (rhs == self)
4850
+
4851
+ def __repr__(self) -> str:
4852
+ return "X12ValidationOptionsProperty(%s)" % ", ".join(
4853
+ k + "=" + repr(v) for k, v in self._values.items()
4854
+ )
4855
+
4856
+ @jsii.data_type(
4857
+ jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformer.X12ValidationRuleProperty",
4858
+ jsii_struct_bases=[],
4859
+ name_mapping={
4860
+ "code_list_validation_rule": "codeListValidationRule",
4861
+ "element_length_validation_rule": "elementLengthValidationRule",
4862
+ "element_requirement_validation_rule": "elementRequirementValidationRule",
4863
+ },
4864
+ )
4865
+ class X12ValidationRuleProperty:
4866
+ def __init__(
4867
+ self,
4868
+ *,
4869
+ code_list_validation_rule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.X12CodeListValidationRuleProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4870
+ element_length_validation_rule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.X12ElementLengthValidationRuleProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4871
+ element_requirement_validation_rule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTransformer.X12ElementRequirementValidationRuleProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4872
+ ) -> None:
4873
+ '''Represents a single validation rule that can be applied during X12 EDI processing.
4874
+
4875
+ This is a union type that can contain one of several specific validation rule types: code list validation rules for modifying allowed element codes, element length validation rules for enforcing custom length constraints, or element requirement validation rules for changing mandatory/optional status. Each validation rule targets specific aspects of EDI document validation to ensure compliance with trading partner requirements and business rules.
4876
+
4877
+ :param code_list_validation_rule: Specifies a code list validation rule that modifies the allowed code values for a specific X12 element. This rule enables you to customize which codes are considered valid for an element, allowing for trading partner-specific code requirements.
4878
+ :param element_length_validation_rule: Specifies an element length validation rule that defines custom length constraints for a specific X12 element. This rule allows you to enforce minimum and maximum length requirements that may differ from the standard X12 specification.
4879
+ :param element_requirement_validation_rule: Specifies an element requirement validation rule that modifies whether a specific X12 element is required or optional within a segment. This rule provides flexibility to accommodate different trading partner requirements for element presence.
4880
+
4881
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12validationrule.html
4882
+ :exampleMetadata: fixture=_generated
4883
+
4884
+ Example::
4885
+
4886
+ # The code below shows an example of how to instantiate this type.
4887
+ # The values are placeholders you should change.
4888
+ from aws_cdk import aws_b2bi as b2bi
4889
+
4890
+ x12_validation_rule_property = b2bi.CfnTransformer.X12ValidationRuleProperty(
4891
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
4892
+ element_id="elementId",
4893
+
4894
+ # the properties below are optional
4895
+ codes_to_add=["codesToAdd"],
4896
+ codes_to_remove=["codesToRemove"]
4897
+ ),
4898
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
4899
+ element_id="elementId",
4900
+ max_length=123,
4901
+ min_length=123
4902
+ ),
4903
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
4904
+ element_position="elementPosition",
4905
+ requirement="requirement"
4906
+ )
4907
+ )
4908
+ '''
4909
+ if __debug__:
4910
+ type_hints = typing.get_type_hints(_typecheckingstub__b7a900e7e6c6c112b85cca6ec6d959dce99dd4b93c53e0342e0db78808abaa6a)
4911
+ check_type(argname="argument code_list_validation_rule", value=code_list_validation_rule, expected_type=type_hints["code_list_validation_rule"])
4912
+ check_type(argname="argument element_length_validation_rule", value=element_length_validation_rule, expected_type=type_hints["element_length_validation_rule"])
4913
+ check_type(argname="argument element_requirement_validation_rule", value=element_requirement_validation_rule, expected_type=type_hints["element_requirement_validation_rule"])
4914
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4915
+ if code_list_validation_rule is not None:
4916
+ self._values["code_list_validation_rule"] = code_list_validation_rule
4917
+ if element_length_validation_rule is not None:
4918
+ self._values["element_length_validation_rule"] = element_length_validation_rule
4919
+ if element_requirement_validation_rule is not None:
4920
+ self._values["element_requirement_validation_rule"] = element_requirement_validation_rule
4921
+
4922
+ @builtins.property
4923
+ def code_list_validation_rule(
4924
+ self,
4925
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12CodeListValidationRuleProperty"]]:
4926
+ '''Specifies a code list validation rule that modifies the allowed code values for a specific X12 element.
4927
+
4928
+ This rule enables you to customize which codes are considered valid for an element, allowing for trading partner-specific code requirements.
4929
+
4930
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12validationrule.html#cfn-b2bi-transformer-x12validationrule-codelistvalidationrule
4931
+ '''
4932
+ result = self._values.get("code_list_validation_rule")
4933
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12CodeListValidationRuleProperty"]], result)
4934
+
4935
+ @builtins.property
4936
+ def element_length_validation_rule(
4937
+ self,
4938
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12ElementLengthValidationRuleProperty"]]:
4939
+ '''Specifies an element length validation rule that defines custom length constraints for a specific X12 element.
4940
+
4941
+ This rule allows you to enforce minimum and maximum length requirements that may differ from the standard X12 specification.
4942
+
4943
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12validationrule.html#cfn-b2bi-transformer-x12validationrule-elementlengthvalidationrule
4944
+ '''
4945
+ result = self._values.get("element_length_validation_rule")
4946
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12ElementLengthValidationRuleProperty"]], result)
4947
+
4948
+ @builtins.property
4949
+ def element_requirement_validation_rule(
4950
+ self,
4951
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12ElementRequirementValidationRuleProperty"]]:
4952
+ '''Specifies an element requirement validation rule that modifies whether a specific X12 element is required or optional within a segment.
4953
+
4954
+ This rule provides flexibility to accommodate different trading partner requirements for element presence.
4955
+
4956
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12validationrule.html#cfn-b2bi-transformer-x12validationrule-elementrequirementvalidationrule
4957
+ '''
4958
+ result = self._values.get("element_requirement_validation_rule")
4959
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTransformer.X12ElementRequirementValidationRuleProperty"]], result)
4960
+
4961
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4962
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4963
+
4964
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4965
+ return not (rhs == self)
4966
+
4967
+ def __repr__(self) -> str:
4968
+ return "X12ValidationRuleProperty(%s)" % ", ".join(
4969
+ k + "=" + repr(v) for k, v in self._values.items()
4970
+ )
4971
+
3416
4972
 
3417
4973
  @jsii.data_type(
3418
4974
  jsii_type="aws-cdk-lib.aws_b2bi.CfnTransformerProps",
@@ -3486,6 +5042,33 @@ class CfnTransformerProps:
3486
5042
  from_format="fromFormat",
3487
5043
 
3488
5044
  # the properties below are optional
5045
+ advanced_options=b2bi.CfnTransformer.AdvancedOptionsProperty(
5046
+ x12=b2bi.CfnTransformer.X12AdvancedOptionsProperty(
5047
+ split_options=b2bi.CfnTransformer.X12SplitOptionsProperty(
5048
+ split_by="splitBy"
5049
+ ),
5050
+ validation_options=b2bi.CfnTransformer.X12ValidationOptionsProperty(
5051
+ validation_rules=[b2bi.CfnTransformer.X12ValidationRuleProperty(
5052
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
5053
+ element_id="elementId",
5054
+
5055
+ # the properties below are optional
5056
+ codes_to_add=["codesToAdd"],
5057
+ codes_to_remove=["codesToRemove"]
5058
+ ),
5059
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
5060
+ element_id="elementId",
5061
+ max_length=123,
5062
+ min_length=123
5063
+ ),
5064
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
5065
+ element_position="elementPosition",
5066
+ requirement="requirement"
5067
+ )
5068
+ )]
5069
+ )
5070
+ )
5071
+ ),
3489
5072
  format_options=b2bi.CfnTransformer.FormatOptionsProperty(
3490
5073
  x12=b2bi.CfnTransformer.X12DetailsProperty(
3491
5074
  transaction_set="transactionSet",
@@ -3504,6 +5087,33 @@ class CfnTransformerProps:
3504
5087
  to_format="toFormat",
3505
5088
 
3506
5089
  # the properties below are optional
5090
+ advanced_options=b2bi.CfnTransformer.AdvancedOptionsProperty(
5091
+ x12=b2bi.CfnTransformer.X12AdvancedOptionsProperty(
5092
+ split_options=b2bi.CfnTransformer.X12SplitOptionsProperty(
5093
+ split_by="splitBy"
5094
+ ),
5095
+ validation_options=b2bi.CfnTransformer.X12ValidationOptionsProperty(
5096
+ validation_rules=[b2bi.CfnTransformer.X12ValidationRuleProperty(
5097
+ code_list_validation_rule=b2bi.CfnTransformer.X12CodeListValidationRuleProperty(
5098
+ element_id="elementId",
5099
+
5100
+ # the properties below are optional
5101
+ codes_to_add=["codesToAdd"],
5102
+ codes_to_remove=["codesToRemove"]
5103
+ ),
5104
+ element_length_validation_rule=b2bi.CfnTransformer.X12ElementLengthValidationRuleProperty(
5105
+ element_id="elementId",
5106
+ max_length=123,
5107
+ min_length=123
5108
+ ),
5109
+ element_requirement_validation_rule=b2bi.CfnTransformer.X12ElementRequirementValidationRuleProperty(
5110
+ element_position="elementPosition",
5111
+ requirement="requirement"
5112
+ )
5113
+ )]
5114
+ )
5115
+ )
5116
+ ),
3507
5117
  format_options=b2bi.CfnTransformer.FormatOptionsProperty(
3508
5118
  x12=b2bi.CfnTransformer.X12DetailsProperty(
3509
5119
  transaction_set="transactionSet",
@@ -3893,11 +5503,19 @@ def _typecheckingstub__fc0c0a6e8431d11899a318046b450bc4efc00486d9f20286940067c7f
3893
5503
 
3894
5504
  def _typecheckingstub__489c8d62d1ea0d603790b535b3f02b6d30eee2c7a02cd1b1d2a497a7f9f54c2b(
3895
5505
  *,
5506
+ inbound_edi: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.InboundEdiOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3896
5507
  outbound_edi: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.OutboundEdiOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3897
5508
  ) -> None:
3898
5509
  """Type checking stubs"""
3899
5510
  pass
3900
5511
 
5512
+ def _typecheckingstub__b6c324487b61389216d4c37a2c38661a9fd27a782f0b1d30b4da2197c02472ca(
5513
+ *,
5514
+ x12: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.X12InboundEdiOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5515
+ ) -> None:
5516
+ """Type checking stubs"""
5517
+ pass
5518
+
3901
5519
  def _typecheckingstub__32687b2a777cf504a9e11c6386b8aa7795645f807660aecf3f5bdddf1b953268(
3902
5520
  *,
3903
5521
  x12: typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.X12EnvelopeProperty, typing.Dict[builtins.str, typing.Any]]],
@@ -3905,6 +5523,32 @@ def _typecheckingstub__32687b2a777cf504a9e11c6386b8aa7795645f807660aecf3f5bdddf1
3905
5523
  """Type checking stubs"""
3906
5524
  pass
3907
5525
 
5526
+ def _typecheckingstub__e655ba69d2815891585dad9698c9aca0d8f46825094f69219bf726ac7cc3dfb3(
5527
+ *,
5528
+ line_length: typing.Optional[jsii.Number] = None,
5529
+ line_terminator: typing.Optional[builtins.str] = None,
5530
+ wrap_by: typing.Optional[builtins.str] = None,
5531
+ ) -> None:
5532
+ """Type checking stubs"""
5533
+ pass
5534
+
5535
+ def _typecheckingstub__cd25022ffe4e73fd8bbd9369b880ae7c91c4a3b0583614cce2974320e88eaa3a(
5536
+ *,
5537
+ functional_acknowledgment: builtins.str,
5538
+ technical_acknowledgment: builtins.str,
5539
+ ) -> None:
5540
+ """Type checking stubs"""
5541
+ pass
5542
+
5543
+ def _typecheckingstub__30e0c21f8439a660cced0c707b2b1ab5d0199f9710dc5113cb9fcde22546bef9(
5544
+ *,
5545
+ starting_functional_group_control_number: typing.Optional[jsii.Number] = None,
5546
+ starting_interchange_control_number: typing.Optional[jsii.Number] = None,
5547
+ starting_transaction_set_control_number: typing.Optional[jsii.Number] = None,
5548
+ ) -> None:
5549
+ """Type checking stubs"""
5550
+ pass
5551
+
3908
5552
  def _typecheckingstub__1c64e6cc29ab2abf7a0ebb687d8309174a673c2096776d261df47c9bb5f6044b(
3909
5553
  *,
3910
5554
  component_separator: typing.Optional[builtins.str] = None,
@@ -3917,6 +5561,7 @@ def _typecheckingstub__1c64e6cc29ab2abf7a0ebb687d8309174a673c2096776d261df47c9bb
3917
5561
  def _typecheckingstub__30e9a528379ffdff1b0693f52a617de66a178b919d5d3ddc1c68309cc0a86afc(
3918
5562
  *,
3919
5563
  common: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.X12OutboundEdiHeadersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5564
+ wrap_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.WrapOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3920
5565
  ) -> None:
3921
5566
  """Type checking stubs"""
3922
5567
  pass
@@ -3930,6 +5575,13 @@ def _typecheckingstub__0b107041a5b51efd672a9b2f3b5bb8ce2f8376a1dc4cddc6a58a089e0
3930
5575
  """Type checking stubs"""
3931
5576
  pass
3932
5577
 
5578
+ def _typecheckingstub__25951703b6b17888b8fded1f4b04ca4482b7f065fc950fd49d36619cde5b1ad6(
5579
+ *,
5580
+ acknowledgment_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.X12AcknowledgmentOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5581
+ ) -> None:
5582
+ """Type checking stubs"""
5583
+ pass
5584
+
3933
5585
  def _typecheckingstub__2cd06c107bbc9de62cfdd484dd7527f5641c4d03e973675f4638b3441dcb2630(
3934
5586
  *,
3935
5587
  acknowledgment_requested_code: typing.Optional[builtins.str] = None,
@@ -3945,8 +5597,10 @@ def _typecheckingstub__2cd06c107bbc9de62cfdd484dd7527f5641c4d03e973675f4638b3441
3945
5597
 
3946
5598
  def _typecheckingstub__8e80431a1b65f39f118b4a0b397a523502dcc49a5197848bd82eff40dc153d1c(
3947
5599
  *,
5600
+ control_numbers: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.X12ControlNumbersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3948
5601
  delimiters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.X12DelimitersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3949
5602
  functional_group_headers: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.X12FunctionalGroupHeadersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5603
+ gs05_time_format: typing.Optional[builtins.str] = None,
3950
5604
  interchange_control_headers: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPartnership.X12InterchangeControlHeadersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3951
5605
  validate_edi: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3952
5606
  ) -> None:
@@ -4137,6 +5791,13 @@ def _typecheckingstub__d4ec179f77fa2da856518d97a9b83e88d0c96784ca483f80c070b398e
4137
5791
  """Type checking stubs"""
4138
5792
  pass
4139
5793
 
5794
+ def _typecheckingstub__bb01391868543c9042ef70dbd21634249f177cb7ac9ad6ddf2b2583c136e529b(
5795
+ *,
5796
+ x12: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.X12AdvancedOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5797
+ ) -> None:
5798
+ """Type checking stubs"""
5799
+ pass
5800
+
4140
5801
  def _typecheckingstub__0a90856b523d4a63e08c58604f08df0cd4ca6647b6d8b2bf4c0c6238831a179a(
4141
5802
  *,
4142
5803
  x12_details: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.X12DetailsProperty, typing.Dict[builtins.str, typing.Any]]],
@@ -4154,6 +5815,7 @@ def _typecheckingstub__4fd1bb8229a0f694482eb19adf96ad49a74295bc6d7acb9ae07377337
4154
5815
  def _typecheckingstub__26660093b7b88e1d4689618f27b43e1e286cfcdb3adbc4c515c4b29513332a12(
4155
5816
  *,
4156
5817
  from_format: builtins.str,
5818
+ advanced_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.AdvancedOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4157
5819
  format_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.FormatOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4158
5820
  ) -> None:
4159
5821
  """Type checking stubs"""
@@ -4170,6 +5832,7 @@ def _typecheckingstub__0ab01eed6892d54284d211380c1147d43f8287b1d284d94cfbe020e47
4170
5832
  def _typecheckingstub__dba363199b2c0b97d3ba296b1d26754261d2515646da5bce6b98f57eff2c1d59(
4171
5833
  *,
4172
5834
  to_format: builtins.str,
5835
+ advanced_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.AdvancedOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4173
5836
  format_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.FormatOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4174
5837
  ) -> None:
4175
5838
  """Type checking stubs"""
@@ -4191,6 +5854,23 @@ def _typecheckingstub__f6b7e60975e30fa176cbce1116829b7ea73143bc6b12e63afdd39fa25
4191
5854
  """Type checking stubs"""
4192
5855
  pass
4193
5856
 
5857
+ def _typecheckingstub__0d6cdec7bccb6d811748cbb3f28ec5b4408f4496a924455516c3f90fd268b81c(
5858
+ *,
5859
+ split_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.X12SplitOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5860
+ validation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.X12ValidationOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5861
+ ) -> None:
5862
+ """Type checking stubs"""
5863
+ pass
5864
+
5865
+ def _typecheckingstub__c48f4b592271b72cef344b116f613ef8b316e53a42f875bfedd39b7997f45efe(
5866
+ *,
5867
+ element_id: builtins.str,
5868
+ codes_to_add: typing.Optional[typing.Sequence[builtins.str]] = None,
5869
+ codes_to_remove: typing.Optional[typing.Sequence[builtins.str]] = None,
5870
+ ) -> None:
5871
+ """Type checking stubs"""
5872
+ pass
5873
+
4194
5874
  def _typecheckingstub__6c52ecd7c7c399e4bebfaf5bf8793e65928fdad0c0133ff1ce55c05683b44ac7(
4195
5875
  *,
4196
5876
  transaction_set: typing.Optional[builtins.str] = None,
@@ -4199,6 +5879,46 @@ def _typecheckingstub__6c52ecd7c7c399e4bebfaf5bf8793e65928fdad0c0133ff1ce55c0568
4199
5879
  """Type checking stubs"""
4200
5880
  pass
4201
5881
 
5882
+ def _typecheckingstub__72c63a128e248c7d4c6f89fa17885156ba472036c367fb1554413409d5bd58db(
5883
+ *,
5884
+ element_id: builtins.str,
5885
+ max_length: jsii.Number,
5886
+ min_length: jsii.Number,
5887
+ ) -> None:
5888
+ """Type checking stubs"""
5889
+ pass
5890
+
5891
+ def _typecheckingstub__ba1e9be09bdff1beaa9be9fc2d4d3415f08bedf6d9c3ec96e9401508b7263a35(
5892
+ *,
5893
+ element_position: builtins.str,
5894
+ requirement: builtins.str,
5895
+ ) -> None:
5896
+ """Type checking stubs"""
5897
+ pass
5898
+
5899
+ def _typecheckingstub__8eda5d523e00df1c59382ff9b447e68e4b9960ae993e8a6bceb3337c0646dede(
5900
+ *,
5901
+ split_by: typing.Optional[builtins.str] = None,
5902
+ ) -> None:
5903
+ """Type checking stubs"""
5904
+ pass
5905
+
5906
+ def _typecheckingstub__3b2db2001546ea5c18521043ed2c413bd208851812e5b62f93dea507652b0a20(
5907
+ *,
5908
+ validation_rules: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.X12ValidationRuleProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
5909
+ ) -> None:
5910
+ """Type checking stubs"""
5911
+ pass
5912
+
5913
+ def _typecheckingstub__b7a900e7e6c6c112b85cca6ec6d959dce99dd4b93c53e0342e0db78808abaa6a(
5914
+ *,
5915
+ code_list_validation_rule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.X12CodeListValidationRuleProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5916
+ element_length_validation_rule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.X12ElementLengthValidationRuleProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5917
+ element_requirement_validation_rule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTransformer.X12ElementRequirementValidationRuleProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5918
+ ) -> None:
5919
+ """Type checking stubs"""
5920
+ pass
5921
+
4202
5922
  def _typecheckingstub__69e342f03b6075725a81423ccb4db79ba04bb935c9a3fd129f49fd2954e7cc21(
4203
5923
  *,
4204
5924
  name: builtins.str,