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
@@ -0,0 +1,1651 @@
1
+ from pkgutil import extend_path
2
+ __path__ = extend_path(__path__, __name__)
3
+
4
+ import abc
5
+ import builtins
6
+ import datetime
7
+ import enum
8
+ import typing
9
+
10
+ import jsii
11
+ import publication
12
+ import typing_extensions
13
+
14
+ import typeguard
15
+ from importlib.metadata import version as _metadata_package_version
16
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
17
+
18
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
19
+ if TYPEGUARD_MAJOR_VERSION <= 2:
20
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
21
+ else:
22
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
23
+ pass
24
+ else:
25
+ if TYPEGUARD_MAJOR_VERSION == 3:
26
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
27
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
28
+ else:
29
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
30
+
31
+ from ..._jsii import *
32
+
33
+ import constructs as _constructs_77d1e7e8
34
+ from .. import IEnvironmentAware as _IEnvironmentAware_f39049ee
35
+
36
+
37
+ @jsii.data_type(
38
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.ApiGatewayManagedOverridesReference",
39
+ jsii_struct_bases=[],
40
+ name_mapping={"api_gateway_managed_overrides_id": "apiGatewayManagedOverridesId"},
41
+ )
42
+ class ApiGatewayManagedOverridesReference:
43
+ def __init__(self, *, api_gateway_managed_overrides_id: builtins.str) -> None:
44
+ '''A reference to a ApiGatewayManagedOverrides resource.
45
+
46
+ :param api_gateway_managed_overrides_id: The Id of the ApiGatewayManagedOverrides resource.
47
+
48
+ :exampleMetadata: fixture=_generated
49
+
50
+ Example::
51
+
52
+ # The code below shows an example of how to instantiate this type.
53
+ # The values are placeholders you should change.
54
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
55
+
56
+ api_gateway_managed_overrides_reference = interfaces_aws_apigatewayv2.ApiGatewayManagedOverridesReference(
57
+ api_gateway_managed_overrides_id="apiGatewayManagedOverridesId"
58
+ )
59
+ '''
60
+ if __debug__:
61
+ type_hints = typing.get_type_hints(_typecheckingstub__a533b68d10ff8dc8d4bd6c48b560a6ddf51af3e13d11233b0e2728f05085cc1d)
62
+ check_type(argname="argument api_gateway_managed_overrides_id", value=api_gateway_managed_overrides_id, expected_type=type_hints["api_gateway_managed_overrides_id"])
63
+ self._values: typing.Dict[builtins.str, typing.Any] = {
64
+ "api_gateway_managed_overrides_id": api_gateway_managed_overrides_id,
65
+ }
66
+
67
+ @builtins.property
68
+ def api_gateway_managed_overrides_id(self) -> builtins.str:
69
+ '''The Id of the ApiGatewayManagedOverrides resource.'''
70
+ result = self._values.get("api_gateway_managed_overrides_id")
71
+ assert result is not None, "Required property 'api_gateway_managed_overrides_id' is missing"
72
+ return typing.cast(builtins.str, result)
73
+
74
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
75
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
76
+
77
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
78
+ return not (rhs == self)
79
+
80
+ def __repr__(self) -> str:
81
+ return "ApiGatewayManagedOverridesReference(%s)" % ", ".join(
82
+ k + "=" + repr(v) for k, v in self._values.items()
83
+ )
84
+
85
+
86
+ @jsii.data_type(
87
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.ApiMappingReference",
88
+ jsii_struct_bases=[],
89
+ name_mapping={"api_mapping_id": "apiMappingId", "domain_name": "domainName"},
90
+ )
91
+ class ApiMappingReference:
92
+ def __init__(
93
+ self,
94
+ *,
95
+ api_mapping_id: builtins.str,
96
+ domain_name: builtins.str,
97
+ ) -> None:
98
+ '''A reference to a ApiMapping resource.
99
+
100
+ :param api_mapping_id: The ApiMappingId of the ApiMapping resource.
101
+ :param domain_name: The DomainName of the ApiMapping resource.
102
+
103
+ :exampleMetadata: fixture=_generated
104
+
105
+ Example::
106
+
107
+ # The code below shows an example of how to instantiate this type.
108
+ # The values are placeholders you should change.
109
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
110
+
111
+ api_mapping_reference = interfaces_aws_apigatewayv2.ApiMappingReference(
112
+ api_mapping_id="apiMappingId",
113
+ domain_name="domainName"
114
+ )
115
+ '''
116
+ if __debug__:
117
+ type_hints = typing.get_type_hints(_typecheckingstub__205243ab94e4c0f3e23746a158d49e0123f145e32d1e02109d2343158096bfa8)
118
+ check_type(argname="argument api_mapping_id", value=api_mapping_id, expected_type=type_hints["api_mapping_id"])
119
+ check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
120
+ self._values: typing.Dict[builtins.str, typing.Any] = {
121
+ "api_mapping_id": api_mapping_id,
122
+ "domain_name": domain_name,
123
+ }
124
+
125
+ @builtins.property
126
+ def api_mapping_id(self) -> builtins.str:
127
+ '''The ApiMappingId of the ApiMapping resource.'''
128
+ result = self._values.get("api_mapping_id")
129
+ assert result is not None, "Required property 'api_mapping_id' is missing"
130
+ return typing.cast(builtins.str, result)
131
+
132
+ @builtins.property
133
+ def domain_name(self) -> builtins.str:
134
+ '''The DomainName of the ApiMapping resource.'''
135
+ result = self._values.get("domain_name")
136
+ assert result is not None, "Required property 'domain_name' is missing"
137
+ return typing.cast(builtins.str, result)
138
+
139
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
140
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
141
+
142
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
143
+ return not (rhs == self)
144
+
145
+ def __repr__(self) -> str:
146
+ return "ApiMappingReference(%s)" % ", ".join(
147
+ k + "=" + repr(v) for k, v in self._values.items()
148
+ )
149
+
150
+
151
+ @jsii.data_type(
152
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.ApiReference",
153
+ jsii_struct_bases=[],
154
+ name_mapping={"api_id": "apiId"},
155
+ )
156
+ class ApiReference:
157
+ def __init__(self, *, api_id: builtins.str) -> None:
158
+ '''A reference to a Api resource.
159
+
160
+ :param api_id: The ApiId of the Api resource.
161
+
162
+ :exampleMetadata: fixture=_generated
163
+
164
+ Example::
165
+
166
+ # The code below shows an example of how to instantiate this type.
167
+ # The values are placeholders you should change.
168
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
169
+
170
+ api_reference = interfaces_aws_apigatewayv2.ApiReference(
171
+ api_id="apiId"
172
+ )
173
+ '''
174
+ if __debug__:
175
+ type_hints = typing.get_type_hints(_typecheckingstub__020cf6cefb4ddec6969b2bf9d470c483fd69e1db121b162ae77cdc7f2ca404ca)
176
+ check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
177
+ self._values: typing.Dict[builtins.str, typing.Any] = {
178
+ "api_id": api_id,
179
+ }
180
+
181
+ @builtins.property
182
+ def api_id(self) -> builtins.str:
183
+ '''The ApiId of the Api resource.'''
184
+ result = self._values.get("api_id")
185
+ assert result is not None, "Required property 'api_id' is missing"
186
+ return typing.cast(builtins.str, result)
187
+
188
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
189
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
190
+
191
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
192
+ return not (rhs == self)
193
+
194
+ def __repr__(self) -> str:
195
+ return "ApiReference(%s)" % ", ".join(
196
+ k + "=" + repr(v) for k, v in self._values.items()
197
+ )
198
+
199
+
200
+ @jsii.data_type(
201
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.AuthorizerReference",
202
+ jsii_struct_bases=[],
203
+ name_mapping={"api_id": "apiId", "authorizer_id": "authorizerId"},
204
+ )
205
+ class AuthorizerReference:
206
+ def __init__(self, *, api_id: builtins.str, authorizer_id: builtins.str) -> None:
207
+ '''A reference to a Authorizer resource.
208
+
209
+ :param api_id: The ApiId of the Authorizer resource.
210
+ :param authorizer_id: The AuthorizerId of the Authorizer resource.
211
+
212
+ :exampleMetadata: fixture=_generated
213
+
214
+ Example::
215
+
216
+ # The code below shows an example of how to instantiate this type.
217
+ # The values are placeholders you should change.
218
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
219
+
220
+ authorizer_reference = interfaces_aws_apigatewayv2.AuthorizerReference(
221
+ api_id="apiId",
222
+ authorizer_id="authorizerId"
223
+ )
224
+ '''
225
+ if __debug__:
226
+ type_hints = typing.get_type_hints(_typecheckingstub__e02579340b70d1c4bd0627efd74d8fae1dafd730a8cfc4e302a7ef54eca86b30)
227
+ check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
228
+ check_type(argname="argument authorizer_id", value=authorizer_id, expected_type=type_hints["authorizer_id"])
229
+ self._values: typing.Dict[builtins.str, typing.Any] = {
230
+ "api_id": api_id,
231
+ "authorizer_id": authorizer_id,
232
+ }
233
+
234
+ @builtins.property
235
+ def api_id(self) -> builtins.str:
236
+ '''The ApiId of the Authorizer resource.'''
237
+ result = self._values.get("api_id")
238
+ assert result is not None, "Required property 'api_id' is missing"
239
+ return typing.cast(builtins.str, result)
240
+
241
+ @builtins.property
242
+ def authorizer_id(self) -> builtins.str:
243
+ '''The AuthorizerId of the Authorizer resource.'''
244
+ result = self._values.get("authorizer_id")
245
+ assert result is not None, "Required property 'authorizer_id' is missing"
246
+ return typing.cast(builtins.str, result)
247
+
248
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
249
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
250
+
251
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
252
+ return not (rhs == self)
253
+
254
+ def __repr__(self) -> str:
255
+ return "AuthorizerReference(%s)" % ", ".join(
256
+ k + "=" + repr(v) for k, v in self._values.items()
257
+ )
258
+
259
+
260
+ @jsii.data_type(
261
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.DeploymentReference",
262
+ jsii_struct_bases=[],
263
+ name_mapping={"api_id": "apiId", "deployment_id": "deploymentId"},
264
+ )
265
+ class DeploymentReference:
266
+ def __init__(self, *, api_id: builtins.str, deployment_id: builtins.str) -> None:
267
+ '''A reference to a Deployment resource.
268
+
269
+ :param api_id: The ApiId of the Deployment resource.
270
+ :param deployment_id: The DeploymentId of the Deployment resource.
271
+
272
+ :exampleMetadata: fixture=_generated
273
+
274
+ Example::
275
+
276
+ # The code below shows an example of how to instantiate this type.
277
+ # The values are placeholders you should change.
278
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
279
+
280
+ deployment_reference = interfaces_aws_apigatewayv2.DeploymentReference(
281
+ api_id="apiId",
282
+ deployment_id="deploymentId"
283
+ )
284
+ '''
285
+ if __debug__:
286
+ type_hints = typing.get_type_hints(_typecheckingstub__593d3d2e939caff97ef3533c1ce017e9e071f5b02e04ab5bcf1eaa69fe310b11)
287
+ check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
288
+ check_type(argname="argument deployment_id", value=deployment_id, expected_type=type_hints["deployment_id"])
289
+ self._values: typing.Dict[builtins.str, typing.Any] = {
290
+ "api_id": api_id,
291
+ "deployment_id": deployment_id,
292
+ }
293
+
294
+ @builtins.property
295
+ def api_id(self) -> builtins.str:
296
+ '''The ApiId of the Deployment resource.'''
297
+ result = self._values.get("api_id")
298
+ assert result is not None, "Required property 'api_id' is missing"
299
+ return typing.cast(builtins.str, result)
300
+
301
+ @builtins.property
302
+ def deployment_id(self) -> builtins.str:
303
+ '''The DeploymentId of the Deployment resource.'''
304
+ result = self._values.get("deployment_id")
305
+ assert result is not None, "Required property 'deployment_id' is missing"
306
+ return typing.cast(builtins.str, result)
307
+
308
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
309
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
310
+
311
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
312
+ return not (rhs == self)
313
+
314
+ def __repr__(self) -> str:
315
+ return "DeploymentReference(%s)" % ", ".join(
316
+ k + "=" + repr(v) for k, v in self._values.items()
317
+ )
318
+
319
+
320
+ @jsii.data_type(
321
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.DomainNameReference",
322
+ jsii_struct_bases=[],
323
+ name_mapping={"domain_name": "domainName", "domain_name_arn": "domainNameArn"},
324
+ )
325
+ class DomainNameReference:
326
+ def __init__(
327
+ self,
328
+ *,
329
+ domain_name: builtins.str,
330
+ domain_name_arn: builtins.str,
331
+ ) -> None:
332
+ '''A reference to a DomainName resource.
333
+
334
+ :param domain_name: The DomainName of the DomainName resource.
335
+ :param domain_name_arn: The ARN of the DomainName resource.
336
+
337
+ :exampleMetadata: fixture=_generated
338
+
339
+ Example::
340
+
341
+ # The code below shows an example of how to instantiate this type.
342
+ # The values are placeholders you should change.
343
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
344
+
345
+ domain_name_reference = interfaces_aws_apigatewayv2.DomainNameReference(
346
+ domain_name="domainName",
347
+ domain_name_arn="domainNameArn"
348
+ )
349
+ '''
350
+ if __debug__:
351
+ type_hints = typing.get_type_hints(_typecheckingstub__38c85d5ef1e910b443c592bd33d3b8062b711c8fcc92d3ec7581053dd7e16aa2)
352
+ check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
353
+ check_type(argname="argument domain_name_arn", value=domain_name_arn, expected_type=type_hints["domain_name_arn"])
354
+ self._values: typing.Dict[builtins.str, typing.Any] = {
355
+ "domain_name": domain_name,
356
+ "domain_name_arn": domain_name_arn,
357
+ }
358
+
359
+ @builtins.property
360
+ def domain_name(self) -> builtins.str:
361
+ '''The DomainName of the DomainName resource.'''
362
+ result = self._values.get("domain_name")
363
+ assert result is not None, "Required property 'domain_name' is missing"
364
+ return typing.cast(builtins.str, result)
365
+
366
+ @builtins.property
367
+ def domain_name_arn(self) -> builtins.str:
368
+ '''The ARN of the DomainName resource.'''
369
+ result = self._values.get("domain_name_arn")
370
+ assert result is not None, "Required property 'domain_name_arn' is missing"
371
+ return typing.cast(builtins.str, result)
372
+
373
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
374
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
375
+
376
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
377
+ return not (rhs == self)
378
+
379
+ def __repr__(self) -> str:
380
+ return "DomainNameReference(%s)" % ", ".join(
381
+ k + "=" + repr(v) for k, v in self._values.items()
382
+ )
383
+
384
+
385
+ @jsii.interface(
386
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IApiGatewayManagedOverridesRef"
387
+ )
388
+ class IApiGatewayManagedOverridesRef(
389
+ _constructs_77d1e7e8.IConstruct,
390
+ _IEnvironmentAware_f39049ee,
391
+ typing_extensions.Protocol,
392
+ ):
393
+ '''(experimental) Indicates that this resource can be referenced as a ApiGatewayManagedOverrides.
394
+
395
+ :stability: experimental
396
+ '''
397
+
398
+ @builtins.property
399
+ @jsii.member(jsii_name="apiGatewayManagedOverridesRef")
400
+ def api_gateway_managed_overrides_ref(self) -> ApiGatewayManagedOverridesReference:
401
+ '''(experimental) A reference to a ApiGatewayManagedOverrides resource.
402
+
403
+ :stability: experimental
404
+ '''
405
+ ...
406
+
407
+
408
+ class _IApiGatewayManagedOverridesRefProxy(
409
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
410
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
411
+ ):
412
+ '''(experimental) Indicates that this resource can be referenced as a ApiGatewayManagedOverrides.
413
+
414
+ :stability: experimental
415
+ '''
416
+
417
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IApiGatewayManagedOverridesRef"
418
+
419
+ @builtins.property
420
+ @jsii.member(jsii_name="apiGatewayManagedOverridesRef")
421
+ def api_gateway_managed_overrides_ref(self) -> ApiGatewayManagedOverridesReference:
422
+ '''(experimental) A reference to a ApiGatewayManagedOverrides resource.
423
+
424
+ :stability: experimental
425
+ '''
426
+ return typing.cast(ApiGatewayManagedOverridesReference, jsii.get(self, "apiGatewayManagedOverridesRef"))
427
+
428
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
429
+ typing.cast(typing.Any, IApiGatewayManagedOverridesRef).__jsii_proxy_class__ = lambda : _IApiGatewayManagedOverridesRefProxy
430
+
431
+
432
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IApiMappingRef")
433
+ class IApiMappingRef(
434
+ _constructs_77d1e7e8.IConstruct,
435
+ _IEnvironmentAware_f39049ee,
436
+ typing_extensions.Protocol,
437
+ ):
438
+ '''(experimental) Indicates that this resource can be referenced as a ApiMapping.
439
+
440
+ :stability: experimental
441
+ '''
442
+
443
+ @builtins.property
444
+ @jsii.member(jsii_name="apiMappingRef")
445
+ def api_mapping_ref(self) -> ApiMappingReference:
446
+ '''(experimental) A reference to a ApiMapping resource.
447
+
448
+ :stability: experimental
449
+ '''
450
+ ...
451
+
452
+
453
+ class _IApiMappingRefProxy(
454
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
455
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
456
+ ):
457
+ '''(experimental) Indicates that this resource can be referenced as a ApiMapping.
458
+
459
+ :stability: experimental
460
+ '''
461
+
462
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IApiMappingRef"
463
+
464
+ @builtins.property
465
+ @jsii.member(jsii_name="apiMappingRef")
466
+ def api_mapping_ref(self) -> ApiMappingReference:
467
+ '''(experimental) A reference to a ApiMapping resource.
468
+
469
+ :stability: experimental
470
+ '''
471
+ return typing.cast(ApiMappingReference, jsii.get(self, "apiMappingRef"))
472
+
473
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
474
+ typing.cast(typing.Any, IApiMappingRef).__jsii_proxy_class__ = lambda : _IApiMappingRefProxy
475
+
476
+
477
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IApiRef")
478
+ class IApiRef(
479
+ _constructs_77d1e7e8.IConstruct,
480
+ _IEnvironmentAware_f39049ee,
481
+ typing_extensions.Protocol,
482
+ ):
483
+ '''(experimental) Indicates that this resource can be referenced as a Api.
484
+
485
+ :stability: experimental
486
+ '''
487
+
488
+ @builtins.property
489
+ @jsii.member(jsii_name="apiRef")
490
+ def api_ref(self) -> ApiReference:
491
+ '''(experimental) A reference to a Api resource.
492
+
493
+ :stability: experimental
494
+ '''
495
+ ...
496
+
497
+
498
+ class _IApiRefProxy(
499
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
500
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
501
+ ):
502
+ '''(experimental) Indicates that this resource can be referenced as a Api.
503
+
504
+ :stability: experimental
505
+ '''
506
+
507
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IApiRef"
508
+
509
+ @builtins.property
510
+ @jsii.member(jsii_name="apiRef")
511
+ def api_ref(self) -> ApiReference:
512
+ '''(experimental) A reference to a Api resource.
513
+
514
+ :stability: experimental
515
+ '''
516
+ return typing.cast(ApiReference, jsii.get(self, "apiRef"))
517
+
518
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
519
+ typing.cast(typing.Any, IApiRef).__jsii_proxy_class__ = lambda : _IApiRefProxy
520
+
521
+
522
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IAuthorizerRef")
523
+ class IAuthorizerRef(
524
+ _constructs_77d1e7e8.IConstruct,
525
+ _IEnvironmentAware_f39049ee,
526
+ typing_extensions.Protocol,
527
+ ):
528
+ '''(experimental) Indicates that this resource can be referenced as a Authorizer.
529
+
530
+ :stability: experimental
531
+ '''
532
+
533
+ @builtins.property
534
+ @jsii.member(jsii_name="authorizerRef")
535
+ def authorizer_ref(self) -> AuthorizerReference:
536
+ '''(experimental) A reference to a Authorizer resource.
537
+
538
+ :stability: experimental
539
+ '''
540
+ ...
541
+
542
+
543
+ class _IAuthorizerRefProxy(
544
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
545
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
546
+ ):
547
+ '''(experimental) Indicates that this resource can be referenced as a Authorizer.
548
+
549
+ :stability: experimental
550
+ '''
551
+
552
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IAuthorizerRef"
553
+
554
+ @builtins.property
555
+ @jsii.member(jsii_name="authorizerRef")
556
+ def authorizer_ref(self) -> AuthorizerReference:
557
+ '''(experimental) A reference to a Authorizer resource.
558
+
559
+ :stability: experimental
560
+ '''
561
+ return typing.cast(AuthorizerReference, jsii.get(self, "authorizerRef"))
562
+
563
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
564
+ typing.cast(typing.Any, IAuthorizerRef).__jsii_proxy_class__ = lambda : _IAuthorizerRefProxy
565
+
566
+
567
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IDeploymentRef")
568
+ class IDeploymentRef(
569
+ _constructs_77d1e7e8.IConstruct,
570
+ _IEnvironmentAware_f39049ee,
571
+ typing_extensions.Protocol,
572
+ ):
573
+ '''(experimental) Indicates that this resource can be referenced as a Deployment.
574
+
575
+ :stability: experimental
576
+ '''
577
+
578
+ @builtins.property
579
+ @jsii.member(jsii_name="deploymentRef")
580
+ def deployment_ref(self) -> DeploymentReference:
581
+ '''(experimental) A reference to a Deployment resource.
582
+
583
+ :stability: experimental
584
+ '''
585
+ ...
586
+
587
+
588
+ class _IDeploymentRefProxy(
589
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
590
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
591
+ ):
592
+ '''(experimental) Indicates that this resource can be referenced as a Deployment.
593
+
594
+ :stability: experimental
595
+ '''
596
+
597
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IDeploymentRef"
598
+
599
+ @builtins.property
600
+ @jsii.member(jsii_name="deploymentRef")
601
+ def deployment_ref(self) -> DeploymentReference:
602
+ '''(experimental) A reference to a Deployment resource.
603
+
604
+ :stability: experimental
605
+ '''
606
+ return typing.cast(DeploymentReference, jsii.get(self, "deploymentRef"))
607
+
608
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
609
+ typing.cast(typing.Any, IDeploymentRef).__jsii_proxy_class__ = lambda : _IDeploymentRefProxy
610
+
611
+
612
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IDomainNameRef")
613
+ class IDomainNameRef(
614
+ _constructs_77d1e7e8.IConstruct,
615
+ _IEnvironmentAware_f39049ee,
616
+ typing_extensions.Protocol,
617
+ ):
618
+ '''(experimental) Indicates that this resource can be referenced as a DomainName.
619
+
620
+ :stability: experimental
621
+ '''
622
+
623
+ @builtins.property
624
+ @jsii.member(jsii_name="domainNameRef")
625
+ def domain_name_ref(self) -> DomainNameReference:
626
+ '''(experimental) A reference to a DomainName resource.
627
+
628
+ :stability: experimental
629
+ '''
630
+ ...
631
+
632
+
633
+ class _IDomainNameRefProxy(
634
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
635
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
636
+ ):
637
+ '''(experimental) Indicates that this resource can be referenced as a DomainName.
638
+
639
+ :stability: experimental
640
+ '''
641
+
642
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IDomainNameRef"
643
+
644
+ @builtins.property
645
+ @jsii.member(jsii_name="domainNameRef")
646
+ def domain_name_ref(self) -> DomainNameReference:
647
+ '''(experimental) A reference to a DomainName resource.
648
+
649
+ :stability: experimental
650
+ '''
651
+ return typing.cast(DomainNameReference, jsii.get(self, "domainNameRef"))
652
+
653
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
654
+ typing.cast(typing.Any, IDomainNameRef).__jsii_proxy_class__ = lambda : _IDomainNameRefProxy
655
+
656
+
657
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IIntegrationRef")
658
+ class IIntegrationRef(
659
+ _constructs_77d1e7e8.IConstruct,
660
+ _IEnvironmentAware_f39049ee,
661
+ typing_extensions.Protocol,
662
+ ):
663
+ '''(experimental) Indicates that this resource can be referenced as a Integration.
664
+
665
+ :stability: experimental
666
+ '''
667
+
668
+ @builtins.property
669
+ @jsii.member(jsii_name="integrationRef")
670
+ def integration_ref(self) -> "IntegrationReference":
671
+ '''(experimental) A reference to a Integration resource.
672
+
673
+ :stability: experimental
674
+ '''
675
+ ...
676
+
677
+
678
+ class _IIntegrationRefProxy(
679
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
680
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
681
+ ):
682
+ '''(experimental) Indicates that this resource can be referenced as a Integration.
683
+
684
+ :stability: experimental
685
+ '''
686
+
687
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IIntegrationRef"
688
+
689
+ @builtins.property
690
+ @jsii.member(jsii_name="integrationRef")
691
+ def integration_ref(self) -> "IntegrationReference":
692
+ '''(experimental) A reference to a Integration resource.
693
+
694
+ :stability: experimental
695
+ '''
696
+ return typing.cast("IntegrationReference", jsii.get(self, "integrationRef"))
697
+
698
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
699
+ typing.cast(typing.Any, IIntegrationRef).__jsii_proxy_class__ = lambda : _IIntegrationRefProxy
700
+
701
+
702
+ @jsii.interface(
703
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IIntegrationResponseRef"
704
+ )
705
+ class IIntegrationResponseRef(
706
+ _constructs_77d1e7e8.IConstruct,
707
+ _IEnvironmentAware_f39049ee,
708
+ typing_extensions.Protocol,
709
+ ):
710
+ '''(experimental) Indicates that this resource can be referenced as a IntegrationResponse.
711
+
712
+ :stability: experimental
713
+ '''
714
+
715
+ @builtins.property
716
+ @jsii.member(jsii_name="integrationResponseRef")
717
+ def integration_response_ref(self) -> "IntegrationResponseReference":
718
+ '''(experimental) A reference to a IntegrationResponse resource.
719
+
720
+ :stability: experimental
721
+ '''
722
+ ...
723
+
724
+
725
+ class _IIntegrationResponseRefProxy(
726
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
727
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
728
+ ):
729
+ '''(experimental) Indicates that this resource can be referenced as a IntegrationResponse.
730
+
731
+ :stability: experimental
732
+ '''
733
+
734
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IIntegrationResponseRef"
735
+
736
+ @builtins.property
737
+ @jsii.member(jsii_name="integrationResponseRef")
738
+ def integration_response_ref(self) -> "IntegrationResponseReference":
739
+ '''(experimental) A reference to a IntegrationResponse resource.
740
+
741
+ :stability: experimental
742
+ '''
743
+ return typing.cast("IntegrationResponseReference", jsii.get(self, "integrationResponseRef"))
744
+
745
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
746
+ typing.cast(typing.Any, IIntegrationResponseRef).__jsii_proxy_class__ = lambda : _IIntegrationResponseRefProxy
747
+
748
+
749
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IModelRef")
750
+ class IModelRef(
751
+ _constructs_77d1e7e8.IConstruct,
752
+ _IEnvironmentAware_f39049ee,
753
+ typing_extensions.Protocol,
754
+ ):
755
+ '''(experimental) Indicates that this resource can be referenced as a Model.
756
+
757
+ :stability: experimental
758
+ '''
759
+
760
+ @builtins.property
761
+ @jsii.member(jsii_name="modelRef")
762
+ def model_ref(self) -> "ModelReference":
763
+ '''(experimental) A reference to a Model resource.
764
+
765
+ :stability: experimental
766
+ '''
767
+ ...
768
+
769
+
770
+ class _IModelRefProxy(
771
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
772
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
773
+ ):
774
+ '''(experimental) Indicates that this resource can be referenced as a Model.
775
+
776
+ :stability: experimental
777
+ '''
778
+
779
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IModelRef"
780
+
781
+ @builtins.property
782
+ @jsii.member(jsii_name="modelRef")
783
+ def model_ref(self) -> "ModelReference":
784
+ '''(experimental) A reference to a Model resource.
785
+
786
+ :stability: experimental
787
+ '''
788
+ return typing.cast("ModelReference", jsii.get(self, "modelRef"))
789
+
790
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
791
+ typing.cast(typing.Any, IModelRef).__jsii_proxy_class__ = lambda : _IModelRefProxy
792
+
793
+
794
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IRouteRef")
795
+ class IRouteRef(
796
+ _constructs_77d1e7e8.IConstruct,
797
+ _IEnvironmentAware_f39049ee,
798
+ typing_extensions.Protocol,
799
+ ):
800
+ '''(experimental) Indicates that this resource can be referenced as a Route.
801
+
802
+ :stability: experimental
803
+ '''
804
+
805
+ @builtins.property
806
+ @jsii.member(jsii_name="routeRef")
807
+ def route_ref(self) -> "RouteReference":
808
+ '''(experimental) A reference to a Route resource.
809
+
810
+ :stability: experimental
811
+ '''
812
+ ...
813
+
814
+
815
+ class _IRouteRefProxy(
816
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
817
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
818
+ ):
819
+ '''(experimental) Indicates that this resource can be referenced as a Route.
820
+
821
+ :stability: experimental
822
+ '''
823
+
824
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IRouteRef"
825
+
826
+ @builtins.property
827
+ @jsii.member(jsii_name="routeRef")
828
+ def route_ref(self) -> "RouteReference":
829
+ '''(experimental) A reference to a Route resource.
830
+
831
+ :stability: experimental
832
+ '''
833
+ return typing.cast("RouteReference", jsii.get(self, "routeRef"))
834
+
835
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
836
+ typing.cast(typing.Any, IRouteRef).__jsii_proxy_class__ = lambda : _IRouteRefProxy
837
+
838
+
839
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IRouteResponseRef")
840
+ class IRouteResponseRef(
841
+ _constructs_77d1e7e8.IConstruct,
842
+ _IEnvironmentAware_f39049ee,
843
+ typing_extensions.Protocol,
844
+ ):
845
+ '''(experimental) Indicates that this resource can be referenced as a RouteResponse.
846
+
847
+ :stability: experimental
848
+ '''
849
+
850
+ @builtins.property
851
+ @jsii.member(jsii_name="routeResponseRef")
852
+ def route_response_ref(self) -> "RouteResponseReference":
853
+ '''(experimental) A reference to a RouteResponse resource.
854
+
855
+ :stability: experimental
856
+ '''
857
+ ...
858
+
859
+
860
+ class _IRouteResponseRefProxy(
861
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
862
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
863
+ ):
864
+ '''(experimental) Indicates that this resource can be referenced as a RouteResponse.
865
+
866
+ :stability: experimental
867
+ '''
868
+
869
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IRouteResponseRef"
870
+
871
+ @builtins.property
872
+ @jsii.member(jsii_name="routeResponseRef")
873
+ def route_response_ref(self) -> "RouteResponseReference":
874
+ '''(experimental) A reference to a RouteResponse resource.
875
+
876
+ :stability: experimental
877
+ '''
878
+ return typing.cast("RouteResponseReference", jsii.get(self, "routeResponseRef"))
879
+
880
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
881
+ typing.cast(typing.Any, IRouteResponseRef).__jsii_proxy_class__ = lambda : _IRouteResponseRefProxy
882
+
883
+
884
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IRoutingRuleRef")
885
+ class IRoutingRuleRef(
886
+ _constructs_77d1e7e8.IConstruct,
887
+ _IEnvironmentAware_f39049ee,
888
+ typing_extensions.Protocol,
889
+ ):
890
+ '''(experimental) Indicates that this resource can be referenced as a RoutingRule.
891
+
892
+ :stability: experimental
893
+ '''
894
+
895
+ @builtins.property
896
+ @jsii.member(jsii_name="routingRuleRef")
897
+ def routing_rule_ref(self) -> "RoutingRuleReference":
898
+ '''(experimental) A reference to a RoutingRule resource.
899
+
900
+ :stability: experimental
901
+ '''
902
+ ...
903
+
904
+
905
+ class _IRoutingRuleRefProxy(
906
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
907
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
908
+ ):
909
+ '''(experimental) Indicates that this resource can be referenced as a RoutingRule.
910
+
911
+ :stability: experimental
912
+ '''
913
+
914
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IRoutingRuleRef"
915
+
916
+ @builtins.property
917
+ @jsii.member(jsii_name="routingRuleRef")
918
+ def routing_rule_ref(self) -> "RoutingRuleReference":
919
+ '''(experimental) A reference to a RoutingRule resource.
920
+
921
+ :stability: experimental
922
+ '''
923
+ return typing.cast("RoutingRuleReference", jsii.get(self, "routingRuleRef"))
924
+
925
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
926
+ typing.cast(typing.Any, IRoutingRuleRef).__jsii_proxy_class__ = lambda : _IRoutingRuleRefProxy
927
+
928
+
929
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IStageRef")
930
+ class IStageRef(
931
+ _constructs_77d1e7e8.IConstruct,
932
+ _IEnvironmentAware_f39049ee,
933
+ typing_extensions.Protocol,
934
+ ):
935
+ '''(experimental) Indicates that this resource can be referenced as a Stage.
936
+
937
+ :stability: experimental
938
+ '''
939
+
940
+ @builtins.property
941
+ @jsii.member(jsii_name="stageRef")
942
+ def stage_ref(self) -> "StageReference":
943
+ '''(experimental) A reference to a Stage resource.
944
+
945
+ :stability: experimental
946
+ '''
947
+ ...
948
+
949
+
950
+ class _IStageRefProxy(
951
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
952
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
953
+ ):
954
+ '''(experimental) Indicates that this resource can be referenced as a Stage.
955
+
956
+ :stability: experimental
957
+ '''
958
+
959
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IStageRef"
960
+
961
+ @builtins.property
962
+ @jsii.member(jsii_name="stageRef")
963
+ def stage_ref(self) -> "StageReference":
964
+ '''(experimental) A reference to a Stage resource.
965
+
966
+ :stability: experimental
967
+ '''
968
+ return typing.cast("StageReference", jsii.get(self, "stageRef"))
969
+
970
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
971
+ typing.cast(typing.Any, IStageRef).__jsii_proxy_class__ = lambda : _IStageRefProxy
972
+
973
+
974
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IVpcLinkRef")
975
+ class IVpcLinkRef(
976
+ _constructs_77d1e7e8.IConstruct,
977
+ _IEnvironmentAware_f39049ee,
978
+ typing_extensions.Protocol,
979
+ ):
980
+ '''(experimental) Indicates that this resource can be referenced as a VpcLink.
981
+
982
+ :stability: experimental
983
+ '''
984
+
985
+ @builtins.property
986
+ @jsii.member(jsii_name="vpcLinkRef")
987
+ def vpc_link_ref(self) -> "VpcLinkReference":
988
+ '''(experimental) A reference to a VpcLink resource.
989
+
990
+ :stability: experimental
991
+ '''
992
+ ...
993
+
994
+
995
+ class _IVpcLinkRefProxy(
996
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
997
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
998
+ ):
999
+ '''(experimental) Indicates that this resource can be referenced as a VpcLink.
1000
+
1001
+ :stability: experimental
1002
+ '''
1003
+
1004
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigatewayv2.IVpcLinkRef"
1005
+
1006
+ @builtins.property
1007
+ @jsii.member(jsii_name="vpcLinkRef")
1008
+ def vpc_link_ref(self) -> "VpcLinkReference":
1009
+ '''(experimental) A reference to a VpcLink resource.
1010
+
1011
+ :stability: experimental
1012
+ '''
1013
+ return typing.cast("VpcLinkReference", jsii.get(self, "vpcLinkRef"))
1014
+
1015
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1016
+ typing.cast(typing.Any, IVpcLinkRef).__jsii_proxy_class__ = lambda : _IVpcLinkRefProxy
1017
+
1018
+
1019
+ @jsii.data_type(
1020
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IntegrationReference",
1021
+ jsii_struct_bases=[],
1022
+ name_mapping={"api_id": "apiId", "integration_id": "integrationId"},
1023
+ )
1024
+ class IntegrationReference:
1025
+ def __init__(self, *, api_id: builtins.str, integration_id: builtins.str) -> None:
1026
+ '''A reference to a Integration resource.
1027
+
1028
+ :param api_id: The ApiId of the Integration resource.
1029
+ :param integration_id: The IntegrationId of the Integration resource.
1030
+
1031
+ :exampleMetadata: fixture=_generated
1032
+
1033
+ Example::
1034
+
1035
+ # The code below shows an example of how to instantiate this type.
1036
+ # The values are placeholders you should change.
1037
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
1038
+
1039
+ integration_reference = interfaces_aws_apigatewayv2.IntegrationReference(
1040
+ api_id="apiId",
1041
+ integration_id="integrationId"
1042
+ )
1043
+ '''
1044
+ if __debug__:
1045
+ type_hints = typing.get_type_hints(_typecheckingstub__f2f805926ee6d5a18e437dd239b61746ad3640ce6152c74b85a5ba50d6995f1a)
1046
+ check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
1047
+ check_type(argname="argument integration_id", value=integration_id, expected_type=type_hints["integration_id"])
1048
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1049
+ "api_id": api_id,
1050
+ "integration_id": integration_id,
1051
+ }
1052
+
1053
+ @builtins.property
1054
+ def api_id(self) -> builtins.str:
1055
+ '''The ApiId of the Integration resource.'''
1056
+ result = self._values.get("api_id")
1057
+ assert result is not None, "Required property 'api_id' is missing"
1058
+ return typing.cast(builtins.str, result)
1059
+
1060
+ @builtins.property
1061
+ def integration_id(self) -> builtins.str:
1062
+ '''The IntegrationId of the Integration resource.'''
1063
+ result = self._values.get("integration_id")
1064
+ assert result is not None, "Required property 'integration_id' is missing"
1065
+ return typing.cast(builtins.str, result)
1066
+
1067
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1068
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1069
+
1070
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1071
+ return not (rhs == self)
1072
+
1073
+ def __repr__(self) -> str:
1074
+ return "IntegrationReference(%s)" % ", ".join(
1075
+ k + "=" + repr(v) for k, v in self._values.items()
1076
+ )
1077
+
1078
+
1079
+ @jsii.data_type(
1080
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.IntegrationResponseReference",
1081
+ jsii_struct_bases=[],
1082
+ name_mapping={
1083
+ "api_id": "apiId",
1084
+ "integration_id": "integrationId",
1085
+ "integration_response_id": "integrationResponseId",
1086
+ },
1087
+ )
1088
+ class IntegrationResponseReference:
1089
+ def __init__(
1090
+ self,
1091
+ *,
1092
+ api_id: builtins.str,
1093
+ integration_id: builtins.str,
1094
+ integration_response_id: builtins.str,
1095
+ ) -> None:
1096
+ '''A reference to a IntegrationResponse resource.
1097
+
1098
+ :param api_id: The ApiId of the IntegrationResponse resource.
1099
+ :param integration_id: The IntegrationId of the IntegrationResponse resource.
1100
+ :param integration_response_id: The IntegrationResponseId of the IntegrationResponse resource.
1101
+
1102
+ :exampleMetadata: fixture=_generated
1103
+
1104
+ Example::
1105
+
1106
+ # The code below shows an example of how to instantiate this type.
1107
+ # The values are placeholders you should change.
1108
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
1109
+
1110
+ integration_response_reference = interfaces_aws_apigatewayv2.IntegrationResponseReference(
1111
+ api_id="apiId",
1112
+ integration_id="integrationId",
1113
+ integration_response_id="integrationResponseId"
1114
+ )
1115
+ '''
1116
+ if __debug__:
1117
+ type_hints = typing.get_type_hints(_typecheckingstub__62d43af7d1f33435e00ca8cffb84740c7a5b2797730196cdc2980641539e93ec)
1118
+ check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
1119
+ check_type(argname="argument integration_id", value=integration_id, expected_type=type_hints["integration_id"])
1120
+ check_type(argname="argument integration_response_id", value=integration_response_id, expected_type=type_hints["integration_response_id"])
1121
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1122
+ "api_id": api_id,
1123
+ "integration_id": integration_id,
1124
+ "integration_response_id": integration_response_id,
1125
+ }
1126
+
1127
+ @builtins.property
1128
+ def api_id(self) -> builtins.str:
1129
+ '''The ApiId of the IntegrationResponse resource.'''
1130
+ result = self._values.get("api_id")
1131
+ assert result is not None, "Required property 'api_id' is missing"
1132
+ return typing.cast(builtins.str, result)
1133
+
1134
+ @builtins.property
1135
+ def integration_id(self) -> builtins.str:
1136
+ '''The IntegrationId of the IntegrationResponse resource.'''
1137
+ result = self._values.get("integration_id")
1138
+ assert result is not None, "Required property 'integration_id' is missing"
1139
+ return typing.cast(builtins.str, result)
1140
+
1141
+ @builtins.property
1142
+ def integration_response_id(self) -> builtins.str:
1143
+ '''The IntegrationResponseId of the IntegrationResponse resource.'''
1144
+ result = self._values.get("integration_response_id")
1145
+ assert result is not None, "Required property 'integration_response_id' is missing"
1146
+ return typing.cast(builtins.str, result)
1147
+
1148
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1149
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1150
+
1151
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1152
+ return not (rhs == self)
1153
+
1154
+ def __repr__(self) -> str:
1155
+ return "IntegrationResponseReference(%s)" % ", ".join(
1156
+ k + "=" + repr(v) for k, v in self._values.items()
1157
+ )
1158
+
1159
+
1160
+ @jsii.data_type(
1161
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.ModelReference",
1162
+ jsii_struct_bases=[],
1163
+ name_mapping={"api_id": "apiId", "model_id": "modelId"},
1164
+ )
1165
+ class ModelReference:
1166
+ def __init__(self, *, api_id: builtins.str, model_id: builtins.str) -> None:
1167
+ '''A reference to a Model resource.
1168
+
1169
+ :param api_id: The ApiId of the Model resource.
1170
+ :param model_id: The ModelId of the Model resource.
1171
+
1172
+ :exampleMetadata: fixture=_generated
1173
+
1174
+ Example::
1175
+
1176
+ # The code below shows an example of how to instantiate this type.
1177
+ # The values are placeholders you should change.
1178
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
1179
+
1180
+ model_reference = interfaces_aws_apigatewayv2.ModelReference(
1181
+ api_id="apiId",
1182
+ model_id="modelId"
1183
+ )
1184
+ '''
1185
+ if __debug__:
1186
+ type_hints = typing.get_type_hints(_typecheckingstub__312b6260e192c317d46825f46d64f3fa208bd5849a27e6a8f9f5147ba63dfbcc)
1187
+ check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
1188
+ check_type(argname="argument model_id", value=model_id, expected_type=type_hints["model_id"])
1189
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1190
+ "api_id": api_id,
1191
+ "model_id": model_id,
1192
+ }
1193
+
1194
+ @builtins.property
1195
+ def api_id(self) -> builtins.str:
1196
+ '''The ApiId of the Model resource.'''
1197
+ result = self._values.get("api_id")
1198
+ assert result is not None, "Required property 'api_id' is missing"
1199
+ return typing.cast(builtins.str, result)
1200
+
1201
+ @builtins.property
1202
+ def model_id(self) -> builtins.str:
1203
+ '''The ModelId of the Model resource.'''
1204
+ result = self._values.get("model_id")
1205
+ assert result is not None, "Required property 'model_id' is missing"
1206
+ return typing.cast(builtins.str, result)
1207
+
1208
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1209
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1210
+
1211
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1212
+ return not (rhs == self)
1213
+
1214
+ def __repr__(self) -> str:
1215
+ return "ModelReference(%s)" % ", ".join(
1216
+ k + "=" + repr(v) for k, v in self._values.items()
1217
+ )
1218
+
1219
+
1220
+ @jsii.data_type(
1221
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.RouteReference",
1222
+ jsii_struct_bases=[],
1223
+ name_mapping={"api_id": "apiId", "route_id": "routeId"},
1224
+ )
1225
+ class RouteReference:
1226
+ def __init__(self, *, api_id: builtins.str, route_id: builtins.str) -> None:
1227
+ '''A reference to a Route resource.
1228
+
1229
+ :param api_id: The ApiId of the Route resource.
1230
+ :param route_id: The RouteId of the Route resource.
1231
+
1232
+ :exampleMetadata: fixture=_generated
1233
+
1234
+ Example::
1235
+
1236
+ # The code below shows an example of how to instantiate this type.
1237
+ # The values are placeholders you should change.
1238
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
1239
+
1240
+ route_reference = interfaces_aws_apigatewayv2.RouteReference(
1241
+ api_id="apiId",
1242
+ route_id="routeId"
1243
+ )
1244
+ '''
1245
+ if __debug__:
1246
+ type_hints = typing.get_type_hints(_typecheckingstub__00a6d488d61a830320ed07c930904f816e9ebc91c1c792f6ef75af4feda8979f)
1247
+ check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
1248
+ check_type(argname="argument route_id", value=route_id, expected_type=type_hints["route_id"])
1249
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1250
+ "api_id": api_id,
1251
+ "route_id": route_id,
1252
+ }
1253
+
1254
+ @builtins.property
1255
+ def api_id(self) -> builtins.str:
1256
+ '''The ApiId of the Route resource.'''
1257
+ result = self._values.get("api_id")
1258
+ assert result is not None, "Required property 'api_id' is missing"
1259
+ return typing.cast(builtins.str, result)
1260
+
1261
+ @builtins.property
1262
+ def route_id(self) -> builtins.str:
1263
+ '''The RouteId of the Route resource.'''
1264
+ result = self._values.get("route_id")
1265
+ assert result is not None, "Required property 'route_id' is missing"
1266
+ return typing.cast(builtins.str, result)
1267
+
1268
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1269
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1270
+
1271
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1272
+ return not (rhs == self)
1273
+
1274
+ def __repr__(self) -> str:
1275
+ return "RouteReference(%s)" % ", ".join(
1276
+ k + "=" + repr(v) for k, v in self._values.items()
1277
+ )
1278
+
1279
+
1280
+ @jsii.data_type(
1281
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.RouteResponseReference",
1282
+ jsii_struct_bases=[],
1283
+ name_mapping={
1284
+ "api_id": "apiId",
1285
+ "route_id": "routeId",
1286
+ "route_response_id": "routeResponseId",
1287
+ },
1288
+ )
1289
+ class RouteResponseReference:
1290
+ def __init__(
1291
+ self,
1292
+ *,
1293
+ api_id: builtins.str,
1294
+ route_id: builtins.str,
1295
+ route_response_id: builtins.str,
1296
+ ) -> None:
1297
+ '''A reference to a RouteResponse resource.
1298
+
1299
+ :param api_id: The ApiId of the RouteResponse resource.
1300
+ :param route_id: The RouteId of the RouteResponse resource.
1301
+ :param route_response_id: The RouteResponseId of the RouteResponse resource.
1302
+
1303
+ :exampleMetadata: fixture=_generated
1304
+
1305
+ Example::
1306
+
1307
+ # The code below shows an example of how to instantiate this type.
1308
+ # The values are placeholders you should change.
1309
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
1310
+
1311
+ route_response_reference = interfaces_aws_apigatewayv2.RouteResponseReference(
1312
+ api_id="apiId",
1313
+ route_id="routeId",
1314
+ route_response_id="routeResponseId"
1315
+ )
1316
+ '''
1317
+ if __debug__:
1318
+ type_hints = typing.get_type_hints(_typecheckingstub__76af7410f481bf417dd6ce36a3c6f84bdae5f646db9b847ab5148f3167b88e9f)
1319
+ check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
1320
+ check_type(argname="argument route_id", value=route_id, expected_type=type_hints["route_id"])
1321
+ check_type(argname="argument route_response_id", value=route_response_id, expected_type=type_hints["route_response_id"])
1322
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1323
+ "api_id": api_id,
1324
+ "route_id": route_id,
1325
+ "route_response_id": route_response_id,
1326
+ }
1327
+
1328
+ @builtins.property
1329
+ def api_id(self) -> builtins.str:
1330
+ '''The ApiId of the RouteResponse resource.'''
1331
+ result = self._values.get("api_id")
1332
+ assert result is not None, "Required property 'api_id' is missing"
1333
+ return typing.cast(builtins.str, result)
1334
+
1335
+ @builtins.property
1336
+ def route_id(self) -> builtins.str:
1337
+ '''The RouteId of the RouteResponse resource.'''
1338
+ result = self._values.get("route_id")
1339
+ assert result is not None, "Required property 'route_id' is missing"
1340
+ return typing.cast(builtins.str, result)
1341
+
1342
+ @builtins.property
1343
+ def route_response_id(self) -> builtins.str:
1344
+ '''The RouteResponseId of the RouteResponse resource.'''
1345
+ result = self._values.get("route_response_id")
1346
+ assert result is not None, "Required property 'route_response_id' is missing"
1347
+ return typing.cast(builtins.str, result)
1348
+
1349
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1350
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1351
+
1352
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1353
+ return not (rhs == self)
1354
+
1355
+ def __repr__(self) -> str:
1356
+ return "RouteResponseReference(%s)" % ", ".join(
1357
+ k + "=" + repr(v) for k, v in self._values.items()
1358
+ )
1359
+
1360
+
1361
+ @jsii.data_type(
1362
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.RoutingRuleReference",
1363
+ jsii_struct_bases=[],
1364
+ name_mapping={"routing_rule_arn": "routingRuleArn"},
1365
+ )
1366
+ class RoutingRuleReference:
1367
+ def __init__(self, *, routing_rule_arn: builtins.str) -> None:
1368
+ '''A reference to a RoutingRule resource.
1369
+
1370
+ :param routing_rule_arn: The RoutingRuleArn of the RoutingRule resource.
1371
+
1372
+ :exampleMetadata: fixture=_generated
1373
+
1374
+ Example::
1375
+
1376
+ # The code below shows an example of how to instantiate this type.
1377
+ # The values are placeholders you should change.
1378
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
1379
+
1380
+ routing_rule_reference = interfaces_aws_apigatewayv2.RoutingRuleReference(
1381
+ routing_rule_arn="routingRuleArn"
1382
+ )
1383
+ '''
1384
+ if __debug__:
1385
+ type_hints = typing.get_type_hints(_typecheckingstub__b414cc5aebd58b5078df3cfcec68e706708dafa722e76ae034b0567f9cdee822)
1386
+ check_type(argname="argument routing_rule_arn", value=routing_rule_arn, expected_type=type_hints["routing_rule_arn"])
1387
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1388
+ "routing_rule_arn": routing_rule_arn,
1389
+ }
1390
+
1391
+ @builtins.property
1392
+ def routing_rule_arn(self) -> builtins.str:
1393
+ '''The RoutingRuleArn of the RoutingRule resource.'''
1394
+ result = self._values.get("routing_rule_arn")
1395
+ assert result is not None, "Required property 'routing_rule_arn' is missing"
1396
+ return typing.cast(builtins.str, result)
1397
+
1398
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1399
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1400
+
1401
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1402
+ return not (rhs == self)
1403
+
1404
+ def __repr__(self) -> str:
1405
+ return "RoutingRuleReference(%s)" % ", ".join(
1406
+ k + "=" + repr(v) for k, v in self._values.items()
1407
+ )
1408
+
1409
+
1410
+ @jsii.data_type(
1411
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.StageReference",
1412
+ jsii_struct_bases=[],
1413
+ name_mapping={"stage_id": "stageId"},
1414
+ )
1415
+ class StageReference:
1416
+ def __init__(self, *, stage_id: builtins.str) -> None:
1417
+ '''A reference to a Stage resource.
1418
+
1419
+ :param stage_id: The Id of the Stage resource.
1420
+
1421
+ :exampleMetadata: fixture=_generated
1422
+
1423
+ Example::
1424
+
1425
+ # The code below shows an example of how to instantiate this type.
1426
+ # The values are placeholders you should change.
1427
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
1428
+
1429
+ stage_reference = interfaces_aws_apigatewayv2.StageReference(
1430
+ stage_id="stageId"
1431
+ )
1432
+ '''
1433
+ if __debug__:
1434
+ type_hints = typing.get_type_hints(_typecheckingstub__be0fe02777445259bb9740baea840d3e2b479e563294c5907864f7e331741cb6)
1435
+ check_type(argname="argument stage_id", value=stage_id, expected_type=type_hints["stage_id"])
1436
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1437
+ "stage_id": stage_id,
1438
+ }
1439
+
1440
+ @builtins.property
1441
+ def stage_id(self) -> builtins.str:
1442
+ '''The Id of the Stage resource.'''
1443
+ result = self._values.get("stage_id")
1444
+ assert result is not None, "Required property 'stage_id' is missing"
1445
+ return typing.cast(builtins.str, result)
1446
+
1447
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1448
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1449
+
1450
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1451
+ return not (rhs == self)
1452
+
1453
+ def __repr__(self) -> str:
1454
+ return "StageReference(%s)" % ", ".join(
1455
+ k + "=" + repr(v) for k, v in self._values.items()
1456
+ )
1457
+
1458
+
1459
+ @jsii.data_type(
1460
+ jsii_type="aws-cdk-lib.interfaces.aws_apigatewayv2.VpcLinkReference",
1461
+ jsii_struct_bases=[],
1462
+ name_mapping={"vpc_link_id": "vpcLinkId"},
1463
+ )
1464
+ class VpcLinkReference:
1465
+ def __init__(self, *, vpc_link_id: builtins.str) -> None:
1466
+ '''A reference to a VpcLink resource.
1467
+
1468
+ :param vpc_link_id: The VpcLinkId of the VpcLink resource.
1469
+
1470
+ :exampleMetadata: fixture=_generated
1471
+
1472
+ Example::
1473
+
1474
+ # The code below shows an example of how to instantiate this type.
1475
+ # The values are placeholders you should change.
1476
+ from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2
1477
+
1478
+ vpc_link_reference = interfaces_aws_apigatewayv2.VpcLinkReference(
1479
+ vpc_link_id="vpcLinkId"
1480
+ )
1481
+ '''
1482
+ if __debug__:
1483
+ type_hints = typing.get_type_hints(_typecheckingstub__b83e841c31043c01aed344fbe7a443be81265bcb06f5ed800112fffe3cbe904f)
1484
+ check_type(argname="argument vpc_link_id", value=vpc_link_id, expected_type=type_hints["vpc_link_id"])
1485
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1486
+ "vpc_link_id": vpc_link_id,
1487
+ }
1488
+
1489
+ @builtins.property
1490
+ def vpc_link_id(self) -> builtins.str:
1491
+ '''The VpcLinkId of the VpcLink resource.'''
1492
+ result = self._values.get("vpc_link_id")
1493
+ assert result is not None, "Required property 'vpc_link_id' is missing"
1494
+ return typing.cast(builtins.str, result)
1495
+
1496
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1497
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1498
+
1499
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1500
+ return not (rhs == self)
1501
+
1502
+ def __repr__(self) -> str:
1503
+ return "VpcLinkReference(%s)" % ", ".join(
1504
+ k + "=" + repr(v) for k, v in self._values.items()
1505
+ )
1506
+
1507
+
1508
+ __all__ = [
1509
+ "ApiGatewayManagedOverridesReference",
1510
+ "ApiMappingReference",
1511
+ "ApiReference",
1512
+ "AuthorizerReference",
1513
+ "DeploymentReference",
1514
+ "DomainNameReference",
1515
+ "IApiGatewayManagedOverridesRef",
1516
+ "IApiMappingRef",
1517
+ "IApiRef",
1518
+ "IAuthorizerRef",
1519
+ "IDeploymentRef",
1520
+ "IDomainNameRef",
1521
+ "IIntegrationRef",
1522
+ "IIntegrationResponseRef",
1523
+ "IModelRef",
1524
+ "IRouteRef",
1525
+ "IRouteResponseRef",
1526
+ "IRoutingRuleRef",
1527
+ "IStageRef",
1528
+ "IVpcLinkRef",
1529
+ "IntegrationReference",
1530
+ "IntegrationResponseReference",
1531
+ "ModelReference",
1532
+ "RouteReference",
1533
+ "RouteResponseReference",
1534
+ "RoutingRuleReference",
1535
+ "StageReference",
1536
+ "VpcLinkReference",
1537
+ ]
1538
+
1539
+ publication.publish()
1540
+
1541
+ def _typecheckingstub__a533b68d10ff8dc8d4bd6c48b560a6ddf51af3e13d11233b0e2728f05085cc1d(
1542
+ *,
1543
+ api_gateway_managed_overrides_id: builtins.str,
1544
+ ) -> None:
1545
+ """Type checking stubs"""
1546
+ pass
1547
+
1548
+ def _typecheckingstub__205243ab94e4c0f3e23746a158d49e0123f145e32d1e02109d2343158096bfa8(
1549
+ *,
1550
+ api_mapping_id: builtins.str,
1551
+ domain_name: builtins.str,
1552
+ ) -> None:
1553
+ """Type checking stubs"""
1554
+ pass
1555
+
1556
+ def _typecheckingstub__020cf6cefb4ddec6969b2bf9d470c483fd69e1db121b162ae77cdc7f2ca404ca(
1557
+ *,
1558
+ api_id: builtins.str,
1559
+ ) -> None:
1560
+ """Type checking stubs"""
1561
+ pass
1562
+
1563
+ def _typecheckingstub__e02579340b70d1c4bd0627efd74d8fae1dafd730a8cfc4e302a7ef54eca86b30(
1564
+ *,
1565
+ api_id: builtins.str,
1566
+ authorizer_id: builtins.str,
1567
+ ) -> None:
1568
+ """Type checking stubs"""
1569
+ pass
1570
+
1571
+ def _typecheckingstub__593d3d2e939caff97ef3533c1ce017e9e071f5b02e04ab5bcf1eaa69fe310b11(
1572
+ *,
1573
+ api_id: builtins.str,
1574
+ deployment_id: builtins.str,
1575
+ ) -> None:
1576
+ """Type checking stubs"""
1577
+ pass
1578
+
1579
+ def _typecheckingstub__38c85d5ef1e910b443c592bd33d3b8062b711c8fcc92d3ec7581053dd7e16aa2(
1580
+ *,
1581
+ domain_name: builtins.str,
1582
+ domain_name_arn: builtins.str,
1583
+ ) -> None:
1584
+ """Type checking stubs"""
1585
+ pass
1586
+
1587
+ def _typecheckingstub__f2f805926ee6d5a18e437dd239b61746ad3640ce6152c74b85a5ba50d6995f1a(
1588
+ *,
1589
+ api_id: builtins.str,
1590
+ integration_id: builtins.str,
1591
+ ) -> None:
1592
+ """Type checking stubs"""
1593
+ pass
1594
+
1595
+ def _typecheckingstub__62d43af7d1f33435e00ca8cffb84740c7a5b2797730196cdc2980641539e93ec(
1596
+ *,
1597
+ api_id: builtins.str,
1598
+ integration_id: builtins.str,
1599
+ integration_response_id: builtins.str,
1600
+ ) -> None:
1601
+ """Type checking stubs"""
1602
+ pass
1603
+
1604
+ def _typecheckingstub__312b6260e192c317d46825f46d64f3fa208bd5849a27e6a8f9f5147ba63dfbcc(
1605
+ *,
1606
+ api_id: builtins.str,
1607
+ model_id: builtins.str,
1608
+ ) -> None:
1609
+ """Type checking stubs"""
1610
+ pass
1611
+
1612
+ def _typecheckingstub__00a6d488d61a830320ed07c930904f816e9ebc91c1c792f6ef75af4feda8979f(
1613
+ *,
1614
+ api_id: builtins.str,
1615
+ route_id: builtins.str,
1616
+ ) -> None:
1617
+ """Type checking stubs"""
1618
+ pass
1619
+
1620
+ def _typecheckingstub__76af7410f481bf417dd6ce36a3c6f84bdae5f646db9b847ab5148f3167b88e9f(
1621
+ *,
1622
+ api_id: builtins.str,
1623
+ route_id: builtins.str,
1624
+ route_response_id: builtins.str,
1625
+ ) -> None:
1626
+ """Type checking stubs"""
1627
+ pass
1628
+
1629
+ def _typecheckingstub__b414cc5aebd58b5078df3cfcec68e706708dafa722e76ae034b0567f9cdee822(
1630
+ *,
1631
+ routing_rule_arn: builtins.str,
1632
+ ) -> None:
1633
+ """Type checking stubs"""
1634
+ pass
1635
+
1636
+ def _typecheckingstub__be0fe02777445259bb9740baea840d3e2b479e563294c5907864f7e331741cb6(
1637
+ *,
1638
+ stage_id: builtins.str,
1639
+ ) -> None:
1640
+ """Type checking stubs"""
1641
+ pass
1642
+
1643
+ def _typecheckingstub__b83e841c31043c01aed344fbe7a443be81265bcb06f5ed800112fffe3cbe904f(
1644
+ *,
1645
+ vpc_link_id: builtins.str,
1646
+ ) -> None:
1647
+ """Type checking stubs"""
1648
+ pass
1649
+
1650
+ for cls in [IApiGatewayManagedOverridesRef, IApiMappingRef, IApiRef, IAuthorizerRef, IDeploymentRef, IDomainNameRef, IIntegrationRef, IIntegrationResponseRef, IModelRef, IRouteRef, IRouteResponseRef, IRoutingRuleRef, IStageRef, IVpcLinkRef]:
1651
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])