aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.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 (288) hide show
  1. aws_cdk/__init__.py +21 -18
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +3 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -1
  7. aws_cdk/aws_aiops/__init__.py +3 -0
  8. aws_cdk/aws_amazonmq/__init__.py +3 -29
  9. aws_cdk/aws_amplify/__init__.py +3 -0
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  11. aws_cdk/aws_apigateway/__init__.py +3 -0
  12. aws_cdk/aws_apigatewayv2/__init__.py +3 -0
  13. aws_cdk/aws_appconfig/__init__.py +3 -29
  14. aws_cdk/aws_appflow/__init__.py +3 -0
  15. aws_cdk/aws_appintegrations/__init__.py +3 -0
  16. aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
  17. aws_cdk/aws_applicationinsights/__init__.py +3 -0
  18. aws_cdk/aws_applicationsignals/__init__.py +4 -1
  19. aws_cdk/aws_appmesh/__init__.py +3 -0
  20. aws_cdk/aws_apprunner/__init__.py +3 -0
  21. aws_cdk/aws_appstream/__init__.py +3 -0
  22. aws_cdk/aws_appsync/__init__.py +3 -0
  23. aws_cdk/aws_apptest/__init__.py +3 -0
  24. aws_cdk/aws_aps/__init__.py +1168 -83
  25. aws_cdk/aws_arcregionswitch/__init__.py +3 -0
  26. aws_cdk/aws_arczonalshift/__init__.py +3 -0
  27. aws_cdk/aws_athena/__init__.py +3 -0
  28. aws_cdk/aws_auditmanager/__init__.py +3 -0
  29. aws_cdk/aws_autoscaling/__init__.py +3 -0
  30. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  31. aws_cdk/aws_autoscalingplans/__init__.py +3 -0
  32. aws_cdk/aws_b2bi/__init__.py +3 -0
  33. aws_cdk/aws_backup/__init__.py +3 -29
  34. aws_cdk/aws_backupgateway/__init__.py +3 -0
  35. aws_cdk/aws_batch/__init__.py +3 -0
  36. aws_cdk/aws_bcmdataexports/__init__.py +3 -0
  37. aws_cdk/aws_bedrock/__init__.py +9 -29
  38. aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
  39. aws_cdk/aws_billingconductor/__init__.py +3 -0
  40. aws_cdk/aws_budgets/__init__.py +3 -0
  41. aws_cdk/aws_cassandra/__init__.py +3 -0
  42. aws_cdk/aws_ce/__init__.py +3 -0
  43. aws_cdk/aws_certificatemanager/__init__.py +3 -0
  44. aws_cdk/aws_chatbot/__init__.py +3 -0
  45. aws_cdk/aws_cleanrooms/__init__.py +3 -0
  46. aws_cdk/aws_cleanroomsml/__init__.py +3 -0
  47. aws_cdk/aws_cloud9/__init__.py +3 -0
  48. aws_cdk/aws_cloudformation/__init__.py +3 -0
  49. aws_cdk/aws_cloudfront/__init__.py +69 -3
  50. aws_cdk/aws_cloudtrail/__init__.py +3 -0
  51. aws_cdk/aws_cloudwatch/__init__.py +3 -0
  52. aws_cdk/aws_codeartifact/__init__.py +3 -0
  53. aws_cdk/aws_codebuild/__init__.py +3 -0
  54. aws_cdk/aws_codecommit/__init__.py +3 -0
  55. aws_cdk/aws_codeconnections/__init__.py +3 -0
  56. aws_cdk/aws_codedeploy/__init__.py +3 -0
  57. aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
  58. aws_cdk/aws_codegurureviewer/__init__.py +3 -0
  59. aws_cdk/aws_codepipeline/__init__.py +3 -0
  60. aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
  61. aws_cdk/aws_codestar/__init__.py +3 -0
  62. aws_cdk/aws_codestarconnections/__init__.py +3 -0
  63. aws_cdk/aws_codestarnotifications/__init__.py +3 -0
  64. aws_cdk/aws_cognito/__init__.py +3 -0
  65. aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
  66. aws_cdk/aws_comprehend/__init__.py +3 -0
  67. aws_cdk/aws_config/__init__.py +3 -0
  68. aws_cdk/aws_connect/__init__.py +1232 -2
  69. aws_cdk/aws_connectcampaigns/__init__.py +3 -0
  70. aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
  71. aws_cdk/aws_controltower/__init__.py +3 -0
  72. aws_cdk/aws_cur/__init__.py +3 -0
  73. aws_cdk/aws_customerprofiles/__init__.py +3 -29
  74. aws_cdk/aws_databrew/__init__.py +3 -0
  75. aws_cdk/aws_datapipeline/__init__.py +3 -0
  76. aws_cdk/aws_datasync/__init__.py +3 -0
  77. aws_cdk/aws_datazone/__init__.py +17 -15
  78. aws_cdk/aws_dax/__init__.py +3 -0
  79. aws_cdk/aws_deadline/__init__.py +3 -0
  80. aws_cdk/aws_detective/__init__.py +3 -0
  81. aws_cdk/aws_devicefarm/__init__.py +3 -0
  82. aws_cdk/aws_devopsguru/__init__.py +3 -0
  83. aws_cdk/aws_directoryservice/__init__.py +3 -0
  84. aws_cdk/aws_dlm/__init__.py +3 -0
  85. aws_cdk/aws_dms/__init__.py +3 -0
  86. aws_cdk/aws_docdb/__init__.py +14 -3
  87. aws_cdk/aws_docdbelastic/__init__.py +3 -0
  88. aws_cdk/aws_dsql/__init__.py +3 -0
  89. aws_cdk/aws_dynamodb/__init__.py +3 -0
  90. aws_cdk/aws_ec2/__init__.py +106 -40
  91. aws_cdk/aws_ecr/__init__.py +156 -33
  92. aws_cdk/aws_ecs/__init__.py +87 -48
  93. aws_cdk/aws_efs/__init__.py +3 -0
  94. aws_cdk/aws_eks/__init__.py +3 -58
  95. aws_cdk/aws_elasticache/__init__.py +3 -0
  96. aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
  97. aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
  98. aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
  99. aws_cdk/aws_elasticsearch/__init__.py +3 -0
  100. aws_cdk/aws_emr/__init__.py +3 -0
  101. aws_cdk/aws_emrcontainers/__init__.py +3 -0
  102. aws_cdk/aws_emrserverless/__init__.py +12 -11
  103. aws_cdk/aws_entityresolution/__init__.py +3 -0
  104. aws_cdk/aws_events/__init__.py +73 -29
  105. aws_cdk/aws_events_targets/__init__.py +3 -0
  106. aws_cdk/aws_eventschemas/__init__.py +3 -0
  107. aws_cdk/aws_evidently/__init__.py +3 -0
  108. aws_cdk/aws_evs/__init__.py +3 -0
  109. aws_cdk/aws_finspace/__init__.py +3 -0
  110. aws_cdk/aws_fis/__init__.py +3 -0
  111. aws_cdk/aws_fms/__init__.py +3 -0
  112. aws_cdk/aws_forecast/__init__.py +3 -0
  113. aws_cdk/aws_frauddetector/__init__.py +3 -0
  114. aws_cdk/aws_fsx/__init__.py +3 -0
  115. aws_cdk/aws_gamelift/__init__.py +3 -0
  116. aws_cdk/aws_gameliftstreams/__init__.py +8 -5
  117. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  118. aws_cdk/aws_glue/__init__.py +11 -80
  119. aws_cdk/aws_grafana/__init__.py +3 -0
  120. aws_cdk/aws_greengrass/__init__.py +3 -0
  121. aws_cdk/aws_greengrassv2/__init__.py +3 -0
  122. aws_cdk/aws_groundstation/__init__.py +3 -0
  123. aws_cdk/aws_guardduty/__init__.py +3 -0
  124. aws_cdk/aws_healthimaging/__init__.py +3 -0
  125. aws_cdk/aws_healthlake/__init__.py +3 -0
  126. aws_cdk/aws_iam/__init__.py +30 -32
  127. aws_cdk/aws_identitystore/__init__.py +3 -0
  128. aws_cdk/aws_imagebuilder/__init__.py +499 -0
  129. aws_cdk/aws_inspector/__init__.py +3 -0
  130. aws_cdk/aws_inspectorv2/__init__.py +3 -0
  131. aws_cdk/aws_internetmonitor/__init__.py +3 -0
  132. aws_cdk/aws_invoicing/__init__.py +3 -0
  133. aws_cdk/aws_iot/__init__.py +3 -0
  134. aws_cdk/aws_iotanalytics/__init__.py +3 -0
  135. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
  136. aws_cdk/aws_iotevents/__init__.py +3 -0
  137. aws_cdk/aws_iotfleethub/__init__.py +3 -0
  138. aws_cdk/aws_iotfleetwise/__init__.py +3 -0
  139. aws_cdk/aws_iotsitewise/__init__.py +3 -0
  140. aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
  141. aws_cdk/aws_iottwinmaker/__init__.py +3 -87
  142. aws_cdk/aws_iotwireless/__init__.py +61 -0
  143. aws_cdk/aws_ivs/__init__.py +3 -0
  144. aws_cdk/aws_ivschat/__init__.py +3 -0
  145. aws_cdk/aws_kafkaconnect/__init__.py +3 -0
  146. aws_cdk/aws_kendra/__init__.py +3 -58
  147. aws_cdk/aws_kendraranking/__init__.py +3 -0
  148. aws_cdk/aws_kinesis/__init__.py +3 -0
  149. aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
  150. aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
  151. aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
  152. aws_cdk/aws_kinesisvideo/__init__.py +3 -29
  153. aws_cdk/aws_kms/__init__.py +3 -0
  154. aws_cdk/aws_lakeformation/__init__.py +3 -0
  155. aws_cdk/aws_lambda/__init__.py +14 -7
  156. aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
  157. aws_cdk/aws_launchwizard/__init__.py +3 -0
  158. aws_cdk/aws_lex/__init__.py +3 -29
  159. aws_cdk/aws_licensemanager/__init__.py +3 -0
  160. aws_cdk/aws_lightsail/__init__.py +3 -0
  161. aws_cdk/aws_location/__init__.py +3 -0
  162. aws_cdk/aws_logs/__init__.py +226 -9
  163. aws_cdk/aws_lookoutequipment/__init__.py +3 -29
  164. aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
  165. aws_cdk/aws_lookoutvision/__init__.py +3 -0
  166. aws_cdk/aws_m2/__init__.py +3 -0
  167. aws_cdk/aws_macie/__init__.py +3 -0
  168. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  169. aws_cdk/aws_mediaconnect/__init__.py +3 -0
  170. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  171. aws_cdk/aws_medialive/__init__.py +171 -33
  172. aws_cdk/aws_mediapackage/__init__.py +3 -0
  173. aws_cdk/aws_mediapackagev2/__init__.py +3 -0
  174. aws_cdk/aws_mediastore/__init__.py +3 -0
  175. aws_cdk/aws_mediatailor/__init__.py +3 -58
  176. aws_cdk/aws_memorydb/__init__.py +3 -0
  177. aws_cdk/aws_mpa/__init__.py +3 -0
  178. aws_cdk/aws_msk/__init__.py +3 -0
  179. aws_cdk/aws_mwaa/__init__.py +3 -0
  180. aws_cdk/aws_neptune/__init__.py +55 -0
  181. aws_cdk/aws_neptunegraph/__init__.py +3 -0
  182. aws_cdk/aws_networkfirewall/__init__.py +3 -0
  183. aws_cdk/aws_networkmanager/__init__.py +3 -0
  184. aws_cdk/aws_nimblestudio/__init__.py +3 -0
  185. aws_cdk/aws_notifications/__init__.py +3 -0
  186. aws_cdk/aws_notificationscontacts/__init__.py +3 -0
  187. aws_cdk/aws_oam/__init__.py +3 -0
  188. aws_cdk/aws_observabilityadmin/__init__.py +171 -137
  189. aws_cdk/aws_odb/__init__.py +4 -1
  190. aws_cdk/aws_omics/__init__.py +3 -0
  191. aws_cdk/aws_opensearchserverless/__init__.py +3 -0
  192. aws_cdk/aws_opensearchservice/__init__.py +3 -0
  193. aws_cdk/aws_opsworks/__init__.py +3 -0
  194. aws_cdk/aws_opsworkscm/__init__.py +3 -0
  195. aws_cdk/aws_organizations/__init__.py +3 -116
  196. aws_cdk/aws_osis/__init__.py +157 -0
  197. aws_cdk/aws_panorama/__init__.py +3 -0
  198. aws_cdk/aws_paymentcryptography/__init__.py +3 -0
  199. aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
  200. aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
  201. aws_cdk/aws_pcs/__init__.py +3 -0
  202. aws_cdk/aws_personalize/__init__.py +3 -0
  203. aws_cdk/aws_pinpoint/__init__.py +3 -58
  204. aws_cdk/aws_pinpointemail/__init__.py +3 -0
  205. aws_cdk/aws_pipes/__init__.py +3 -0
  206. aws_cdk/aws_proton/__init__.py +3 -0
  207. aws_cdk/aws_qbusiness/__init__.py +3 -174
  208. aws_cdk/aws_qldb/__init__.py +3 -29
  209. aws_cdk/aws_quicksight/__init__.py +418 -411
  210. aws_cdk/aws_ram/__init__.py +3 -0
  211. aws_cdk/aws_rbin/__init__.py +3 -0
  212. aws_cdk/aws_rds/__init__.py +42 -19
  213. aws_cdk/aws_redshift/__init__.py +3 -0
  214. aws_cdk/aws_redshiftserverless/__init__.py +3 -0
  215. aws_cdk/aws_refactorspaces/__init__.py +3 -0
  216. aws_cdk/aws_rekognition/__init__.py +3 -29
  217. aws_cdk/aws_resiliencehub/__init__.py +3 -0
  218. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  219. aws_cdk/aws_resourcegroups/__init__.py +3 -0
  220. aws_cdk/aws_robomaker/__init__.py +3 -0
  221. aws_cdk/aws_rolesanywhere/__init__.py +3 -0
  222. aws_cdk/aws_route53/__init__.py +18 -18
  223. aws_cdk/aws_route53_targets/__init__.py +3 -0
  224. aws_cdk/aws_route53profiles/__init__.py +3 -0
  225. aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
  226. aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
  227. aws_cdk/aws_route53resolver/__init__.py +11 -4
  228. aws_cdk/aws_rum/__init__.py +3 -0
  229. aws_cdk/aws_s3/__init__.py +51 -41
  230. aws_cdk/aws_s3_deployment/__init__.py +3 -0
  231. aws_cdk/aws_s3express/__init__.py +3 -0
  232. aws_cdk/aws_s3objectlambda/__init__.py +3 -0
  233. aws_cdk/aws_s3outposts/__init__.py +3 -0
  234. aws_cdk/aws_s3tables/__init__.py +3 -0
  235. aws_cdk/aws_sagemaker/__init__.py +166 -87
  236. aws_cdk/aws_sam/__init__.py +3 -0
  237. aws_cdk/aws_scheduler/__init__.py +3 -29
  238. aws_cdk/aws_sdb/__init__.py +3 -0
  239. aws_cdk/aws_secretsmanager/__init__.py +3 -0
  240. aws_cdk/aws_securityhub/__init__.py +3 -0
  241. aws_cdk/aws_securitylake/__init__.py +3 -0
  242. aws_cdk/aws_servicecatalog/__init__.py +136 -124
  243. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
  244. aws_cdk/aws_servicediscovery/__init__.py +3 -0
  245. aws_cdk/aws_ses/__init__.py +3 -0
  246. aws_cdk/aws_shield/__init__.py +3 -0
  247. aws_cdk/aws_signer/__init__.py +3 -0
  248. aws_cdk/aws_simspaceweaver/__init__.py +3 -0
  249. aws_cdk/aws_smsvoice/__init__.py +3 -29
  250. aws_cdk/aws_sns/__init__.py +3 -0
  251. aws_cdk/aws_sqs/__init__.py +3 -0
  252. aws_cdk/aws_ssm/__init__.py +10 -3
  253. aws_cdk/aws_ssmcontacts/__init__.py +3 -0
  254. aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
  255. aws_cdk/aws_ssmincidents/__init__.py +3 -0
  256. aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
  257. aws_cdk/aws_sso/__init__.py +3 -0
  258. aws_cdk/aws_stepfunctions/__init__.py +23 -19
  259. aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
  260. aws_cdk/aws_supportapp/__init__.py +3 -0
  261. aws_cdk/aws_synthetics/__init__.py +59 -26
  262. aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
  263. aws_cdk/aws_timestream/__init__.py +3 -29
  264. aws_cdk/aws_transfer/__init__.py +20 -34
  265. aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
  266. aws_cdk/aws_voiceid/__init__.py +3 -0
  267. aws_cdk/aws_vpclattice/__init__.py +7 -4
  268. aws_cdk/aws_waf/__init__.py +3 -0
  269. aws_cdk/aws_wafregional/__init__.py +3 -0
  270. aws_cdk/aws_wafv2/__init__.py +3 -0
  271. aws_cdk/aws_wisdom/__init__.py +3 -116
  272. aws_cdk/aws_workspaces/__init__.py +3 -0
  273. aws_cdk/aws_workspacesinstances/__init__.py +3 -0
  274. aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
  275. aws_cdk/aws_workspacesweb/__init__.py +3 -0
  276. aws_cdk/aws_xray/__init__.py +3 -0
  277. aws_cdk/cloud_assembly_schema/__init__.py +3 -0
  278. aws_cdk/cx_api/__init__.py +34 -0
  279. aws_cdk/pipelines/__init__.py +3 -0
  280. aws_cdk/region_info/__init__.py +3 -0
  281. aws_cdk/triggers/__init__.py +3 -0
  282. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
  283. aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
  284. aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
  285. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
  286. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
  287. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
  288. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
@@ -1011,6 +1011,32 @@ class CfnEvaluationFormProps:
1011
1011
  title="title",
1012
1012
 
1013
1013
  # the properties below are optional
1014
+ enablement=connect.CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty(
1015
+ action="action",
1016
+ condition=connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty(
1017
+ operands=[connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty(
1018
+ expression=connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
1019
+ comparator="comparator",
1020
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
1021
+ type="type",
1022
+
1023
+ # the properties below are optional
1024
+ ref_id="refId"
1025
+ ),
1026
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
1027
+ ref_id="refId",
1028
+ type="type"
1029
+ )]
1030
+ )
1031
+ )],
1032
+
1033
+ # the properties below are optional
1034
+ operator="operator"
1035
+ ),
1036
+
1037
+ # the properties below are optional
1038
+ default_action="defaultAction"
1039
+ ),
1014
1040
  instructions="instructions",
1015
1041
  not_applicable_enabled=False,
1016
1042
  question_type_properties=connect.CfnEvaluationForm.EvaluationFormQuestionTypePropertiesProperty(
@@ -1020,6 +1046,9 @@ class CfnEvaluationFormProps:
1020
1046
 
1021
1047
  # the properties below are optional
1022
1048
  automation=connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty(
1049
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
1050
+ source_type="sourceType"
1051
+ ),
1023
1052
  property_value=connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty(
1024
1053
  label="label"
1025
1054
  )
@@ -1030,6 +1059,9 @@ class CfnEvaluationFormProps:
1030
1059
 
1031
1060
  # the properties below are optional
1032
1061
  automatic_fail=False,
1062
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
1063
+ target_section="targetSection"
1064
+ ),
1033
1065
  score=123
1034
1066
  )]
1035
1067
  ),
@@ -1040,6 +1072,9 @@ class CfnEvaluationFormProps:
1040
1072
 
1041
1073
  # the properties below are optional
1042
1074
  automatic_fail=False,
1075
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
1076
+ target_section="targetSection"
1077
+ ),
1043
1078
  score=123
1044
1079
  )],
1045
1080
 
@@ -1054,9 +1089,19 @@ class CfnEvaluationFormProps:
1054
1089
  )],
1055
1090
 
1056
1091
  # the properties below are optional
1092
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
1093
+ source_type="sourceType"
1094
+ ),
1057
1095
  default_option_ref_id="defaultOptionRefId"
1058
1096
  ),
1059
1097
  display_as="displayAs"
1098
+ ),
1099
+ text=connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty(
1100
+ automation=connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty(
1101
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
1102
+ source_type="sourceType"
1103
+ )
1104
+ )
1060
1105
  )
1061
1106
  ),
1062
1107
  weight=123
@@ -8101,6 +8146,32 @@ class CfnEvaluationForm(
8101
8146
  title="title",
8102
8147
 
8103
8148
  # the properties below are optional
8149
+ enablement=connect.CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty(
8150
+ action="action",
8151
+ condition=connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty(
8152
+ operands=[connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty(
8153
+ expression=connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
8154
+ comparator="comparator",
8155
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
8156
+ type="type",
8157
+
8158
+ # the properties below are optional
8159
+ ref_id="refId"
8160
+ ),
8161
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
8162
+ ref_id="refId",
8163
+ type="type"
8164
+ )]
8165
+ )
8166
+ )],
8167
+
8168
+ # the properties below are optional
8169
+ operator="operator"
8170
+ ),
8171
+
8172
+ # the properties below are optional
8173
+ default_action="defaultAction"
8174
+ ),
8104
8175
  instructions="instructions",
8105
8176
  not_applicable_enabled=False,
8106
8177
  question_type_properties=connect.CfnEvaluationForm.EvaluationFormQuestionTypePropertiesProperty(
@@ -8110,6 +8181,9 @@ class CfnEvaluationForm(
8110
8181
 
8111
8182
  # the properties below are optional
8112
8183
  automation=connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty(
8184
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
8185
+ source_type="sourceType"
8186
+ ),
8113
8187
  property_value=connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty(
8114
8188
  label="label"
8115
8189
  )
@@ -8120,6 +8194,9 @@ class CfnEvaluationForm(
8120
8194
 
8121
8195
  # the properties below are optional
8122
8196
  automatic_fail=False,
8197
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
8198
+ target_section="targetSection"
8199
+ ),
8123
8200
  score=123
8124
8201
  )]
8125
8202
  ),
@@ -8130,6 +8207,9 @@ class CfnEvaluationForm(
8130
8207
 
8131
8208
  # the properties below are optional
8132
8209
  automatic_fail=False,
8210
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
8211
+ target_section="targetSection"
8212
+ ),
8133
8213
  score=123
8134
8214
  )],
8135
8215
 
@@ -8144,9 +8224,19 @@ class CfnEvaluationForm(
8144
8224
  )],
8145
8225
 
8146
8226
  # the properties below are optional
8227
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
8228
+ source_type="sourceType"
8229
+ ),
8147
8230
  default_option_ref_id="defaultOptionRefId"
8148
8231
  ),
8149
8232
  display_as="displayAs"
8233
+ ),
8234
+ text=connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty(
8235
+ automation=connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty(
8236
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
8237
+ source_type="sourceType"
8238
+ )
8239
+ )
8150
8240
  )
8151
8241
  ),
8152
8242
  weight=123
@@ -8447,6 +8537,60 @@ class CfnEvaluationForm(
8447
8537
  k + "=" + repr(v) for k, v in self._values.items()
8448
8538
  )
8449
8539
 
8540
+ @jsii.data_type(
8541
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.AutomaticFailConfigurationProperty",
8542
+ jsii_struct_bases=[],
8543
+ name_mapping={"target_section": "targetSection"},
8544
+ )
8545
+ class AutomaticFailConfigurationProperty:
8546
+ def __init__(
8547
+ self,
8548
+ *,
8549
+ target_section: typing.Optional[builtins.str] = None,
8550
+ ) -> None:
8551
+ '''
8552
+ :param target_section: The target section refId to control failure propagation boundary.
8553
+
8554
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-automaticfailconfiguration.html
8555
+ :exampleMetadata: fixture=_generated
8556
+
8557
+ Example::
8558
+
8559
+ # The code below shows an example of how to instantiate this type.
8560
+ # The values are placeholders you should change.
8561
+ from aws_cdk import aws_connect as connect
8562
+
8563
+ automatic_fail_configuration_property = connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
8564
+ target_section="targetSection"
8565
+ )
8566
+ '''
8567
+ if __debug__:
8568
+ type_hints = typing.get_type_hints(_typecheckingstub__68b49b9b7d113d61d45e43a7f1b761ff41daab6f7845d517a10f65c5ce013c5f)
8569
+ check_type(argname="argument target_section", value=target_section, expected_type=type_hints["target_section"])
8570
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
8571
+ if target_section is not None:
8572
+ self._values["target_section"] = target_section
8573
+
8574
+ @builtins.property
8575
+ def target_section(self) -> typing.Optional[builtins.str]:
8576
+ '''The target section refId to control failure propagation boundary.
8577
+
8578
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-automaticfailconfiguration.html#cfn-connect-evaluationform-automaticfailconfiguration-targetsection
8579
+ '''
8580
+ result = self._values.get("target_section")
8581
+ return typing.cast(typing.Optional[builtins.str], result)
8582
+
8583
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
8584
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
8585
+
8586
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
8587
+ return not (rhs == self)
8588
+
8589
+ def __repr__(self) -> str:
8590
+ return "AutomaticFailConfigurationProperty(%s)" % ", ".join(
8591
+ k + "=" + repr(v) for k, v in self._values.items()
8592
+ )
8593
+
8450
8594
  @jsii.data_type(
8451
8595
  jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormBaseItemProperty",
8452
8596
  jsii_struct_bases=[],
@@ -8489,6 +8633,32 @@ class CfnEvaluationForm(
8489
8633
  title="title",
8490
8634
 
8491
8635
  # the properties below are optional
8636
+ enablement=connect.CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty(
8637
+ action="action",
8638
+ condition=connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty(
8639
+ operands=[connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty(
8640
+ expression=connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
8641
+ comparator="comparator",
8642
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
8643
+ type="type",
8644
+
8645
+ # the properties below are optional
8646
+ ref_id="refId"
8647
+ ),
8648
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
8649
+ ref_id="refId",
8650
+ type="type"
8651
+ )]
8652
+ )
8653
+ )],
8654
+
8655
+ # the properties below are optional
8656
+ operator="operator"
8657
+ ),
8658
+
8659
+ # the properties below are optional
8660
+ default_action="defaultAction"
8661
+ ),
8492
8662
  instructions="instructions",
8493
8663
  not_applicable_enabled=False,
8494
8664
  question_type_properties=connect.CfnEvaluationForm.EvaluationFormQuestionTypePropertiesProperty(
@@ -8498,6 +8668,9 @@ class CfnEvaluationForm(
8498
8668
 
8499
8669
  # the properties below are optional
8500
8670
  automation=connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty(
8671
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
8672
+ source_type="sourceType"
8673
+ ),
8501
8674
  property_value=connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty(
8502
8675
  label="label"
8503
8676
  )
@@ -8508,6 +8681,9 @@ class CfnEvaluationForm(
8508
8681
 
8509
8682
  # the properties below are optional
8510
8683
  automatic_fail=False,
8684
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
8685
+ target_section="targetSection"
8686
+ ),
8511
8687
  score=123
8512
8688
  )]
8513
8689
  ),
@@ -8518,6 +8694,9 @@ class CfnEvaluationForm(
8518
8694
 
8519
8695
  # the properties below are optional
8520
8696
  automatic_fail=False,
8697
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
8698
+ target_section="targetSection"
8699
+ ),
8521
8700
  score=123
8522
8701
  )],
8523
8702
 
@@ -8532,9 +8711,19 @@ class CfnEvaluationForm(
8532
8711
  )],
8533
8712
 
8534
8713
  # the properties below are optional
8714
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
8715
+ source_type="sourceType"
8716
+ ),
8535
8717
  default_option_ref_id="defaultOptionRefId"
8536
8718
  ),
8537
8719
  display_as="displayAs"
8720
+ ),
8721
+ text=connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty(
8722
+ automation=connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty(
8723
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
8724
+ source_type="sourceType"
8725
+ )
8726
+ )
8538
8727
  )
8539
8728
  ),
8540
8729
  weight=123
@@ -8575,6 +8764,515 @@ class CfnEvaluationForm(
8575
8764
  k + "=" + repr(v) for k, v in self._values.items()
8576
8765
  )
8577
8766
 
8767
+ @jsii.data_type(
8768
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty",
8769
+ jsii_struct_bases=[],
8770
+ name_mapping={"expression": "expression"},
8771
+ )
8772
+ class EvaluationFormItemEnablementConditionOperandProperty:
8773
+ def __init__(
8774
+ self,
8775
+ *,
8776
+ expression: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
8777
+ ) -> None:
8778
+ '''
8779
+ :param expression:
8780
+
8781
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementconditionoperand.html
8782
+ :exampleMetadata: fixture=_generated
8783
+
8784
+ Example::
8785
+
8786
+ # The code below shows an example of how to instantiate this type.
8787
+ # The values are placeholders you should change.
8788
+ from aws_cdk import aws_connect as connect
8789
+
8790
+ evaluation_form_item_enablement_condition_operand_property = connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty(
8791
+ expression=connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
8792
+ comparator="comparator",
8793
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
8794
+ type="type",
8795
+
8796
+ # the properties below are optional
8797
+ ref_id="refId"
8798
+ ),
8799
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
8800
+ ref_id="refId",
8801
+ type="type"
8802
+ )]
8803
+ )
8804
+ )
8805
+ '''
8806
+ if __debug__:
8807
+ type_hints = typing.get_type_hints(_typecheckingstub__7424b1961cb60c135d54fb18291096ad719b1a7b344a0a00f02daae87f487cac)
8808
+ check_type(argname="argument expression", value=expression, expected_type=type_hints["expression"])
8809
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
8810
+ if expression is not None:
8811
+ self._values["expression"] = expression
8812
+
8813
+ @builtins.property
8814
+ def expression(
8815
+ self,
8816
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty"]]:
8817
+ '''
8818
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementconditionoperand.html#cfn-connect-evaluationform-evaluationformitemenablementconditionoperand-expression
8819
+ '''
8820
+ result = self._values.get("expression")
8821
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty"]], result)
8822
+
8823
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
8824
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
8825
+
8826
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
8827
+ return not (rhs == self)
8828
+
8829
+ def __repr__(self) -> str:
8830
+ return "EvaluationFormItemEnablementConditionOperandProperty(%s)" % ", ".join(
8831
+ k + "=" + repr(v) for k, v in self._values.items()
8832
+ )
8833
+
8834
+ @jsii.data_type(
8835
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty",
8836
+ jsii_struct_bases=[],
8837
+ name_mapping={"operands": "operands", "operator": "operator"},
8838
+ )
8839
+ class EvaluationFormItemEnablementConditionProperty:
8840
+ def __init__(
8841
+ self,
8842
+ *,
8843
+ operands: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty", typing.Dict[builtins.str, typing.Any]]]]],
8844
+ operator: typing.Optional[builtins.str] = None,
8845
+ ) -> None:
8846
+ '''
8847
+ :param operands: The list of operands that compose the condition. Each operand represents a specific criteria to be evaluated.
8848
+ :param operator: The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
8849
+
8850
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementcondition.html
8851
+ :exampleMetadata: fixture=_generated
8852
+
8853
+ Example::
8854
+
8855
+ # The code below shows an example of how to instantiate this type.
8856
+ # The values are placeholders you should change.
8857
+ from aws_cdk import aws_connect as connect
8858
+
8859
+ evaluation_form_item_enablement_condition_property = connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty(
8860
+ operands=[connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty(
8861
+ expression=connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
8862
+ comparator="comparator",
8863
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
8864
+ type="type",
8865
+
8866
+ # the properties below are optional
8867
+ ref_id="refId"
8868
+ ),
8869
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
8870
+ ref_id="refId",
8871
+ type="type"
8872
+ )]
8873
+ )
8874
+ )],
8875
+
8876
+ # the properties below are optional
8877
+ operator="operator"
8878
+ )
8879
+ '''
8880
+ if __debug__:
8881
+ type_hints = typing.get_type_hints(_typecheckingstub__1dd2a28b9112d816864a58d43ebbaedd3bce5fdfc4344ec27cdc5c233ff887b2)
8882
+ check_type(argname="argument operands", value=operands, expected_type=type_hints["operands"])
8883
+ check_type(argname="argument operator", value=operator, expected_type=type_hints["operator"])
8884
+ self._values: typing.Dict[builtins.str, typing.Any] = {
8885
+ "operands": operands,
8886
+ }
8887
+ if operator is not None:
8888
+ self._values["operator"] = operator
8889
+
8890
+ @builtins.property
8891
+ def operands(
8892
+ self,
8893
+ ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty"]]]:
8894
+ '''The list of operands that compose the condition.
8895
+
8896
+ Each operand represents a specific criteria to be evaluated.
8897
+
8898
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementcondition.html#cfn-connect-evaluationform-evaluationformitemenablementcondition-operands
8899
+ '''
8900
+ result = self._values.get("operands")
8901
+ assert result is not None, "Required property 'operands' is missing"
8902
+ return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty"]]], result)
8903
+
8904
+ @builtins.property
8905
+ def operator(self) -> typing.Optional[builtins.str]:
8906
+ '''The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
8907
+
8908
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementcondition.html#cfn-connect-evaluationform-evaluationformitemenablementcondition-operator
8909
+ '''
8910
+ result = self._values.get("operator")
8911
+ return typing.cast(typing.Optional[builtins.str], result)
8912
+
8913
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
8914
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
8915
+
8916
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
8917
+ return not (rhs == self)
8918
+
8919
+ def __repr__(self) -> str:
8920
+ return "EvaluationFormItemEnablementConditionProperty(%s)" % ", ".join(
8921
+ k + "=" + repr(v) for k, v in self._values.items()
8922
+ )
8923
+
8924
+ @jsii.data_type(
8925
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty",
8926
+ jsii_struct_bases=[],
8927
+ name_mapping={
8928
+ "action": "action",
8929
+ "condition": "condition",
8930
+ "default_action": "defaultAction",
8931
+ },
8932
+ )
8933
+ class EvaluationFormItemEnablementConfigurationProperty:
8934
+ def __init__(
8935
+ self,
8936
+ *,
8937
+ action: builtins.str,
8938
+ condition: typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty", typing.Dict[builtins.str, typing.Any]]],
8939
+ default_action: typing.Optional[builtins.str] = None,
8940
+ ) -> None:
8941
+ '''
8942
+ :param action: Defines the enablement status to be applied when the specified condition is met.
8943
+ :param condition:
8944
+ :param default_action: Specifies the default enablement status to be applied when the condition is not satisfied.
8945
+
8946
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementconfiguration.html
8947
+ :exampleMetadata: fixture=_generated
8948
+
8949
+ Example::
8950
+
8951
+ # The code below shows an example of how to instantiate this type.
8952
+ # The values are placeholders you should change.
8953
+ from aws_cdk import aws_connect as connect
8954
+
8955
+ evaluation_form_item_enablement_configuration_property = connect.CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty(
8956
+ action="action",
8957
+ condition=connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty(
8958
+ operands=[connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty(
8959
+ expression=connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
8960
+ comparator="comparator",
8961
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
8962
+ type="type",
8963
+
8964
+ # the properties below are optional
8965
+ ref_id="refId"
8966
+ ),
8967
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
8968
+ ref_id="refId",
8969
+ type="type"
8970
+ )]
8971
+ )
8972
+ )],
8973
+
8974
+ # the properties below are optional
8975
+ operator="operator"
8976
+ ),
8977
+
8978
+ # the properties below are optional
8979
+ default_action="defaultAction"
8980
+ )
8981
+ '''
8982
+ if __debug__:
8983
+ type_hints = typing.get_type_hints(_typecheckingstub__f1dd1c18baeb94fd4e5d68940b6866b0d491c7bb380d243a094e78b30f4566ec)
8984
+ check_type(argname="argument action", value=action, expected_type=type_hints["action"])
8985
+ check_type(argname="argument condition", value=condition, expected_type=type_hints["condition"])
8986
+ check_type(argname="argument default_action", value=default_action, expected_type=type_hints["default_action"])
8987
+ self._values: typing.Dict[builtins.str, typing.Any] = {
8988
+ "action": action,
8989
+ "condition": condition,
8990
+ }
8991
+ if default_action is not None:
8992
+ self._values["default_action"] = default_action
8993
+
8994
+ @builtins.property
8995
+ def action(self) -> builtins.str:
8996
+ '''Defines the enablement status to be applied when the specified condition is met.
8997
+
8998
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementconfiguration.html#cfn-connect-evaluationform-evaluationformitemenablementconfiguration-action
8999
+ '''
9000
+ result = self._values.get("action")
9001
+ assert result is not None, "Required property 'action' is missing"
9002
+ return typing.cast(builtins.str, result)
9003
+
9004
+ @builtins.property
9005
+ def condition(
9006
+ self,
9007
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty"]:
9008
+ '''
9009
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementconfiguration.html#cfn-connect-evaluationform-evaluationformitemenablementconfiguration-condition
9010
+ '''
9011
+ result = self._values.get("condition")
9012
+ assert result is not None, "Required property 'condition' is missing"
9013
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty"], result)
9014
+
9015
+ @builtins.property
9016
+ def default_action(self) -> typing.Optional[builtins.str]:
9017
+ '''Specifies the default enablement status to be applied when the condition is not satisfied.
9018
+
9019
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementconfiguration.html#cfn-connect-evaluationform-evaluationformitemenablementconfiguration-defaultaction
9020
+ '''
9021
+ result = self._values.get("default_action")
9022
+ return typing.cast(typing.Optional[builtins.str], result)
9023
+
9024
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
9025
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
9026
+
9027
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
9028
+ return not (rhs == self)
9029
+
9030
+ def __repr__(self) -> str:
9031
+ return "EvaluationFormItemEnablementConfigurationProperty(%s)" % ", ".join(
9032
+ k + "=" + repr(v) for k, v in self._values.items()
9033
+ )
9034
+
9035
+ @jsii.data_type(
9036
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty",
9037
+ jsii_struct_bases=[],
9038
+ name_mapping={
9039
+ "comparator": "comparator",
9040
+ "source": "source",
9041
+ "values": "values",
9042
+ },
9043
+ )
9044
+ class EvaluationFormItemEnablementExpressionProperty:
9045
+ def __init__(
9046
+ self,
9047
+ *,
9048
+ comparator: builtins.str,
9049
+ source: typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty", typing.Dict[builtins.str, typing.Any]]],
9050
+ values: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty", typing.Dict[builtins.str, typing.Any]]]]],
9051
+ ) -> None:
9052
+ '''
9053
+ :param comparator: Specifies the comparison method to determine if the source value matches any of the specified values.
9054
+ :param source:
9055
+ :param values: The list of possible values to compare against the source form item's value.
9056
+
9057
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementexpression.html
9058
+ :exampleMetadata: fixture=_generated
9059
+
9060
+ Example::
9061
+
9062
+ # The code below shows an example of how to instantiate this type.
9063
+ # The values are placeholders you should change.
9064
+ from aws_cdk import aws_connect as connect
9065
+
9066
+ evaluation_form_item_enablement_expression_property = connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
9067
+ comparator="comparator",
9068
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
9069
+ type="type",
9070
+
9071
+ # the properties below are optional
9072
+ ref_id="refId"
9073
+ ),
9074
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
9075
+ ref_id="refId",
9076
+ type="type"
9077
+ )]
9078
+ )
9079
+ '''
9080
+ if __debug__:
9081
+ type_hints = typing.get_type_hints(_typecheckingstub__6c4a1ac75d0247a87e23eddef9c206b1a37f65a8a1f47e799dc3383a222db780)
9082
+ check_type(argname="argument comparator", value=comparator, expected_type=type_hints["comparator"])
9083
+ check_type(argname="argument source", value=source, expected_type=type_hints["source"])
9084
+ check_type(argname="argument values", value=values, expected_type=type_hints["values"])
9085
+ self._values: typing.Dict[builtins.str, typing.Any] = {
9086
+ "comparator": comparator,
9087
+ "source": source,
9088
+ "values": values,
9089
+ }
9090
+
9091
+ @builtins.property
9092
+ def comparator(self) -> builtins.str:
9093
+ '''Specifies the comparison method to determine if the source value matches any of the specified values.
9094
+
9095
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementexpression.html#cfn-connect-evaluationform-evaluationformitemenablementexpression-comparator
9096
+ '''
9097
+ result = self._values.get("comparator")
9098
+ assert result is not None, "Required property 'comparator' is missing"
9099
+ return typing.cast(builtins.str, result)
9100
+
9101
+ @builtins.property
9102
+ def source(
9103
+ self,
9104
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty"]:
9105
+ '''
9106
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementexpression.html#cfn-connect-evaluationform-evaluationformitemenablementexpression-source
9107
+ '''
9108
+ result = self._values.get("source")
9109
+ assert result is not None, "Required property 'source' is missing"
9110
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty"], result)
9111
+
9112
+ @builtins.property
9113
+ def values(
9114
+ self,
9115
+ ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty"]]]:
9116
+ '''The list of possible values to compare against the source form item's value.
9117
+
9118
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementexpression.html#cfn-connect-evaluationform-evaluationformitemenablementexpression-values
9119
+ '''
9120
+ result = self._values.get("values")
9121
+ assert result is not None, "Required property 'values' is missing"
9122
+ return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty"]]], result)
9123
+
9124
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
9125
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
9126
+
9127
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
9128
+ return not (rhs == self)
9129
+
9130
+ def __repr__(self) -> str:
9131
+ return "EvaluationFormItemEnablementExpressionProperty(%s)" % ", ".join(
9132
+ k + "=" + repr(v) for k, v in self._values.items()
9133
+ )
9134
+
9135
+ @jsii.data_type(
9136
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty",
9137
+ jsii_struct_bases=[],
9138
+ name_mapping={"type": "type", "ref_id": "refId"},
9139
+ )
9140
+ class EvaluationFormItemEnablementSourceProperty:
9141
+ def __init__(
9142
+ self,
9143
+ *,
9144
+ type: builtins.str,
9145
+ ref_id: typing.Optional[builtins.str] = None,
9146
+ ) -> None:
9147
+ '''
9148
+ :param type: The type of the source entity.
9149
+ :param ref_id: The identifier to reference the item.
9150
+
9151
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsource.html
9152
+ :exampleMetadata: fixture=_generated
9153
+
9154
+ Example::
9155
+
9156
+ # The code below shows an example of how to instantiate this type.
9157
+ # The values are placeholders you should change.
9158
+ from aws_cdk import aws_connect as connect
9159
+
9160
+ evaluation_form_item_enablement_source_property = connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
9161
+ type="type",
9162
+
9163
+ # the properties below are optional
9164
+ ref_id="refId"
9165
+ )
9166
+ '''
9167
+ if __debug__:
9168
+ type_hints = typing.get_type_hints(_typecheckingstub__d57c3b1336375ff46cac69cfdb0fdbc67905ffaef7fc35793a2e952a6099c597)
9169
+ check_type(argname="argument type", value=type, expected_type=type_hints["type"])
9170
+ check_type(argname="argument ref_id", value=ref_id, expected_type=type_hints["ref_id"])
9171
+ self._values: typing.Dict[builtins.str, typing.Any] = {
9172
+ "type": type,
9173
+ }
9174
+ if ref_id is not None:
9175
+ self._values["ref_id"] = ref_id
9176
+
9177
+ @builtins.property
9178
+ def type(self) -> builtins.str:
9179
+ '''The type of the source entity.
9180
+
9181
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsource.html#cfn-connect-evaluationform-evaluationformitemenablementsource-type
9182
+ '''
9183
+ result = self._values.get("type")
9184
+ assert result is not None, "Required property 'type' is missing"
9185
+ return typing.cast(builtins.str, result)
9186
+
9187
+ @builtins.property
9188
+ def ref_id(self) -> typing.Optional[builtins.str]:
9189
+ '''The identifier to reference the item.
9190
+
9191
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsource.html#cfn-connect-evaluationform-evaluationformitemenablementsource-refid
9192
+ '''
9193
+ result = self._values.get("ref_id")
9194
+ return typing.cast(typing.Optional[builtins.str], result)
9195
+
9196
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
9197
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
9198
+
9199
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
9200
+ return not (rhs == self)
9201
+
9202
+ def __repr__(self) -> str:
9203
+ return "EvaluationFormItemEnablementSourceProperty(%s)" % ", ".join(
9204
+ k + "=" + repr(v) for k, v in self._values.items()
9205
+ )
9206
+
9207
+ @jsii.data_type(
9208
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty",
9209
+ jsii_struct_bases=[],
9210
+ name_mapping={"ref_id": "refId", "type": "type"},
9211
+ )
9212
+ class EvaluationFormItemEnablementSourceValueProperty:
9213
+ def __init__(
9214
+ self,
9215
+ *,
9216
+ ref_id: typing.Optional[builtins.str] = None,
9217
+ type: typing.Optional[builtins.str] = None,
9218
+ ) -> None:
9219
+ '''
9220
+ :param ref_id: The identifier to reference the item.
9221
+ :param type: Type of the source entity value.
9222
+
9223
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsourcevalue.html
9224
+ :exampleMetadata: fixture=_generated
9225
+
9226
+ Example::
9227
+
9228
+ # The code below shows an example of how to instantiate this type.
9229
+ # The values are placeholders you should change.
9230
+ from aws_cdk import aws_connect as connect
9231
+
9232
+ evaluation_form_item_enablement_source_value_property = connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
9233
+ ref_id="refId",
9234
+ type="type"
9235
+ )
9236
+ '''
9237
+ if __debug__:
9238
+ type_hints = typing.get_type_hints(_typecheckingstub__855c40da72ef6f32c384437820c0fa147a5d6bc4aa0341cace248d1f1a2fcc4e)
9239
+ check_type(argname="argument ref_id", value=ref_id, expected_type=type_hints["ref_id"])
9240
+ check_type(argname="argument type", value=type, expected_type=type_hints["type"])
9241
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
9242
+ if ref_id is not None:
9243
+ self._values["ref_id"] = ref_id
9244
+ if type is not None:
9245
+ self._values["type"] = type
9246
+
9247
+ @builtins.property
9248
+ def ref_id(self) -> typing.Optional[builtins.str]:
9249
+ '''The identifier to reference the item.
9250
+
9251
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsourcevalue.html#cfn-connect-evaluationform-evaluationformitemenablementsourcevalue-refid
9252
+ '''
9253
+ result = self._values.get("ref_id")
9254
+ return typing.cast(typing.Optional[builtins.str], result)
9255
+
9256
+ @builtins.property
9257
+ def type(self) -> typing.Optional[builtins.str]:
9258
+ '''Type of the source entity value.
9259
+
9260
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsourcevalue.html#cfn-connect-evaluationform-evaluationformitemenablementsourcevalue-type
9261
+ '''
9262
+ result = self._values.get("type")
9263
+ return typing.cast(typing.Optional[builtins.str], result)
9264
+
9265
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
9266
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
9267
+
9268
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
9269
+ return not (rhs == self)
9270
+
9271
+ def __repr__(self) -> str:
9272
+ return "EvaluationFormItemEnablementSourceValueProperty(%s)" % ", ".join(
9273
+ k + "=" + repr(v) for k, v in self._values.items()
9274
+ )
9275
+
8578
9276
  @jsii.data_type(
8579
9277
  jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormItemProperty",
8580
9278
  jsii_struct_bases=[],
@@ -8612,6 +9310,32 @@ class CfnEvaluationForm(
8612
9310
  title="title",
8613
9311
 
8614
9312
  # the properties below are optional
9313
+ enablement=connect.CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty(
9314
+ action="action",
9315
+ condition=connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty(
9316
+ operands=[connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty(
9317
+ expression=connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
9318
+ comparator="comparator",
9319
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
9320
+ type="type",
9321
+
9322
+ # the properties below are optional
9323
+ ref_id="refId"
9324
+ ),
9325
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
9326
+ ref_id="refId",
9327
+ type="type"
9328
+ )]
9329
+ )
9330
+ )],
9331
+
9332
+ # the properties below are optional
9333
+ operator="operator"
9334
+ ),
9335
+
9336
+ # the properties below are optional
9337
+ default_action="defaultAction"
9338
+ ),
8615
9339
  instructions="instructions",
8616
9340
  not_applicable_enabled=False,
8617
9341
  question_type_properties=connect.CfnEvaluationForm.EvaluationFormQuestionTypePropertiesProperty(
@@ -8621,6 +9345,9 @@ class CfnEvaluationForm(
8621
9345
 
8622
9346
  # the properties below are optional
8623
9347
  automation=connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty(
9348
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
9349
+ source_type="sourceType"
9350
+ ),
8624
9351
  property_value=connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty(
8625
9352
  label="label"
8626
9353
  )
@@ -8631,6 +9358,9 @@ class CfnEvaluationForm(
8631
9358
 
8632
9359
  # the properties below are optional
8633
9360
  automatic_fail=False,
9361
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
9362
+ target_section="targetSection"
9363
+ ),
8634
9364
  score=123
8635
9365
  )]
8636
9366
  ),
@@ -8641,6 +9371,9 @@ class CfnEvaluationForm(
8641
9371
 
8642
9372
  # the properties below are optional
8643
9373
  automatic_fail=False,
9374
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
9375
+ target_section="targetSection"
9376
+ ),
8644
9377
  score=123
8645
9378
  )],
8646
9379
 
@@ -8655,9 +9388,19 @@ class CfnEvaluationForm(
8655
9388
  )],
8656
9389
 
8657
9390
  # the properties below are optional
9391
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
9392
+ source_type="sourceType"
9393
+ ),
8658
9394
  default_option_ref_id="defaultOptionRefId"
8659
9395
  ),
8660
9396
  display_as="displayAs"
9397
+ ),
9398
+ text=connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty(
9399
+ automation=connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty(
9400
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
9401
+ source_type="sourceType"
9402
+ )
9403
+ )
8661
9404
  )
8662
9405
  ),
8663
9406
  weight=123
@@ -8719,16 +9462,21 @@ class CfnEvaluationForm(
8719
9462
  @jsii.data_type(
8720
9463
  jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty",
8721
9464
  jsii_struct_bases=[],
8722
- name_mapping={"property_value": "propertyValue"},
9465
+ name_mapping={
9466
+ "answer_source": "answerSource",
9467
+ "property_value": "propertyValue",
9468
+ },
8723
9469
  )
8724
9470
  class EvaluationFormNumericQuestionAutomationProperty:
8725
9471
  def __init__(
8726
9472
  self,
8727
9473
  *,
9474
+ answer_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
8728
9475
  property_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
8729
9476
  ) -> None:
8730
9477
  '''Information about the automation configuration in numeric questions.
8731
9478
 
9479
+ :param answer_source:
8732
9480
  :param property_value: The property value of the automation.
8733
9481
 
8734
9482
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html
@@ -8741,6 +9489,9 @@ class CfnEvaluationForm(
8741
9489
  from aws_cdk import aws_connect as connect
8742
9490
 
8743
9491
  evaluation_form_numeric_question_automation_property = connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty(
9492
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
9493
+ source_type="sourceType"
9494
+ ),
8744
9495
  property_value=connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty(
8745
9496
  label="label"
8746
9497
  )
@@ -8748,11 +9499,24 @@ class CfnEvaluationForm(
8748
9499
  '''
8749
9500
  if __debug__:
8750
9501
  type_hints = typing.get_type_hints(_typecheckingstub__b81afcd26ca2b7f7f360e53cfff837a4d204082391c2522686bc1415137d9bb0)
9502
+ check_type(argname="argument answer_source", value=answer_source, expected_type=type_hints["answer_source"])
8751
9503
  check_type(argname="argument property_value", value=property_value, expected_type=type_hints["property_value"])
8752
9504
  self._values: typing.Dict[builtins.str, typing.Any] = {}
9505
+ if answer_source is not None:
9506
+ self._values["answer_source"] = answer_source
8753
9507
  if property_value is not None:
8754
9508
  self._values["property_value"] = property_value
8755
9509
 
9510
+ @builtins.property
9511
+ def answer_source(
9512
+ self,
9513
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty"]]:
9514
+ '''
9515
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html#cfn-connect-evaluationform-evaluationformnumericquestionautomation-answersource
9516
+ '''
9517
+ result = self._values.get("answer_source")
9518
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty"]], result)
9519
+
8756
9520
  @builtins.property
8757
9521
  def property_value(
8758
9522
  self,
@@ -8782,6 +9546,7 @@ class CfnEvaluationForm(
8782
9546
  "max_value": "maxValue",
8783
9547
  "min_value": "minValue",
8784
9548
  "automatic_fail": "automaticFail",
9549
+ "automatic_fail_configuration": "automaticFailConfiguration",
8785
9550
  "score": "score",
8786
9551
  },
8787
9552
  )
@@ -8792,6 +9557,7 @@ class CfnEvaluationForm(
8792
9557
  max_value: jsii.Number,
8793
9558
  min_value: jsii.Number,
8794
9559
  automatic_fail: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
9560
+ automatic_fail_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.AutomaticFailConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
8795
9561
  score: typing.Optional[jsii.Number] = None,
8796
9562
  ) -> None:
8797
9563
  '''Information about the option range used for scoring in numeric questions.
@@ -8799,6 +9565,7 @@ class CfnEvaluationForm(
8799
9565
  :param max_value: The maximum answer value of the range option.
8800
9566
  :param min_value: The minimum answer value of the range option.
8801
9567
  :param automatic_fail: The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
9568
+ :param automatic_fail_configuration:
8802
9569
  :param score: The score assigned to answer values within the range option. *Minimum* : 0 *Maximum* : 10
8803
9570
 
8804
9571
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionoption.html
@@ -8816,6 +9583,9 @@ class CfnEvaluationForm(
8816
9583
 
8817
9584
  # the properties below are optional
8818
9585
  automatic_fail=False,
9586
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
9587
+ target_section="targetSection"
9588
+ ),
8819
9589
  score=123
8820
9590
  )
8821
9591
  '''
@@ -8824,6 +9594,7 @@ class CfnEvaluationForm(
8824
9594
  check_type(argname="argument max_value", value=max_value, expected_type=type_hints["max_value"])
8825
9595
  check_type(argname="argument min_value", value=min_value, expected_type=type_hints["min_value"])
8826
9596
  check_type(argname="argument automatic_fail", value=automatic_fail, expected_type=type_hints["automatic_fail"])
9597
+ check_type(argname="argument automatic_fail_configuration", value=automatic_fail_configuration, expected_type=type_hints["automatic_fail_configuration"])
8827
9598
  check_type(argname="argument score", value=score, expected_type=type_hints["score"])
8828
9599
  self._values: typing.Dict[builtins.str, typing.Any] = {
8829
9600
  "max_value": max_value,
@@ -8831,6 +9602,8 @@ class CfnEvaluationForm(
8831
9602
  }
8832
9603
  if automatic_fail is not None:
8833
9604
  self._values["automatic_fail"] = automatic_fail
9605
+ if automatic_fail_configuration is not None:
9606
+ self._values["automatic_fail_configuration"] = automatic_fail_configuration
8834
9607
  if score is not None:
8835
9608
  self._values["score"] = score
8836
9609
 
@@ -8867,6 +9640,16 @@ class CfnEvaluationForm(
8867
9640
  result = self._values.get("automatic_fail")
8868
9641
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
8869
9642
 
9643
+ @builtins.property
9644
+ def automatic_fail_configuration(
9645
+ self,
9646
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.AutomaticFailConfigurationProperty"]]:
9647
+ '''
9648
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionoption.html#cfn-connect-evaluationform-evaluationformnumericquestionoption-automaticfailconfiguration
9649
+ '''
9650
+ result = self._values.get("automatic_fail_configuration")
9651
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.AutomaticFailConfigurationProperty"]], result)
9652
+
8870
9653
  @builtins.property
8871
9654
  def score(self) -> typing.Optional[jsii.Number]:
8872
9655
  '''The score assigned to answer values within the range option.
@@ -8932,6 +9715,9 @@ class CfnEvaluationForm(
8932
9715
 
8933
9716
  # the properties below are optional
8934
9717
  automation=connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty(
9718
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
9719
+ source_type="sourceType"
9720
+ ),
8935
9721
  property_value=connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty(
8936
9722
  label="label"
8937
9723
  )
@@ -8942,6 +9728,9 @@ class CfnEvaluationForm(
8942
9728
 
8943
9729
  # the properties below are optional
8944
9730
  automatic_fail=False,
9731
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
9732
+ target_section="targetSection"
9733
+ ),
8945
9734
  score=123
8946
9735
  )]
8947
9736
  )
@@ -9014,6 +9803,57 @@ class CfnEvaluationForm(
9014
9803
  k + "=" + repr(v) for k, v in self._values.items()
9015
9804
  )
9016
9805
 
9806
+ @jsii.data_type(
9807
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty",
9808
+ jsii_struct_bases=[],
9809
+ name_mapping={"source_type": "sourceType"},
9810
+ )
9811
+ class EvaluationFormQuestionAutomationAnswerSourceProperty:
9812
+ def __init__(self, *, source_type: builtins.str) -> None:
9813
+ '''
9814
+ :param source_type: The type of the answer sourcr.
9815
+
9816
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformquestionautomationanswersource.html
9817
+ :exampleMetadata: fixture=_generated
9818
+
9819
+ Example::
9820
+
9821
+ # The code below shows an example of how to instantiate this type.
9822
+ # The values are placeholders you should change.
9823
+ from aws_cdk import aws_connect as connect
9824
+
9825
+ evaluation_form_question_automation_answer_source_property = connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
9826
+ source_type="sourceType"
9827
+ )
9828
+ '''
9829
+ if __debug__:
9830
+ type_hints = typing.get_type_hints(_typecheckingstub__cfe1e81f58dc411f7b80896c864f4e0c4b473e20cb632be4ae2cccafb0882a67)
9831
+ check_type(argname="argument source_type", value=source_type, expected_type=type_hints["source_type"])
9832
+ self._values: typing.Dict[builtins.str, typing.Any] = {
9833
+ "source_type": source_type,
9834
+ }
9835
+
9836
+ @builtins.property
9837
+ def source_type(self) -> builtins.str:
9838
+ '''The type of the answer sourcr.
9839
+
9840
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformquestionautomationanswersource.html#cfn-connect-evaluationform-evaluationformquestionautomationanswersource-sourcetype
9841
+ '''
9842
+ result = self._values.get("source_type")
9843
+ assert result is not None, "Required property 'source_type' is missing"
9844
+ return typing.cast(builtins.str, result)
9845
+
9846
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
9847
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
9848
+
9849
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
9850
+ return not (rhs == self)
9851
+
9852
+ def __repr__(self) -> str:
9853
+ return "EvaluationFormQuestionAutomationAnswerSourceProperty(%s)" % ", ".join(
9854
+ k + "=" + repr(v) for k, v in self._values.items()
9855
+ )
9856
+
9017
9857
  @jsii.data_type(
9018
9858
  jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormQuestionProperty",
9019
9859
  jsii_struct_bases=[],
@@ -9021,6 +9861,7 @@ class CfnEvaluationForm(
9021
9861
  "question_type": "questionType",
9022
9862
  "ref_id": "refId",
9023
9863
  "title": "title",
9864
+ "enablement": "enablement",
9024
9865
  "instructions": "instructions",
9025
9866
  "not_applicable_enabled": "notApplicableEnabled",
9026
9867
  "question_type_properties": "questionTypeProperties",
@@ -9034,6 +9875,7 @@ class CfnEvaluationForm(
9034
9875
  question_type: builtins.str,
9035
9876
  ref_id: builtins.str,
9036
9877
  title: builtins.str,
9878
+ enablement: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
9037
9879
  instructions: typing.Optional[builtins.str] = None,
9038
9880
  not_applicable_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
9039
9881
  question_type_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormQuestionTypePropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -9044,6 +9886,7 @@ class CfnEvaluationForm(
9044
9886
  :param question_type: The type of the question. *Allowed values* : ``NUMERIC`` | ``SINGLESELECT`` | ``TEXT``
9045
9887
  :param ref_id: The identifier of the question. An identifier must be unique within the evaluation form. *Length Constraints* : Minimum length of 1. Maximum length of 40.
9046
9888
  :param title: The title of the question. *Length Constraints* : Minimum length of 1. Maximum length of 350.
9889
+ :param enablement:
9047
9890
  :param instructions: The instructions of the section. *Length Constraints* : Minimum length of 0. Maximum length of 1024.
9048
9891
  :param not_applicable_enabled: The flag to enable not applicable answers to the question.
9049
9892
  :param question_type_properties: The properties of the type of question. Text questions do not have to define question type properties.
@@ -9064,6 +9907,32 @@ class CfnEvaluationForm(
9064
9907
  title="title",
9065
9908
 
9066
9909
  # the properties below are optional
9910
+ enablement=connect.CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty(
9911
+ action="action",
9912
+ condition=connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty(
9913
+ operands=[connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty(
9914
+ expression=connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
9915
+ comparator="comparator",
9916
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
9917
+ type="type",
9918
+
9919
+ # the properties below are optional
9920
+ ref_id="refId"
9921
+ ),
9922
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
9923
+ ref_id="refId",
9924
+ type="type"
9925
+ )]
9926
+ )
9927
+ )],
9928
+
9929
+ # the properties below are optional
9930
+ operator="operator"
9931
+ ),
9932
+
9933
+ # the properties below are optional
9934
+ default_action="defaultAction"
9935
+ ),
9067
9936
  instructions="instructions",
9068
9937
  not_applicable_enabled=False,
9069
9938
  question_type_properties=connect.CfnEvaluationForm.EvaluationFormQuestionTypePropertiesProperty(
@@ -9073,6 +9942,9 @@ class CfnEvaluationForm(
9073
9942
 
9074
9943
  # the properties below are optional
9075
9944
  automation=connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty(
9945
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
9946
+ source_type="sourceType"
9947
+ ),
9076
9948
  property_value=connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty(
9077
9949
  label="label"
9078
9950
  )
@@ -9083,6 +9955,9 @@ class CfnEvaluationForm(
9083
9955
 
9084
9956
  # the properties below are optional
9085
9957
  automatic_fail=False,
9958
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
9959
+ target_section="targetSection"
9960
+ ),
9086
9961
  score=123
9087
9962
  )]
9088
9963
  ),
@@ -9093,6 +9968,9 @@ class CfnEvaluationForm(
9093
9968
 
9094
9969
  # the properties below are optional
9095
9970
  automatic_fail=False,
9971
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
9972
+ target_section="targetSection"
9973
+ ),
9096
9974
  score=123
9097
9975
  )],
9098
9976
 
@@ -9107,9 +9985,19 @@ class CfnEvaluationForm(
9107
9985
  )],
9108
9986
 
9109
9987
  # the properties below are optional
9988
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
9989
+ source_type="sourceType"
9990
+ ),
9110
9991
  default_option_ref_id="defaultOptionRefId"
9111
9992
  ),
9112
9993
  display_as="displayAs"
9994
+ ),
9995
+ text=connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty(
9996
+ automation=connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty(
9997
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
9998
+ source_type="sourceType"
9999
+ )
10000
+ )
9113
10001
  )
9114
10002
  ),
9115
10003
  weight=123
@@ -9120,6 +10008,7 @@ class CfnEvaluationForm(
9120
10008
  check_type(argname="argument question_type", value=question_type, expected_type=type_hints["question_type"])
9121
10009
  check_type(argname="argument ref_id", value=ref_id, expected_type=type_hints["ref_id"])
9122
10010
  check_type(argname="argument title", value=title, expected_type=type_hints["title"])
10011
+ check_type(argname="argument enablement", value=enablement, expected_type=type_hints["enablement"])
9123
10012
  check_type(argname="argument instructions", value=instructions, expected_type=type_hints["instructions"])
9124
10013
  check_type(argname="argument not_applicable_enabled", value=not_applicable_enabled, expected_type=type_hints["not_applicable_enabled"])
9125
10014
  check_type(argname="argument question_type_properties", value=question_type_properties, expected_type=type_hints["question_type_properties"])
@@ -9129,6 +10018,8 @@ class CfnEvaluationForm(
9129
10018
  "ref_id": ref_id,
9130
10019
  "title": title,
9131
10020
  }
10021
+ if enablement is not None:
10022
+ self._values["enablement"] = enablement
9132
10023
  if instructions is not None:
9133
10024
  self._values["instructions"] = instructions
9134
10025
  if not_applicable_enabled is not None:
@@ -9174,6 +10065,16 @@ class CfnEvaluationForm(
9174
10065
  assert result is not None, "Required property 'title' is missing"
9175
10066
  return typing.cast(builtins.str, result)
9176
10067
 
10068
+ @builtins.property
10069
+ def enablement(
10070
+ self,
10071
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty"]]:
10072
+ '''
10073
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformquestion.html#cfn-connect-evaluationform-evaluationformquestion-enablement
10074
+ '''
10075
+ result = self._values.get("enablement")
10076
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty"]], result)
10077
+
9177
10078
  @builtins.property
9178
10079
  def instructions(self) -> typing.Optional[builtins.str]:
9179
10080
  '''The instructions of the section.
@@ -9236,7 +10137,11 @@ class CfnEvaluationForm(
9236
10137
  @jsii.data_type(
9237
10138
  jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormQuestionTypePropertiesProperty",
9238
10139
  jsii_struct_bases=[],
9239
- name_mapping={"numeric": "numeric", "single_select": "singleSelect"},
10140
+ name_mapping={
10141
+ "numeric": "numeric",
10142
+ "single_select": "singleSelect",
10143
+ "text": "text",
10144
+ },
9240
10145
  )
9241
10146
  class EvaluationFormQuestionTypePropertiesProperty:
9242
10147
  def __init__(
@@ -9244,6 +10149,7 @@ class CfnEvaluationForm(
9244
10149
  *,
9245
10150
  numeric: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
9246
10151
  single_select: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormSingleSelectQuestionPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
10152
+ text: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
9247
10153
  ) -> None:
9248
10154
  '''Information about properties for a question in an evaluation form.
9249
10155
 
@@ -9251,6 +10157,7 @@ class CfnEvaluationForm(
9251
10157
 
9252
10158
  :param numeric: The properties of the numeric question.
9253
10159
  :param single_select: The properties of the numeric question.
10160
+ :param text:
9254
10161
 
9255
10162
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformquestiontypeproperties.html
9256
10163
  :exampleMetadata: fixture=_generated
@@ -9268,6 +10175,9 @@ class CfnEvaluationForm(
9268
10175
 
9269
10176
  # the properties below are optional
9270
10177
  automation=connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty(
10178
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
10179
+ source_type="sourceType"
10180
+ ),
9271
10181
  property_value=connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty(
9272
10182
  label="label"
9273
10183
  )
@@ -9278,6 +10188,9 @@ class CfnEvaluationForm(
9278
10188
 
9279
10189
  # the properties below are optional
9280
10190
  automatic_fail=False,
10191
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
10192
+ target_section="targetSection"
10193
+ ),
9281
10194
  score=123
9282
10195
  )]
9283
10196
  ),
@@ -9288,6 +10201,9 @@ class CfnEvaluationForm(
9288
10201
 
9289
10202
  # the properties below are optional
9290
10203
  automatic_fail=False,
10204
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
10205
+ target_section="targetSection"
10206
+ ),
9291
10207
  score=123
9292
10208
  )],
9293
10209
 
@@ -9302,9 +10218,19 @@ class CfnEvaluationForm(
9302
10218
  )],
9303
10219
 
9304
10220
  # the properties below are optional
10221
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
10222
+ source_type="sourceType"
10223
+ ),
9305
10224
  default_option_ref_id="defaultOptionRefId"
9306
10225
  ),
9307
10226
  display_as="displayAs"
10227
+ ),
10228
+ text=connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty(
10229
+ automation=connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty(
10230
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
10231
+ source_type="sourceType"
10232
+ )
10233
+ )
9308
10234
  )
9309
10235
  )
9310
10236
  '''
@@ -9312,11 +10238,14 @@ class CfnEvaluationForm(
9312
10238
  type_hints = typing.get_type_hints(_typecheckingstub__9c2a28674a94b033e97fe7c1b9bbd46fbd0b917a1605152cbffbc509362bd288)
9313
10239
  check_type(argname="argument numeric", value=numeric, expected_type=type_hints["numeric"])
9314
10240
  check_type(argname="argument single_select", value=single_select, expected_type=type_hints["single_select"])
10241
+ check_type(argname="argument text", value=text, expected_type=type_hints["text"])
9315
10242
  self._values: typing.Dict[builtins.str, typing.Any] = {}
9316
10243
  if numeric is not None:
9317
10244
  self._values["numeric"] = numeric
9318
10245
  if single_select is not None:
9319
10246
  self._values["single_select"] = single_select
10247
+ if text is not None:
10248
+ self._values["text"] = text
9320
10249
 
9321
10250
  @builtins.property
9322
10251
  def numeric(
@@ -9340,6 +10269,16 @@ class CfnEvaluationForm(
9340
10269
  result = self._values.get("single_select")
9341
10270
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormSingleSelectQuestionPropertiesProperty"]], result)
9342
10271
 
10272
+ @builtins.property
10273
+ def text(
10274
+ self,
10275
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty"]]:
10276
+ '''
10277
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformquestiontypeproperties.html#cfn-connect-evaluationform-evaluationformquestiontypeproperties-text
10278
+ '''
10279
+ result = self._values.get("text")
10280
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty"]], result)
10281
+
9343
10282
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
9344
10283
  return isinstance(rhs, self.__class__) and rhs._values == self._values
9345
10284
 
@@ -9406,6 +10345,32 @@ class CfnEvaluationForm(
9406
10345
  title="title",
9407
10346
 
9408
10347
  # the properties below are optional
10348
+ enablement=connect.CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty(
10349
+ action="action",
10350
+ condition=connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty(
10351
+ operands=[connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty(
10352
+ expression=connect.CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty(
10353
+ comparator="comparator",
10354
+ source=connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty(
10355
+ type="type",
10356
+
10357
+ # the properties below are optional
10358
+ ref_id="refId"
10359
+ ),
10360
+ values=[connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty(
10361
+ ref_id="refId",
10362
+ type="type"
10363
+ )]
10364
+ )
10365
+ )],
10366
+
10367
+ # the properties below are optional
10368
+ operator="operator"
10369
+ ),
10370
+
10371
+ # the properties below are optional
10372
+ default_action="defaultAction"
10373
+ ),
9409
10374
  instructions="instructions",
9410
10375
  not_applicable_enabled=False,
9411
10376
  question_type_properties=connect.CfnEvaluationForm.EvaluationFormQuestionTypePropertiesProperty(
@@ -9415,6 +10380,9 @@ class CfnEvaluationForm(
9415
10380
 
9416
10381
  # the properties below are optional
9417
10382
  automation=connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty(
10383
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
10384
+ source_type="sourceType"
10385
+ ),
9418
10386
  property_value=connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty(
9419
10387
  label="label"
9420
10388
  )
@@ -9425,6 +10393,9 @@ class CfnEvaluationForm(
9425
10393
 
9426
10394
  # the properties below are optional
9427
10395
  automatic_fail=False,
10396
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
10397
+ target_section="targetSection"
10398
+ ),
9428
10399
  score=123
9429
10400
  )]
9430
10401
  ),
@@ -9435,6 +10406,9 @@ class CfnEvaluationForm(
9435
10406
 
9436
10407
  # the properties below are optional
9437
10408
  automatic_fail=False,
10409
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
10410
+ target_section="targetSection"
10411
+ ),
9438
10412
  score=123
9439
10413
  )],
9440
10414
 
@@ -9449,9 +10423,19 @@ class CfnEvaluationForm(
9449
10423
  )],
9450
10424
 
9451
10425
  # the properties below are optional
10426
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
10427
+ source_type="sourceType"
10428
+ ),
9452
10429
  default_option_ref_id="defaultOptionRefId"
9453
10430
  ),
9454
10431
  display_as="displayAs"
10432
+ ),
10433
+ text=connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty(
10434
+ automation=connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty(
10435
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
10436
+ source_type="sourceType"
10437
+ )
10438
+ )
9455
10439
  )
9456
10440
  ),
9457
10441
  weight=123
@@ -9616,6 +10600,7 @@ class CfnEvaluationForm(
9616
10600
  jsii_struct_bases=[],
9617
10601
  name_mapping={
9618
10602
  "options": "options",
10603
+ "answer_source": "answerSource",
9619
10604
  "default_option_ref_id": "defaultOptionRefId",
9620
10605
  },
9621
10606
  )
@@ -9624,6 +10609,7 @@ class CfnEvaluationForm(
9624
10609
  self,
9625
10610
  *,
9626
10611
  options: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty", typing.Dict[builtins.str, typing.Any]]]]],
10612
+ answer_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
9627
10613
  default_option_ref_id: typing.Optional[builtins.str] = None,
9628
10614
  ) -> None:
9629
10615
  '''Information about the automation configuration in single select questions.
@@ -9631,6 +10617,7 @@ class CfnEvaluationForm(
9631
10617
  Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.
9632
10618
 
9633
10619
  :param options: The automation options of the single select question. *Minimum* : 1 *Maximum* : 20
10620
+ :param answer_source:
9634
10621
  :param default_option_ref_id: The identifier of the default answer option, when none of the automation options match the criteria. *Length Constraints* : Minimum length of 1. Maximum length of 40.
9635
10622
 
9636
10623
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformsingleselectquestionautomation.html
@@ -9652,16 +10639,22 @@ class CfnEvaluationForm(
9652
10639
  )],
9653
10640
 
9654
10641
  # the properties below are optional
10642
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
10643
+ source_type="sourceType"
10644
+ ),
9655
10645
  default_option_ref_id="defaultOptionRefId"
9656
10646
  )
9657
10647
  '''
9658
10648
  if __debug__:
9659
10649
  type_hints = typing.get_type_hints(_typecheckingstub__fc97b2bfa6d5fb8da071bf0ca06feb3e4bb442b1422677cdb6c7ae776fc3629c)
9660
10650
  check_type(argname="argument options", value=options, expected_type=type_hints["options"])
10651
+ check_type(argname="argument answer_source", value=answer_source, expected_type=type_hints["answer_source"])
9661
10652
  check_type(argname="argument default_option_ref_id", value=default_option_ref_id, expected_type=type_hints["default_option_ref_id"])
9662
10653
  self._values: typing.Dict[builtins.str, typing.Any] = {
9663
10654
  "options": options,
9664
10655
  }
10656
+ if answer_source is not None:
10657
+ self._values["answer_source"] = answer_source
9665
10658
  if default_option_ref_id is not None:
9666
10659
  self._values["default_option_ref_id"] = default_option_ref_id
9667
10660
 
@@ -9681,6 +10674,16 @@ class CfnEvaluationForm(
9681
10674
  assert result is not None, "Required property 'options' is missing"
9682
10675
  return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty"]]], result)
9683
10676
 
10677
+ @builtins.property
10678
+ def answer_source(
10679
+ self,
10680
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty"]]:
10681
+ '''
10682
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformsingleselectquestionautomation.html#cfn-connect-evaluationform-evaluationformsingleselectquestionautomation-answersource
10683
+ '''
10684
+ result = self._values.get("answer_source")
10685
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty"]], result)
10686
+
9684
10687
  @builtins.property
9685
10688
  def default_option_ref_id(self) -> typing.Optional[builtins.str]:
9686
10689
  '''The identifier of the default answer option, when none of the automation options match the criteria.
@@ -9710,6 +10713,7 @@ class CfnEvaluationForm(
9710
10713
  "ref_id": "refId",
9711
10714
  "text": "text",
9712
10715
  "automatic_fail": "automaticFail",
10716
+ "automatic_fail_configuration": "automaticFailConfiguration",
9713
10717
  "score": "score",
9714
10718
  },
9715
10719
  )
@@ -9720,6 +10724,7 @@ class CfnEvaluationForm(
9720
10724
  ref_id: builtins.str,
9721
10725
  text: builtins.str,
9722
10726
  automatic_fail: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
10727
+ automatic_fail_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.AutomaticFailConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
9723
10728
  score: typing.Optional[jsii.Number] = None,
9724
10729
  ) -> None:
9725
10730
  '''Information about the automation configuration in single select questions.
@@ -9727,6 +10732,7 @@ class CfnEvaluationForm(
9727
10732
  :param ref_id: The identifier of the answer option. An identifier must be unique within the question. *Length Constraints* : Minimum length of 1. Maximum length of 40.
9728
10733
  :param text: The title of the answer option. *Length Constraints* : Minimum length of 1. Maximum length of 128.
9729
10734
  :param automatic_fail: The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
10735
+ :param automatic_fail_configuration:
9730
10736
  :param score: The score assigned to the answer option. *Minimum* : 0 *Maximum* : 10
9731
10737
 
9732
10738
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformsingleselectquestionoption.html
@@ -9744,6 +10750,9 @@ class CfnEvaluationForm(
9744
10750
 
9745
10751
  # the properties below are optional
9746
10752
  automatic_fail=False,
10753
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
10754
+ target_section="targetSection"
10755
+ ),
9747
10756
  score=123
9748
10757
  )
9749
10758
  '''
@@ -9752,6 +10761,7 @@ class CfnEvaluationForm(
9752
10761
  check_type(argname="argument ref_id", value=ref_id, expected_type=type_hints["ref_id"])
9753
10762
  check_type(argname="argument text", value=text, expected_type=type_hints["text"])
9754
10763
  check_type(argname="argument automatic_fail", value=automatic_fail, expected_type=type_hints["automatic_fail"])
10764
+ check_type(argname="argument automatic_fail_configuration", value=automatic_fail_configuration, expected_type=type_hints["automatic_fail_configuration"])
9755
10765
  check_type(argname="argument score", value=score, expected_type=type_hints["score"])
9756
10766
  self._values: typing.Dict[builtins.str, typing.Any] = {
9757
10767
  "ref_id": ref_id,
@@ -9759,6 +10769,8 @@ class CfnEvaluationForm(
9759
10769
  }
9760
10770
  if automatic_fail is not None:
9761
10771
  self._values["automatic_fail"] = automatic_fail
10772
+ if automatic_fail_configuration is not None:
10773
+ self._values["automatic_fail_configuration"] = automatic_fail_configuration
9762
10774
  if score is not None:
9763
10775
  self._values["score"] = score
9764
10776
 
@@ -9799,6 +10811,16 @@ class CfnEvaluationForm(
9799
10811
  result = self._values.get("automatic_fail")
9800
10812
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
9801
10813
 
10814
+ @builtins.property
10815
+ def automatic_fail_configuration(
10816
+ self,
10817
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.AutomaticFailConfigurationProperty"]]:
10818
+ '''
10819
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformsingleselectquestionoption.html#cfn-connect-evaluationform-evaluationformsingleselectquestionoption-automaticfailconfiguration
10820
+ '''
10821
+ result = self._values.get("automatic_fail_configuration")
10822
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.AutomaticFailConfigurationProperty"]], result)
10823
+
9802
10824
  @builtins.property
9803
10825
  def score(self) -> typing.Optional[jsii.Number]:
9804
10826
  '''The score assigned to the answer option.
@@ -9862,6 +10884,9 @@ class CfnEvaluationForm(
9862
10884
 
9863
10885
  # the properties below are optional
9864
10886
  automatic_fail=False,
10887
+ automatic_fail_configuration=connect.CfnEvaluationForm.AutomaticFailConfigurationProperty(
10888
+ target_section="targetSection"
10889
+ ),
9865
10890
  score=123
9866
10891
  )],
9867
10892
 
@@ -9876,6 +10901,9 @@ class CfnEvaluationForm(
9876
10901
  )],
9877
10902
 
9878
10903
  # the properties below are optional
10904
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
10905
+ source_type="sourceType"
10906
+ ),
9879
10907
  default_option_ref_id="defaultOptionRefId"
9880
10908
  ),
9881
10909
  display_as="displayAs"
@@ -9943,6 +10971,122 @@ class CfnEvaluationForm(
9943
10971
  k + "=" + repr(v) for k, v in self._values.items()
9944
10972
  )
9945
10973
 
10974
+ @jsii.data_type(
10975
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty",
10976
+ jsii_struct_bases=[],
10977
+ name_mapping={"answer_source": "answerSource"},
10978
+ )
10979
+ class EvaluationFormTextQuestionAutomationProperty:
10980
+ def __init__(
10981
+ self,
10982
+ *,
10983
+ answer_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
10984
+ ) -> None:
10985
+ '''
10986
+ :param answer_source:
10987
+
10988
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformtextquestionautomation.html
10989
+ :exampleMetadata: fixture=_generated
10990
+
10991
+ Example::
10992
+
10993
+ # The code below shows an example of how to instantiate this type.
10994
+ # The values are placeholders you should change.
10995
+ from aws_cdk import aws_connect as connect
10996
+
10997
+ evaluation_form_text_question_automation_property = connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty(
10998
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
10999
+ source_type="sourceType"
11000
+ )
11001
+ )
11002
+ '''
11003
+ if __debug__:
11004
+ type_hints = typing.get_type_hints(_typecheckingstub__2ca5130e277ddd74204d9bbd7aeee6155c32ce87f65672233c24b6ac1a433fcd)
11005
+ check_type(argname="argument answer_source", value=answer_source, expected_type=type_hints["answer_source"])
11006
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
11007
+ if answer_source is not None:
11008
+ self._values["answer_source"] = answer_source
11009
+
11010
+ @builtins.property
11011
+ def answer_source(
11012
+ self,
11013
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty"]]:
11014
+ '''
11015
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformtextquestionautomation.html#cfn-connect-evaluationform-evaluationformtextquestionautomation-answersource
11016
+ '''
11017
+ result = self._values.get("answer_source")
11018
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty"]], result)
11019
+
11020
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
11021
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
11022
+
11023
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
11024
+ return not (rhs == self)
11025
+
11026
+ def __repr__(self) -> str:
11027
+ return "EvaluationFormTextQuestionAutomationProperty(%s)" % ", ".join(
11028
+ k + "=" + repr(v) for k, v in self._values.items()
11029
+ )
11030
+
11031
+ @jsii.data_type(
11032
+ jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty",
11033
+ jsii_struct_bases=[],
11034
+ name_mapping={"automation": "automation"},
11035
+ )
11036
+ class EvaluationFormTextQuestionPropertiesProperty:
11037
+ def __init__(
11038
+ self,
11039
+ *,
11040
+ automation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
11041
+ ) -> None:
11042
+ '''
11043
+ :param automation:
11044
+
11045
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformtextquestionproperties.html
11046
+ :exampleMetadata: fixture=_generated
11047
+
11048
+ Example::
11049
+
11050
+ # The code below shows an example of how to instantiate this type.
11051
+ # The values are placeholders you should change.
11052
+ from aws_cdk import aws_connect as connect
11053
+
11054
+ evaluation_form_text_question_properties_property = connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty(
11055
+ automation=connect.CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty(
11056
+ answer_source=connect.CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty(
11057
+ source_type="sourceType"
11058
+ )
11059
+ )
11060
+ )
11061
+ '''
11062
+ if __debug__:
11063
+ type_hints = typing.get_type_hints(_typecheckingstub__bf7945895c50206de7b3703ba68cf028dc4eaef3ad3a6f2e2ded4961891aa32e)
11064
+ check_type(argname="argument automation", value=automation, expected_type=type_hints["automation"])
11065
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
11066
+ if automation is not None:
11067
+ self._values["automation"] = automation
11068
+
11069
+ @builtins.property
11070
+ def automation(
11071
+ self,
11072
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty"]]:
11073
+ '''
11074
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformtextquestionproperties.html#cfn-connect-evaluationform-evaluationformtextquestionproperties-automation
11075
+ '''
11076
+ result = self._values.get("automation")
11077
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty"]], result)
11078
+
11079
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
11080
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
11081
+
11082
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
11083
+ return not (rhs == self)
11084
+
11085
+ def __repr__(self) -> str:
11086
+ return "EvaluationFormTextQuestionPropertiesProperty(%s)" % ", ".join(
11087
+ k + "=" + repr(v) for k, v in self._values.items()
11088
+ )
11089
+
9946
11090
  @jsii.data_type(
9947
11091
  jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty",
9948
11092
  jsii_struct_bases=[],
@@ -20723,6 +21867,13 @@ def _typecheckingstub__30b463f4300b968f0cb3373d8f901132b083c7d8934434bd6d53aa58b
20723
21867
  """Type checking stubs"""
20724
21868
  pass
20725
21869
 
21870
+ def _typecheckingstub__68b49b9b7d113d61d45e43a7f1b761ff41daab6f7845d517a10f65c5ce013c5f(
21871
+ *,
21872
+ target_section: typing.Optional[builtins.str] = None,
21873
+ ) -> None:
21874
+ """Type checking stubs"""
21875
+ pass
21876
+
20726
21877
  def _typecheckingstub__5f23a880d7bbcb8fab0eba70189a52c3eb1d392f5651dc0f0a2fe54cf4df27d7(
20727
21878
  *,
20728
21879
  section: typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormSectionProperty, typing.Dict[builtins.str, typing.Any]]],
@@ -20730,6 +21881,55 @@ def _typecheckingstub__5f23a880d7bbcb8fab0eba70189a52c3eb1d392f5651dc0f0a2fe54cf
20730
21881
  """Type checking stubs"""
20731
21882
  pass
20732
21883
 
21884
+ def _typecheckingstub__7424b1961cb60c135d54fb18291096ad719b1a7b344a0a00f02daae87f487cac(
21885
+ *,
21886
+ expression: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormItemEnablementExpressionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
21887
+ ) -> None:
21888
+ """Type checking stubs"""
21889
+ pass
21890
+
21891
+ def _typecheckingstub__1dd2a28b9112d816864a58d43ebbaedd3bce5fdfc4344ec27cdc5c233ff887b2(
21892
+ *,
21893
+ operands: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormItemEnablementConditionOperandProperty, typing.Dict[builtins.str, typing.Any]]]]],
21894
+ operator: typing.Optional[builtins.str] = None,
21895
+ ) -> None:
21896
+ """Type checking stubs"""
21897
+ pass
21898
+
21899
+ def _typecheckingstub__f1dd1c18baeb94fd4e5d68940b6866b0d491c7bb380d243a094e78b30f4566ec(
21900
+ *,
21901
+ action: builtins.str,
21902
+ condition: typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty, typing.Dict[builtins.str, typing.Any]]],
21903
+ default_action: typing.Optional[builtins.str] = None,
21904
+ ) -> None:
21905
+ """Type checking stubs"""
21906
+ pass
21907
+
21908
+ def _typecheckingstub__6c4a1ac75d0247a87e23eddef9c206b1a37f65a8a1f47e799dc3383a222db780(
21909
+ *,
21910
+ comparator: builtins.str,
21911
+ source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormItemEnablementSourceProperty, typing.Dict[builtins.str, typing.Any]]],
21912
+ values: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty, typing.Dict[builtins.str, typing.Any]]]]],
21913
+ ) -> None:
21914
+ """Type checking stubs"""
21915
+ pass
21916
+
21917
+ def _typecheckingstub__d57c3b1336375ff46cac69cfdb0fdbc67905ffaef7fc35793a2e952a6099c597(
21918
+ *,
21919
+ type: builtins.str,
21920
+ ref_id: typing.Optional[builtins.str] = None,
21921
+ ) -> None:
21922
+ """Type checking stubs"""
21923
+ pass
21924
+
21925
+ def _typecheckingstub__855c40da72ef6f32c384437820c0fa147a5d6bc4aa0341cace248d1f1a2fcc4e(
21926
+ *,
21927
+ ref_id: typing.Optional[builtins.str] = None,
21928
+ type: typing.Optional[builtins.str] = None,
21929
+ ) -> None:
21930
+ """Type checking stubs"""
21931
+ pass
21932
+
20733
21933
  def _typecheckingstub__1ed93558b58ad3642a506969313dd38d56ce0f003f808635135ccaf5c8c578e4(
20734
21934
  *,
20735
21935
  question: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormQuestionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -20740,6 +21940,7 @@ def _typecheckingstub__1ed93558b58ad3642a506969313dd38d56ce0f003f808635135ccaf5c
20740
21940
 
20741
21941
  def _typecheckingstub__b81afcd26ca2b7f7f360e53cfff837a4d204082391c2522686bc1415137d9bb0(
20742
21942
  *,
21943
+ answer_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
20743
21944
  property_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
20744
21945
  ) -> None:
20745
21946
  """Type checking stubs"""
@@ -20750,6 +21951,7 @@ def _typecheckingstub__b52418aba140bb56125771f8a631543b2ff66b57a21d4994b919cafe5
20750
21951
  max_value: jsii.Number,
20751
21952
  min_value: jsii.Number,
20752
21953
  automatic_fail: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
21954
+ automatic_fail_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.AutomaticFailConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
20753
21955
  score: typing.Optional[jsii.Number] = None,
20754
21956
  ) -> None:
20755
21957
  """Type checking stubs"""
@@ -20765,11 +21967,19 @@ def _typecheckingstub__6fdebefe553e70e8e484dd5dc1c652ee40882ca2d19bc3a12aa677060
20765
21967
  """Type checking stubs"""
20766
21968
  pass
20767
21969
 
21970
+ def _typecheckingstub__cfe1e81f58dc411f7b80896c864f4e0c4b473e20cb632be4ae2cccafb0882a67(
21971
+ *,
21972
+ source_type: builtins.str,
21973
+ ) -> None:
21974
+ """Type checking stubs"""
21975
+ pass
21976
+
20768
21977
  def _typecheckingstub__76f87135992dba43e2709251a961f9661f40617cabeb04621ceba33e2e2a0831(
20769
21978
  *,
20770
21979
  question_type: builtins.str,
20771
21980
  ref_id: builtins.str,
20772
21981
  title: builtins.str,
21982
+ enablement: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormItemEnablementConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
20773
21983
  instructions: typing.Optional[builtins.str] = None,
20774
21984
  not_applicable_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
20775
21985
  question_type_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormQuestionTypePropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -20782,6 +21992,7 @@ def _typecheckingstub__9c2a28674a94b033e97fe7c1b9bbd46fbd0b917a1605152cbffbc5093
20782
21992
  *,
20783
21993
  numeric: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
20784
21994
  single_select: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormSingleSelectQuestionPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
21995
+ text: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
20785
21996
  ) -> None:
20786
21997
  """Type checking stubs"""
20787
21998
  pass
@@ -20807,6 +22018,7 @@ def _typecheckingstub__e3628da3194346fb903c2da16aee6a4931544b13dac0a74d2857ffd14
20807
22018
  def _typecheckingstub__fc97b2bfa6d5fb8da071bf0ca06feb3e4bb442b1422677cdb6c7ae776fc3629c(
20808
22019
  *,
20809
22020
  options: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty, typing.Dict[builtins.str, typing.Any]]]]],
22021
+ answer_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
20810
22022
  default_option_ref_id: typing.Optional[builtins.str] = None,
20811
22023
  ) -> None:
20812
22024
  """Type checking stubs"""
@@ -20817,6 +22029,7 @@ def _typecheckingstub__511068b0668e9106d683cef742ddd4f219ab5e8b7872b9c6d3692faf6
20817
22029
  ref_id: builtins.str,
20818
22030
  text: builtins.str,
20819
22031
  automatic_fail: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
22032
+ automatic_fail_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.AutomaticFailConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
20820
22033
  score: typing.Optional[jsii.Number] = None,
20821
22034
  ) -> None:
20822
22035
  """Type checking stubs"""
@@ -20831,6 +22044,20 @@ def _typecheckingstub__45e8b8c481c725b1ed84e34212cf426ea008289d40995f757fe99cb6f
20831
22044
  """Type checking stubs"""
20832
22045
  pass
20833
22046
 
22047
+ def _typecheckingstub__2ca5130e277ddd74204d9bbd7aeee6155c32ce87f65672233c24b6ac1a433fcd(
22048
+ *,
22049
+ answer_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
22050
+ ) -> None:
22051
+ """Type checking stubs"""
22052
+ pass
22053
+
22054
+ def _typecheckingstub__bf7945895c50206de7b3703ba68cf028dc4eaef3ad3a6f2e2ded4961891aa32e(
22055
+ *,
22056
+ automation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEvaluationForm.EvaluationFormTextQuestionAutomationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
22057
+ ) -> None:
22058
+ """Type checking stubs"""
22059
+ pass
22060
+
20834
22061
  def _typecheckingstub__5c2101c26bfd31e1208bce72ced73e086806ccc5e207eec345b38abde0b4647d(
20835
22062
  *,
20836
22063
  label: builtins.str,
@@ -22579,3 +23806,6 @@ def _typecheckingstub__c5c8aa5e5d6802692a03611724808d85ab729895ff6180601dee7f8b5
22579
23806
  ) -> None:
22580
23807
  """Type checking stubs"""
22581
23808
  pass
23809
+
23810
+ for cls in [IAgentStatusRef, IApprovedOriginRef, IContactFlowModuleRef, IContactFlowRef, IContactFlowVersionRef, IEmailAddressRef, IEvaluationFormRef, IHoursOfOperationRef, IInstanceRef, IInstanceStorageConfigRef, IIntegrationAssociationRef, IPhoneNumberRef, IPredefinedAttributeRef, IPromptRef, IQueueRef, IQuickConnectRef, IRoutingProfileRef, IRuleRef, ISecurityKeyRef, ISecurityProfileRef, ITaskTemplateRef, ITrafficDistributionGroupRef, IUserHierarchyGroupRef, IUserHierarchyStructureRef, IUserRef, IViewRef, IViewVersionRef]:
23811
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])