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

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

Potentially problematic release.


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

Files changed (569) hide show
  1. aws_cdk/__init__.py +1349 -373
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1017 -155
  12. aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +298 -43
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +94 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +227 -53
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +1875 -132
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +135 -55
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +317 -28
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1405 -178
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +6747 -627
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +42 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +237 -32
  45. aws_cdk/aws_chatbot/__init__.py +70 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +345 -166
  50. aws_cdk/aws_cloudfront/__init__.py +2101 -680
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
  53. aws_cdk/aws_cloudtrail/__init__.py +301 -17
  54. aws_cdk/aws_cloudwatch/__init__.py +1414 -153
  55. aws_cdk/aws_codeartifact/__init__.py +35 -6
  56. aws_cdk/aws_codebuild/__init__.py +1103 -118
  57. aws_cdk/aws_codecommit/__init__.py +23 -9
  58. aws_cdk/aws_codeconnections/__init__.py +13 -2
  59. aws_cdk/aws_codedeploy/__init__.py +67 -6
  60. aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
  61. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  62. aws_cdk/aws_codepipeline/__init__.py +127 -64
  63. aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
  64. aws_cdk/aws_codestar/__init__.py +13 -2
  65. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  66. aws_cdk/aws_codestarnotifications/__init__.py +16 -2
  67. aws_cdk/aws_cognito/__init__.py +814 -80
  68. aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
  69. aws_cdk/aws_comprehend/__init__.py +24 -4
  70. aws_cdk/aws_config/__init__.py +191 -30
  71. aws_cdk/aws_connect/__init__.py +2736 -191
  72. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  73. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  74. aws_cdk/aws_controltower/__init__.py +35 -6
  75. aws_cdk/aws_cur/__init__.py +100 -4
  76. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  77. aws_cdk/aws_databrew/__init__.py +68 -12
  78. aws_cdk/aws_datapipeline/__init__.py +42 -2
  79. aws_cdk/aws_datasync/__init__.py +723 -203
  80. aws_cdk/aws_datazone/__init__.py +4425 -608
  81. aws_cdk/aws_dax/__init__.py +83 -6
  82. aws_cdk/aws_deadline/__init__.py +321 -32
  83. aws_cdk/aws_detective/__init__.py +35 -6
  84. aws_cdk/aws_devicefarm/__init__.py +68 -12
  85. aws_cdk/aws_devopsguru/__init__.py +37 -6
  86. aws_cdk/aws_directoryservice/__init__.py +53 -4
  87. aws_cdk/aws_dlm/__init__.py +13 -2
  88. aws_cdk/aws_dms/__init__.py +184 -27
  89. aws_cdk/aws_docdb/__init__.py +323 -46
  90. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  91. aws_cdk/aws_dsql/__init__.py +340 -12
  92. aws_cdk/aws_dynamodb/__init__.py +1463 -166
  93. aws_cdk/aws_ec2/__init__.py +9636 -1120
  94. aws_cdk/aws_ecr/__init__.py +631 -43
  95. aws_cdk/aws_ecr_assets/__init__.py +4 -0
  96. aws_cdk/aws_ecs/__init__.py +6524 -497
  97. aws_cdk/aws_ecs_patterns/__init__.py +2 -0
  98. aws_cdk/aws_efs/__init__.py +264 -24
  99. aws_cdk/aws_eks/__init__.py +1050 -218
  100. aws_cdk/aws_elasticache/__init__.py +373 -20
  101. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  102. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
  103. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
  104. aws_cdk/aws_elasticsearch/__init__.py +282 -9
  105. aws_cdk/aws_emr/__init__.py +187 -20
  106. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  107. aws_cdk/aws_emrserverless/__init__.py +188 -3
  108. aws_cdk/aws_entityresolution/__init__.py +585 -58
  109. aws_cdk/aws_events/__init__.py +969 -124
  110. aws_cdk/aws_events_targets/__init__.py +310 -54
  111. aws_cdk/aws_eventschemas/__init__.py +46 -8
  112. aws_cdk/aws_evidently/__init__.py +57 -10
  113. aws_cdk/aws_evs/__init__.py +2244 -0
  114. aws_cdk/aws_finspace/__init__.py +71 -2
  115. aws_cdk/aws_fis/__init__.py +26 -4
  116. aws_cdk/aws_fms/__init__.py +35 -6
  117. aws_cdk/aws_forecast/__init__.py +24 -4
  118. aws_cdk/aws_frauddetector/__init__.py +79 -14
  119. aws_cdk/aws_fsx/__init__.py +1236 -142
  120. aws_cdk/aws_gamelift/__init__.py +653 -78
  121. aws_cdk/aws_gameliftstreams/__init__.py +38 -16
  122. aws_cdk/aws_globalaccelerator/__init__.py +55 -14
  123. aws_cdk/aws_glue/__init__.py +1368 -320
  124. aws_cdk/aws_grafana/__init__.py +13 -2
  125. aws_cdk/aws_greengrass/__init__.py +654 -32
  126. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  127. aws_cdk/aws_groundstation/__init__.py +122 -6
  128. aws_cdk/aws_guardduty/__init__.py +1613 -123
  129. aws_cdk/aws_healthimaging/__init__.py +71 -2
  130. aws_cdk/aws_healthlake/__init__.py +42 -2
  131. aws_cdk/aws_iam/__init__.py +480 -140
  132. aws_cdk/aws_identitystore/__init__.py +24 -4
  133. aws_cdk/aws_imagebuilder/__init__.py +1433 -183
  134. aws_cdk/aws_inspector/__init__.py +38 -6
  135. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  136. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  137. aws_cdk/aws_invoicing/__init__.py +13 -2
  138. aws_cdk/aws_iot/__init__.py +1730 -86
  139. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  140. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  141. aws_cdk/aws_iotevents/__init__.py +122 -6
  142. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  143. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  144. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  145. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  146. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  147. aws_cdk/aws_iotwireless/__init__.py +649 -22
  148. aws_cdk/aws_ivs/__init__.py +561 -57
  149. aws_cdk/aws_ivschat/__init__.py +24 -4
  150. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  151. aws_cdk/aws_kendra/__init__.py +120 -28
  152. aws_cdk/aws_kendraranking/__init__.py +13 -2
  153. aws_cdk/aws_kinesis/__init__.py +622 -22
  154. aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
  155. aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
  156. aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
  157. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  158. aws_cdk/aws_kms/__init__.py +188 -41
  159. aws_cdk/aws_lakeformation/__init__.py +80 -15
  160. aws_cdk/aws_lambda/__init__.py +2101 -252
  161. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  163. aws_cdk/aws_launchwizard/__init__.py +13 -2
  164. aws_cdk/aws_lex/__init__.py +871 -8
  165. aws_cdk/aws_licensemanager/__init__.py +24 -4
  166. aws_cdk/aws_lightsail/__init__.py +2159 -975
  167. aws_cdk/aws_location/__init__.py +618 -14
  168. aws_cdk/aws_logs/__init__.py +5904 -956
  169. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  170. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  171. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  172. aws_cdk/aws_m2/__init__.py +94 -19
  173. aws_cdk/aws_macie/__init__.py +49 -11
  174. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  175. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  176. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  177. aws_cdk/aws_medialive/__init__.py +1239 -35
  178. aws_cdk/aws_mediapackage/__init__.py +59 -12
  179. aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
  180. aws_cdk/aws_mediastore/__init__.py +13 -2
  181. aws_cdk/aws_mediatailor/__init__.py +583 -12
  182. aws_cdk/aws_memorydb/__init__.py +271 -12
  183. aws_cdk/aws_mpa/__init__.py +1495 -0
  184. aws_cdk/aws_msk/__init__.py +104 -18
  185. aws_cdk/aws_mwaa/__init__.py +121 -9
  186. aws_cdk/aws_neptune/__init__.py +290 -78
  187. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  188. aws_cdk/aws_networkfirewall/__init__.py +1289 -273
  189. aws_cdk/aws_networkmanager/__init__.py +349 -33
  190. aws_cdk/aws_nimblestudio/__init__.py +75 -8
  191. aws_cdk/aws_notifications/__init__.py +317 -12
  192. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  193. aws_cdk/aws_oam/__init__.py +24 -4
  194. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  195. aws_cdk/aws_odb/__init__.py +5872 -0
  196. aws_cdk/aws_omics/__init__.py +2495 -529
  197. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  198. aws_cdk/aws_opensearchservice/__init__.py +495 -19
  199. aws_cdk/aws_opsworks/__init__.py +235 -139
  200. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  201. aws_cdk/aws_organizations/__init__.py +70 -10
  202. aws_cdk/aws_osis/__init__.py +167 -2
  203. aws_cdk/aws_panorama/__init__.py +151 -6
  204. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  205. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  206. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  207. aws_cdk/aws_pcs/__init__.py +387 -68
  208. aws_cdk/aws_personalize/__init__.py +46 -8
  209. aws_cdk/aws_pinpoint/__init__.py +329 -38
  210. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  211. aws_cdk/aws_pipes/__init__.py +12 -2
  212. aws_cdk/aws_proton/__init__.py +37 -6
  213. aws_cdk/aws_qbusiness/__init__.py +635 -34
  214. aws_cdk/aws_qldb/__init__.py +24 -4
  215. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  216. aws_cdk/aws_ram/__init__.py +24 -4
  217. aws_cdk/aws_rbin/__init__.py +12 -2
  218. aws_cdk/aws_rds/__init__.py +3345 -512
  219. aws_cdk/aws_redshift/__init__.py +143 -20
  220. aws_cdk/aws_redshiftserverless/__init__.py +692 -4
  221. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  222. aws_cdk/aws_rekognition/__init__.py +93 -6
  223. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  224. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  225. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  226. aws_cdk/aws_robomaker/__init__.py +72 -12
  227. aws_cdk/aws_rolesanywhere/__init__.py +180 -6
  228. aws_cdk/aws_route53/__init__.py +3273 -1442
  229. aws_cdk/aws_route53_targets/__init__.py +3 -0
  230. aws_cdk/aws_route53profiles/__init__.py +37 -6
  231. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  232. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  233. aws_cdk/aws_route53resolver/__init__.py +226 -36
  234. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  235. aws_cdk/aws_rum/__init__.py +13 -2
  236. aws_cdk/aws_s3/__init__.py +1291 -158
  237. aws_cdk/aws_s3_assets/__init__.py +11 -11
  238. aws_cdk/aws_s3_deployment/__init__.py +147 -11
  239. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  240. aws_cdk/aws_s3express/__init__.py +266 -8
  241. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  242. aws_cdk/aws_s3outposts/__init__.py +46 -8
  243. aws_cdk/aws_s3tables/__init__.py +2000 -323
  244. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  245. aws_cdk/aws_sagemaker/__init__.py +6617 -363
  246. aws_cdk/aws_sam/__init__.py +79 -14
  247. aws_cdk/aws_scheduler/__init__.py +237 -4
  248. aws_cdk/aws_sdb/__init__.py +12 -2
  249. aws_cdk/aws_secretsmanager/__init__.py +170 -14
  250. aws_cdk/aws_securityhub/__init__.py +3121 -176
  251. aws_cdk/aws_securitylake/__init__.py +46 -8
  252. aws_cdk/aws_servicecatalog/__init__.py +405 -246
  253. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  254. aws_cdk/aws_servicediscovery/__init__.py +140 -47
  255. aws_cdk/aws_ses/__init__.py +1231 -140
  256. aws_cdk/aws_shield/__init__.py +46 -8
  257. aws_cdk/aws_signer/__init__.py +27 -4
  258. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  259. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  260. aws_cdk/aws_sns/__init__.py +245 -29
  261. aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
  262. aws_cdk/aws_sqs/__init__.py +211 -14
  263. aws_cdk/aws_ssm/__init__.py +401 -58
  264. aws_cdk/aws_ssmcontacts/__init__.py +46 -8
  265. aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
  266. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  267. aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
  268. aws_cdk/aws_sso/__init__.py +70 -12
  269. aws_cdk/aws_stepfunctions/__init__.py +615 -70
  270. aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
  271. aws_cdk/aws_supportapp/__init__.py +39 -6
  272. aws_cdk/aws_synthetics/__init__.py +861 -75
  273. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  274. aws_cdk/aws_timestream/__init__.py +104 -8
  275. aws_cdk/aws_transfer/__init__.py +784 -87
  276. aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
  277. aws_cdk/aws_voiceid/__init__.py +41 -2
  278. aws_cdk/aws_vpclattice/__init__.py +376 -30
  279. aws_cdk/aws_waf/__init__.py +79 -14
  280. aws_cdk/aws_wafregional/__init__.py +123 -22
  281. aws_cdk/aws_wafv2/__init__.py +1179 -60
  282. aws_cdk/aws_wisdom/__init__.py +1401 -90
  283. aws_cdk/aws_workspaces/__init__.py +93 -6
  284. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  285. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  286. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  287. aws_cdk/aws_xray/__init__.py +48 -8
  288. aws_cdk/cloud_assembly_schema/__init__.py +231 -6
  289. aws_cdk/custom_resources/__init__.py +40 -12
  290. aws_cdk/cx_api/__init__.py +85 -14
  291. aws_cdk/interfaces/__init__.py +739 -0
  292. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  293. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  295. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  296. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  297. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  298. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  299. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  300. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  301. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  302. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  303. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  304. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  305. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  306. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  307. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  308. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  309. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  310. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  311. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  312. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  313. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  314. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  315. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  316. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  317. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  318. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  319. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  320. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  321. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  322. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  323. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  324. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  325. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  326. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  327. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  328. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  329. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  330. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  331. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  332. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  333. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  334. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  335. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  336. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  337. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  338. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  339. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  340. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  341. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  342. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  343. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  344. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  345. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  346. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  347. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  348. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  349. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  350. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  351. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  352. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  353. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  354. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  355. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  356. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  358. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  359. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  360. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  361. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  362. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  363. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  364. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  365. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  366. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  367. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  368. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  369. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  370. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  371. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  372. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  373. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  374. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  376. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  377. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  378. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  379. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  380. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  381. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  382. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  383. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  385. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  386. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  387. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  388. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  389. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  390. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  391. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  392. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  393. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  394. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  396. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  397. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  398. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  399. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  400. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  401. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  402. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  403. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  404. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  405. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  406. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  407. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  408. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  409. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  410. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  411. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  412. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  413. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  414. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  415. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  416. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  417. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  418. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  419. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  420. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  421. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  422. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  423. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  424. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  425. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  426. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  427. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  428. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  429. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  430. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  431. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  432. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  433. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  434. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  436. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  437. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  438. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  439. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  440. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  441. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  442. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  443. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  444. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  445. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  446. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  447. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  448. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  449. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  450. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  451. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  452. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  453. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  454. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  455. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  456. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  457. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  458. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  459. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  460. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  461. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  462. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  463. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  464. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  465. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  466. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  467. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  468. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  469. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  470. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  471. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  472. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  473. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  474. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  475. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  476. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  477. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  478. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  479. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  480. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  481. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  482. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  483. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  484. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  485. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  486. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  487. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  488. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  489. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  490. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  491. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  492. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  493. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  494. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  495. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  496. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  497. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  498. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  499. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  500. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  501. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  502. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  503. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  504. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  505. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  506. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  507. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  508. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  509. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  510. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  511. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  512. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  513. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  514. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  515. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  516. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  517. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  518. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  519. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  520. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  521. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  522. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  523. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  524. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  525. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  526. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  527. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  528. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  529. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  530. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  531. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  532. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  533. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  534. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  535. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  536. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  537. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  538. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  539. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  540. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  541. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  542. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  543. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  544. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  545. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  546. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  547. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  548. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  549. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  550. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  551. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  552. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  553. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  554. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  555. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  556. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  557. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  558. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  559. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  560. aws_cdk/pipelines/__init__.py +192 -42
  561. aws_cdk/region_info/__init__.py +3 -0
  562. aws_cdk/triggers/__init__.py +60 -18
  563. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
  564. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  565. aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
  566. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  567. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  568. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  569. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -77,9 +77,27 @@ from .. import (
77
77
  TagManager as _TagManager_0a598cb3,
78
78
  TreeInspector as _TreeInspector_488e0dd5,
79
79
  )
80
+ from ..interfaces.aws_qbusiness import (
81
+ ApplicationReference as _ApplicationReference_a28950f9,
82
+ DataAccessorReference as _DataAccessorReference_bfa88236,
83
+ DataSourceReference as _DataSourceReference_1d701f00,
84
+ IApplicationRef as _IApplicationRef_3d9bfeca,
85
+ IDataAccessorRef as _IDataAccessorRef_78efaa5d,
86
+ IDataSourceRef as _IDataSourceRef_6971c570,
87
+ IIndexRef as _IIndexRef_f140f6cd,
88
+ IPermissionRef as _IPermissionRef_76f5df1e,
89
+ IPluginRef as _IPluginRef_68a8bf0a,
90
+ IRetrieverRef as _IRetrieverRef_e52248d3,
91
+ IWebExperienceRef as _IWebExperienceRef_8c51af85,
92
+ IndexReference as _IndexReference_3b8fe006,
93
+ PermissionReference as _PermissionReference_04c3d6e6,
94
+ PluginReference as _PluginReference_3fa6cf2e,
95
+ RetrieverReference as _RetrieverReference_5ca01e76,
96
+ WebExperienceReference as _WebExperienceReference_31dff9d1,
97
+ )
80
98
 
81
99
 
82
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
100
+ @jsii.implements(_IInspectable_c2943556, _IApplicationRef_3d9bfeca, _ITaggableV2_4e6798f8)
83
101
  class CfnApplication(
84
102
  _CfnResource_9df397a6,
85
103
  metaclass=jsii.JSIIMeta,
@@ -163,7 +181,8 @@ class CfnApplication(
163
181
  role_arn: typing.Optional[builtins.str] = None,
164
182
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
165
183
  ) -> None:
166
- '''
184
+ '''Create a new ``AWS::QBusiness::Application``.
185
+
167
186
  :param scope: Scope in which this resource is defined.
168
187
  :param id: Construct identifier for this resource (unique in its scope).
169
188
  :param display_name: The name of the Amazon Q Business application.
@@ -177,7 +196,7 @@ class CfnApplication(
177
196
  :param identity_type: The authentication type being used by a Amazon Q Business application.
178
197
  :param personalization_configuration: Configuration information about chat response personalization. For more information, see `Personalizing chat responses <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html>`_ .
179
198
  :param q_apps_configuration: Configuration information about Amazon Q Apps.
180
- :param quick_sight_configuration: The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.
199
+ :param quick_sight_configuration: The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
181
200
  :param role_arn: The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics. If this property is not specified, Amazon Q Business will create a `service linked role (SLR) <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles.html#slr-permissions>`_ and use it as the application's role.
182
201
  :param tags: A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
183
202
  '''
@@ -204,6 +223,48 @@ class CfnApplication(
204
223
 
205
224
  jsii.create(self.__class__, self, [scope, id, props])
206
225
 
226
+ @jsii.member(jsii_name="fromApplicationArn")
227
+ @builtins.classmethod
228
+ def from_application_arn(
229
+ cls,
230
+ scope: _constructs_77d1e7e8.Construct,
231
+ id: builtins.str,
232
+ arn: builtins.str,
233
+ ) -> _IApplicationRef_3d9bfeca:
234
+ '''Creates a new IApplicationRef from an ARN.
235
+
236
+ :param scope: -
237
+ :param id: -
238
+ :param arn: -
239
+ '''
240
+ if __debug__:
241
+ type_hints = typing.get_type_hints(_typecheckingstub__7588037e663dbdf7e96cc384972e8ccf5a8f2b0ce464c77da36d747c5af4230b)
242
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
243
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
244
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
245
+ return typing.cast(_IApplicationRef_3d9bfeca, jsii.sinvoke(cls, "fromApplicationArn", [scope, id, arn]))
246
+
247
+ @jsii.member(jsii_name="fromApplicationId")
248
+ @builtins.classmethod
249
+ def from_application_id(
250
+ cls,
251
+ scope: _constructs_77d1e7e8.Construct,
252
+ id: builtins.str,
253
+ application_id: builtins.str,
254
+ ) -> _IApplicationRef_3d9bfeca:
255
+ '''Creates a new IApplicationRef from a applicationId.
256
+
257
+ :param scope: -
258
+ :param id: -
259
+ :param application_id: -
260
+ '''
261
+ if __debug__:
262
+ type_hints = typing.get_type_hints(_typecheckingstub__4437623b0c0426c55908d2b586e92137def40e9d7f5f7f4c722a1f1d09bf72f6)
263
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
264
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
265
+ check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
266
+ return typing.cast(_IApplicationRef_3d9bfeca, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
267
+
207
268
  @jsii.member(jsii_name="inspect")
208
269
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
209
270
  '''Examines the CloudFormation resource and discloses attributes.
@@ -234,6 +295,12 @@ class CfnApplication(
234
295
  '''The CloudFormation resource type name for this resource class.'''
235
296
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
236
297
 
298
+ @builtins.property
299
+ @jsii.member(jsii_name="applicationRef")
300
+ def application_ref(self) -> _ApplicationReference_a28950f9:
301
+ '''A reference to a Application resource.'''
302
+ return typing.cast(_ApplicationReference_a28950f9, jsii.get(self, "applicationRef"))
303
+
237
304
  @builtins.property
238
305
  @jsii.member(jsii_name="attrApplicationArn")
239
306
  def attr_application_arn(self) -> builtins.str:
@@ -480,7 +547,7 @@ class CfnApplication(
480
547
  def quick_sight_configuration(
481
548
  self,
482
549
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.QuickSightConfigurationProperty"]]:
483
- '''The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.'''
550
+ '''The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.'''
484
551
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.QuickSightConfigurationProperty"]], jsii.get(self, "quickSightConfiguration"))
485
552
 
486
553
  @quick_sight_configuration.setter
@@ -817,11 +884,11 @@ class CfnApplication(
817
884
  )
818
885
  class QuickSightConfigurationProperty:
819
886
  def __init__(self, *, client_namespace: builtins.str) -> None:
820
- '''The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.
887
+ '''The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
821
888
 
822
- For more information, see `Creating an Amazon QuickSight integrated application <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/create-quicksight-integrated-application.html>`_ .
889
+ For more information, see `Creating an Amazon Quick Suite integrated application <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/create-quicksight-integrated-application.html>`_ .
823
890
 
824
- :param client_namespace: The Amazon QuickSight namespace that is used as the identity provider. For more information about QuickSight namespaces, see `Namespace operations <https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html>`_ .
891
+ :param client_namespace: The Amazon Quick Suite namespace that is used as the identity provider. For more information about Quick Suite namespaces, see `Namespace operations <https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html>`_ .
825
892
 
826
893
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-quicksightconfiguration.html
827
894
  :exampleMetadata: fixture=_generated
@@ -845,9 +912,9 @@ class CfnApplication(
845
912
 
846
913
  @builtins.property
847
914
  def client_namespace(self) -> builtins.str:
848
- '''The Amazon QuickSight namespace that is used as the identity provider.
915
+ '''The Amazon Quick Suite namespace that is used as the identity provider.
849
916
 
850
- For more information about QuickSight namespaces, see `Namespace operations <https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html>`_ .
917
+ For more information about Quick Suite namespaces, see `Namespace operations <https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html>`_ .
851
918
 
852
919
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-quicksightconfiguration.html#cfn-qbusiness-application-quicksightconfiguration-clientnamespace
853
920
  '''
@@ -919,7 +986,7 @@ class CfnApplicationProps:
919
986
  :param identity_type: The authentication type being used by a Amazon Q Business application.
920
987
  :param personalization_configuration: Configuration information about chat response personalization. For more information, see `Personalizing chat responses <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html>`_ .
921
988
  :param q_apps_configuration: Configuration information about Amazon Q Apps.
922
- :param quick_sight_configuration: The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.
989
+ :param quick_sight_configuration: The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
923
990
  :param role_arn: The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics. If this property is not specified, Amazon Q Business will create a `service linked role (SLR) <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles.html#slr-permissions>`_ and use it as the application's role.
924
991
  :param tags: A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
925
992
 
@@ -1135,7 +1202,7 @@ class CfnApplicationProps:
1135
1202
  def quick_sight_configuration(
1136
1203
  self,
1137
1204
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.QuickSightConfigurationProperty]]:
1138
- '''The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.
1205
+ '''The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
1139
1206
 
1140
1207
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-application.html#cfn-qbusiness-application-quicksightconfiguration
1141
1208
  '''
@@ -1177,7 +1244,7 @@ class CfnApplicationProps:
1177
1244
  )
1178
1245
 
1179
1246
 
1180
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1247
+ @jsii.implements(_IInspectable_c2943556, _IDataAccessorRef_78efaa5d, _ITaggableV2_4e6798f8)
1181
1248
  class CfnDataAccessor(
1182
1249
  _CfnResource_9df397a6,
1183
1250
  metaclass=jsii.JSIIMeta,
@@ -1280,6 +1347,17 @@ class CfnDataAccessor(
1280
1347
  principal="principal",
1281
1348
 
1282
1349
  # the properties below are optional
1350
+ authentication_detail=qbusiness.CfnDataAccessor.DataAccessorAuthenticationDetailProperty(
1351
+ authentication_type="authenticationType",
1352
+
1353
+ # the properties below are optional
1354
+ authentication_configuration=qbusiness.CfnDataAccessor.DataAccessorAuthenticationConfigurationProperty(
1355
+ idc_trusted_token_issuer_configuration=qbusiness.CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty(
1356
+ idc_trusted_token_issuer_arn="idcTrustedTokenIssuerArn"
1357
+ )
1358
+ ),
1359
+ external_ids=["externalIds"]
1360
+ ),
1283
1361
  tags=[CfnTag(
1284
1362
  key="key",
1285
1363
  value="value"
@@ -1296,15 +1374,18 @@ class CfnDataAccessor(
1296
1374
  application_id: builtins.str,
1297
1375
  display_name: builtins.str,
1298
1376
  principal: builtins.str,
1377
+ authentication_detail: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAccessor.DataAccessorAuthenticationDetailProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1299
1378
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1300
1379
  ) -> None:
1301
- '''
1380
+ '''Create a new ``AWS::QBusiness::DataAccessor``.
1381
+
1302
1382
  :param scope: Scope in which this resource is defined.
1303
1383
  :param id: Construct identifier for this resource (unique in its scope).
1304
1384
  :param action_configurations: A list of action configurations specifying the allowed actions and any associated filters.
1305
1385
  :param application_id: The unique identifier of the Amazon Q Business application.
1306
1386
  :param display_name: The friendly name of the data accessor.
1307
1387
  :param principal: The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.
1388
+ :param authentication_detail: The authentication configuration details for the data accessor. This specifies how the ISV authenticates when accessing data through this data accessor.
1308
1389
  :param tags: The tags to associate with the data accessor.
1309
1390
  '''
1310
1391
  if __debug__:
@@ -1316,6 +1397,7 @@ class CfnDataAccessor(
1316
1397
  application_id=application_id,
1317
1398
  display_name=display_name,
1318
1399
  principal=principal,
1400
+ authentication_detail=authentication_detail,
1319
1401
  tags=tags,
1320
1402
  )
1321
1403
 
@@ -1407,6 +1489,12 @@ class CfnDataAccessor(
1407
1489
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1408
1490
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1409
1491
 
1492
+ @builtins.property
1493
+ @jsii.member(jsii_name="dataAccessorRef")
1494
+ def data_accessor_ref(self) -> _DataAccessorReference_bfa88236:
1495
+ '''A reference to a DataAccessor resource.'''
1496
+ return typing.cast(_DataAccessorReference_bfa88236, jsii.get(self, "dataAccessorRef"))
1497
+
1410
1498
  @builtins.property
1411
1499
  @jsii.member(jsii_name="actionConfigurations")
1412
1500
  def action_configurations(
@@ -1464,6 +1552,24 @@ class CfnDataAccessor(
1464
1552
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1465
1553
  jsii.set(self, "principal", value) # pyright: ignore[reportArgumentType]
1466
1554
 
1555
+ @builtins.property
1556
+ @jsii.member(jsii_name="authenticationDetail")
1557
+ def authentication_detail(
1558
+ self,
1559
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAccessor.DataAccessorAuthenticationDetailProperty"]]:
1560
+ '''The authentication configuration details for the data accessor.'''
1561
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAccessor.DataAccessorAuthenticationDetailProperty"]], jsii.get(self, "authenticationDetail"))
1562
+
1563
+ @authentication_detail.setter
1564
+ def authentication_detail(
1565
+ self,
1566
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAccessor.DataAccessorAuthenticationDetailProperty"]],
1567
+ ) -> None:
1568
+ if __debug__:
1569
+ type_hints = typing.get_type_hints(_typecheckingstub__8aa34af043257e0411af6e09ebeda77531edcaba51ad9fd392b4515b8c730792)
1570
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1571
+ jsii.set(self, "authenticationDetail", value) # pyright: ignore[reportArgumentType]
1572
+
1467
1573
  @builtins.property
1468
1574
  @jsii.member(jsii_name="tags")
1469
1575
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
@@ -2044,6 +2150,227 @@ class CfnDataAccessor(
2044
2150
  k + "=" + repr(v) for k, v in self._values.items()
2045
2151
  )
2046
2152
 
2153
+ @jsii.data_type(
2154
+ jsii_type="aws-cdk-lib.aws_qbusiness.CfnDataAccessor.DataAccessorAuthenticationConfigurationProperty",
2155
+ jsii_struct_bases=[],
2156
+ name_mapping={
2157
+ "idc_trusted_token_issuer_configuration": "idcTrustedTokenIssuerConfiguration",
2158
+ },
2159
+ )
2160
+ class DataAccessorAuthenticationConfigurationProperty:
2161
+ def __init__(
2162
+ self,
2163
+ *,
2164
+ idc_trusted_token_issuer_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
2165
+ ) -> None:
2166
+ '''A union type that contains the specific authentication configuration based on the authentication type selected.
2167
+
2168
+ :param idc_trusted_token_issuer_configuration: Configuration for IAM Identity Center Trusted Token Issuer (TTI) authentication used when the authentication type is ``AWS_IAM_IDC_TTI`` .
2169
+
2170
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationconfiguration.html
2171
+ :exampleMetadata: fixture=_generated
2172
+
2173
+ Example::
2174
+
2175
+ # The code below shows an example of how to instantiate this type.
2176
+ # The values are placeholders you should change.
2177
+ from aws_cdk import aws_qbusiness as qbusiness
2178
+
2179
+ data_accessor_authentication_configuration_property = qbusiness.CfnDataAccessor.DataAccessorAuthenticationConfigurationProperty(
2180
+ idc_trusted_token_issuer_configuration=qbusiness.CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty(
2181
+ idc_trusted_token_issuer_arn="idcTrustedTokenIssuerArn"
2182
+ )
2183
+ )
2184
+ '''
2185
+ if __debug__:
2186
+ type_hints = typing.get_type_hints(_typecheckingstub__5026e300a407a951a2bf85ba48cf1646fb1b1672f84f2ea26974311fd2b650de)
2187
+ check_type(argname="argument idc_trusted_token_issuer_configuration", value=idc_trusted_token_issuer_configuration, expected_type=type_hints["idc_trusted_token_issuer_configuration"])
2188
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2189
+ "idc_trusted_token_issuer_configuration": idc_trusted_token_issuer_configuration,
2190
+ }
2191
+
2192
+ @builtins.property
2193
+ def idc_trusted_token_issuer_configuration(
2194
+ self,
2195
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty"]:
2196
+ '''Configuration for IAM Identity Center Trusted Token Issuer (TTI) authentication used when the authentication type is ``AWS_IAM_IDC_TTI`` .
2197
+
2198
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationconfiguration.html#cfn-qbusiness-dataaccessor-dataaccessorauthenticationconfiguration-idctrustedtokenissuerconfiguration
2199
+ '''
2200
+ result = self._values.get("idc_trusted_token_issuer_configuration")
2201
+ assert result is not None, "Required property 'idc_trusted_token_issuer_configuration' is missing"
2202
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty"], result)
2203
+
2204
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2205
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2206
+
2207
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2208
+ return not (rhs == self)
2209
+
2210
+ def __repr__(self) -> str:
2211
+ return "DataAccessorAuthenticationConfigurationProperty(%s)" % ", ".join(
2212
+ k + "=" + repr(v) for k, v in self._values.items()
2213
+ )
2214
+
2215
+ @jsii.data_type(
2216
+ jsii_type="aws-cdk-lib.aws_qbusiness.CfnDataAccessor.DataAccessorAuthenticationDetailProperty",
2217
+ jsii_struct_bases=[],
2218
+ name_mapping={
2219
+ "authentication_type": "authenticationType",
2220
+ "authentication_configuration": "authenticationConfiguration",
2221
+ "external_ids": "externalIds",
2222
+ },
2223
+ )
2224
+ class DataAccessorAuthenticationDetailProperty:
2225
+ def __init__(
2226
+ self,
2227
+ *,
2228
+ authentication_type: builtins.str,
2229
+ authentication_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAccessor.DataAccessorAuthenticationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2230
+ external_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
2231
+ ) -> None:
2232
+ '''Contains the authentication configuration details for a data accessor.
2233
+
2234
+ This structure defines how the ISV authenticates when accessing data through the data accessor.
2235
+
2236
+ :param authentication_type: The type of authentication to use for the data accessor. This determines how the ISV authenticates when accessing data. You can use one of two authentication types: - ``AWS_IAM_IDC_TTI`` - Authentication using IAM Identity Center Trusted Token Issuer (TTI). This authentication type allows the ISV to use a trusted token issuer to generate tokens for accessing the data. - ``AWS_IAM_IDC_AUTH_CODE`` - Authentication using IAM Identity Center authorization code flow. This authentication type uses the standard OAuth 2.0 authorization code flow for authentication.
2237
+ :param authentication_configuration: The specific authentication configuration based on the authentication type.
2238
+ :param external_ids: A list of external identifiers associated with this authentication configuration. These are used to correlate the data accessor with external systems.
2239
+
2240
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationdetail.html
2241
+ :exampleMetadata: fixture=_generated
2242
+
2243
+ Example::
2244
+
2245
+ # The code below shows an example of how to instantiate this type.
2246
+ # The values are placeholders you should change.
2247
+ from aws_cdk import aws_qbusiness as qbusiness
2248
+
2249
+ data_accessor_authentication_detail_property = qbusiness.CfnDataAccessor.DataAccessorAuthenticationDetailProperty(
2250
+ authentication_type="authenticationType",
2251
+
2252
+ # the properties below are optional
2253
+ authentication_configuration=qbusiness.CfnDataAccessor.DataAccessorAuthenticationConfigurationProperty(
2254
+ idc_trusted_token_issuer_configuration=qbusiness.CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty(
2255
+ idc_trusted_token_issuer_arn="idcTrustedTokenIssuerArn"
2256
+ )
2257
+ ),
2258
+ external_ids=["externalIds"]
2259
+ )
2260
+ '''
2261
+ if __debug__:
2262
+ type_hints = typing.get_type_hints(_typecheckingstub__ce3d0eb33f705ecbcd9b23e1fae7014cc8010d410a8398ce3feea55694ebed37)
2263
+ check_type(argname="argument authentication_type", value=authentication_type, expected_type=type_hints["authentication_type"])
2264
+ check_type(argname="argument authentication_configuration", value=authentication_configuration, expected_type=type_hints["authentication_configuration"])
2265
+ check_type(argname="argument external_ids", value=external_ids, expected_type=type_hints["external_ids"])
2266
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2267
+ "authentication_type": authentication_type,
2268
+ }
2269
+ if authentication_configuration is not None:
2270
+ self._values["authentication_configuration"] = authentication_configuration
2271
+ if external_ids is not None:
2272
+ self._values["external_ids"] = external_ids
2273
+
2274
+ @builtins.property
2275
+ def authentication_type(self) -> builtins.str:
2276
+ '''The type of authentication to use for the data accessor.
2277
+
2278
+ This determines how the ISV authenticates when accessing data. You can use one of two authentication types:
2279
+
2280
+ - ``AWS_IAM_IDC_TTI`` - Authentication using IAM Identity Center Trusted Token Issuer (TTI). This authentication type allows the ISV to use a trusted token issuer to generate tokens for accessing the data.
2281
+ - ``AWS_IAM_IDC_AUTH_CODE`` - Authentication using IAM Identity Center authorization code flow. This authentication type uses the standard OAuth 2.0 authorization code flow for authentication.
2282
+
2283
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationdetail.html#cfn-qbusiness-dataaccessor-dataaccessorauthenticationdetail-authenticationtype
2284
+ '''
2285
+ result = self._values.get("authentication_type")
2286
+ assert result is not None, "Required property 'authentication_type' is missing"
2287
+ return typing.cast(builtins.str, result)
2288
+
2289
+ @builtins.property
2290
+ def authentication_configuration(
2291
+ self,
2292
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAccessor.DataAccessorAuthenticationConfigurationProperty"]]:
2293
+ '''The specific authentication configuration based on the authentication type.
2294
+
2295
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationdetail.html#cfn-qbusiness-dataaccessor-dataaccessorauthenticationdetail-authenticationconfiguration
2296
+ '''
2297
+ result = self._values.get("authentication_configuration")
2298
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAccessor.DataAccessorAuthenticationConfigurationProperty"]], result)
2299
+
2300
+ @builtins.property
2301
+ def external_ids(self) -> typing.Optional[typing.List[builtins.str]]:
2302
+ '''A list of external identifiers associated with this authentication configuration.
2303
+
2304
+ These are used to correlate the data accessor with external systems.
2305
+
2306
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationdetail.html#cfn-qbusiness-dataaccessor-dataaccessorauthenticationdetail-externalids
2307
+ '''
2308
+ result = self._values.get("external_ids")
2309
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2310
+
2311
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2312
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2313
+
2314
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2315
+ return not (rhs == self)
2316
+
2317
+ def __repr__(self) -> str:
2318
+ return "DataAccessorAuthenticationDetailProperty(%s)" % ", ".join(
2319
+ k + "=" + repr(v) for k, v in self._values.items()
2320
+ )
2321
+
2322
+ @jsii.data_type(
2323
+ jsii_type="aws-cdk-lib.aws_qbusiness.CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty",
2324
+ jsii_struct_bases=[],
2325
+ name_mapping={"idc_trusted_token_issuer_arn": "idcTrustedTokenIssuerArn"},
2326
+ )
2327
+ class DataAccessorIdcTrustedTokenIssuerConfigurationProperty:
2328
+ def __init__(self, *, idc_trusted_token_issuer_arn: builtins.str) -> None:
2329
+ '''Configuration details for IAM Identity Center Trusted Token Issuer (TTI) authentication.
2330
+
2331
+ :param idc_trusted_token_issuer_arn: The Amazon Resource Name (ARN) of the IAM Identity Center Trusted Token Issuer that will be used for authentication.
2332
+
2333
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessoridctrustedtokenissuerconfiguration.html
2334
+ :exampleMetadata: fixture=_generated
2335
+
2336
+ Example::
2337
+
2338
+ # The code below shows an example of how to instantiate this type.
2339
+ # The values are placeholders you should change.
2340
+ from aws_cdk import aws_qbusiness as qbusiness
2341
+
2342
+ data_accessor_idc_trusted_token_issuer_configuration_property = qbusiness.CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty(
2343
+ idc_trusted_token_issuer_arn="idcTrustedTokenIssuerArn"
2344
+ )
2345
+ '''
2346
+ if __debug__:
2347
+ type_hints = typing.get_type_hints(_typecheckingstub__aa8bef9d39508faf93f48a0365a4605be496aa8cf95d29ab54e4ceabbabaef4d)
2348
+ check_type(argname="argument idc_trusted_token_issuer_arn", value=idc_trusted_token_issuer_arn, expected_type=type_hints["idc_trusted_token_issuer_arn"])
2349
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2350
+ "idc_trusted_token_issuer_arn": idc_trusted_token_issuer_arn,
2351
+ }
2352
+
2353
+ @builtins.property
2354
+ def idc_trusted_token_issuer_arn(self) -> builtins.str:
2355
+ '''The Amazon Resource Name (ARN) of the IAM Identity Center Trusted Token Issuer that will be used for authentication.
2356
+
2357
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessoridctrustedtokenissuerconfiguration.html#cfn-qbusiness-dataaccessor-dataaccessoridctrustedtokenissuerconfiguration-idctrustedtokenissuerarn
2358
+ '''
2359
+ result = self._values.get("idc_trusted_token_issuer_arn")
2360
+ assert result is not None, "Required property 'idc_trusted_token_issuer_arn' is missing"
2361
+ return typing.cast(builtins.str, result)
2362
+
2363
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2364
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2365
+
2366
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2367
+ return not (rhs == self)
2368
+
2369
+ def __repr__(self) -> str:
2370
+ return "DataAccessorIdcTrustedTokenIssuerConfigurationProperty(%s)" % ", ".join(
2371
+ k + "=" + repr(v) for k, v in self._values.items()
2372
+ )
2373
+
2047
2374
  @jsii.data_type(
2048
2375
  jsii_type="aws-cdk-lib.aws_qbusiness.CfnDataAccessor.DocumentAttributeProperty",
2049
2376
  jsii_struct_bases=[],
@@ -2240,6 +2567,7 @@ class CfnDataAccessor(
2240
2567
  "application_id": "applicationId",
2241
2568
  "display_name": "displayName",
2242
2569
  "principal": "principal",
2570
+ "authentication_detail": "authenticationDetail",
2243
2571
  "tags": "tags",
2244
2572
  },
2245
2573
  )
@@ -2251,6 +2579,7 @@ class CfnDataAccessorProps:
2251
2579
  application_id: builtins.str,
2252
2580
  display_name: builtins.str,
2253
2581
  principal: builtins.str,
2582
+ authentication_detail: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAccessor.DataAccessorAuthenticationDetailProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2254
2583
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2255
2584
  ) -> None:
2256
2585
  '''Properties for defining a ``CfnDataAccessor``.
@@ -2259,6 +2588,7 @@ class CfnDataAccessorProps:
2259
2588
  :param application_id: The unique identifier of the Amazon Q Business application.
2260
2589
  :param display_name: The friendly name of the data accessor.
2261
2590
  :param principal: The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.
2591
+ :param authentication_detail: The authentication configuration details for the data accessor. This specifies how the ISV authenticates when accessing data through this data accessor.
2262
2592
  :param tags: The tags to associate with the data accessor.
2263
2593
 
2264
2594
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-dataaccessor.html
@@ -2353,6 +2683,17 @@ class CfnDataAccessorProps:
2353
2683
  principal="principal",
2354
2684
 
2355
2685
  # the properties below are optional
2686
+ authentication_detail=qbusiness.CfnDataAccessor.DataAccessorAuthenticationDetailProperty(
2687
+ authentication_type="authenticationType",
2688
+
2689
+ # the properties below are optional
2690
+ authentication_configuration=qbusiness.CfnDataAccessor.DataAccessorAuthenticationConfigurationProperty(
2691
+ idc_trusted_token_issuer_configuration=qbusiness.CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty(
2692
+ idc_trusted_token_issuer_arn="idcTrustedTokenIssuerArn"
2693
+ )
2694
+ ),
2695
+ external_ids=["externalIds"]
2696
+ ),
2356
2697
  tags=[CfnTag(
2357
2698
  key="key",
2358
2699
  value="value"
@@ -2365,6 +2706,7 @@ class CfnDataAccessorProps:
2365
2706
  check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
2366
2707
  check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
2367
2708
  check_type(argname="argument principal", value=principal, expected_type=type_hints["principal"])
2709
+ check_type(argname="argument authentication_detail", value=authentication_detail, expected_type=type_hints["authentication_detail"])
2368
2710
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2369
2711
  self._values: typing.Dict[builtins.str, typing.Any] = {
2370
2712
  "action_configurations": action_configurations,
@@ -2372,6 +2714,8 @@ class CfnDataAccessorProps:
2372
2714
  "display_name": display_name,
2373
2715
  "principal": principal,
2374
2716
  }
2717
+ if authentication_detail is not None:
2718
+ self._values["authentication_detail"] = authentication_detail
2375
2719
  if tags is not None:
2376
2720
  self._values["tags"] = tags
2377
2721
 
@@ -2417,6 +2761,19 @@ class CfnDataAccessorProps:
2417
2761
  assert result is not None, "Required property 'principal' is missing"
2418
2762
  return typing.cast(builtins.str, result)
2419
2763
 
2764
+ @builtins.property
2765
+ def authentication_detail(
2766
+ self,
2767
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDataAccessor.DataAccessorAuthenticationDetailProperty]]:
2768
+ '''The authentication configuration details for the data accessor.
2769
+
2770
+ This specifies how the ISV authenticates when accessing data through this data accessor.
2771
+
2772
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-dataaccessor.html#cfn-qbusiness-dataaccessor-authenticationdetail
2773
+ '''
2774
+ result = self._values.get("authentication_detail")
2775
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDataAccessor.DataAccessorAuthenticationDetailProperty]], result)
2776
+
2420
2777
  @builtins.property
2421
2778
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2422
2779
  '''The tags to associate with the data accessor.
@@ -2438,7 +2795,7 @@ class CfnDataAccessorProps:
2438
2795
  )
2439
2796
 
2440
2797
 
2441
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2798
+ @jsii.implements(_IInspectable_c2943556, _IDataSourceRef_6971c570, _ITaggableV2_4e6798f8)
2442
2799
  class CfnDataSource(
2443
2800
  _CfnResource_9df397a6,
2444
2801
  metaclass=jsii.JSIIMeta,
@@ -2572,7 +2929,8 @@ class CfnDataSource(
2572
2929
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2573
2930
  vpc_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.DataSourceVpcConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2574
2931
  ) -> None:
2575
- '''
2932
+ '''Create a new ``AWS::QBusiness::DataSource``.
2933
+
2576
2934
  :param scope: Scope in which this resource is defined.
2577
2935
  :param id: Construct identifier for this resource (unique in its scope).
2578
2936
  :param application_id: The identifier of the Amazon Q Business application the data source will be attached to.
@@ -2582,7 +2940,7 @@ class CfnDataSource(
2582
2940
  :param description: A description for the data source connector.
2583
2941
  :param document_enrichment_configuration: Provides the configuration information for altering document metadata and content during the document ingestion process. For more information, see `Custom document enrichment <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/custom-document-enrichment.html>`_ .
2584
2942
  :param media_extraction_configuration: The configuration for extracting information from media in documents.
2585
- :param role_arn: The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.
2943
+ :param role_arn: The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources. This field is required for all connector types except custom connectors, where it is optional.
2586
2944
  :param sync_schedule: Sets the frequency for Amazon Q Business to check the documents in your data source repository and update your index. If you don't set a schedule, Amazon Q Business won't periodically update the index. Specify a ``cron-`` format schedule string or an empty string to indicate that the index is updated on demand. You can't specify the ``Schedule`` parameter when the ``Type`` parameter is set to ``CUSTOM`` . If you do, you receive a ``ValidationException`` exception.
2587
2945
  :param tags: A list of key-value pairs that identify or categorize the data source connector. You can also use tags to help control access to the data source connector. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
2588
2946
  :param vpc_configuration: Configuration information for an Amazon VPC (Virtual Private Cloud) to connect to your data source. For more information, see `Using Amazon VPC with Amazon Q Business connectors <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/connector-vpc.html>`_ .
@@ -2702,6 +3060,12 @@ class CfnDataSource(
2702
3060
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2703
3061
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2704
3062
 
3063
+ @builtins.property
3064
+ @jsii.member(jsii_name="dataSourceRef")
3065
+ def data_source_ref(self) -> _DataSourceReference_1d701f00:
3066
+ '''A reference to a DataSource resource.'''
3067
+ return typing.cast(_DataSourceReference_1d701f00, jsii.get(self, "dataSourceRef"))
3068
+
2705
3069
  @builtins.property
2706
3070
  @jsii.member(jsii_name="applicationId")
2707
3071
  def application_id(self) -> builtins.str:
@@ -3510,7 +3874,7 @@ class CfnDataSource(
3510
3874
  For more information, see `Custom document enrichment <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/custom-document-enrichment.html>`_ .
3511
3875
 
3512
3876
  :param invocation_condition: The condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Q Business should invoke a function that inserts the current date-time.
3513
- :param lambda_arn: The Amazon Resource Name (ARN) of the Lambda function sduring ingestion. For more information, see `Using Lambda functions for Amazon Q Business document enrichment <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cde-lambda-operations.html>`_ .
3877
+ :param lambda_arn: The Amazon Resource Name (ARN) of the Lambda function during ingestion. For more information, see `Using Lambda functions for Amazon Q Business document enrichment <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cde-lambda-operations.html>`_ .
3514
3878
  :param role_arn: The Amazon Resource Name (ARN) of a role with permission to run ``PreExtractionHookConfiguration`` and ``PostExtractionHookConfiguration`` for altering document metadata and content during the document ingestion process.
3515
3879
  :param s3_bucket_name: Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see `Data contracts for Lambda functions <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/cde-lambda-operations.html#cde-lambda-operations-data-contracts>`_ .
3516
3880
 
@@ -3572,7 +3936,7 @@ class CfnDataSource(
3572
3936
 
3573
3937
  @builtins.property
3574
3938
  def lambda_arn(self) -> typing.Optional[builtins.str]:
3575
- '''The Amazon Resource Name (ARN) of the Lambda function sduring ingestion.
3939
+ '''The Amazon Resource Name (ARN) of the Lambda function during ingestion.
3576
3940
 
3577
3941
  For more information, see `Using Lambda functions for Amazon Q Business document enrichment <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cde-lambda-operations.html>`_ .
3578
3942
 
@@ -3985,7 +4349,7 @@ class CfnDataSourceProps:
3985
4349
  :param description: A description for the data source connector.
3986
4350
  :param document_enrichment_configuration: Provides the configuration information for altering document metadata and content during the document ingestion process. For more information, see `Custom document enrichment <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/custom-document-enrichment.html>`_ .
3987
4351
  :param media_extraction_configuration: The configuration for extracting information from media in documents.
3988
- :param role_arn: The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.
4352
+ :param role_arn: The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources. This field is required for all connector types except custom connectors, where it is optional.
3989
4353
  :param sync_schedule: Sets the frequency for Amazon Q Business to check the documents in your data source repository and update your index. If you don't set a schedule, Amazon Q Business won't periodically update the index. Specify a ``cron-`` format schedule string or an empty string to indicate that the index is updated on demand. You can't specify the ``Schedule`` parameter when the ``Type`` parameter is set to ``CUSTOM`` . If you do, you receive a ``ValidationException`` exception.
3990
4354
  :param tags: A list of key-value pairs that identify or categorize the data source connector. You can also use tags to help control access to the data source connector. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
3991
4355
  :param vpc_configuration: Configuration information for an Amazon VPC (Virtual Private Cloud) to connect to your data source. For more information, see `Using Amazon VPC with Amazon Q Business connectors <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/connector-vpc.html>`_ .
@@ -4218,6 +4582,8 @@ class CfnDataSourceProps:
4218
4582
  def role_arn(self) -> typing.Optional[builtins.str]:
4219
4583
  '''The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.
4220
4584
 
4585
+ This field is required for all connector types except custom connectors, where it is optional.
4586
+
4221
4587
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-datasource.html#cfn-qbusiness-datasource-rolearn
4222
4588
  '''
4223
4589
  result = self._values.get("role_arn")
@@ -4273,7 +4639,7 @@ class CfnDataSourceProps:
4273
4639
  )
4274
4640
 
4275
4641
 
4276
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4642
+ @jsii.implements(_IInspectable_c2943556, _IIndexRef_f140f6cd, _ITaggableV2_4e6798f8)
4277
4643
  class CfnIndex(
4278
4644
  _CfnResource_9df397a6,
4279
4645
  metaclass=jsii.JSIIMeta,
@@ -4330,7 +4696,8 @@ class CfnIndex(
4330
4696
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4331
4697
  type: typing.Optional[builtins.str] = None,
4332
4698
  ) -> None:
4333
- '''
4699
+ '''Create a new ``AWS::QBusiness::Index``.
4700
+
4334
4701
  :param scope: Scope in which this resource is defined.
4335
4702
  :param id: Construct identifier for this resource (unique in its scope).
4336
4703
  :param application_id: The identifier of the Amazon Q Business application using the index.
@@ -4453,6 +4820,12 @@ class CfnIndex(
4453
4820
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4454
4821
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4455
4822
 
4823
+ @builtins.property
4824
+ @jsii.member(jsii_name="indexRef")
4825
+ def index_ref(self) -> _IndexReference_3b8fe006:
4826
+ '''A reference to a Index resource.'''
4827
+ return typing.cast(_IndexReference_3b8fe006, jsii.get(self, "indexRef"))
4828
+
4456
4829
  @builtins.property
4457
4830
  @jsii.member(jsii_name="applicationId")
4458
4831
  def application_id(self) -> builtins.str:
@@ -5009,7 +5382,7 @@ class CfnIndexProps:
5009
5382
  )
5010
5383
 
5011
5384
 
5012
- @jsii.implements(_IInspectable_c2943556)
5385
+ @jsii.implements(_IInspectable_c2943556, _IPermissionRef_76f5df1e)
5013
5386
  class CfnPermission(
5014
5387
  _CfnResource_9df397a6,
5015
5388
  metaclass=jsii.JSIIMeta,
@@ -5033,7 +5406,14 @@ class CfnPermission(
5033
5406
  actions=["actions"],
5034
5407
  application_id="applicationId",
5035
5408
  principal="principal",
5036
- statement_id="statementId"
5409
+ statement_id="statementId",
5410
+
5411
+ # the properties below are optional
5412
+ conditions=[qbusiness.CfnPermission.ConditionProperty(
5413
+ condition_key="conditionKey",
5414
+ condition_operator="conditionOperator",
5415
+ condition_values=["conditionValues"]
5416
+ )]
5037
5417
  )
5038
5418
  '''
5039
5419
 
@@ -5046,14 +5426,17 @@ class CfnPermission(
5046
5426
  application_id: builtins.str,
5047
5427
  principal: builtins.str,
5048
5428
  statement_id: builtins.str,
5429
+ conditions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPermission.ConditionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
5049
5430
  ) -> None:
5050
- '''
5431
+ '''Create a new ``AWS::QBusiness::Permission``.
5432
+
5051
5433
  :param scope: Scope in which this resource is defined.
5052
5434
  :param id: Construct identifier for this resource (unique in its scope).
5053
5435
  :param actions: The list of Amazon Q Business actions that the ISV is allowed to perform.
5054
5436
  :param application_id: The unique identifier of the Amazon Q Business application.
5055
5437
  :param principal: Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
5056
5438
  :param statement_id: A unique identifier for the policy statement.
5439
+ :param conditions:
5057
5440
  '''
5058
5441
  if __debug__:
5059
5442
  type_hints = typing.get_type_hints(_typecheckingstub__aa8b9992ffebedf4dda280be4bd0aa5dade8d62a6c092d850b1b1bb8df042ee8)
@@ -5064,6 +5447,7 @@ class CfnPermission(
5064
5447
  application_id=application_id,
5065
5448
  principal=principal,
5066
5449
  statement_id=statement_id,
5450
+ conditions=conditions,
5067
5451
  )
5068
5452
 
5069
5453
  jsii.create(self.__class__, self, [scope, id, props])
@@ -5103,6 +5487,12 @@ class CfnPermission(
5103
5487
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5104
5488
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5105
5489
 
5490
+ @builtins.property
5491
+ @jsii.member(jsii_name="permissionRef")
5492
+ def permission_ref(self) -> _PermissionReference_04c3d6e6:
5493
+ '''A reference to a Permission resource.'''
5494
+ return typing.cast(_PermissionReference_04c3d6e6, jsii.get(self, "permissionRef"))
5495
+
5106
5496
  @builtins.property
5107
5497
  @jsii.member(jsii_name="actions")
5108
5498
  def actions(self) -> typing.List[builtins.str]:
@@ -5155,6 +5545,109 @@ class CfnPermission(
5155
5545
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5156
5546
  jsii.set(self, "statementId", value) # pyright: ignore[reportArgumentType]
5157
5547
 
5548
+ @builtins.property
5549
+ @jsii.member(jsii_name="conditions")
5550
+ def conditions(
5551
+ self,
5552
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnPermission.ConditionProperty"]]]]:
5553
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnPermission.ConditionProperty"]]]], jsii.get(self, "conditions"))
5554
+
5555
+ @conditions.setter
5556
+ def conditions(
5557
+ self,
5558
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnPermission.ConditionProperty"]]]],
5559
+ ) -> None:
5560
+ if __debug__:
5561
+ type_hints = typing.get_type_hints(_typecheckingstub__df7eedd7834a134466643c8bd40b7906fe6b7fcc7f482e5265aec4bb05607f6a)
5562
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5563
+ jsii.set(self, "conditions", value) # pyright: ignore[reportArgumentType]
5564
+
5565
+ @jsii.data_type(
5566
+ jsii_type="aws-cdk-lib.aws_qbusiness.CfnPermission.ConditionProperty",
5567
+ jsii_struct_bases=[],
5568
+ name_mapping={
5569
+ "condition_key": "conditionKey",
5570
+ "condition_operator": "conditionOperator",
5571
+ "condition_values": "conditionValues",
5572
+ },
5573
+ )
5574
+ class ConditionProperty:
5575
+ def __init__(
5576
+ self,
5577
+ *,
5578
+ condition_key: builtins.str,
5579
+ condition_operator: builtins.str,
5580
+ condition_values: typing.Sequence[builtins.str],
5581
+ ) -> None:
5582
+ '''
5583
+ :param condition_key:
5584
+ :param condition_operator:
5585
+ :param condition_values:
5586
+
5587
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-permission-condition.html
5588
+ :exampleMetadata: fixture=_generated
5589
+
5590
+ Example::
5591
+
5592
+ # The code below shows an example of how to instantiate this type.
5593
+ # The values are placeholders you should change.
5594
+ from aws_cdk import aws_qbusiness as qbusiness
5595
+
5596
+ condition_property = qbusiness.CfnPermission.ConditionProperty(
5597
+ condition_key="conditionKey",
5598
+ condition_operator="conditionOperator",
5599
+ condition_values=["conditionValues"]
5600
+ )
5601
+ '''
5602
+ if __debug__:
5603
+ type_hints = typing.get_type_hints(_typecheckingstub__39a9bd842be75583d990f7774438e331f4161b57ee4d98a449b293c0e014f90d)
5604
+ check_type(argname="argument condition_key", value=condition_key, expected_type=type_hints["condition_key"])
5605
+ check_type(argname="argument condition_operator", value=condition_operator, expected_type=type_hints["condition_operator"])
5606
+ check_type(argname="argument condition_values", value=condition_values, expected_type=type_hints["condition_values"])
5607
+ self._values: typing.Dict[builtins.str, typing.Any] = {
5608
+ "condition_key": condition_key,
5609
+ "condition_operator": condition_operator,
5610
+ "condition_values": condition_values,
5611
+ }
5612
+
5613
+ @builtins.property
5614
+ def condition_key(self) -> builtins.str:
5615
+ '''
5616
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-permission-condition.html#cfn-qbusiness-permission-condition-conditionkey
5617
+ '''
5618
+ result = self._values.get("condition_key")
5619
+ assert result is not None, "Required property 'condition_key' is missing"
5620
+ return typing.cast(builtins.str, result)
5621
+
5622
+ @builtins.property
5623
+ def condition_operator(self) -> builtins.str:
5624
+ '''
5625
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-permission-condition.html#cfn-qbusiness-permission-condition-conditionoperator
5626
+ '''
5627
+ result = self._values.get("condition_operator")
5628
+ assert result is not None, "Required property 'condition_operator' is missing"
5629
+ return typing.cast(builtins.str, result)
5630
+
5631
+ @builtins.property
5632
+ def condition_values(self) -> typing.List[builtins.str]:
5633
+ '''
5634
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-permission-condition.html#cfn-qbusiness-permission-condition-conditionvalues
5635
+ '''
5636
+ result = self._values.get("condition_values")
5637
+ assert result is not None, "Required property 'condition_values' is missing"
5638
+ return typing.cast(typing.List[builtins.str], result)
5639
+
5640
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5641
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5642
+
5643
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5644
+ return not (rhs == self)
5645
+
5646
+ def __repr__(self) -> str:
5647
+ return "ConditionProperty(%s)" % ", ".join(
5648
+ k + "=" + repr(v) for k, v in self._values.items()
5649
+ )
5650
+
5158
5651
 
5159
5652
  @jsii.data_type(
5160
5653
  jsii_type="aws-cdk-lib.aws_qbusiness.CfnPermissionProps",
@@ -5164,6 +5657,7 @@ class CfnPermission(
5164
5657
  "application_id": "applicationId",
5165
5658
  "principal": "principal",
5166
5659
  "statement_id": "statementId",
5660
+ "conditions": "conditions",
5167
5661
  },
5168
5662
  )
5169
5663
  class CfnPermissionProps:
@@ -5174,6 +5668,7 @@ class CfnPermissionProps:
5174
5668
  application_id: builtins.str,
5175
5669
  principal: builtins.str,
5176
5670
  statement_id: builtins.str,
5671
+ conditions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPermission.ConditionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
5177
5672
  ) -> None:
5178
5673
  '''Properties for defining a ``CfnPermission``.
5179
5674
 
@@ -5181,6 +5676,7 @@ class CfnPermissionProps:
5181
5676
  :param application_id: The unique identifier of the Amazon Q Business application.
5182
5677
  :param principal: Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
5183
5678
  :param statement_id: A unique identifier for the policy statement.
5679
+ :param conditions:
5184
5680
 
5185
5681
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-permission.html
5186
5682
  :exampleMetadata: fixture=_generated
@@ -5195,7 +5691,14 @@ class CfnPermissionProps:
5195
5691
  actions=["actions"],
5196
5692
  application_id="applicationId",
5197
5693
  principal="principal",
5198
- statement_id="statementId"
5694
+ statement_id="statementId",
5695
+
5696
+ # the properties below are optional
5697
+ conditions=[qbusiness.CfnPermission.ConditionProperty(
5698
+ condition_key="conditionKey",
5699
+ condition_operator="conditionOperator",
5700
+ condition_values=["conditionValues"]
5701
+ )]
5199
5702
  )
5200
5703
  '''
5201
5704
  if __debug__:
@@ -5204,12 +5707,15 @@ class CfnPermissionProps:
5204
5707
  check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
5205
5708
  check_type(argname="argument principal", value=principal, expected_type=type_hints["principal"])
5206
5709
  check_type(argname="argument statement_id", value=statement_id, expected_type=type_hints["statement_id"])
5710
+ check_type(argname="argument conditions", value=conditions, expected_type=type_hints["conditions"])
5207
5711
  self._values: typing.Dict[builtins.str, typing.Any] = {
5208
5712
  "actions": actions,
5209
5713
  "application_id": application_id,
5210
5714
  "principal": principal,
5211
5715
  "statement_id": statement_id,
5212
5716
  }
5717
+ if conditions is not None:
5718
+ self._values["conditions"] = conditions
5213
5719
 
5214
5720
  @builtins.property
5215
5721
  def actions(self) -> typing.List[builtins.str]:
@@ -5251,6 +5757,16 @@ class CfnPermissionProps:
5251
5757
  assert result is not None, "Required property 'statement_id' is missing"
5252
5758
  return typing.cast(builtins.str, result)
5253
5759
 
5760
+ @builtins.property
5761
+ def conditions(
5762
+ self,
5763
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnPermission.ConditionProperty]]]]:
5764
+ '''
5765
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-permission.html#cfn-qbusiness-permission-conditions
5766
+ '''
5767
+ result = self._values.get("conditions")
5768
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnPermission.ConditionProperty]]]], result)
5769
+
5254
5770
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
5255
5771
  return isinstance(rhs, self.__class__) and rhs._values == self._values
5256
5772
 
@@ -5263,7 +5779,7 @@ class CfnPermissionProps:
5263
5779
  )
5264
5780
 
5265
5781
 
5266
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
5782
+ @jsii.implements(_IInspectable_c2943556, _IPluginRef_68a8bf0a, _ITaggableV2_4e6798f8)
5267
5783
  class CfnPlugin(
5268
5784
  _CfnResource_9df397a6,
5269
5785
  metaclass=jsii.JSIIMeta,
@@ -5338,7 +5854,8 @@ class CfnPlugin(
5338
5854
  state: typing.Optional[builtins.str] = None,
5339
5855
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5340
5856
  ) -> None:
5341
- '''
5857
+ '''Create a new ``AWS::QBusiness::Plugin``.
5858
+
5342
5859
  :param scope: Scope in which this resource is defined.
5343
5860
  :param id: Construct identifier for this resource (unique in its scope).
5344
5861
  :param auth_configuration: Authentication configuration information for an Amazon Q Business plugin.
@@ -5455,6 +5972,12 @@ class CfnPlugin(
5455
5972
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5456
5973
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5457
5974
 
5975
+ @builtins.property
5976
+ @jsii.member(jsii_name="pluginRef")
5977
+ def plugin_ref(self) -> _PluginReference_3fa6cf2e:
5978
+ '''A reference to a Plugin resource.'''
5979
+ return typing.cast(_PluginReference_3fa6cf2e, jsii.get(self, "pluginRef"))
5980
+
5458
5981
  @builtins.property
5459
5982
  @jsii.member(jsii_name="authConfiguration")
5460
5983
  def auth_configuration(
@@ -6301,7 +6824,7 @@ class CfnPluginProps:
6301
6824
  )
6302
6825
 
6303
6826
 
6304
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
6827
+ @jsii.implements(_IInspectable_c2943556, _IRetrieverRef_e52248d3, _ITaggableV2_4e6798f8)
6305
6828
  class CfnRetriever(
6306
6829
  _CfnResource_9df397a6,
6307
6830
  metaclass=jsii.JSIIMeta,
@@ -6353,7 +6876,8 @@ class CfnRetriever(
6353
6876
  role_arn: typing.Optional[builtins.str] = None,
6354
6877
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6355
6878
  ) -> None:
6356
- '''
6879
+ '''Create a new ``AWS::QBusiness::Retriever``.
6880
+
6357
6881
  :param scope: Scope in which this resource is defined.
6358
6882
  :param id: Construct identifier for this resource (unique in its scope).
6359
6883
  :param application_id: The identifier of the Amazon Q Business application using the retriever.
@@ -6464,6 +6988,12 @@ class CfnRetriever(
6464
6988
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6465
6989
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6466
6990
 
6991
+ @builtins.property
6992
+ @jsii.member(jsii_name="retrieverRef")
6993
+ def retriever_ref(self) -> _RetrieverReference_5ca01e76:
6994
+ '''A reference to a Retriever resource.'''
6995
+ return typing.cast(_RetrieverReference_5ca01e76, jsii.get(self, "retrieverRef"))
6996
+
6467
6997
  @builtins.property
6468
6998
  @jsii.member(jsii_name="applicationId")
6469
6999
  def application_id(self) -> builtins.str:
@@ -6889,7 +7419,7 @@ class CfnRetrieverProps:
6889
7419
  )
6890
7420
 
6891
7421
 
6892
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
7422
+ @jsii.implements(_IInspectable_c2943556, _IWebExperienceRef_8c51af85, _ITaggableV2_4e6798f8)
6893
7423
  class CfnWebExperience(
6894
7424
  _CfnResource_9df397a6,
6895
7425
  metaclass=jsii.JSIIMeta,
@@ -6959,7 +7489,8 @@ class CfnWebExperience(
6959
7489
  title: typing.Optional[builtins.str] = None,
6960
7490
  welcome_message: typing.Optional[builtins.str] = None,
6961
7491
  ) -> None:
6962
- '''
7492
+ '''Create a new ``AWS::QBusiness::WebExperience``.
7493
+
6963
7494
  :param scope: Scope in which this resource is defined.
6964
7495
  :param id: Construct identifier for this resource (unique in its scope).
6965
7496
  :param application_id: The identifier of the Amazon Q Business web experience.
@@ -6967,7 +7498,7 @@ class CfnWebExperience(
6967
7498
  :param customization_configuration: Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
6968
7499
  :param identity_provider_configuration: Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
6969
7500
  :param origins: Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The *domain origin* refers to the base URL for accessing a website including the protocol ( ``http/https`` ), the domain name, and the port number (if specified). .. epigraph:: You must only submit a *base URL* and not a full path. For example, ``https://docs.aws.amazon.com`` .
6970
- :param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
7501
+ :param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: The ``roleArn`` parameter is required when your Amazon Q Business application is created with IAM Identity Center. It is not required for SAML-based applications.
6971
7502
  :param sample_prompts_control_mode: Determines whether sample prompts are enabled in the web experience for an end user.
6972
7503
  :param subtitle: A subtitle to personalize your Amazon Q Business web experience.
6973
7504
  :param tags: A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
@@ -7091,6 +7622,12 @@ class CfnWebExperience(
7091
7622
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
7092
7623
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
7093
7624
 
7625
+ @builtins.property
7626
+ @jsii.member(jsii_name="webExperienceRef")
7627
+ def web_experience_ref(self) -> _WebExperienceReference_31dff9d1:
7628
+ '''A reference to a WebExperience resource.'''
7629
+ return typing.cast(_WebExperienceReference_31dff9d1, jsii.get(self, "webExperienceRef"))
7630
+
7094
7631
  @builtins.property
7095
7632
  @jsii.member(jsii_name="applicationId")
7096
7633
  def application_id(self) -> builtins.str:
@@ -7660,7 +8197,7 @@ class CfnWebExperienceProps:
7660
8197
  :param customization_configuration: Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
7661
8198
  :param identity_provider_configuration: Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
7662
8199
  :param origins: Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The *domain origin* refers to the base URL for accessing a website including the protocol ( ``http/https`` ), the domain name, and the port number (if specified). .. epigraph:: You must only submit a *base URL* and not a full path. For example, ``https://docs.aws.amazon.com`` .
7663
- :param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
8200
+ :param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: The ``roleArn`` parameter is required when your Amazon Q Business application is created with IAM Identity Center. It is not required for SAML-based applications.
7664
8201
  :param sample_prompts_control_mode: Determines whether sample prompts are enabled in the web experience for an end user.
7665
8202
  :param subtitle: A subtitle to personalize your Amazon Q Business web experience.
7666
8203
  :param tags: A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
@@ -7810,7 +8347,7 @@ class CfnWebExperienceProps:
7810
8347
 
7811
8348
  .. epigraph::
7812
8349
 
7813
- You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
8350
+ The ``roleArn`` parameter is required when your Amazon Q Business application is created with IAM Identity Center. It is not required for SAML-based applications.
7814
8351
 
7815
8352
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-webexperience.html#cfn-qbusiness-webexperience-rolearn
7816
8353
  '''
@@ -7920,6 +8457,22 @@ def _typecheckingstub__e2c95edfee8896187b03149b15ce3604b3a59bfb3b08abd73c5672b7c
7920
8457
  """Type checking stubs"""
7921
8458
  pass
7922
8459
 
8460
+ def _typecheckingstub__7588037e663dbdf7e96cc384972e8ccf5a8f2b0ce464c77da36d747c5af4230b(
8461
+ scope: _constructs_77d1e7e8.Construct,
8462
+ id: builtins.str,
8463
+ arn: builtins.str,
8464
+ ) -> None:
8465
+ """Type checking stubs"""
8466
+ pass
8467
+
8468
+ def _typecheckingstub__4437623b0c0426c55908d2b586e92137def40e9d7f5f7f4c722a1f1d09bf72f6(
8469
+ scope: _constructs_77d1e7e8.Construct,
8470
+ id: builtins.str,
8471
+ application_id: builtins.str,
8472
+ ) -> None:
8473
+ """Type checking stubs"""
8474
+ pass
8475
+
7923
8476
  def _typecheckingstub__47a4b6795acfe5e89f676295cf4c40b3a8dced361f2d77a9b9d10c72aa48712c(
7924
8477
  inspector: _TreeInspector_488e0dd5,
7925
8478
  ) -> None:
@@ -8087,6 +8640,7 @@ def _typecheckingstub__32b7ecf69912e25edcd2354b3e0497931ea6bf042b1aabc881c8677d2
8087
8640
  application_id: builtins.str,
8088
8641
  display_name: builtins.str,
8089
8642
  principal: builtins.str,
8643
+ authentication_detail: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAccessor.DataAccessorAuthenticationDetailProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
8090
8644
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8091
8645
  ) -> None:
8092
8646
  """Type checking stubs"""
@@ -8128,6 +8682,12 @@ def _typecheckingstub__fd64ede16f385d2990fa12fa363564c55f359fed279a75365018e42cd
8128
8682
  """Type checking stubs"""
8129
8683
  pass
8130
8684
 
8685
+ def _typecheckingstub__8aa34af043257e0411af6e09ebeda77531edcaba51ad9fd392b4515b8c730792(
8686
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDataAccessor.DataAccessorAuthenticationDetailProperty]],
8687
+ ) -> None:
8688
+ """Type checking stubs"""
8689
+ pass
8690
+
8131
8691
  def _typecheckingstub__17fcd903858daed5111fdf34ce66e12720cfa6fd9e1712eb5744a4b8c06fb1fe(
8132
8692
  value: typing.Optional[typing.List[_CfnTag_f6864754]],
8133
8693
  ) -> None:
@@ -8165,6 +8725,29 @@ def _typecheckingstub__e0944dd9fc73c38902199011a9a1b06a552398d255157793794e769d8
8165
8725
  """Type checking stubs"""
8166
8726
  pass
8167
8727
 
8728
+ def _typecheckingstub__5026e300a407a951a2bf85ba48cf1646fb1b1672f84f2ea26974311fd2b650de(
8729
+ *,
8730
+ idc_trusted_token_issuer_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
8731
+ ) -> None:
8732
+ """Type checking stubs"""
8733
+ pass
8734
+
8735
+ def _typecheckingstub__ce3d0eb33f705ecbcd9b23e1fae7014cc8010d410a8398ce3feea55694ebed37(
8736
+ *,
8737
+ authentication_type: builtins.str,
8738
+ authentication_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAccessor.DataAccessorAuthenticationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
8739
+ external_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
8740
+ ) -> None:
8741
+ """Type checking stubs"""
8742
+ pass
8743
+
8744
+ def _typecheckingstub__aa8bef9d39508faf93f48a0365a4605be496aa8cf95d29ab54e4ceabbabaef4d(
8745
+ *,
8746
+ idc_trusted_token_issuer_arn: builtins.str,
8747
+ ) -> None:
8748
+ """Type checking stubs"""
8749
+ pass
8750
+
8168
8751
  def _typecheckingstub__fc877a8d06303e2294e4f8e5813534f57082fb9476b669bafe4451af29bb5979(
8169
8752
  *,
8170
8753
  name: builtins.str,
@@ -8189,6 +8772,7 @@ def _typecheckingstub__4dfde2d4c17793fa3cb9793a9171b9042ac55727b3f0c3a17f1606cab
8189
8772
  application_id: builtins.str,
8190
8773
  display_name: builtins.str,
8191
8774
  principal: builtins.str,
8775
+ authentication_detail: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAccessor.DataAccessorAuthenticationDetailProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
8192
8776
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8193
8777
  ) -> None:
8194
8778
  """Type checking stubs"""
@@ -8523,6 +9107,7 @@ def _typecheckingstub__aa8b9992ffebedf4dda280be4bd0aa5dade8d62a6c092d850b1b1bb8d
8523
9107
  application_id: builtins.str,
8524
9108
  principal: builtins.str,
8525
9109
  statement_id: builtins.str,
9110
+ conditions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPermission.ConditionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
8526
9111
  ) -> None:
8527
9112
  """Type checking stubs"""
8528
9113
  pass
@@ -8563,12 +9148,28 @@ def _typecheckingstub__5bf1e79f20a58bfbabb1ce356f12e0ce01131844f0c50f11db4e0f82f
8563
9148
  """Type checking stubs"""
8564
9149
  pass
8565
9150
 
9151
+ def _typecheckingstub__df7eedd7834a134466643c8bd40b7906fe6b7fcc7f482e5265aec4bb05607f6a(
9152
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnPermission.ConditionProperty]]]],
9153
+ ) -> None:
9154
+ """Type checking stubs"""
9155
+ pass
9156
+
9157
+ def _typecheckingstub__39a9bd842be75583d990f7774438e331f4161b57ee4d98a449b293c0e014f90d(
9158
+ *,
9159
+ condition_key: builtins.str,
9160
+ condition_operator: builtins.str,
9161
+ condition_values: typing.Sequence[builtins.str],
9162
+ ) -> None:
9163
+ """Type checking stubs"""
9164
+ pass
9165
+
8566
9166
  def _typecheckingstub__7ea87fcda68d4a26468f5e5d1c394a46d117b80b00274f61bbd36b0329a0a8c4(
8567
9167
  *,
8568
9168
  actions: typing.Sequence[builtins.str],
8569
9169
  application_id: builtins.str,
8570
9170
  principal: builtins.str,
8571
9171
  statement_id: builtins.str,
9172
+ conditions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPermission.ConditionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
8572
9173
  ) -> None:
8573
9174
  """Type checking stubs"""
8574
9175
  pass