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,2486 @@
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_apigateway.AccountReference",
39
+ jsii_struct_bases=[],
40
+ name_mapping={"account_id": "accountId"},
41
+ )
42
+ class AccountReference:
43
+ def __init__(self, *, account_id: builtins.str) -> None:
44
+ '''A reference to a Account resource.
45
+
46
+ :param account_id: The Id of the Account 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_apigateway as interfaces_aws_apigateway
55
+
56
+ account_reference = interfaces_aws_apigateway.AccountReference(
57
+ account_id="accountId"
58
+ )
59
+ '''
60
+ if __debug__:
61
+ type_hints = typing.get_type_hints(_typecheckingstub__35ad850c85a8d4afdd663227c7e32f94d8450f981a615d04890e872b21d1612d)
62
+ check_type(argname="argument account_id", value=account_id, expected_type=type_hints["account_id"])
63
+ self._values: typing.Dict[builtins.str, typing.Any] = {
64
+ "account_id": account_id,
65
+ }
66
+
67
+ @builtins.property
68
+ def account_id(self) -> builtins.str:
69
+ '''The Id of the Account resource.'''
70
+ result = self._values.get("account_id")
71
+ assert result is not None, "Required property 'account_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 "AccountReference(%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_apigateway.ApiKeyReference",
88
+ jsii_struct_bases=[],
89
+ name_mapping={"api_key_id": "apiKeyId"},
90
+ )
91
+ class ApiKeyReference:
92
+ def __init__(self, *, api_key_id: builtins.str) -> None:
93
+ '''A reference to a ApiKey resource.
94
+
95
+ :param api_key_id: The APIKeyId of the ApiKey resource.
96
+
97
+ :exampleMetadata: fixture=_generated
98
+
99
+ Example::
100
+
101
+ # The code below shows an example of how to instantiate this type.
102
+ # The values are placeholders you should change.
103
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
104
+
105
+ api_key_reference = interfaces_aws_apigateway.ApiKeyReference(
106
+ api_key_id="apiKeyId"
107
+ )
108
+ '''
109
+ if __debug__:
110
+ type_hints = typing.get_type_hints(_typecheckingstub__6c14fb5f90c77f82575a97f9a173c3410680639b45caef1bb8b8672340b4bf31)
111
+ check_type(argname="argument api_key_id", value=api_key_id, expected_type=type_hints["api_key_id"])
112
+ self._values: typing.Dict[builtins.str, typing.Any] = {
113
+ "api_key_id": api_key_id,
114
+ }
115
+
116
+ @builtins.property
117
+ def api_key_id(self) -> builtins.str:
118
+ '''The APIKeyId of the ApiKey resource.'''
119
+ result = self._values.get("api_key_id")
120
+ assert result is not None, "Required property 'api_key_id' is missing"
121
+ return typing.cast(builtins.str, result)
122
+
123
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
124
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
125
+
126
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
127
+ return not (rhs == self)
128
+
129
+ def __repr__(self) -> str:
130
+ return "ApiKeyReference(%s)" % ", ".join(
131
+ k + "=" + repr(v) for k, v in self._values.items()
132
+ )
133
+
134
+
135
+ @jsii.data_type(
136
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.AuthorizerReference",
137
+ jsii_struct_bases=[],
138
+ name_mapping={"authorizer_id": "authorizerId", "rest_api_id": "restApiId"},
139
+ )
140
+ class AuthorizerReference:
141
+ def __init__(
142
+ self,
143
+ *,
144
+ authorizer_id: builtins.str,
145
+ rest_api_id: builtins.str,
146
+ ) -> None:
147
+ '''A reference to a Authorizer resource.
148
+
149
+ :param authorizer_id: The AuthorizerId of the Authorizer resource.
150
+ :param rest_api_id: The RestApiId of the Authorizer resource.
151
+
152
+ :exampleMetadata: fixture=_generated
153
+
154
+ Example::
155
+
156
+ # The code below shows an example of how to instantiate this type.
157
+ # The values are placeholders you should change.
158
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
159
+
160
+ authorizer_reference = interfaces_aws_apigateway.AuthorizerReference(
161
+ authorizer_id="authorizerId",
162
+ rest_api_id="restApiId"
163
+ )
164
+ '''
165
+ if __debug__:
166
+ type_hints = typing.get_type_hints(_typecheckingstub__d68d6630cf7fd51cb53d1150a586c3b490adb4d029b8db237f87f6cfd3208191)
167
+ check_type(argname="argument authorizer_id", value=authorizer_id, expected_type=type_hints["authorizer_id"])
168
+ check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
169
+ self._values: typing.Dict[builtins.str, typing.Any] = {
170
+ "authorizer_id": authorizer_id,
171
+ "rest_api_id": rest_api_id,
172
+ }
173
+
174
+ @builtins.property
175
+ def authorizer_id(self) -> builtins.str:
176
+ '''The AuthorizerId of the Authorizer resource.'''
177
+ result = self._values.get("authorizer_id")
178
+ assert result is not None, "Required property 'authorizer_id' is missing"
179
+ return typing.cast(builtins.str, result)
180
+
181
+ @builtins.property
182
+ def rest_api_id(self) -> builtins.str:
183
+ '''The RestApiId of the Authorizer resource.'''
184
+ result = self._values.get("rest_api_id")
185
+ assert result is not None, "Required property 'rest_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 "AuthorizerReference(%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_apigateway.BasePathMappingReference",
202
+ jsii_struct_bases=[],
203
+ name_mapping={"base_path": "basePath", "domain_name": "domainName"},
204
+ )
205
+ class BasePathMappingReference:
206
+ def __init__(self, *, base_path: builtins.str, domain_name: builtins.str) -> None:
207
+ '''A reference to a BasePathMapping resource.
208
+
209
+ :param base_path: The BasePath of the BasePathMapping resource.
210
+ :param domain_name: The DomainName of the BasePathMapping 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_apigateway as interfaces_aws_apigateway
219
+
220
+ base_path_mapping_reference = interfaces_aws_apigateway.BasePathMappingReference(
221
+ base_path="basePath",
222
+ domain_name="domainName"
223
+ )
224
+ '''
225
+ if __debug__:
226
+ type_hints = typing.get_type_hints(_typecheckingstub__6766e0e75fadfc941acafb7116bc52e0ea2debd27cb810b19e5837efdb4b86e3)
227
+ check_type(argname="argument base_path", value=base_path, expected_type=type_hints["base_path"])
228
+ check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
229
+ self._values: typing.Dict[builtins.str, typing.Any] = {
230
+ "base_path": base_path,
231
+ "domain_name": domain_name,
232
+ }
233
+
234
+ @builtins.property
235
+ def base_path(self) -> builtins.str:
236
+ '''The BasePath of the BasePathMapping resource.'''
237
+ result = self._values.get("base_path")
238
+ assert result is not None, "Required property 'base_path' is missing"
239
+ return typing.cast(builtins.str, result)
240
+
241
+ @builtins.property
242
+ def domain_name(self) -> builtins.str:
243
+ '''The DomainName of the BasePathMapping resource.'''
244
+ result = self._values.get("domain_name")
245
+ assert result is not None, "Required property 'domain_name' 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 "BasePathMappingReference(%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_apigateway.BasePathMappingV2Reference",
262
+ jsii_struct_bases=[],
263
+ name_mapping={"base_path_mapping_arn": "basePathMappingArn"},
264
+ )
265
+ class BasePathMappingV2Reference:
266
+ def __init__(self, *, base_path_mapping_arn: builtins.str) -> None:
267
+ '''A reference to a BasePathMappingV2 resource.
268
+
269
+ :param base_path_mapping_arn: The BasePathMappingArn of the BasePathMappingV2 resource.
270
+
271
+ :exampleMetadata: fixture=_generated
272
+
273
+ Example::
274
+
275
+ # The code below shows an example of how to instantiate this type.
276
+ # The values are placeholders you should change.
277
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
278
+
279
+ base_path_mapping_v2_reference = interfaces_aws_apigateway.BasePathMappingV2Reference(
280
+ base_path_mapping_arn="basePathMappingArn"
281
+ )
282
+ '''
283
+ if __debug__:
284
+ type_hints = typing.get_type_hints(_typecheckingstub__f95b02fe81974b197f19290ec8ad7f11678477fb4eeab26fec56c0fb5351a850)
285
+ check_type(argname="argument base_path_mapping_arn", value=base_path_mapping_arn, expected_type=type_hints["base_path_mapping_arn"])
286
+ self._values: typing.Dict[builtins.str, typing.Any] = {
287
+ "base_path_mapping_arn": base_path_mapping_arn,
288
+ }
289
+
290
+ @builtins.property
291
+ def base_path_mapping_arn(self) -> builtins.str:
292
+ '''The BasePathMappingArn of the BasePathMappingV2 resource.'''
293
+ result = self._values.get("base_path_mapping_arn")
294
+ assert result is not None, "Required property 'base_path_mapping_arn' is missing"
295
+ return typing.cast(builtins.str, result)
296
+
297
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
298
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
299
+
300
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
301
+ return not (rhs == self)
302
+
303
+ def __repr__(self) -> str:
304
+ return "BasePathMappingV2Reference(%s)" % ", ".join(
305
+ k + "=" + repr(v) for k, v in self._values.items()
306
+ )
307
+
308
+
309
+ @jsii.data_type(
310
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.ClientCertificateReference",
311
+ jsii_struct_bases=[],
312
+ name_mapping={"client_certificate_id": "clientCertificateId"},
313
+ )
314
+ class ClientCertificateReference:
315
+ def __init__(self, *, client_certificate_id: builtins.str) -> None:
316
+ '''A reference to a ClientCertificate resource.
317
+
318
+ :param client_certificate_id: The ClientCertificateId of the ClientCertificate resource.
319
+
320
+ :exampleMetadata: fixture=_generated
321
+
322
+ Example::
323
+
324
+ # The code below shows an example of how to instantiate this type.
325
+ # The values are placeholders you should change.
326
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
327
+
328
+ client_certificate_reference = interfaces_aws_apigateway.ClientCertificateReference(
329
+ client_certificate_id="clientCertificateId"
330
+ )
331
+ '''
332
+ if __debug__:
333
+ type_hints = typing.get_type_hints(_typecheckingstub__833a4d31ace847ad4f8acfb3dd6ddac7e3fac64f42670367da4e70d2e3263a09)
334
+ check_type(argname="argument client_certificate_id", value=client_certificate_id, expected_type=type_hints["client_certificate_id"])
335
+ self._values: typing.Dict[builtins.str, typing.Any] = {
336
+ "client_certificate_id": client_certificate_id,
337
+ }
338
+
339
+ @builtins.property
340
+ def client_certificate_id(self) -> builtins.str:
341
+ '''The ClientCertificateId of the ClientCertificate resource.'''
342
+ result = self._values.get("client_certificate_id")
343
+ assert result is not None, "Required property 'client_certificate_id' is missing"
344
+ return typing.cast(builtins.str, result)
345
+
346
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
347
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
348
+
349
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
350
+ return not (rhs == self)
351
+
352
+ def __repr__(self) -> str:
353
+ return "ClientCertificateReference(%s)" % ", ".join(
354
+ k + "=" + repr(v) for k, v in self._values.items()
355
+ )
356
+
357
+
358
+ @jsii.data_type(
359
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.DeploymentReference",
360
+ jsii_struct_bases=[],
361
+ name_mapping={"deployment_id": "deploymentId", "rest_api_id": "restApiId"},
362
+ )
363
+ class DeploymentReference:
364
+ def __init__(
365
+ self,
366
+ *,
367
+ deployment_id: builtins.str,
368
+ rest_api_id: builtins.str,
369
+ ) -> None:
370
+ '''A reference to a Deployment resource.
371
+
372
+ :param deployment_id: The DeploymentId of the Deployment resource.
373
+ :param rest_api_id: The RestApiId of the Deployment resource.
374
+
375
+ :exampleMetadata: fixture=_generated
376
+
377
+ Example::
378
+
379
+ # The code below shows an example of how to instantiate this type.
380
+ # The values are placeholders you should change.
381
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
382
+
383
+ deployment_reference = interfaces_aws_apigateway.DeploymentReference(
384
+ deployment_id="deploymentId",
385
+ rest_api_id="restApiId"
386
+ )
387
+ '''
388
+ if __debug__:
389
+ type_hints = typing.get_type_hints(_typecheckingstub__41df7edc09bfa35e6c0eb5233570b5f5d4e6d255375a85ba37230fa1fbc86540)
390
+ check_type(argname="argument deployment_id", value=deployment_id, expected_type=type_hints["deployment_id"])
391
+ check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
392
+ self._values: typing.Dict[builtins.str, typing.Any] = {
393
+ "deployment_id": deployment_id,
394
+ "rest_api_id": rest_api_id,
395
+ }
396
+
397
+ @builtins.property
398
+ def deployment_id(self) -> builtins.str:
399
+ '''The DeploymentId of the Deployment resource.'''
400
+ result = self._values.get("deployment_id")
401
+ assert result is not None, "Required property 'deployment_id' is missing"
402
+ return typing.cast(builtins.str, result)
403
+
404
+ @builtins.property
405
+ def rest_api_id(self) -> builtins.str:
406
+ '''The RestApiId of the Deployment resource.'''
407
+ result = self._values.get("rest_api_id")
408
+ assert result is not None, "Required property 'rest_api_id' is missing"
409
+ return typing.cast(builtins.str, result)
410
+
411
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
412
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
413
+
414
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
415
+ return not (rhs == self)
416
+
417
+ def __repr__(self) -> str:
418
+ return "DeploymentReference(%s)" % ", ".join(
419
+ k + "=" + repr(v) for k, v in self._values.items()
420
+ )
421
+
422
+
423
+ @jsii.data_type(
424
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.DocumentationPartReference",
425
+ jsii_struct_bases=[],
426
+ name_mapping={
427
+ "documentation_part_id": "documentationPartId",
428
+ "rest_api_id": "restApiId",
429
+ },
430
+ )
431
+ class DocumentationPartReference:
432
+ def __init__(
433
+ self,
434
+ *,
435
+ documentation_part_id: builtins.str,
436
+ rest_api_id: builtins.str,
437
+ ) -> None:
438
+ '''A reference to a DocumentationPart resource.
439
+
440
+ :param documentation_part_id: The DocumentationPartId of the DocumentationPart resource.
441
+ :param rest_api_id: The RestApiId of the DocumentationPart resource.
442
+
443
+ :exampleMetadata: fixture=_generated
444
+
445
+ Example::
446
+
447
+ # The code below shows an example of how to instantiate this type.
448
+ # The values are placeholders you should change.
449
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
450
+
451
+ documentation_part_reference = interfaces_aws_apigateway.DocumentationPartReference(
452
+ documentation_part_id="documentationPartId",
453
+ rest_api_id="restApiId"
454
+ )
455
+ '''
456
+ if __debug__:
457
+ type_hints = typing.get_type_hints(_typecheckingstub__e560572f2b89e2ef2cf9d7b126db3ad6fac6770ea3c3de34b5b45e76ed0fd4e9)
458
+ check_type(argname="argument documentation_part_id", value=documentation_part_id, expected_type=type_hints["documentation_part_id"])
459
+ check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
460
+ self._values: typing.Dict[builtins.str, typing.Any] = {
461
+ "documentation_part_id": documentation_part_id,
462
+ "rest_api_id": rest_api_id,
463
+ }
464
+
465
+ @builtins.property
466
+ def documentation_part_id(self) -> builtins.str:
467
+ '''The DocumentationPartId of the DocumentationPart resource.'''
468
+ result = self._values.get("documentation_part_id")
469
+ assert result is not None, "Required property 'documentation_part_id' is missing"
470
+ return typing.cast(builtins.str, result)
471
+
472
+ @builtins.property
473
+ def rest_api_id(self) -> builtins.str:
474
+ '''The RestApiId of the DocumentationPart resource.'''
475
+ result = self._values.get("rest_api_id")
476
+ assert result is not None, "Required property 'rest_api_id' is missing"
477
+ return typing.cast(builtins.str, result)
478
+
479
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
480
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
481
+
482
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
483
+ return not (rhs == self)
484
+
485
+ def __repr__(self) -> str:
486
+ return "DocumentationPartReference(%s)" % ", ".join(
487
+ k + "=" + repr(v) for k, v in self._values.items()
488
+ )
489
+
490
+
491
+ @jsii.data_type(
492
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.DocumentationVersionReference",
493
+ jsii_struct_bases=[],
494
+ name_mapping={
495
+ "documentation_version": "documentationVersion",
496
+ "rest_api_id": "restApiId",
497
+ },
498
+ )
499
+ class DocumentationVersionReference:
500
+ def __init__(
501
+ self,
502
+ *,
503
+ documentation_version: builtins.str,
504
+ rest_api_id: builtins.str,
505
+ ) -> None:
506
+ '''A reference to a DocumentationVersion resource.
507
+
508
+ :param documentation_version: The DocumentationVersion of the DocumentationVersion resource.
509
+ :param rest_api_id: The RestApiId of the DocumentationVersion resource.
510
+
511
+ :exampleMetadata: fixture=_generated
512
+
513
+ Example::
514
+
515
+ # The code below shows an example of how to instantiate this type.
516
+ # The values are placeholders you should change.
517
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
518
+
519
+ documentation_version_reference = interfaces_aws_apigateway.DocumentationVersionReference(
520
+ documentation_version="documentationVersion",
521
+ rest_api_id="restApiId"
522
+ )
523
+ '''
524
+ if __debug__:
525
+ type_hints = typing.get_type_hints(_typecheckingstub__ebe125bb5075aaf5d4213def6adf1eff51805a5ca591bf88080533e0f6fad9b2)
526
+ check_type(argname="argument documentation_version", value=documentation_version, expected_type=type_hints["documentation_version"])
527
+ check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
528
+ self._values: typing.Dict[builtins.str, typing.Any] = {
529
+ "documentation_version": documentation_version,
530
+ "rest_api_id": rest_api_id,
531
+ }
532
+
533
+ @builtins.property
534
+ def documentation_version(self) -> builtins.str:
535
+ '''The DocumentationVersion of the DocumentationVersion resource.'''
536
+ result = self._values.get("documentation_version")
537
+ assert result is not None, "Required property 'documentation_version' is missing"
538
+ return typing.cast(builtins.str, result)
539
+
540
+ @builtins.property
541
+ def rest_api_id(self) -> builtins.str:
542
+ '''The RestApiId of the DocumentationVersion resource.'''
543
+ result = self._values.get("rest_api_id")
544
+ assert result is not None, "Required property 'rest_api_id' is missing"
545
+ return typing.cast(builtins.str, result)
546
+
547
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
548
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
549
+
550
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
551
+ return not (rhs == self)
552
+
553
+ def __repr__(self) -> str:
554
+ return "DocumentationVersionReference(%s)" % ", ".join(
555
+ k + "=" + repr(v) for k, v in self._values.items()
556
+ )
557
+
558
+
559
+ @jsii.data_type(
560
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.DomainNameAccessAssociationReference",
561
+ jsii_struct_bases=[],
562
+ name_mapping={
563
+ "domain_name_access_association_arn": "domainNameAccessAssociationArn",
564
+ },
565
+ )
566
+ class DomainNameAccessAssociationReference:
567
+ def __init__(self, *, domain_name_access_association_arn: builtins.str) -> None:
568
+ '''A reference to a DomainNameAccessAssociation resource.
569
+
570
+ :param domain_name_access_association_arn: The DomainNameAccessAssociationArn of the DomainNameAccessAssociation resource.
571
+
572
+ :exampleMetadata: fixture=_generated
573
+
574
+ Example::
575
+
576
+ # The code below shows an example of how to instantiate this type.
577
+ # The values are placeholders you should change.
578
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
579
+
580
+ domain_name_access_association_reference = interfaces_aws_apigateway.DomainNameAccessAssociationReference(
581
+ domain_name_access_association_arn="domainNameAccessAssociationArn"
582
+ )
583
+ '''
584
+ if __debug__:
585
+ type_hints = typing.get_type_hints(_typecheckingstub__6106393b25c71c75f181d6e2216433d64ca457d3aa5346d3c08c9c5c8f76ccb9)
586
+ check_type(argname="argument domain_name_access_association_arn", value=domain_name_access_association_arn, expected_type=type_hints["domain_name_access_association_arn"])
587
+ self._values: typing.Dict[builtins.str, typing.Any] = {
588
+ "domain_name_access_association_arn": domain_name_access_association_arn,
589
+ }
590
+
591
+ @builtins.property
592
+ def domain_name_access_association_arn(self) -> builtins.str:
593
+ '''The DomainNameAccessAssociationArn of the DomainNameAccessAssociation resource.'''
594
+ result = self._values.get("domain_name_access_association_arn")
595
+ assert result is not None, "Required property 'domain_name_access_association_arn' is missing"
596
+ return typing.cast(builtins.str, result)
597
+
598
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
599
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
600
+
601
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
602
+ return not (rhs == self)
603
+
604
+ def __repr__(self) -> str:
605
+ return "DomainNameAccessAssociationReference(%s)" % ", ".join(
606
+ k + "=" + repr(v) for k, v in self._values.items()
607
+ )
608
+
609
+
610
+ @jsii.data_type(
611
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.DomainNameReference",
612
+ jsii_struct_bases=[],
613
+ name_mapping={"domain_name": "domainName", "domain_name_arn": "domainNameArn"},
614
+ )
615
+ class DomainNameReference:
616
+ def __init__(
617
+ self,
618
+ *,
619
+ domain_name: builtins.str,
620
+ domain_name_arn: builtins.str,
621
+ ) -> None:
622
+ '''A reference to a DomainName resource.
623
+
624
+ :param domain_name: The DomainName of the DomainName resource.
625
+ :param domain_name_arn: The ARN of the DomainName resource.
626
+
627
+ :exampleMetadata: fixture=_generated
628
+
629
+ Example::
630
+
631
+ # The code below shows an example of how to instantiate this type.
632
+ # The values are placeholders you should change.
633
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
634
+
635
+ domain_name_reference = interfaces_aws_apigateway.DomainNameReference(
636
+ domain_name="domainName",
637
+ domain_name_arn="domainNameArn"
638
+ )
639
+ '''
640
+ if __debug__:
641
+ type_hints = typing.get_type_hints(_typecheckingstub__f3cfd08bdbde02f2db8ac69a08bf7a53178de565b3b2d57297f61f0af460b23c)
642
+ check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
643
+ check_type(argname="argument domain_name_arn", value=domain_name_arn, expected_type=type_hints["domain_name_arn"])
644
+ self._values: typing.Dict[builtins.str, typing.Any] = {
645
+ "domain_name": domain_name,
646
+ "domain_name_arn": domain_name_arn,
647
+ }
648
+
649
+ @builtins.property
650
+ def domain_name(self) -> builtins.str:
651
+ '''The DomainName of the DomainName resource.'''
652
+ result = self._values.get("domain_name")
653
+ assert result is not None, "Required property 'domain_name' is missing"
654
+ return typing.cast(builtins.str, result)
655
+
656
+ @builtins.property
657
+ def domain_name_arn(self) -> builtins.str:
658
+ '''The ARN of the DomainName resource.'''
659
+ result = self._values.get("domain_name_arn")
660
+ assert result is not None, "Required property 'domain_name_arn' is missing"
661
+ return typing.cast(builtins.str, result)
662
+
663
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
664
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
665
+
666
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
667
+ return not (rhs == self)
668
+
669
+ def __repr__(self) -> str:
670
+ return "DomainNameReference(%s)" % ", ".join(
671
+ k + "=" + repr(v) for k, v in self._values.items()
672
+ )
673
+
674
+
675
+ @jsii.data_type(
676
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.DomainNameV2Reference",
677
+ jsii_struct_bases=[],
678
+ name_mapping={"domain_name_arn": "domainNameArn"},
679
+ )
680
+ class DomainNameV2Reference:
681
+ def __init__(self, *, domain_name_arn: builtins.str) -> None:
682
+ '''A reference to a DomainNameV2 resource.
683
+
684
+ :param domain_name_arn: The DomainNameArn of the DomainNameV2 resource.
685
+
686
+ :exampleMetadata: fixture=_generated
687
+
688
+ Example::
689
+
690
+ # The code below shows an example of how to instantiate this type.
691
+ # The values are placeholders you should change.
692
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
693
+
694
+ domain_name_v2_reference = interfaces_aws_apigateway.DomainNameV2Reference(
695
+ domain_name_arn="domainNameArn"
696
+ )
697
+ '''
698
+ if __debug__:
699
+ type_hints = typing.get_type_hints(_typecheckingstub__efdeb9f0ad3160236b8f4e14e4cdf544ab705171d9308fa88175fa01b8d92c49)
700
+ check_type(argname="argument domain_name_arn", value=domain_name_arn, expected_type=type_hints["domain_name_arn"])
701
+ self._values: typing.Dict[builtins.str, typing.Any] = {
702
+ "domain_name_arn": domain_name_arn,
703
+ }
704
+
705
+ @builtins.property
706
+ def domain_name_arn(self) -> builtins.str:
707
+ '''The DomainNameArn of the DomainNameV2 resource.'''
708
+ result = self._values.get("domain_name_arn")
709
+ assert result is not None, "Required property 'domain_name_arn' is missing"
710
+ return typing.cast(builtins.str, result)
711
+
712
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
713
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
714
+
715
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
716
+ return not (rhs == self)
717
+
718
+ def __repr__(self) -> str:
719
+ return "DomainNameV2Reference(%s)" % ", ".join(
720
+ k + "=" + repr(v) for k, v in self._values.items()
721
+ )
722
+
723
+
724
+ @jsii.data_type(
725
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.GatewayResponseReference",
726
+ jsii_struct_bases=[],
727
+ name_mapping={"gateway_response_id": "gatewayResponseId"},
728
+ )
729
+ class GatewayResponseReference:
730
+ def __init__(self, *, gateway_response_id: builtins.str) -> None:
731
+ '''A reference to a GatewayResponse resource.
732
+
733
+ :param gateway_response_id: The Id of the GatewayResponse resource.
734
+
735
+ :exampleMetadata: fixture=_generated
736
+
737
+ Example::
738
+
739
+ # The code below shows an example of how to instantiate this type.
740
+ # The values are placeholders you should change.
741
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
742
+
743
+ gateway_response_reference = interfaces_aws_apigateway.GatewayResponseReference(
744
+ gateway_response_id="gatewayResponseId"
745
+ )
746
+ '''
747
+ if __debug__:
748
+ type_hints = typing.get_type_hints(_typecheckingstub__f0794adc65f2a9a99dd04ff2f904cf838d512203fc37eac299e09871ce11fe9f)
749
+ check_type(argname="argument gateway_response_id", value=gateway_response_id, expected_type=type_hints["gateway_response_id"])
750
+ self._values: typing.Dict[builtins.str, typing.Any] = {
751
+ "gateway_response_id": gateway_response_id,
752
+ }
753
+
754
+ @builtins.property
755
+ def gateway_response_id(self) -> builtins.str:
756
+ '''The Id of the GatewayResponse resource.'''
757
+ result = self._values.get("gateway_response_id")
758
+ assert result is not None, "Required property 'gateway_response_id' is missing"
759
+ return typing.cast(builtins.str, result)
760
+
761
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
762
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
763
+
764
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
765
+ return not (rhs == self)
766
+
767
+ def __repr__(self) -> str:
768
+ return "GatewayResponseReference(%s)" % ", ".join(
769
+ k + "=" + repr(v) for k, v in self._values.items()
770
+ )
771
+
772
+
773
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IAccountRef")
774
+ class IAccountRef(
775
+ _constructs_77d1e7e8.IConstruct,
776
+ _IEnvironmentAware_f39049ee,
777
+ typing_extensions.Protocol,
778
+ ):
779
+ '''(experimental) Indicates that this resource can be referenced as a Account.
780
+
781
+ :stability: experimental
782
+ '''
783
+
784
+ @builtins.property
785
+ @jsii.member(jsii_name="accountRef")
786
+ def account_ref(self) -> AccountReference:
787
+ '''(experimental) A reference to a Account resource.
788
+
789
+ :stability: experimental
790
+ '''
791
+ ...
792
+
793
+
794
+ class _IAccountRefProxy(
795
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
796
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
797
+ ):
798
+ '''(experimental) Indicates that this resource can be referenced as a Account.
799
+
800
+ :stability: experimental
801
+ '''
802
+
803
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IAccountRef"
804
+
805
+ @builtins.property
806
+ @jsii.member(jsii_name="accountRef")
807
+ def account_ref(self) -> AccountReference:
808
+ '''(experimental) A reference to a Account resource.
809
+
810
+ :stability: experimental
811
+ '''
812
+ return typing.cast(AccountReference, jsii.get(self, "accountRef"))
813
+
814
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
815
+ typing.cast(typing.Any, IAccountRef).__jsii_proxy_class__ = lambda : _IAccountRefProxy
816
+
817
+
818
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IApiKeyRef")
819
+ class IApiKeyRef(
820
+ _constructs_77d1e7e8.IConstruct,
821
+ _IEnvironmentAware_f39049ee,
822
+ typing_extensions.Protocol,
823
+ ):
824
+ '''(experimental) Indicates that this resource can be referenced as a ApiKey.
825
+
826
+ :stability: experimental
827
+ '''
828
+
829
+ @builtins.property
830
+ @jsii.member(jsii_name="apiKeyRef")
831
+ def api_key_ref(self) -> ApiKeyReference:
832
+ '''(experimental) A reference to a ApiKey resource.
833
+
834
+ :stability: experimental
835
+ '''
836
+ ...
837
+
838
+
839
+ class _IApiKeyRefProxy(
840
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
841
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
842
+ ):
843
+ '''(experimental) Indicates that this resource can be referenced as a ApiKey.
844
+
845
+ :stability: experimental
846
+ '''
847
+
848
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IApiKeyRef"
849
+
850
+ @builtins.property
851
+ @jsii.member(jsii_name="apiKeyRef")
852
+ def api_key_ref(self) -> ApiKeyReference:
853
+ '''(experimental) A reference to a ApiKey resource.
854
+
855
+ :stability: experimental
856
+ '''
857
+ return typing.cast(ApiKeyReference, jsii.get(self, "apiKeyRef"))
858
+
859
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
860
+ typing.cast(typing.Any, IApiKeyRef).__jsii_proxy_class__ = lambda : _IApiKeyRefProxy
861
+
862
+
863
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IAuthorizerRef")
864
+ class IAuthorizerRef(
865
+ _constructs_77d1e7e8.IConstruct,
866
+ _IEnvironmentAware_f39049ee,
867
+ typing_extensions.Protocol,
868
+ ):
869
+ '''(experimental) Indicates that this resource can be referenced as a Authorizer.
870
+
871
+ :stability: experimental
872
+ '''
873
+
874
+ @builtins.property
875
+ @jsii.member(jsii_name="authorizerRef")
876
+ def authorizer_ref(self) -> AuthorizerReference:
877
+ '''(experimental) A reference to a Authorizer resource.
878
+
879
+ :stability: experimental
880
+ '''
881
+ ...
882
+
883
+
884
+ class _IAuthorizerRefProxy(
885
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
886
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
887
+ ):
888
+ '''(experimental) Indicates that this resource can be referenced as a Authorizer.
889
+
890
+ :stability: experimental
891
+ '''
892
+
893
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IAuthorizerRef"
894
+
895
+ @builtins.property
896
+ @jsii.member(jsii_name="authorizerRef")
897
+ def authorizer_ref(self) -> AuthorizerReference:
898
+ '''(experimental) A reference to a Authorizer resource.
899
+
900
+ :stability: experimental
901
+ '''
902
+ return typing.cast(AuthorizerReference, jsii.get(self, "authorizerRef"))
903
+
904
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
905
+ typing.cast(typing.Any, IAuthorizerRef).__jsii_proxy_class__ = lambda : _IAuthorizerRefProxy
906
+
907
+
908
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IBasePathMappingRef")
909
+ class IBasePathMappingRef(
910
+ _constructs_77d1e7e8.IConstruct,
911
+ _IEnvironmentAware_f39049ee,
912
+ typing_extensions.Protocol,
913
+ ):
914
+ '''(experimental) Indicates that this resource can be referenced as a BasePathMapping.
915
+
916
+ :stability: experimental
917
+ '''
918
+
919
+ @builtins.property
920
+ @jsii.member(jsii_name="basePathMappingRef")
921
+ def base_path_mapping_ref(self) -> BasePathMappingReference:
922
+ '''(experimental) A reference to a BasePathMapping resource.
923
+
924
+ :stability: experimental
925
+ '''
926
+ ...
927
+
928
+
929
+ class _IBasePathMappingRefProxy(
930
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
931
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
932
+ ):
933
+ '''(experimental) Indicates that this resource can be referenced as a BasePathMapping.
934
+
935
+ :stability: experimental
936
+ '''
937
+
938
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IBasePathMappingRef"
939
+
940
+ @builtins.property
941
+ @jsii.member(jsii_name="basePathMappingRef")
942
+ def base_path_mapping_ref(self) -> BasePathMappingReference:
943
+ '''(experimental) A reference to a BasePathMapping resource.
944
+
945
+ :stability: experimental
946
+ '''
947
+ return typing.cast(BasePathMappingReference, jsii.get(self, "basePathMappingRef"))
948
+
949
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
950
+ typing.cast(typing.Any, IBasePathMappingRef).__jsii_proxy_class__ = lambda : _IBasePathMappingRefProxy
951
+
952
+
953
+ @jsii.interface(
954
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IBasePathMappingV2Ref"
955
+ )
956
+ class IBasePathMappingV2Ref(
957
+ _constructs_77d1e7e8.IConstruct,
958
+ _IEnvironmentAware_f39049ee,
959
+ typing_extensions.Protocol,
960
+ ):
961
+ '''(experimental) Indicates that this resource can be referenced as a BasePathMappingV2.
962
+
963
+ :stability: experimental
964
+ '''
965
+
966
+ @builtins.property
967
+ @jsii.member(jsii_name="basePathMappingV2Ref")
968
+ def base_path_mapping_v2_ref(self) -> BasePathMappingV2Reference:
969
+ '''(experimental) A reference to a BasePathMappingV2 resource.
970
+
971
+ :stability: experimental
972
+ '''
973
+ ...
974
+
975
+
976
+ class _IBasePathMappingV2RefProxy(
977
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
978
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
979
+ ):
980
+ '''(experimental) Indicates that this resource can be referenced as a BasePathMappingV2.
981
+
982
+ :stability: experimental
983
+ '''
984
+
985
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IBasePathMappingV2Ref"
986
+
987
+ @builtins.property
988
+ @jsii.member(jsii_name="basePathMappingV2Ref")
989
+ def base_path_mapping_v2_ref(self) -> BasePathMappingV2Reference:
990
+ '''(experimental) A reference to a BasePathMappingV2 resource.
991
+
992
+ :stability: experimental
993
+ '''
994
+ return typing.cast(BasePathMappingV2Reference, jsii.get(self, "basePathMappingV2Ref"))
995
+
996
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
997
+ typing.cast(typing.Any, IBasePathMappingV2Ref).__jsii_proxy_class__ = lambda : _IBasePathMappingV2RefProxy
998
+
999
+
1000
+ @jsii.interface(
1001
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IClientCertificateRef"
1002
+ )
1003
+ class IClientCertificateRef(
1004
+ _constructs_77d1e7e8.IConstruct,
1005
+ _IEnvironmentAware_f39049ee,
1006
+ typing_extensions.Protocol,
1007
+ ):
1008
+ '''(experimental) Indicates that this resource can be referenced as a ClientCertificate.
1009
+
1010
+ :stability: experimental
1011
+ '''
1012
+
1013
+ @builtins.property
1014
+ @jsii.member(jsii_name="clientCertificateRef")
1015
+ def client_certificate_ref(self) -> ClientCertificateReference:
1016
+ '''(experimental) A reference to a ClientCertificate resource.
1017
+
1018
+ :stability: experimental
1019
+ '''
1020
+ ...
1021
+
1022
+
1023
+ class _IClientCertificateRefProxy(
1024
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1025
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1026
+ ):
1027
+ '''(experimental) Indicates that this resource can be referenced as a ClientCertificate.
1028
+
1029
+ :stability: experimental
1030
+ '''
1031
+
1032
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IClientCertificateRef"
1033
+
1034
+ @builtins.property
1035
+ @jsii.member(jsii_name="clientCertificateRef")
1036
+ def client_certificate_ref(self) -> ClientCertificateReference:
1037
+ '''(experimental) A reference to a ClientCertificate resource.
1038
+
1039
+ :stability: experimental
1040
+ '''
1041
+ return typing.cast(ClientCertificateReference, jsii.get(self, "clientCertificateRef"))
1042
+
1043
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1044
+ typing.cast(typing.Any, IClientCertificateRef).__jsii_proxy_class__ = lambda : _IClientCertificateRefProxy
1045
+
1046
+
1047
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IDeploymentRef")
1048
+ class IDeploymentRef(
1049
+ _constructs_77d1e7e8.IConstruct,
1050
+ _IEnvironmentAware_f39049ee,
1051
+ typing_extensions.Protocol,
1052
+ ):
1053
+ '''(experimental) Indicates that this resource can be referenced as a Deployment.
1054
+
1055
+ :stability: experimental
1056
+ '''
1057
+
1058
+ @builtins.property
1059
+ @jsii.member(jsii_name="deploymentRef")
1060
+ def deployment_ref(self) -> DeploymentReference:
1061
+ '''(experimental) A reference to a Deployment resource.
1062
+
1063
+ :stability: experimental
1064
+ '''
1065
+ ...
1066
+
1067
+
1068
+ class _IDeploymentRefProxy(
1069
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1070
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1071
+ ):
1072
+ '''(experimental) Indicates that this resource can be referenced as a Deployment.
1073
+
1074
+ :stability: experimental
1075
+ '''
1076
+
1077
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IDeploymentRef"
1078
+
1079
+ @builtins.property
1080
+ @jsii.member(jsii_name="deploymentRef")
1081
+ def deployment_ref(self) -> DeploymentReference:
1082
+ '''(experimental) A reference to a Deployment resource.
1083
+
1084
+ :stability: experimental
1085
+ '''
1086
+ return typing.cast(DeploymentReference, jsii.get(self, "deploymentRef"))
1087
+
1088
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1089
+ typing.cast(typing.Any, IDeploymentRef).__jsii_proxy_class__ = lambda : _IDeploymentRefProxy
1090
+
1091
+
1092
+ @jsii.interface(
1093
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IDocumentationPartRef"
1094
+ )
1095
+ class IDocumentationPartRef(
1096
+ _constructs_77d1e7e8.IConstruct,
1097
+ _IEnvironmentAware_f39049ee,
1098
+ typing_extensions.Protocol,
1099
+ ):
1100
+ '''(experimental) Indicates that this resource can be referenced as a DocumentationPart.
1101
+
1102
+ :stability: experimental
1103
+ '''
1104
+
1105
+ @builtins.property
1106
+ @jsii.member(jsii_name="documentationPartRef")
1107
+ def documentation_part_ref(self) -> DocumentationPartReference:
1108
+ '''(experimental) A reference to a DocumentationPart resource.
1109
+
1110
+ :stability: experimental
1111
+ '''
1112
+ ...
1113
+
1114
+
1115
+ class _IDocumentationPartRefProxy(
1116
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1117
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1118
+ ):
1119
+ '''(experimental) Indicates that this resource can be referenced as a DocumentationPart.
1120
+
1121
+ :stability: experimental
1122
+ '''
1123
+
1124
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IDocumentationPartRef"
1125
+
1126
+ @builtins.property
1127
+ @jsii.member(jsii_name="documentationPartRef")
1128
+ def documentation_part_ref(self) -> DocumentationPartReference:
1129
+ '''(experimental) A reference to a DocumentationPart resource.
1130
+
1131
+ :stability: experimental
1132
+ '''
1133
+ return typing.cast(DocumentationPartReference, jsii.get(self, "documentationPartRef"))
1134
+
1135
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1136
+ typing.cast(typing.Any, IDocumentationPartRef).__jsii_proxy_class__ = lambda : _IDocumentationPartRefProxy
1137
+
1138
+
1139
+ @jsii.interface(
1140
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IDocumentationVersionRef"
1141
+ )
1142
+ class IDocumentationVersionRef(
1143
+ _constructs_77d1e7e8.IConstruct,
1144
+ _IEnvironmentAware_f39049ee,
1145
+ typing_extensions.Protocol,
1146
+ ):
1147
+ '''(experimental) Indicates that this resource can be referenced as a DocumentationVersion.
1148
+
1149
+ :stability: experimental
1150
+ '''
1151
+
1152
+ @builtins.property
1153
+ @jsii.member(jsii_name="documentationVersionRef")
1154
+ def documentation_version_ref(self) -> DocumentationVersionReference:
1155
+ '''(experimental) A reference to a DocumentationVersion resource.
1156
+
1157
+ :stability: experimental
1158
+ '''
1159
+ ...
1160
+
1161
+
1162
+ class _IDocumentationVersionRefProxy(
1163
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1164
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1165
+ ):
1166
+ '''(experimental) Indicates that this resource can be referenced as a DocumentationVersion.
1167
+
1168
+ :stability: experimental
1169
+ '''
1170
+
1171
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IDocumentationVersionRef"
1172
+
1173
+ @builtins.property
1174
+ @jsii.member(jsii_name="documentationVersionRef")
1175
+ def documentation_version_ref(self) -> DocumentationVersionReference:
1176
+ '''(experimental) A reference to a DocumentationVersion resource.
1177
+
1178
+ :stability: experimental
1179
+ '''
1180
+ return typing.cast(DocumentationVersionReference, jsii.get(self, "documentationVersionRef"))
1181
+
1182
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1183
+ typing.cast(typing.Any, IDocumentationVersionRef).__jsii_proxy_class__ = lambda : _IDocumentationVersionRefProxy
1184
+
1185
+
1186
+ @jsii.interface(
1187
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IDomainNameAccessAssociationRef"
1188
+ )
1189
+ class IDomainNameAccessAssociationRef(
1190
+ _constructs_77d1e7e8.IConstruct,
1191
+ _IEnvironmentAware_f39049ee,
1192
+ typing_extensions.Protocol,
1193
+ ):
1194
+ '''(experimental) Indicates that this resource can be referenced as a DomainNameAccessAssociation.
1195
+
1196
+ :stability: experimental
1197
+ '''
1198
+
1199
+ @builtins.property
1200
+ @jsii.member(jsii_name="domainNameAccessAssociationRef")
1201
+ def domain_name_access_association_ref(
1202
+ self,
1203
+ ) -> DomainNameAccessAssociationReference:
1204
+ '''(experimental) A reference to a DomainNameAccessAssociation resource.
1205
+
1206
+ :stability: experimental
1207
+ '''
1208
+ ...
1209
+
1210
+
1211
+ class _IDomainNameAccessAssociationRefProxy(
1212
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1213
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1214
+ ):
1215
+ '''(experimental) Indicates that this resource can be referenced as a DomainNameAccessAssociation.
1216
+
1217
+ :stability: experimental
1218
+ '''
1219
+
1220
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IDomainNameAccessAssociationRef"
1221
+
1222
+ @builtins.property
1223
+ @jsii.member(jsii_name="domainNameAccessAssociationRef")
1224
+ def domain_name_access_association_ref(
1225
+ self,
1226
+ ) -> DomainNameAccessAssociationReference:
1227
+ '''(experimental) A reference to a DomainNameAccessAssociation resource.
1228
+
1229
+ :stability: experimental
1230
+ '''
1231
+ return typing.cast(DomainNameAccessAssociationReference, jsii.get(self, "domainNameAccessAssociationRef"))
1232
+
1233
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1234
+ typing.cast(typing.Any, IDomainNameAccessAssociationRef).__jsii_proxy_class__ = lambda : _IDomainNameAccessAssociationRefProxy
1235
+
1236
+
1237
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IDomainNameRef")
1238
+ class IDomainNameRef(
1239
+ _constructs_77d1e7e8.IConstruct,
1240
+ _IEnvironmentAware_f39049ee,
1241
+ typing_extensions.Protocol,
1242
+ ):
1243
+ '''(experimental) Indicates that this resource can be referenced as a DomainName.
1244
+
1245
+ :stability: experimental
1246
+ '''
1247
+
1248
+ @builtins.property
1249
+ @jsii.member(jsii_name="domainNameRef")
1250
+ def domain_name_ref(self) -> DomainNameReference:
1251
+ '''(experimental) A reference to a DomainName resource.
1252
+
1253
+ :stability: experimental
1254
+ '''
1255
+ ...
1256
+
1257
+
1258
+ class _IDomainNameRefProxy(
1259
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1260
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1261
+ ):
1262
+ '''(experimental) Indicates that this resource can be referenced as a DomainName.
1263
+
1264
+ :stability: experimental
1265
+ '''
1266
+
1267
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IDomainNameRef"
1268
+
1269
+ @builtins.property
1270
+ @jsii.member(jsii_name="domainNameRef")
1271
+ def domain_name_ref(self) -> DomainNameReference:
1272
+ '''(experimental) A reference to a DomainName resource.
1273
+
1274
+ :stability: experimental
1275
+ '''
1276
+ return typing.cast(DomainNameReference, jsii.get(self, "domainNameRef"))
1277
+
1278
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1279
+ typing.cast(typing.Any, IDomainNameRef).__jsii_proxy_class__ = lambda : _IDomainNameRefProxy
1280
+
1281
+
1282
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IDomainNameV2Ref")
1283
+ class IDomainNameV2Ref(
1284
+ _constructs_77d1e7e8.IConstruct,
1285
+ _IEnvironmentAware_f39049ee,
1286
+ typing_extensions.Protocol,
1287
+ ):
1288
+ '''(experimental) Indicates that this resource can be referenced as a DomainNameV2.
1289
+
1290
+ :stability: experimental
1291
+ '''
1292
+
1293
+ @builtins.property
1294
+ @jsii.member(jsii_name="domainNameV2Ref")
1295
+ def domain_name_v2_ref(self) -> DomainNameV2Reference:
1296
+ '''(experimental) A reference to a DomainNameV2 resource.
1297
+
1298
+ :stability: experimental
1299
+ '''
1300
+ ...
1301
+
1302
+
1303
+ class _IDomainNameV2RefProxy(
1304
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1305
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1306
+ ):
1307
+ '''(experimental) Indicates that this resource can be referenced as a DomainNameV2.
1308
+
1309
+ :stability: experimental
1310
+ '''
1311
+
1312
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IDomainNameV2Ref"
1313
+
1314
+ @builtins.property
1315
+ @jsii.member(jsii_name="domainNameV2Ref")
1316
+ def domain_name_v2_ref(self) -> DomainNameV2Reference:
1317
+ '''(experimental) A reference to a DomainNameV2 resource.
1318
+
1319
+ :stability: experimental
1320
+ '''
1321
+ return typing.cast(DomainNameV2Reference, jsii.get(self, "domainNameV2Ref"))
1322
+
1323
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1324
+ typing.cast(typing.Any, IDomainNameV2Ref).__jsii_proxy_class__ = lambda : _IDomainNameV2RefProxy
1325
+
1326
+
1327
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IGatewayResponseRef")
1328
+ class IGatewayResponseRef(
1329
+ _constructs_77d1e7e8.IConstruct,
1330
+ _IEnvironmentAware_f39049ee,
1331
+ typing_extensions.Protocol,
1332
+ ):
1333
+ '''(experimental) Indicates that this resource can be referenced as a GatewayResponse.
1334
+
1335
+ :stability: experimental
1336
+ '''
1337
+
1338
+ @builtins.property
1339
+ @jsii.member(jsii_name="gatewayResponseRef")
1340
+ def gateway_response_ref(self) -> GatewayResponseReference:
1341
+ '''(experimental) A reference to a GatewayResponse resource.
1342
+
1343
+ :stability: experimental
1344
+ '''
1345
+ ...
1346
+
1347
+
1348
+ class _IGatewayResponseRefProxy(
1349
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1350
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1351
+ ):
1352
+ '''(experimental) Indicates that this resource can be referenced as a GatewayResponse.
1353
+
1354
+ :stability: experimental
1355
+ '''
1356
+
1357
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IGatewayResponseRef"
1358
+
1359
+ @builtins.property
1360
+ @jsii.member(jsii_name="gatewayResponseRef")
1361
+ def gateway_response_ref(self) -> GatewayResponseReference:
1362
+ '''(experimental) A reference to a GatewayResponse resource.
1363
+
1364
+ :stability: experimental
1365
+ '''
1366
+ return typing.cast(GatewayResponseReference, jsii.get(self, "gatewayResponseRef"))
1367
+
1368
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1369
+ typing.cast(typing.Any, IGatewayResponseRef).__jsii_proxy_class__ = lambda : _IGatewayResponseRefProxy
1370
+
1371
+
1372
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IMethodRef")
1373
+ class IMethodRef(
1374
+ _constructs_77d1e7e8.IConstruct,
1375
+ _IEnvironmentAware_f39049ee,
1376
+ typing_extensions.Protocol,
1377
+ ):
1378
+ '''(experimental) Indicates that this resource can be referenced as a Method.
1379
+
1380
+ :stability: experimental
1381
+ '''
1382
+
1383
+ @builtins.property
1384
+ @jsii.member(jsii_name="methodRef")
1385
+ def method_ref(self) -> "MethodReference":
1386
+ '''(experimental) A reference to a Method resource.
1387
+
1388
+ :stability: experimental
1389
+ '''
1390
+ ...
1391
+
1392
+
1393
+ class _IMethodRefProxy(
1394
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1395
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1396
+ ):
1397
+ '''(experimental) Indicates that this resource can be referenced as a Method.
1398
+
1399
+ :stability: experimental
1400
+ '''
1401
+
1402
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IMethodRef"
1403
+
1404
+ @builtins.property
1405
+ @jsii.member(jsii_name="methodRef")
1406
+ def method_ref(self) -> "MethodReference":
1407
+ '''(experimental) A reference to a Method resource.
1408
+
1409
+ :stability: experimental
1410
+ '''
1411
+ return typing.cast("MethodReference", jsii.get(self, "methodRef"))
1412
+
1413
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1414
+ typing.cast(typing.Any, IMethodRef).__jsii_proxy_class__ = lambda : _IMethodRefProxy
1415
+
1416
+
1417
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IModelRef")
1418
+ class IModelRef(
1419
+ _constructs_77d1e7e8.IConstruct,
1420
+ _IEnvironmentAware_f39049ee,
1421
+ typing_extensions.Protocol,
1422
+ ):
1423
+ '''(experimental) Indicates that this resource can be referenced as a Model.
1424
+
1425
+ :stability: experimental
1426
+ '''
1427
+
1428
+ @builtins.property
1429
+ @jsii.member(jsii_name="modelRef")
1430
+ def model_ref(self) -> "ModelReference":
1431
+ '''(experimental) A reference to a Model resource.
1432
+
1433
+ :stability: experimental
1434
+ '''
1435
+ ...
1436
+
1437
+
1438
+ class _IModelRefProxy(
1439
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1440
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1441
+ ):
1442
+ '''(experimental) Indicates that this resource can be referenced as a Model.
1443
+
1444
+ :stability: experimental
1445
+ '''
1446
+
1447
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IModelRef"
1448
+
1449
+ @builtins.property
1450
+ @jsii.member(jsii_name="modelRef")
1451
+ def model_ref(self) -> "ModelReference":
1452
+ '''(experimental) A reference to a Model resource.
1453
+
1454
+ :stability: experimental
1455
+ '''
1456
+ return typing.cast("ModelReference", jsii.get(self, "modelRef"))
1457
+
1458
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1459
+ typing.cast(typing.Any, IModelRef).__jsii_proxy_class__ = lambda : _IModelRefProxy
1460
+
1461
+
1462
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IRequestValidatorRef")
1463
+ class IRequestValidatorRef(
1464
+ _constructs_77d1e7e8.IConstruct,
1465
+ _IEnvironmentAware_f39049ee,
1466
+ typing_extensions.Protocol,
1467
+ ):
1468
+ '''(experimental) Indicates that this resource can be referenced as a RequestValidator.
1469
+
1470
+ :stability: experimental
1471
+ '''
1472
+
1473
+ @builtins.property
1474
+ @jsii.member(jsii_name="requestValidatorRef")
1475
+ def request_validator_ref(self) -> "RequestValidatorReference":
1476
+ '''(experimental) A reference to a RequestValidator resource.
1477
+
1478
+ :stability: experimental
1479
+ '''
1480
+ ...
1481
+
1482
+
1483
+ class _IRequestValidatorRefProxy(
1484
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1485
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1486
+ ):
1487
+ '''(experimental) Indicates that this resource can be referenced as a RequestValidator.
1488
+
1489
+ :stability: experimental
1490
+ '''
1491
+
1492
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IRequestValidatorRef"
1493
+
1494
+ @builtins.property
1495
+ @jsii.member(jsii_name="requestValidatorRef")
1496
+ def request_validator_ref(self) -> "RequestValidatorReference":
1497
+ '''(experimental) A reference to a RequestValidator resource.
1498
+
1499
+ :stability: experimental
1500
+ '''
1501
+ return typing.cast("RequestValidatorReference", jsii.get(self, "requestValidatorRef"))
1502
+
1503
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1504
+ typing.cast(typing.Any, IRequestValidatorRef).__jsii_proxy_class__ = lambda : _IRequestValidatorRefProxy
1505
+
1506
+
1507
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IResourceRef")
1508
+ class IResourceRef(
1509
+ _constructs_77d1e7e8.IConstruct,
1510
+ _IEnvironmentAware_f39049ee,
1511
+ typing_extensions.Protocol,
1512
+ ):
1513
+ '''(experimental) Indicates that this resource can be referenced as a Resource.
1514
+
1515
+ :stability: experimental
1516
+ '''
1517
+
1518
+ @builtins.property
1519
+ @jsii.member(jsii_name="resourceRef")
1520
+ def resource_ref(self) -> "ResourceReference":
1521
+ '''(experimental) A reference to a Resource resource.
1522
+
1523
+ :stability: experimental
1524
+ '''
1525
+ ...
1526
+
1527
+
1528
+ class _IResourceRefProxy(
1529
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1530
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1531
+ ):
1532
+ '''(experimental) Indicates that this resource can be referenced as a Resource.
1533
+
1534
+ :stability: experimental
1535
+ '''
1536
+
1537
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IResourceRef"
1538
+
1539
+ @builtins.property
1540
+ @jsii.member(jsii_name="resourceRef")
1541
+ def resource_ref(self) -> "ResourceReference":
1542
+ '''(experimental) A reference to a Resource resource.
1543
+
1544
+ :stability: experimental
1545
+ '''
1546
+ return typing.cast("ResourceReference", jsii.get(self, "resourceRef"))
1547
+
1548
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1549
+ typing.cast(typing.Any, IResourceRef).__jsii_proxy_class__ = lambda : _IResourceRefProxy
1550
+
1551
+
1552
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IRestApiRef")
1553
+ class IRestApiRef(
1554
+ _constructs_77d1e7e8.IConstruct,
1555
+ _IEnvironmentAware_f39049ee,
1556
+ typing_extensions.Protocol,
1557
+ ):
1558
+ '''(experimental) Indicates that this resource can be referenced as a RestApi.
1559
+
1560
+ :stability: experimental
1561
+ '''
1562
+
1563
+ @builtins.property
1564
+ @jsii.member(jsii_name="restApiRef")
1565
+ def rest_api_ref(self) -> "RestApiReference":
1566
+ '''(experimental) A reference to a RestApi resource.
1567
+
1568
+ :stability: experimental
1569
+ '''
1570
+ ...
1571
+
1572
+
1573
+ class _IRestApiRefProxy(
1574
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1575
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1576
+ ):
1577
+ '''(experimental) Indicates that this resource can be referenced as a RestApi.
1578
+
1579
+ :stability: experimental
1580
+ '''
1581
+
1582
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IRestApiRef"
1583
+
1584
+ @builtins.property
1585
+ @jsii.member(jsii_name="restApiRef")
1586
+ def rest_api_ref(self) -> "RestApiReference":
1587
+ '''(experimental) A reference to a RestApi resource.
1588
+
1589
+ :stability: experimental
1590
+ '''
1591
+ return typing.cast("RestApiReference", jsii.get(self, "restApiRef"))
1592
+
1593
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1594
+ typing.cast(typing.Any, IRestApiRef).__jsii_proxy_class__ = lambda : _IRestApiRefProxy
1595
+
1596
+
1597
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IStageRef")
1598
+ class IStageRef(
1599
+ _constructs_77d1e7e8.IConstruct,
1600
+ _IEnvironmentAware_f39049ee,
1601
+ typing_extensions.Protocol,
1602
+ ):
1603
+ '''(experimental) Indicates that this resource can be referenced as a Stage.
1604
+
1605
+ :stability: experimental
1606
+ '''
1607
+
1608
+ @builtins.property
1609
+ @jsii.member(jsii_name="stageRef")
1610
+ def stage_ref(self) -> "StageReference":
1611
+ '''(experimental) A reference to a Stage resource.
1612
+
1613
+ :stability: experimental
1614
+ '''
1615
+ ...
1616
+
1617
+
1618
+ class _IStageRefProxy(
1619
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1620
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1621
+ ):
1622
+ '''(experimental) Indicates that this resource can be referenced as a Stage.
1623
+
1624
+ :stability: experimental
1625
+ '''
1626
+
1627
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IStageRef"
1628
+
1629
+ @builtins.property
1630
+ @jsii.member(jsii_name="stageRef")
1631
+ def stage_ref(self) -> "StageReference":
1632
+ '''(experimental) A reference to a Stage resource.
1633
+
1634
+ :stability: experimental
1635
+ '''
1636
+ return typing.cast("StageReference", jsii.get(self, "stageRef"))
1637
+
1638
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1639
+ typing.cast(typing.Any, IStageRef).__jsii_proxy_class__ = lambda : _IStageRefProxy
1640
+
1641
+
1642
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IUsagePlanKeyRef")
1643
+ class IUsagePlanKeyRef(
1644
+ _constructs_77d1e7e8.IConstruct,
1645
+ _IEnvironmentAware_f39049ee,
1646
+ typing_extensions.Protocol,
1647
+ ):
1648
+ '''(experimental) Indicates that this resource can be referenced as a UsagePlanKey.
1649
+
1650
+ :stability: experimental
1651
+ '''
1652
+
1653
+ @builtins.property
1654
+ @jsii.member(jsii_name="usagePlanKeyRef")
1655
+ def usage_plan_key_ref(self) -> "UsagePlanKeyReference":
1656
+ '''(experimental) A reference to a UsagePlanKey resource.
1657
+
1658
+ :stability: experimental
1659
+ '''
1660
+ ...
1661
+
1662
+
1663
+ class _IUsagePlanKeyRefProxy(
1664
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1665
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1666
+ ):
1667
+ '''(experimental) Indicates that this resource can be referenced as a UsagePlanKey.
1668
+
1669
+ :stability: experimental
1670
+ '''
1671
+
1672
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IUsagePlanKeyRef"
1673
+
1674
+ @builtins.property
1675
+ @jsii.member(jsii_name="usagePlanKeyRef")
1676
+ def usage_plan_key_ref(self) -> "UsagePlanKeyReference":
1677
+ '''(experimental) A reference to a UsagePlanKey resource.
1678
+
1679
+ :stability: experimental
1680
+ '''
1681
+ return typing.cast("UsagePlanKeyReference", jsii.get(self, "usagePlanKeyRef"))
1682
+
1683
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1684
+ typing.cast(typing.Any, IUsagePlanKeyRef).__jsii_proxy_class__ = lambda : _IUsagePlanKeyRefProxy
1685
+
1686
+
1687
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IUsagePlanRef")
1688
+ class IUsagePlanRef(
1689
+ _constructs_77d1e7e8.IConstruct,
1690
+ _IEnvironmentAware_f39049ee,
1691
+ typing_extensions.Protocol,
1692
+ ):
1693
+ '''(experimental) Indicates that this resource can be referenced as a UsagePlan.
1694
+
1695
+ :stability: experimental
1696
+ '''
1697
+
1698
+ @builtins.property
1699
+ @jsii.member(jsii_name="usagePlanRef")
1700
+ def usage_plan_ref(self) -> "UsagePlanReference":
1701
+ '''(experimental) A reference to a UsagePlan resource.
1702
+
1703
+ :stability: experimental
1704
+ '''
1705
+ ...
1706
+
1707
+
1708
+ class _IUsagePlanRefProxy(
1709
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1710
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1711
+ ):
1712
+ '''(experimental) Indicates that this resource can be referenced as a UsagePlan.
1713
+
1714
+ :stability: experimental
1715
+ '''
1716
+
1717
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IUsagePlanRef"
1718
+
1719
+ @builtins.property
1720
+ @jsii.member(jsii_name="usagePlanRef")
1721
+ def usage_plan_ref(self) -> "UsagePlanReference":
1722
+ '''(experimental) A reference to a UsagePlan resource.
1723
+
1724
+ :stability: experimental
1725
+ '''
1726
+ return typing.cast("UsagePlanReference", jsii.get(self, "usagePlanRef"))
1727
+
1728
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1729
+ typing.cast(typing.Any, IUsagePlanRef).__jsii_proxy_class__ = lambda : _IUsagePlanRefProxy
1730
+
1731
+
1732
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_apigateway.IVpcLinkRef")
1733
+ class IVpcLinkRef(
1734
+ _constructs_77d1e7e8.IConstruct,
1735
+ _IEnvironmentAware_f39049ee,
1736
+ typing_extensions.Protocol,
1737
+ ):
1738
+ '''(experimental) Indicates that this resource can be referenced as a VpcLink.
1739
+
1740
+ :stability: experimental
1741
+ '''
1742
+
1743
+ @builtins.property
1744
+ @jsii.member(jsii_name="vpcLinkRef")
1745
+ def vpc_link_ref(self) -> "VpcLinkReference":
1746
+ '''(experimental) A reference to a VpcLink resource.
1747
+
1748
+ :stability: experimental
1749
+ '''
1750
+ ...
1751
+
1752
+
1753
+ class _IVpcLinkRefProxy(
1754
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1755
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1756
+ ):
1757
+ '''(experimental) Indicates that this resource can be referenced as a VpcLink.
1758
+
1759
+ :stability: experimental
1760
+ '''
1761
+
1762
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_apigateway.IVpcLinkRef"
1763
+
1764
+ @builtins.property
1765
+ @jsii.member(jsii_name="vpcLinkRef")
1766
+ def vpc_link_ref(self) -> "VpcLinkReference":
1767
+ '''(experimental) A reference to a VpcLink resource.
1768
+
1769
+ :stability: experimental
1770
+ '''
1771
+ return typing.cast("VpcLinkReference", jsii.get(self, "vpcLinkRef"))
1772
+
1773
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1774
+ typing.cast(typing.Any, IVpcLinkRef).__jsii_proxy_class__ = lambda : _IVpcLinkRefProxy
1775
+
1776
+
1777
+ @jsii.data_type(
1778
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.MethodReference",
1779
+ jsii_struct_bases=[],
1780
+ name_mapping={
1781
+ "http_method": "httpMethod",
1782
+ "resource_id": "resourceId",
1783
+ "rest_api_id": "restApiId",
1784
+ },
1785
+ )
1786
+ class MethodReference:
1787
+ def __init__(
1788
+ self,
1789
+ *,
1790
+ http_method: builtins.str,
1791
+ resource_id: builtins.str,
1792
+ rest_api_id: builtins.str,
1793
+ ) -> None:
1794
+ '''A reference to a Method resource.
1795
+
1796
+ :param http_method: The HttpMethod of the Method resource.
1797
+ :param resource_id: The ResourceId of the Method resource.
1798
+ :param rest_api_id: The RestApiId of the Method resource.
1799
+
1800
+ :exampleMetadata: fixture=_generated
1801
+
1802
+ Example::
1803
+
1804
+ # The code below shows an example of how to instantiate this type.
1805
+ # The values are placeholders you should change.
1806
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
1807
+
1808
+ method_reference = interfaces_aws_apigateway.MethodReference(
1809
+ http_method="httpMethod",
1810
+ resource_id="resourceId",
1811
+ rest_api_id="restApiId"
1812
+ )
1813
+ '''
1814
+ if __debug__:
1815
+ type_hints = typing.get_type_hints(_typecheckingstub__e5471de6448c6a98b106411dd178fa7fd8cb73c7dd1a3fef6529bbdf9997cc7f)
1816
+ check_type(argname="argument http_method", value=http_method, expected_type=type_hints["http_method"])
1817
+ check_type(argname="argument resource_id", value=resource_id, expected_type=type_hints["resource_id"])
1818
+ check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
1819
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1820
+ "http_method": http_method,
1821
+ "resource_id": resource_id,
1822
+ "rest_api_id": rest_api_id,
1823
+ }
1824
+
1825
+ @builtins.property
1826
+ def http_method(self) -> builtins.str:
1827
+ '''The HttpMethod of the Method resource.'''
1828
+ result = self._values.get("http_method")
1829
+ assert result is not None, "Required property 'http_method' is missing"
1830
+ return typing.cast(builtins.str, result)
1831
+
1832
+ @builtins.property
1833
+ def resource_id(self) -> builtins.str:
1834
+ '''The ResourceId of the Method resource.'''
1835
+ result = self._values.get("resource_id")
1836
+ assert result is not None, "Required property 'resource_id' is missing"
1837
+ return typing.cast(builtins.str, result)
1838
+
1839
+ @builtins.property
1840
+ def rest_api_id(self) -> builtins.str:
1841
+ '''The RestApiId of the Method resource.'''
1842
+ result = self._values.get("rest_api_id")
1843
+ assert result is not None, "Required property 'rest_api_id' is missing"
1844
+ return typing.cast(builtins.str, result)
1845
+
1846
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1847
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1848
+
1849
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1850
+ return not (rhs == self)
1851
+
1852
+ def __repr__(self) -> str:
1853
+ return "MethodReference(%s)" % ", ".join(
1854
+ k + "=" + repr(v) for k, v in self._values.items()
1855
+ )
1856
+
1857
+
1858
+ @jsii.data_type(
1859
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.ModelReference",
1860
+ jsii_struct_bases=[],
1861
+ name_mapping={"model_name": "modelName"},
1862
+ )
1863
+ class ModelReference:
1864
+ def __init__(self, *, model_name: builtins.str) -> None:
1865
+ '''A reference to a Model resource.
1866
+
1867
+ :param model_name: The Name of the Model resource.
1868
+
1869
+ :exampleMetadata: fixture=_generated
1870
+
1871
+ Example::
1872
+
1873
+ # The code below shows an example of how to instantiate this type.
1874
+ # The values are placeholders you should change.
1875
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
1876
+
1877
+ model_reference = interfaces_aws_apigateway.ModelReference(
1878
+ model_name="modelName"
1879
+ )
1880
+ '''
1881
+ if __debug__:
1882
+ type_hints = typing.get_type_hints(_typecheckingstub__8cfb24f7bc22c4ad00aa79fe8d034af1451928e06020737c3c4b7d883464dc74)
1883
+ check_type(argname="argument model_name", value=model_name, expected_type=type_hints["model_name"])
1884
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1885
+ "model_name": model_name,
1886
+ }
1887
+
1888
+ @builtins.property
1889
+ def model_name(self) -> builtins.str:
1890
+ '''The Name of the Model resource.'''
1891
+ result = self._values.get("model_name")
1892
+ assert result is not None, "Required property 'model_name' is missing"
1893
+ return typing.cast(builtins.str, result)
1894
+
1895
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1896
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1897
+
1898
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1899
+ return not (rhs == self)
1900
+
1901
+ def __repr__(self) -> str:
1902
+ return "ModelReference(%s)" % ", ".join(
1903
+ k + "=" + repr(v) for k, v in self._values.items()
1904
+ )
1905
+
1906
+
1907
+ @jsii.data_type(
1908
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.RequestValidatorReference",
1909
+ jsii_struct_bases=[],
1910
+ name_mapping={"request_validator_id": "requestValidatorId"},
1911
+ )
1912
+ class RequestValidatorReference:
1913
+ def __init__(self, *, request_validator_id: builtins.str) -> None:
1914
+ '''A reference to a RequestValidator resource.
1915
+
1916
+ :param request_validator_id: The RequestValidatorId of the RequestValidator resource.
1917
+
1918
+ :exampleMetadata: fixture=_generated
1919
+
1920
+ Example::
1921
+
1922
+ # The code below shows an example of how to instantiate this type.
1923
+ # The values are placeholders you should change.
1924
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
1925
+
1926
+ request_validator_reference = interfaces_aws_apigateway.RequestValidatorReference(
1927
+ request_validator_id="requestValidatorId"
1928
+ )
1929
+ '''
1930
+ if __debug__:
1931
+ type_hints = typing.get_type_hints(_typecheckingstub__0e1e9f49ce58c81e43ec3b2b2cd1bb6a576cc7b7a689517c6e0868806e589d54)
1932
+ check_type(argname="argument request_validator_id", value=request_validator_id, expected_type=type_hints["request_validator_id"])
1933
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1934
+ "request_validator_id": request_validator_id,
1935
+ }
1936
+
1937
+ @builtins.property
1938
+ def request_validator_id(self) -> builtins.str:
1939
+ '''The RequestValidatorId of the RequestValidator resource.'''
1940
+ result = self._values.get("request_validator_id")
1941
+ assert result is not None, "Required property 'request_validator_id' is missing"
1942
+ return typing.cast(builtins.str, result)
1943
+
1944
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1945
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1946
+
1947
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1948
+ return not (rhs == self)
1949
+
1950
+ def __repr__(self) -> str:
1951
+ return "RequestValidatorReference(%s)" % ", ".join(
1952
+ k + "=" + repr(v) for k, v in self._values.items()
1953
+ )
1954
+
1955
+
1956
+ @jsii.data_type(
1957
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.ResourceReference",
1958
+ jsii_struct_bases=[],
1959
+ name_mapping={"resource_id": "resourceId", "rest_api_id": "restApiId"},
1960
+ )
1961
+ class ResourceReference:
1962
+ def __init__(self, *, resource_id: builtins.str, rest_api_id: builtins.str) -> None:
1963
+ '''A reference to a Resource resource.
1964
+
1965
+ :param resource_id: The ResourceId of the Resource resource.
1966
+ :param rest_api_id: The RestApiId of the Resource resource.
1967
+
1968
+ :exampleMetadata: fixture=_generated
1969
+
1970
+ Example::
1971
+
1972
+ # The code below shows an example of how to instantiate this type.
1973
+ # The values are placeholders you should change.
1974
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
1975
+
1976
+ resource_reference = interfaces_aws_apigateway.ResourceReference(
1977
+ resource_id="resourceId",
1978
+ rest_api_id="restApiId"
1979
+ )
1980
+ '''
1981
+ if __debug__:
1982
+ type_hints = typing.get_type_hints(_typecheckingstub__c96766a4836c31a83c71f4581f65ba6df3d7168e8612c77be432a5231cc8a139)
1983
+ check_type(argname="argument resource_id", value=resource_id, expected_type=type_hints["resource_id"])
1984
+ check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
1985
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1986
+ "resource_id": resource_id,
1987
+ "rest_api_id": rest_api_id,
1988
+ }
1989
+
1990
+ @builtins.property
1991
+ def resource_id(self) -> builtins.str:
1992
+ '''The ResourceId of the Resource resource.'''
1993
+ result = self._values.get("resource_id")
1994
+ assert result is not None, "Required property 'resource_id' is missing"
1995
+ return typing.cast(builtins.str, result)
1996
+
1997
+ @builtins.property
1998
+ def rest_api_id(self) -> builtins.str:
1999
+ '''The RestApiId of the Resource resource.'''
2000
+ result = self._values.get("rest_api_id")
2001
+ assert result is not None, "Required property 'rest_api_id' is missing"
2002
+ return typing.cast(builtins.str, result)
2003
+
2004
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2005
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2006
+
2007
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2008
+ return not (rhs == self)
2009
+
2010
+ def __repr__(self) -> str:
2011
+ return "ResourceReference(%s)" % ", ".join(
2012
+ k + "=" + repr(v) for k, v in self._values.items()
2013
+ )
2014
+
2015
+
2016
+ @jsii.data_type(
2017
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.RestApiReference",
2018
+ jsii_struct_bases=[],
2019
+ name_mapping={"rest_api_id": "restApiId"},
2020
+ )
2021
+ class RestApiReference:
2022
+ def __init__(self, *, rest_api_id: builtins.str) -> None:
2023
+ '''A reference to a RestApi resource.
2024
+
2025
+ :param rest_api_id: The RestApiId of the RestApi resource.
2026
+
2027
+ :exampleMetadata: fixture=_generated
2028
+
2029
+ Example::
2030
+
2031
+ # The code below shows an example of how to instantiate this type.
2032
+ # The values are placeholders you should change.
2033
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
2034
+
2035
+ rest_api_reference = interfaces_aws_apigateway.RestApiReference(
2036
+ rest_api_id="restApiId"
2037
+ )
2038
+ '''
2039
+ if __debug__:
2040
+ type_hints = typing.get_type_hints(_typecheckingstub__f50e97a7ff39a04a4cb7b5b1d56756f31a0bdc603e2bf040faff4e10d3db75cc)
2041
+ check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
2042
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2043
+ "rest_api_id": rest_api_id,
2044
+ }
2045
+
2046
+ @builtins.property
2047
+ def rest_api_id(self) -> builtins.str:
2048
+ '''The RestApiId of the RestApi resource.'''
2049
+ result = self._values.get("rest_api_id")
2050
+ assert result is not None, "Required property 'rest_api_id' is missing"
2051
+ return typing.cast(builtins.str, result)
2052
+
2053
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2054
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2055
+
2056
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2057
+ return not (rhs == self)
2058
+
2059
+ def __repr__(self) -> str:
2060
+ return "RestApiReference(%s)" % ", ".join(
2061
+ k + "=" + repr(v) for k, v in self._values.items()
2062
+ )
2063
+
2064
+
2065
+ @jsii.data_type(
2066
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.StageReference",
2067
+ jsii_struct_bases=[],
2068
+ name_mapping={"rest_api_id": "restApiId", "stage_name": "stageName"},
2069
+ )
2070
+ class StageReference:
2071
+ def __init__(self, *, rest_api_id: builtins.str, stage_name: builtins.str) -> None:
2072
+ '''A reference to a Stage resource.
2073
+
2074
+ :param rest_api_id: The RestApiId of the Stage resource.
2075
+ :param stage_name: The StageName of the Stage resource.
2076
+
2077
+ :exampleMetadata: fixture=_generated
2078
+
2079
+ Example::
2080
+
2081
+ # The code below shows an example of how to instantiate this type.
2082
+ # The values are placeholders you should change.
2083
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
2084
+
2085
+ stage_reference = interfaces_aws_apigateway.StageReference(
2086
+ rest_api_id="restApiId",
2087
+ stage_name="stageName"
2088
+ )
2089
+ '''
2090
+ if __debug__:
2091
+ type_hints = typing.get_type_hints(_typecheckingstub__dd36a616e20efa65f223605e5bb009363951f1b892efd5b29bc5c17057ca4c05)
2092
+ check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
2093
+ check_type(argname="argument stage_name", value=stage_name, expected_type=type_hints["stage_name"])
2094
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2095
+ "rest_api_id": rest_api_id,
2096
+ "stage_name": stage_name,
2097
+ }
2098
+
2099
+ @builtins.property
2100
+ def rest_api_id(self) -> builtins.str:
2101
+ '''The RestApiId of the Stage resource.'''
2102
+ result = self._values.get("rest_api_id")
2103
+ assert result is not None, "Required property 'rest_api_id' is missing"
2104
+ return typing.cast(builtins.str, result)
2105
+
2106
+ @builtins.property
2107
+ def stage_name(self) -> builtins.str:
2108
+ '''The StageName of the Stage resource.'''
2109
+ result = self._values.get("stage_name")
2110
+ assert result is not None, "Required property 'stage_name' is missing"
2111
+ return typing.cast(builtins.str, result)
2112
+
2113
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2114
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2115
+
2116
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2117
+ return not (rhs == self)
2118
+
2119
+ def __repr__(self) -> str:
2120
+ return "StageReference(%s)" % ", ".join(
2121
+ k + "=" + repr(v) for k, v in self._values.items()
2122
+ )
2123
+
2124
+
2125
+ @jsii.data_type(
2126
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.UsagePlanKeyReference",
2127
+ jsii_struct_bases=[],
2128
+ name_mapping={"usage_plan_key_id": "usagePlanKeyId"},
2129
+ )
2130
+ class UsagePlanKeyReference:
2131
+ def __init__(self, *, usage_plan_key_id: builtins.str) -> None:
2132
+ '''A reference to a UsagePlanKey resource.
2133
+
2134
+ :param usage_plan_key_id: The Id of the UsagePlanKey resource.
2135
+
2136
+ :exampleMetadata: fixture=_generated
2137
+
2138
+ Example::
2139
+
2140
+ # The code below shows an example of how to instantiate this type.
2141
+ # The values are placeholders you should change.
2142
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
2143
+
2144
+ usage_plan_key_reference = interfaces_aws_apigateway.UsagePlanKeyReference(
2145
+ usage_plan_key_id="usagePlanKeyId"
2146
+ )
2147
+ '''
2148
+ if __debug__:
2149
+ type_hints = typing.get_type_hints(_typecheckingstub__73eddfd8633befc6345b1dba1acc78cd212a7eab142b24d7c64aa4873edad449)
2150
+ check_type(argname="argument usage_plan_key_id", value=usage_plan_key_id, expected_type=type_hints["usage_plan_key_id"])
2151
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2152
+ "usage_plan_key_id": usage_plan_key_id,
2153
+ }
2154
+
2155
+ @builtins.property
2156
+ def usage_plan_key_id(self) -> builtins.str:
2157
+ '''The Id of the UsagePlanKey resource.'''
2158
+ result = self._values.get("usage_plan_key_id")
2159
+ assert result is not None, "Required property 'usage_plan_key_id' is missing"
2160
+ return typing.cast(builtins.str, result)
2161
+
2162
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2163
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2164
+
2165
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2166
+ return not (rhs == self)
2167
+
2168
+ def __repr__(self) -> str:
2169
+ return "UsagePlanKeyReference(%s)" % ", ".join(
2170
+ k + "=" + repr(v) for k, v in self._values.items()
2171
+ )
2172
+
2173
+
2174
+ @jsii.data_type(
2175
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.UsagePlanReference",
2176
+ jsii_struct_bases=[],
2177
+ name_mapping={"usage_plan_id": "usagePlanId"},
2178
+ )
2179
+ class UsagePlanReference:
2180
+ def __init__(self, *, usage_plan_id: builtins.str) -> None:
2181
+ '''A reference to a UsagePlan resource.
2182
+
2183
+ :param usage_plan_id: The Id of the UsagePlan resource.
2184
+
2185
+ :exampleMetadata: fixture=_generated
2186
+
2187
+ Example::
2188
+
2189
+ # The code below shows an example of how to instantiate this type.
2190
+ # The values are placeholders you should change.
2191
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
2192
+
2193
+ usage_plan_reference = interfaces_aws_apigateway.UsagePlanReference(
2194
+ usage_plan_id="usagePlanId"
2195
+ )
2196
+ '''
2197
+ if __debug__:
2198
+ type_hints = typing.get_type_hints(_typecheckingstub__3bac89cc2201c9ebe8c37950d5404e6f0c1bbaf50fcf69202fddad94bb0dd24d)
2199
+ check_type(argname="argument usage_plan_id", value=usage_plan_id, expected_type=type_hints["usage_plan_id"])
2200
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2201
+ "usage_plan_id": usage_plan_id,
2202
+ }
2203
+
2204
+ @builtins.property
2205
+ def usage_plan_id(self) -> builtins.str:
2206
+ '''The Id of the UsagePlan resource.'''
2207
+ result = self._values.get("usage_plan_id")
2208
+ assert result is not None, "Required property 'usage_plan_id' is missing"
2209
+ return typing.cast(builtins.str, result)
2210
+
2211
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2212
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2213
+
2214
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2215
+ return not (rhs == self)
2216
+
2217
+ def __repr__(self) -> str:
2218
+ return "UsagePlanReference(%s)" % ", ".join(
2219
+ k + "=" + repr(v) for k, v in self._values.items()
2220
+ )
2221
+
2222
+
2223
+ @jsii.data_type(
2224
+ jsii_type="aws-cdk-lib.interfaces.aws_apigateway.VpcLinkReference",
2225
+ jsii_struct_bases=[],
2226
+ name_mapping={"vpc_link_id": "vpcLinkId"},
2227
+ )
2228
+ class VpcLinkReference:
2229
+ def __init__(self, *, vpc_link_id: builtins.str) -> None:
2230
+ '''A reference to a VpcLink resource.
2231
+
2232
+ :param vpc_link_id: The VpcLinkId of the VpcLink resource.
2233
+
2234
+ :exampleMetadata: fixture=_generated
2235
+
2236
+ Example::
2237
+
2238
+ # The code below shows an example of how to instantiate this type.
2239
+ # The values are placeholders you should change.
2240
+ from aws_cdk.interfaces import aws_apigateway as interfaces_aws_apigateway
2241
+
2242
+ vpc_link_reference = interfaces_aws_apigateway.VpcLinkReference(
2243
+ vpc_link_id="vpcLinkId"
2244
+ )
2245
+ '''
2246
+ if __debug__:
2247
+ type_hints = typing.get_type_hints(_typecheckingstub__8140e6df02e70da7a09adbdd959b7e3344c924f03a62ae10089f7e97c71385c8)
2248
+ check_type(argname="argument vpc_link_id", value=vpc_link_id, expected_type=type_hints["vpc_link_id"])
2249
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2250
+ "vpc_link_id": vpc_link_id,
2251
+ }
2252
+
2253
+ @builtins.property
2254
+ def vpc_link_id(self) -> builtins.str:
2255
+ '''The VpcLinkId of the VpcLink resource.'''
2256
+ result = self._values.get("vpc_link_id")
2257
+ assert result is not None, "Required property 'vpc_link_id' is missing"
2258
+ return typing.cast(builtins.str, result)
2259
+
2260
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2261
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2262
+
2263
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2264
+ return not (rhs == self)
2265
+
2266
+ def __repr__(self) -> str:
2267
+ return "VpcLinkReference(%s)" % ", ".join(
2268
+ k + "=" + repr(v) for k, v in self._values.items()
2269
+ )
2270
+
2271
+
2272
+ __all__ = [
2273
+ "AccountReference",
2274
+ "ApiKeyReference",
2275
+ "AuthorizerReference",
2276
+ "BasePathMappingReference",
2277
+ "BasePathMappingV2Reference",
2278
+ "ClientCertificateReference",
2279
+ "DeploymentReference",
2280
+ "DocumentationPartReference",
2281
+ "DocumentationVersionReference",
2282
+ "DomainNameAccessAssociationReference",
2283
+ "DomainNameReference",
2284
+ "DomainNameV2Reference",
2285
+ "GatewayResponseReference",
2286
+ "IAccountRef",
2287
+ "IApiKeyRef",
2288
+ "IAuthorizerRef",
2289
+ "IBasePathMappingRef",
2290
+ "IBasePathMappingV2Ref",
2291
+ "IClientCertificateRef",
2292
+ "IDeploymentRef",
2293
+ "IDocumentationPartRef",
2294
+ "IDocumentationVersionRef",
2295
+ "IDomainNameAccessAssociationRef",
2296
+ "IDomainNameRef",
2297
+ "IDomainNameV2Ref",
2298
+ "IGatewayResponseRef",
2299
+ "IMethodRef",
2300
+ "IModelRef",
2301
+ "IRequestValidatorRef",
2302
+ "IResourceRef",
2303
+ "IRestApiRef",
2304
+ "IStageRef",
2305
+ "IUsagePlanKeyRef",
2306
+ "IUsagePlanRef",
2307
+ "IVpcLinkRef",
2308
+ "MethodReference",
2309
+ "ModelReference",
2310
+ "RequestValidatorReference",
2311
+ "ResourceReference",
2312
+ "RestApiReference",
2313
+ "StageReference",
2314
+ "UsagePlanKeyReference",
2315
+ "UsagePlanReference",
2316
+ "VpcLinkReference",
2317
+ ]
2318
+
2319
+ publication.publish()
2320
+
2321
+ def _typecheckingstub__35ad850c85a8d4afdd663227c7e32f94d8450f981a615d04890e872b21d1612d(
2322
+ *,
2323
+ account_id: builtins.str,
2324
+ ) -> None:
2325
+ """Type checking stubs"""
2326
+ pass
2327
+
2328
+ def _typecheckingstub__6c14fb5f90c77f82575a97f9a173c3410680639b45caef1bb8b8672340b4bf31(
2329
+ *,
2330
+ api_key_id: builtins.str,
2331
+ ) -> None:
2332
+ """Type checking stubs"""
2333
+ pass
2334
+
2335
+ def _typecheckingstub__d68d6630cf7fd51cb53d1150a586c3b490adb4d029b8db237f87f6cfd3208191(
2336
+ *,
2337
+ authorizer_id: builtins.str,
2338
+ rest_api_id: builtins.str,
2339
+ ) -> None:
2340
+ """Type checking stubs"""
2341
+ pass
2342
+
2343
+ def _typecheckingstub__6766e0e75fadfc941acafb7116bc52e0ea2debd27cb810b19e5837efdb4b86e3(
2344
+ *,
2345
+ base_path: builtins.str,
2346
+ domain_name: builtins.str,
2347
+ ) -> None:
2348
+ """Type checking stubs"""
2349
+ pass
2350
+
2351
+ def _typecheckingstub__f95b02fe81974b197f19290ec8ad7f11678477fb4eeab26fec56c0fb5351a850(
2352
+ *,
2353
+ base_path_mapping_arn: builtins.str,
2354
+ ) -> None:
2355
+ """Type checking stubs"""
2356
+ pass
2357
+
2358
+ def _typecheckingstub__833a4d31ace847ad4f8acfb3dd6ddac7e3fac64f42670367da4e70d2e3263a09(
2359
+ *,
2360
+ client_certificate_id: builtins.str,
2361
+ ) -> None:
2362
+ """Type checking stubs"""
2363
+ pass
2364
+
2365
+ def _typecheckingstub__41df7edc09bfa35e6c0eb5233570b5f5d4e6d255375a85ba37230fa1fbc86540(
2366
+ *,
2367
+ deployment_id: builtins.str,
2368
+ rest_api_id: builtins.str,
2369
+ ) -> None:
2370
+ """Type checking stubs"""
2371
+ pass
2372
+
2373
+ def _typecheckingstub__e560572f2b89e2ef2cf9d7b126db3ad6fac6770ea3c3de34b5b45e76ed0fd4e9(
2374
+ *,
2375
+ documentation_part_id: builtins.str,
2376
+ rest_api_id: builtins.str,
2377
+ ) -> None:
2378
+ """Type checking stubs"""
2379
+ pass
2380
+
2381
+ def _typecheckingstub__ebe125bb5075aaf5d4213def6adf1eff51805a5ca591bf88080533e0f6fad9b2(
2382
+ *,
2383
+ documentation_version: builtins.str,
2384
+ rest_api_id: builtins.str,
2385
+ ) -> None:
2386
+ """Type checking stubs"""
2387
+ pass
2388
+
2389
+ def _typecheckingstub__6106393b25c71c75f181d6e2216433d64ca457d3aa5346d3c08c9c5c8f76ccb9(
2390
+ *,
2391
+ domain_name_access_association_arn: builtins.str,
2392
+ ) -> None:
2393
+ """Type checking stubs"""
2394
+ pass
2395
+
2396
+ def _typecheckingstub__f3cfd08bdbde02f2db8ac69a08bf7a53178de565b3b2d57297f61f0af460b23c(
2397
+ *,
2398
+ domain_name: builtins.str,
2399
+ domain_name_arn: builtins.str,
2400
+ ) -> None:
2401
+ """Type checking stubs"""
2402
+ pass
2403
+
2404
+ def _typecheckingstub__efdeb9f0ad3160236b8f4e14e4cdf544ab705171d9308fa88175fa01b8d92c49(
2405
+ *,
2406
+ domain_name_arn: builtins.str,
2407
+ ) -> None:
2408
+ """Type checking stubs"""
2409
+ pass
2410
+
2411
+ def _typecheckingstub__f0794adc65f2a9a99dd04ff2f904cf838d512203fc37eac299e09871ce11fe9f(
2412
+ *,
2413
+ gateway_response_id: builtins.str,
2414
+ ) -> None:
2415
+ """Type checking stubs"""
2416
+ pass
2417
+
2418
+ def _typecheckingstub__e5471de6448c6a98b106411dd178fa7fd8cb73c7dd1a3fef6529bbdf9997cc7f(
2419
+ *,
2420
+ http_method: builtins.str,
2421
+ resource_id: builtins.str,
2422
+ rest_api_id: builtins.str,
2423
+ ) -> None:
2424
+ """Type checking stubs"""
2425
+ pass
2426
+
2427
+ def _typecheckingstub__8cfb24f7bc22c4ad00aa79fe8d034af1451928e06020737c3c4b7d883464dc74(
2428
+ *,
2429
+ model_name: builtins.str,
2430
+ ) -> None:
2431
+ """Type checking stubs"""
2432
+ pass
2433
+
2434
+ def _typecheckingstub__0e1e9f49ce58c81e43ec3b2b2cd1bb6a576cc7b7a689517c6e0868806e589d54(
2435
+ *,
2436
+ request_validator_id: builtins.str,
2437
+ ) -> None:
2438
+ """Type checking stubs"""
2439
+ pass
2440
+
2441
+ def _typecheckingstub__c96766a4836c31a83c71f4581f65ba6df3d7168e8612c77be432a5231cc8a139(
2442
+ *,
2443
+ resource_id: builtins.str,
2444
+ rest_api_id: builtins.str,
2445
+ ) -> None:
2446
+ """Type checking stubs"""
2447
+ pass
2448
+
2449
+ def _typecheckingstub__f50e97a7ff39a04a4cb7b5b1d56756f31a0bdc603e2bf040faff4e10d3db75cc(
2450
+ *,
2451
+ rest_api_id: builtins.str,
2452
+ ) -> None:
2453
+ """Type checking stubs"""
2454
+ pass
2455
+
2456
+ def _typecheckingstub__dd36a616e20efa65f223605e5bb009363951f1b892efd5b29bc5c17057ca4c05(
2457
+ *,
2458
+ rest_api_id: builtins.str,
2459
+ stage_name: builtins.str,
2460
+ ) -> None:
2461
+ """Type checking stubs"""
2462
+ pass
2463
+
2464
+ def _typecheckingstub__73eddfd8633befc6345b1dba1acc78cd212a7eab142b24d7c64aa4873edad449(
2465
+ *,
2466
+ usage_plan_key_id: builtins.str,
2467
+ ) -> None:
2468
+ """Type checking stubs"""
2469
+ pass
2470
+
2471
+ def _typecheckingstub__3bac89cc2201c9ebe8c37950d5404e6f0c1bbaf50fcf69202fddad94bb0dd24d(
2472
+ *,
2473
+ usage_plan_id: builtins.str,
2474
+ ) -> None:
2475
+ """Type checking stubs"""
2476
+ pass
2477
+
2478
+ def _typecheckingstub__8140e6df02e70da7a09adbdd959b7e3344c924f03a62ae10089f7e97c71385c8(
2479
+ *,
2480
+ vpc_link_id: builtins.str,
2481
+ ) -> None:
2482
+ """Type checking stubs"""
2483
+ pass
2484
+
2485
+ for cls in [IAccountRef, IApiKeyRef, IAuthorizerRef, IBasePathMappingRef, IBasePathMappingV2Ref, IClientCertificateRef, IDeploymentRef, IDocumentationPartRef, IDocumentationVersionRef, IDomainNameAccessAssociationRef, IDomainNameRef, IDomainNameV2Ref, IGatewayResponseRef, IMethodRef, IModelRef, IRequestValidatorRef, IResourceRef, IRestApiRef, IStageRef, IUsagePlanKeyRef, IUsagePlanRef, IVpcLinkRef]:
2486
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])