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,1780 @@
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_rds.CustomDBEngineVersionReference",
39
+ jsii_struct_bases=[],
40
+ name_mapping={"engine": "engine", "engine_version": "engineVersion"},
41
+ )
42
+ class CustomDBEngineVersionReference:
43
+ def __init__(self, *, engine: builtins.str, engine_version: builtins.str) -> None:
44
+ '''A reference to a CustomDBEngineVersion resource.
45
+
46
+ :param engine: The Engine of the CustomDBEngineVersion resource.
47
+ :param engine_version: The EngineVersion of the CustomDBEngineVersion resource.
48
+
49
+ :exampleMetadata: fixture=_generated
50
+
51
+ Example::
52
+
53
+ # The code below shows an example of how to instantiate this type.
54
+ # The values are placeholders you should change.
55
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
56
+
57
+ custom_dBEngine_version_reference = interfaces_aws_rds.CustomDBEngineVersionReference(
58
+ engine="engine",
59
+ engine_version="engineVersion"
60
+ )
61
+ '''
62
+ if __debug__:
63
+ type_hints = typing.get_type_hints(_typecheckingstub__d7bfade17c85355120dd78174c103b342d9dc394e0d82f07c3b0783661051259)
64
+ check_type(argname="argument engine", value=engine, expected_type=type_hints["engine"])
65
+ check_type(argname="argument engine_version", value=engine_version, expected_type=type_hints["engine_version"])
66
+ self._values: typing.Dict[builtins.str, typing.Any] = {
67
+ "engine": engine,
68
+ "engine_version": engine_version,
69
+ }
70
+
71
+ @builtins.property
72
+ def engine(self) -> builtins.str:
73
+ '''The Engine of the CustomDBEngineVersion resource.'''
74
+ result = self._values.get("engine")
75
+ assert result is not None, "Required property 'engine' is missing"
76
+ return typing.cast(builtins.str, result)
77
+
78
+ @builtins.property
79
+ def engine_version(self) -> builtins.str:
80
+ '''The EngineVersion of the CustomDBEngineVersion resource.'''
81
+ result = self._values.get("engine_version")
82
+ assert result is not None, "Required property 'engine_version' is missing"
83
+ return typing.cast(builtins.str, result)
84
+
85
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
86
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
87
+
88
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
89
+ return not (rhs == self)
90
+
91
+ def __repr__(self) -> str:
92
+ return "CustomDBEngineVersionReference(%s)" % ", ".join(
93
+ k + "=" + repr(v) for k, v in self._values.items()
94
+ )
95
+
96
+
97
+ @jsii.data_type(
98
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBClusterParameterGroupReference",
99
+ jsii_struct_bases=[],
100
+ name_mapping={"db_cluster_parameter_group_name": "dbClusterParameterGroupName"},
101
+ )
102
+ class DBClusterParameterGroupReference:
103
+ def __init__(self, *, db_cluster_parameter_group_name: builtins.str) -> None:
104
+ '''A reference to a DBClusterParameterGroup resource.
105
+
106
+ :param db_cluster_parameter_group_name: The DBClusterParameterGroupName of the DBClusterParameterGroup resource.
107
+
108
+ :exampleMetadata: fixture=_generated
109
+
110
+ Example::
111
+
112
+ # The code below shows an example of how to instantiate this type.
113
+ # The values are placeholders you should change.
114
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
115
+
116
+ d_bCluster_parameter_group_reference = interfaces_aws_rds.DBClusterParameterGroupReference(
117
+ db_cluster_parameter_group_name="dbClusterParameterGroupName"
118
+ )
119
+ '''
120
+ if __debug__:
121
+ type_hints = typing.get_type_hints(_typecheckingstub__9896b5cafd7ae848283661a59e887ee67fc6c6ea0350d5c62400deca461d09e0)
122
+ check_type(argname="argument db_cluster_parameter_group_name", value=db_cluster_parameter_group_name, expected_type=type_hints["db_cluster_parameter_group_name"])
123
+ self._values: typing.Dict[builtins.str, typing.Any] = {
124
+ "db_cluster_parameter_group_name": db_cluster_parameter_group_name,
125
+ }
126
+
127
+ @builtins.property
128
+ def db_cluster_parameter_group_name(self) -> builtins.str:
129
+ '''The DBClusterParameterGroupName of the DBClusterParameterGroup resource.'''
130
+ result = self._values.get("db_cluster_parameter_group_name")
131
+ assert result is not None, "Required property 'db_cluster_parameter_group_name' is missing"
132
+ return typing.cast(builtins.str, result)
133
+
134
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
135
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
136
+
137
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
138
+ return not (rhs == self)
139
+
140
+ def __repr__(self) -> str:
141
+ return "DBClusterParameterGroupReference(%s)" % ", ".join(
142
+ k + "=" + repr(v) for k, v in self._values.items()
143
+ )
144
+
145
+
146
+ @jsii.data_type(
147
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBClusterReference",
148
+ jsii_struct_bases=[],
149
+ name_mapping={
150
+ "db_cluster_arn": "dbClusterArn",
151
+ "db_cluster_identifier": "dbClusterIdentifier",
152
+ },
153
+ )
154
+ class DBClusterReference:
155
+ def __init__(
156
+ self,
157
+ *,
158
+ db_cluster_arn: builtins.str,
159
+ db_cluster_identifier: builtins.str,
160
+ ) -> None:
161
+ '''A reference to a DBCluster resource.
162
+
163
+ :param db_cluster_arn: The ARN of the DBCluster resource.
164
+ :param db_cluster_identifier: The DBClusterIdentifier of the DBCluster resource.
165
+
166
+ :exampleMetadata: fixture=_generated
167
+
168
+ Example::
169
+
170
+ # The code below shows an example of how to instantiate this type.
171
+ # The values are placeholders you should change.
172
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
173
+
174
+ d_bCluster_reference = interfaces_aws_rds.DBClusterReference(
175
+ db_cluster_arn="dbClusterArn",
176
+ db_cluster_identifier="dbClusterIdentifier"
177
+ )
178
+ '''
179
+ if __debug__:
180
+ type_hints = typing.get_type_hints(_typecheckingstub__a0d9199af4b014e2da6fc0770b3d7346a7b33c21d6af9d6fba787a7d1e8903d1)
181
+ check_type(argname="argument db_cluster_arn", value=db_cluster_arn, expected_type=type_hints["db_cluster_arn"])
182
+ check_type(argname="argument db_cluster_identifier", value=db_cluster_identifier, expected_type=type_hints["db_cluster_identifier"])
183
+ self._values: typing.Dict[builtins.str, typing.Any] = {
184
+ "db_cluster_arn": db_cluster_arn,
185
+ "db_cluster_identifier": db_cluster_identifier,
186
+ }
187
+
188
+ @builtins.property
189
+ def db_cluster_arn(self) -> builtins.str:
190
+ '''The ARN of the DBCluster resource.'''
191
+ result = self._values.get("db_cluster_arn")
192
+ assert result is not None, "Required property 'db_cluster_arn' is missing"
193
+ return typing.cast(builtins.str, result)
194
+
195
+ @builtins.property
196
+ def db_cluster_identifier(self) -> builtins.str:
197
+ '''The DBClusterIdentifier of the DBCluster resource.'''
198
+ result = self._values.get("db_cluster_identifier")
199
+ assert result is not None, "Required property 'db_cluster_identifier' is missing"
200
+ return typing.cast(builtins.str, result)
201
+
202
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
203
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
204
+
205
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
206
+ return not (rhs == self)
207
+
208
+ def __repr__(self) -> str:
209
+ return "DBClusterReference(%s)" % ", ".join(
210
+ k + "=" + repr(v) for k, v in self._values.items()
211
+ )
212
+
213
+
214
+ @jsii.data_type(
215
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBInstanceReference",
216
+ jsii_struct_bases=[],
217
+ name_mapping={
218
+ "db_instance_arn": "dbInstanceArn",
219
+ "db_instance_identifier": "dbInstanceIdentifier",
220
+ },
221
+ )
222
+ class DBInstanceReference:
223
+ def __init__(
224
+ self,
225
+ *,
226
+ db_instance_arn: builtins.str,
227
+ db_instance_identifier: builtins.str,
228
+ ) -> None:
229
+ '''A reference to a DBInstance resource.
230
+
231
+ :param db_instance_arn: The ARN of the DBInstance resource.
232
+ :param db_instance_identifier: The DBInstanceIdentifier of the DBInstance resource.
233
+
234
+ :exampleMetadata: fixture=_generated
235
+
236
+ Example::
237
+
238
+ # The code below shows an example of how to instantiate this type.
239
+ # The values are placeholders you should change.
240
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
241
+
242
+ d_bInstance_reference = interfaces_aws_rds.DBInstanceReference(
243
+ db_instance_arn="dbInstanceArn",
244
+ db_instance_identifier="dbInstanceIdentifier"
245
+ )
246
+ '''
247
+ if __debug__:
248
+ type_hints = typing.get_type_hints(_typecheckingstub__4a016ffb60db252672a7b690c1ff8bdd0440fbe200a30b69f6386fd985462485)
249
+ check_type(argname="argument db_instance_arn", value=db_instance_arn, expected_type=type_hints["db_instance_arn"])
250
+ check_type(argname="argument db_instance_identifier", value=db_instance_identifier, expected_type=type_hints["db_instance_identifier"])
251
+ self._values: typing.Dict[builtins.str, typing.Any] = {
252
+ "db_instance_arn": db_instance_arn,
253
+ "db_instance_identifier": db_instance_identifier,
254
+ }
255
+
256
+ @builtins.property
257
+ def db_instance_arn(self) -> builtins.str:
258
+ '''The ARN of the DBInstance resource.'''
259
+ result = self._values.get("db_instance_arn")
260
+ assert result is not None, "Required property 'db_instance_arn' is missing"
261
+ return typing.cast(builtins.str, result)
262
+
263
+ @builtins.property
264
+ def db_instance_identifier(self) -> builtins.str:
265
+ '''The DBInstanceIdentifier of the DBInstance resource.'''
266
+ result = self._values.get("db_instance_identifier")
267
+ assert result is not None, "Required property 'db_instance_identifier' is missing"
268
+ return typing.cast(builtins.str, result)
269
+
270
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
271
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
272
+
273
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
274
+ return not (rhs == self)
275
+
276
+ def __repr__(self) -> str:
277
+ return "DBInstanceReference(%s)" % ", ".join(
278
+ k + "=" + repr(v) for k, v in self._values.items()
279
+ )
280
+
281
+
282
+ @jsii.data_type(
283
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBParameterGroupReference",
284
+ jsii_struct_bases=[],
285
+ name_mapping={"db_parameter_group_name": "dbParameterGroupName"},
286
+ )
287
+ class DBParameterGroupReference:
288
+ def __init__(self, *, db_parameter_group_name: builtins.str) -> None:
289
+ '''A reference to a DBParameterGroup resource.
290
+
291
+ :param db_parameter_group_name: The DBParameterGroupName of the DBParameterGroup resource.
292
+
293
+ :exampleMetadata: fixture=_generated
294
+
295
+ Example::
296
+
297
+ # The code below shows an example of how to instantiate this type.
298
+ # The values are placeholders you should change.
299
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
300
+
301
+ d_bParameter_group_reference = interfaces_aws_rds.DBParameterGroupReference(
302
+ db_parameter_group_name="dbParameterGroupName"
303
+ )
304
+ '''
305
+ if __debug__:
306
+ type_hints = typing.get_type_hints(_typecheckingstub__a554bb088b971739df533e28d085e09e9eabc0cc0432e620aec60795527d2bb0)
307
+ check_type(argname="argument db_parameter_group_name", value=db_parameter_group_name, expected_type=type_hints["db_parameter_group_name"])
308
+ self._values: typing.Dict[builtins.str, typing.Any] = {
309
+ "db_parameter_group_name": db_parameter_group_name,
310
+ }
311
+
312
+ @builtins.property
313
+ def db_parameter_group_name(self) -> builtins.str:
314
+ '''The DBParameterGroupName of the DBParameterGroup resource.'''
315
+ result = self._values.get("db_parameter_group_name")
316
+ assert result is not None, "Required property 'db_parameter_group_name' is missing"
317
+ return typing.cast(builtins.str, result)
318
+
319
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
320
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
321
+
322
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
323
+ return not (rhs == self)
324
+
325
+ def __repr__(self) -> str:
326
+ return "DBParameterGroupReference(%s)" % ", ".join(
327
+ k + "=" + repr(v) for k, v in self._values.items()
328
+ )
329
+
330
+
331
+ @jsii.data_type(
332
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBProxyEndpointReference",
333
+ jsii_struct_bases=[],
334
+ name_mapping={
335
+ "db_proxy_endpoint_arn": "dbProxyEndpointArn",
336
+ "db_proxy_endpoint_name": "dbProxyEndpointName",
337
+ },
338
+ )
339
+ class DBProxyEndpointReference:
340
+ def __init__(
341
+ self,
342
+ *,
343
+ db_proxy_endpoint_arn: builtins.str,
344
+ db_proxy_endpoint_name: builtins.str,
345
+ ) -> None:
346
+ '''A reference to a DBProxyEndpoint resource.
347
+
348
+ :param db_proxy_endpoint_arn: The ARN of the DBProxyEndpoint resource.
349
+ :param db_proxy_endpoint_name: The DBProxyEndpointName of the DBProxyEndpoint resource.
350
+
351
+ :exampleMetadata: fixture=_generated
352
+
353
+ Example::
354
+
355
+ # The code below shows an example of how to instantiate this type.
356
+ # The values are placeholders you should change.
357
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
358
+
359
+ d_bProxy_endpoint_reference = interfaces_aws_rds.DBProxyEndpointReference(
360
+ db_proxy_endpoint_arn="dbProxyEndpointArn",
361
+ db_proxy_endpoint_name="dbProxyEndpointName"
362
+ )
363
+ '''
364
+ if __debug__:
365
+ type_hints = typing.get_type_hints(_typecheckingstub__c0970c9814399466a0a3b023028801f89b1ad83035bdfe7c1e8153cbd0786eb3)
366
+ check_type(argname="argument db_proxy_endpoint_arn", value=db_proxy_endpoint_arn, expected_type=type_hints["db_proxy_endpoint_arn"])
367
+ check_type(argname="argument db_proxy_endpoint_name", value=db_proxy_endpoint_name, expected_type=type_hints["db_proxy_endpoint_name"])
368
+ self._values: typing.Dict[builtins.str, typing.Any] = {
369
+ "db_proxy_endpoint_arn": db_proxy_endpoint_arn,
370
+ "db_proxy_endpoint_name": db_proxy_endpoint_name,
371
+ }
372
+
373
+ @builtins.property
374
+ def db_proxy_endpoint_arn(self) -> builtins.str:
375
+ '''The ARN of the DBProxyEndpoint resource.'''
376
+ result = self._values.get("db_proxy_endpoint_arn")
377
+ assert result is not None, "Required property 'db_proxy_endpoint_arn' is missing"
378
+ return typing.cast(builtins.str, result)
379
+
380
+ @builtins.property
381
+ def db_proxy_endpoint_name(self) -> builtins.str:
382
+ '''The DBProxyEndpointName of the DBProxyEndpoint resource.'''
383
+ result = self._values.get("db_proxy_endpoint_name")
384
+ assert result is not None, "Required property 'db_proxy_endpoint_name' is missing"
385
+ return typing.cast(builtins.str, result)
386
+
387
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
388
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
389
+
390
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
391
+ return not (rhs == self)
392
+
393
+ def __repr__(self) -> str:
394
+ return "DBProxyEndpointReference(%s)" % ", ".join(
395
+ k + "=" + repr(v) for k, v in self._values.items()
396
+ )
397
+
398
+
399
+ @jsii.data_type(
400
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBProxyReference",
401
+ jsii_struct_bases=[],
402
+ name_mapping={"db_proxy_arn": "dbProxyArn", "db_proxy_name": "dbProxyName"},
403
+ )
404
+ class DBProxyReference:
405
+ def __init__(
406
+ self,
407
+ *,
408
+ db_proxy_arn: builtins.str,
409
+ db_proxy_name: builtins.str,
410
+ ) -> None:
411
+ '''A reference to a DBProxy resource.
412
+
413
+ :param db_proxy_arn: The ARN of the DBProxy resource.
414
+ :param db_proxy_name: The DBProxyName of the DBProxy resource.
415
+
416
+ :exampleMetadata: fixture=_generated
417
+
418
+ Example::
419
+
420
+ # The code below shows an example of how to instantiate this type.
421
+ # The values are placeholders you should change.
422
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
423
+
424
+ d_bProxy_reference = interfaces_aws_rds.DBProxyReference(
425
+ db_proxy_arn="dbProxyArn",
426
+ db_proxy_name="dbProxyName"
427
+ )
428
+ '''
429
+ if __debug__:
430
+ type_hints = typing.get_type_hints(_typecheckingstub__f1536737d678c1472624c70912c54a2e84854770ef6f56fe46f9a769f34f6c8f)
431
+ check_type(argname="argument db_proxy_arn", value=db_proxy_arn, expected_type=type_hints["db_proxy_arn"])
432
+ check_type(argname="argument db_proxy_name", value=db_proxy_name, expected_type=type_hints["db_proxy_name"])
433
+ self._values: typing.Dict[builtins.str, typing.Any] = {
434
+ "db_proxy_arn": db_proxy_arn,
435
+ "db_proxy_name": db_proxy_name,
436
+ }
437
+
438
+ @builtins.property
439
+ def db_proxy_arn(self) -> builtins.str:
440
+ '''The ARN of the DBProxy resource.'''
441
+ result = self._values.get("db_proxy_arn")
442
+ assert result is not None, "Required property 'db_proxy_arn' is missing"
443
+ return typing.cast(builtins.str, result)
444
+
445
+ @builtins.property
446
+ def db_proxy_name(self) -> builtins.str:
447
+ '''The DBProxyName of the DBProxy resource.'''
448
+ result = self._values.get("db_proxy_name")
449
+ assert result is not None, "Required property 'db_proxy_name' is missing"
450
+ return typing.cast(builtins.str, result)
451
+
452
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
453
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
454
+
455
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
456
+ return not (rhs == self)
457
+
458
+ def __repr__(self) -> str:
459
+ return "DBProxyReference(%s)" % ", ".join(
460
+ k + "=" + repr(v) for k, v in self._values.items()
461
+ )
462
+
463
+
464
+ @jsii.data_type(
465
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBProxyTargetGroupReference",
466
+ jsii_struct_bases=[],
467
+ name_mapping={"target_group_arn": "targetGroupArn"},
468
+ )
469
+ class DBProxyTargetGroupReference:
470
+ def __init__(self, *, target_group_arn: builtins.str) -> None:
471
+ '''A reference to a DBProxyTargetGroup resource.
472
+
473
+ :param target_group_arn: The TargetGroupArn of the DBProxyTargetGroup resource.
474
+
475
+ :exampleMetadata: fixture=_generated
476
+
477
+ Example::
478
+
479
+ # The code below shows an example of how to instantiate this type.
480
+ # The values are placeholders you should change.
481
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
482
+
483
+ d_bProxy_target_group_reference = interfaces_aws_rds.DBProxyTargetGroupReference(
484
+ target_group_arn="targetGroupArn"
485
+ )
486
+ '''
487
+ if __debug__:
488
+ type_hints = typing.get_type_hints(_typecheckingstub__0fce08547ba1e9bc3b124d1d56e9a7c1805d414d7a0495fc7edce362719c77f7)
489
+ check_type(argname="argument target_group_arn", value=target_group_arn, expected_type=type_hints["target_group_arn"])
490
+ self._values: typing.Dict[builtins.str, typing.Any] = {
491
+ "target_group_arn": target_group_arn,
492
+ }
493
+
494
+ @builtins.property
495
+ def target_group_arn(self) -> builtins.str:
496
+ '''The TargetGroupArn of the DBProxyTargetGroup resource.'''
497
+ result = self._values.get("target_group_arn")
498
+ assert result is not None, "Required property 'target_group_arn' is missing"
499
+ return typing.cast(builtins.str, result)
500
+
501
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
502
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
503
+
504
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
505
+ return not (rhs == self)
506
+
507
+ def __repr__(self) -> str:
508
+ return "DBProxyTargetGroupReference(%s)" % ", ".join(
509
+ k + "=" + repr(v) for k, v in self._values.items()
510
+ )
511
+
512
+
513
+ @jsii.data_type(
514
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBSecurityGroupIngressReference",
515
+ jsii_struct_bases=[],
516
+ name_mapping={"db_security_group_ingress_id": "dbSecurityGroupIngressId"},
517
+ )
518
+ class DBSecurityGroupIngressReference:
519
+ def __init__(self, *, db_security_group_ingress_id: builtins.str) -> None:
520
+ '''A reference to a DBSecurityGroupIngress resource.
521
+
522
+ :param db_security_group_ingress_id: The Id of the DBSecurityGroupIngress resource.
523
+
524
+ :exampleMetadata: fixture=_generated
525
+
526
+ Example::
527
+
528
+ # The code below shows an example of how to instantiate this type.
529
+ # The values are placeholders you should change.
530
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
531
+
532
+ d_bSecurity_group_ingress_reference = interfaces_aws_rds.DBSecurityGroupIngressReference(
533
+ db_security_group_ingress_id="dbSecurityGroupIngressId"
534
+ )
535
+ '''
536
+ if __debug__:
537
+ type_hints = typing.get_type_hints(_typecheckingstub__c7a6231f0886cc0950955a31296404688cbe41e675f2dd02b2da7d2455e00d1f)
538
+ check_type(argname="argument db_security_group_ingress_id", value=db_security_group_ingress_id, expected_type=type_hints["db_security_group_ingress_id"])
539
+ self._values: typing.Dict[builtins.str, typing.Any] = {
540
+ "db_security_group_ingress_id": db_security_group_ingress_id,
541
+ }
542
+
543
+ @builtins.property
544
+ def db_security_group_ingress_id(self) -> builtins.str:
545
+ '''The Id of the DBSecurityGroupIngress resource.'''
546
+ result = self._values.get("db_security_group_ingress_id")
547
+ assert result is not None, "Required property 'db_security_group_ingress_id' is missing"
548
+ return typing.cast(builtins.str, result)
549
+
550
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
551
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
552
+
553
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
554
+ return not (rhs == self)
555
+
556
+ def __repr__(self) -> str:
557
+ return "DBSecurityGroupIngressReference(%s)" % ", ".join(
558
+ k + "=" + repr(v) for k, v in self._values.items()
559
+ )
560
+
561
+
562
+ @jsii.data_type(
563
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBSecurityGroupReference",
564
+ jsii_struct_bases=[],
565
+ name_mapping={"db_security_group_id": "dbSecurityGroupId"},
566
+ )
567
+ class DBSecurityGroupReference:
568
+ def __init__(self, *, db_security_group_id: builtins.str) -> None:
569
+ '''A reference to a DBSecurityGroup resource.
570
+
571
+ :param db_security_group_id: The Id of the DBSecurityGroup resource.
572
+
573
+ :exampleMetadata: fixture=_generated
574
+
575
+ Example::
576
+
577
+ # The code below shows an example of how to instantiate this type.
578
+ # The values are placeholders you should change.
579
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
580
+
581
+ d_bSecurity_group_reference = interfaces_aws_rds.DBSecurityGroupReference(
582
+ db_security_group_id="dbSecurityGroupId"
583
+ )
584
+ '''
585
+ if __debug__:
586
+ type_hints = typing.get_type_hints(_typecheckingstub__84e372ab9cd502e82c79b5e4f2517c533a120568fbc6ed5a5221ee80adf364d0)
587
+ check_type(argname="argument db_security_group_id", value=db_security_group_id, expected_type=type_hints["db_security_group_id"])
588
+ self._values: typing.Dict[builtins.str, typing.Any] = {
589
+ "db_security_group_id": db_security_group_id,
590
+ }
591
+
592
+ @builtins.property
593
+ def db_security_group_id(self) -> builtins.str:
594
+ '''The Id of the DBSecurityGroup resource.'''
595
+ result = self._values.get("db_security_group_id")
596
+ assert result is not None, "Required property 'db_security_group_id' is missing"
597
+ return typing.cast(builtins.str, result)
598
+
599
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
600
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
601
+
602
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
603
+ return not (rhs == self)
604
+
605
+ def __repr__(self) -> str:
606
+ return "DBSecurityGroupReference(%s)" % ", ".join(
607
+ k + "=" + repr(v) for k, v in self._values.items()
608
+ )
609
+
610
+
611
+ @jsii.data_type(
612
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBShardGroupReference",
613
+ jsii_struct_bases=[],
614
+ name_mapping={"db_shard_group_identifier": "dbShardGroupIdentifier"},
615
+ )
616
+ class DBShardGroupReference:
617
+ def __init__(self, *, db_shard_group_identifier: builtins.str) -> None:
618
+ '''A reference to a DBShardGroup resource.
619
+
620
+ :param db_shard_group_identifier: The DBShardGroupIdentifier of the DBShardGroup resource.
621
+
622
+ :exampleMetadata: fixture=_generated
623
+
624
+ Example::
625
+
626
+ # The code below shows an example of how to instantiate this type.
627
+ # The values are placeholders you should change.
628
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
629
+
630
+ d_bShard_group_reference = interfaces_aws_rds.DBShardGroupReference(
631
+ db_shard_group_identifier="dbShardGroupIdentifier"
632
+ )
633
+ '''
634
+ if __debug__:
635
+ type_hints = typing.get_type_hints(_typecheckingstub__91d929c8e4d92f83b9c6cc71e3e5564785a42844226119589dcd306e909027f8)
636
+ check_type(argname="argument db_shard_group_identifier", value=db_shard_group_identifier, expected_type=type_hints["db_shard_group_identifier"])
637
+ self._values: typing.Dict[builtins.str, typing.Any] = {
638
+ "db_shard_group_identifier": db_shard_group_identifier,
639
+ }
640
+
641
+ @builtins.property
642
+ def db_shard_group_identifier(self) -> builtins.str:
643
+ '''The DBShardGroupIdentifier of the DBShardGroup resource.'''
644
+ result = self._values.get("db_shard_group_identifier")
645
+ assert result is not None, "Required property 'db_shard_group_identifier' is missing"
646
+ return typing.cast(builtins.str, result)
647
+
648
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
649
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
650
+
651
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
652
+ return not (rhs == self)
653
+
654
+ def __repr__(self) -> str:
655
+ return "DBShardGroupReference(%s)" % ", ".join(
656
+ k + "=" + repr(v) for k, v in self._values.items()
657
+ )
658
+
659
+
660
+ @jsii.data_type(
661
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.DBSubnetGroupReference",
662
+ jsii_struct_bases=[],
663
+ name_mapping={"db_subnet_group_name": "dbSubnetGroupName"},
664
+ )
665
+ class DBSubnetGroupReference:
666
+ def __init__(self, *, db_subnet_group_name: builtins.str) -> None:
667
+ '''A reference to a DBSubnetGroup resource.
668
+
669
+ :param db_subnet_group_name: The DBSubnetGroupName of the DBSubnetGroup resource.
670
+
671
+ :exampleMetadata: fixture=_generated
672
+
673
+ Example::
674
+
675
+ # The code below shows an example of how to instantiate this type.
676
+ # The values are placeholders you should change.
677
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
678
+
679
+ d_bSubnet_group_reference = interfaces_aws_rds.DBSubnetGroupReference(
680
+ db_subnet_group_name="dbSubnetGroupName"
681
+ )
682
+ '''
683
+ if __debug__:
684
+ type_hints = typing.get_type_hints(_typecheckingstub__5c64adbab12e5b7d86608b91a80802222b0c76775becee65732d46fa582990ae)
685
+ check_type(argname="argument db_subnet_group_name", value=db_subnet_group_name, expected_type=type_hints["db_subnet_group_name"])
686
+ self._values: typing.Dict[builtins.str, typing.Any] = {
687
+ "db_subnet_group_name": db_subnet_group_name,
688
+ }
689
+
690
+ @builtins.property
691
+ def db_subnet_group_name(self) -> builtins.str:
692
+ '''The DBSubnetGroupName of the DBSubnetGroup resource.'''
693
+ result = self._values.get("db_subnet_group_name")
694
+ assert result is not None, "Required property 'db_subnet_group_name' is missing"
695
+ return typing.cast(builtins.str, result)
696
+
697
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
698
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
699
+
700
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
701
+ return not (rhs == self)
702
+
703
+ def __repr__(self) -> str:
704
+ return "DBSubnetGroupReference(%s)" % ", ".join(
705
+ k + "=" + repr(v) for k, v in self._values.items()
706
+ )
707
+
708
+
709
+ @jsii.data_type(
710
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.EventSubscriptionReference",
711
+ jsii_struct_bases=[],
712
+ name_mapping={"subscription_name": "subscriptionName"},
713
+ )
714
+ class EventSubscriptionReference:
715
+ def __init__(self, *, subscription_name: builtins.str) -> None:
716
+ '''A reference to a EventSubscription resource.
717
+
718
+ :param subscription_name: The SubscriptionName of the EventSubscription resource.
719
+
720
+ :exampleMetadata: fixture=_generated
721
+
722
+ Example::
723
+
724
+ # The code below shows an example of how to instantiate this type.
725
+ # The values are placeholders you should change.
726
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
727
+
728
+ event_subscription_reference = interfaces_aws_rds.EventSubscriptionReference(
729
+ subscription_name="subscriptionName"
730
+ )
731
+ '''
732
+ if __debug__:
733
+ type_hints = typing.get_type_hints(_typecheckingstub__cfcbf7f37b191411aee1a15d6306bec8f5f7b9d9ad01efe8dea75d4605802bfe)
734
+ check_type(argname="argument subscription_name", value=subscription_name, expected_type=type_hints["subscription_name"])
735
+ self._values: typing.Dict[builtins.str, typing.Any] = {
736
+ "subscription_name": subscription_name,
737
+ }
738
+
739
+ @builtins.property
740
+ def subscription_name(self) -> builtins.str:
741
+ '''The SubscriptionName of the EventSubscription resource.'''
742
+ result = self._values.get("subscription_name")
743
+ assert result is not None, "Required property 'subscription_name' is missing"
744
+ return typing.cast(builtins.str, result)
745
+
746
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
747
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
748
+
749
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
750
+ return not (rhs == self)
751
+
752
+ def __repr__(self) -> str:
753
+ return "EventSubscriptionReference(%s)" % ", ".join(
754
+ k + "=" + repr(v) for k, v in self._values.items()
755
+ )
756
+
757
+
758
+ @jsii.data_type(
759
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.GlobalClusterReference",
760
+ jsii_struct_bases=[],
761
+ name_mapping={"global_cluster_identifier": "globalClusterIdentifier"},
762
+ )
763
+ class GlobalClusterReference:
764
+ def __init__(self, *, global_cluster_identifier: builtins.str) -> None:
765
+ '''A reference to a GlobalCluster resource.
766
+
767
+ :param global_cluster_identifier: The GlobalClusterIdentifier of the GlobalCluster resource.
768
+
769
+ :exampleMetadata: fixture=_generated
770
+
771
+ Example::
772
+
773
+ # The code below shows an example of how to instantiate this type.
774
+ # The values are placeholders you should change.
775
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
776
+
777
+ global_cluster_reference = interfaces_aws_rds.GlobalClusterReference(
778
+ global_cluster_identifier="globalClusterIdentifier"
779
+ )
780
+ '''
781
+ if __debug__:
782
+ type_hints = typing.get_type_hints(_typecheckingstub__4a7b8ba8eebee3f5972e82bb96352ae7aeb7db50bb9230b6fd3dc77e25631907)
783
+ check_type(argname="argument global_cluster_identifier", value=global_cluster_identifier, expected_type=type_hints["global_cluster_identifier"])
784
+ self._values: typing.Dict[builtins.str, typing.Any] = {
785
+ "global_cluster_identifier": global_cluster_identifier,
786
+ }
787
+
788
+ @builtins.property
789
+ def global_cluster_identifier(self) -> builtins.str:
790
+ '''The GlobalClusterIdentifier of the GlobalCluster resource.'''
791
+ result = self._values.get("global_cluster_identifier")
792
+ assert result is not None, "Required property 'global_cluster_identifier' is missing"
793
+ return typing.cast(builtins.str, result)
794
+
795
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
796
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
797
+
798
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
799
+ return not (rhs == self)
800
+
801
+ def __repr__(self) -> str:
802
+ return "GlobalClusterReference(%s)" % ", ".join(
803
+ k + "=" + repr(v) for k, v in self._values.items()
804
+ )
805
+
806
+
807
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.ICustomDBEngineVersionRef")
808
+ class ICustomDBEngineVersionRef(
809
+ _constructs_77d1e7e8.IConstruct,
810
+ _IEnvironmentAware_f39049ee,
811
+ typing_extensions.Protocol,
812
+ ):
813
+ '''(experimental) Indicates that this resource can be referenced as a CustomDBEngineVersion.
814
+
815
+ :stability: experimental
816
+ '''
817
+
818
+ @builtins.property
819
+ @jsii.member(jsii_name="customDbEngineVersionRef")
820
+ def custom_db_engine_version_ref(self) -> CustomDBEngineVersionReference:
821
+ '''(experimental) A reference to a CustomDBEngineVersion resource.
822
+
823
+ :stability: experimental
824
+ '''
825
+ ...
826
+
827
+
828
+ class _ICustomDBEngineVersionRefProxy(
829
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
830
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
831
+ ):
832
+ '''(experimental) Indicates that this resource can be referenced as a CustomDBEngineVersion.
833
+
834
+ :stability: experimental
835
+ '''
836
+
837
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.ICustomDBEngineVersionRef"
838
+
839
+ @builtins.property
840
+ @jsii.member(jsii_name="customDbEngineVersionRef")
841
+ def custom_db_engine_version_ref(self) -> CustomDBEngineVersionReference:
842
+ '''(experimental) A reference to a CustomDBEngineVersion resource.
843
+
844
+ :stability: experimental
845
+ '''
846
+ return typing.cast(CustomDBEngineVersionReference, jsii.get(self, "customDbEngineVersionRef"))
847
+
848
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
849
+ typing.cast(typing.Any, ICustomDBEngineVersionRef).__jsii_proxy_class__ = lambda : _ICustomDBEngineVersionRefProxy
850
+
851
+
852
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBClusterParameterGroupRef")
853
+ class IDBClusterParameterGroupRef(
854
+ _constructs_77d1e7e8.IConstruct,
855
+ _IEnvironmentAware_f39049ee,
856
+ typing_extensions.Protocol,
857
+ ):
858
+ '''(experimental) Indicates that this resource can be referenced as a DBClusterParameterGroup.
859
+
860
+ :stability: experimental
861
+ '''
862
+
863
+ @builtins.property
864
+ @jsii.member(jsii_name="dbClusterParameterGroupRef")
865
+ def db_cluster_parameter_group_ref(self) -> DBClusterParameterGroupReference:
866
+ '''(experimental) A reference to a DBClusterParameterGroup resource.
867
+
868
+ :stability: experimental
869
+ '''
870
+ ...
871
+
872
+
873
+ class _IDBClusterParameterGroupRefProxy(
874
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
875
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
876
+ ):
877
+ '''(experimental) Indicates that this resource can be referenced as a DBClusterParameterGroup.
878
+
879
+ :stability: experimental
880
+ '''
881
+
882
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBClusterParameterGroupRef"
883
+
884
+ @builtins.property
885
+ @jsii.member(jsii_name="dbClusterParameterGroupRef")
886
+ def db_cluster_parameter_group_ref(self) -> DBClusterParameterGroupReference:
887
+ '''(experimental) A reference to a DBClusterParameterGroup resource.
888
+
889
+ :stability: experimental
890
+ '''
891
+ return typing.cast(DBClusterParameterGroupReference, jsii.get(self, "dbClusterParameterGroupRef"))
892
+
893
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
894
+ typing.cast(typing.Any, IDBClusterParameterGroupRef).__jsii_proxy_class__ = lambda : _IDBClusterParameterGroupRefProxy
895
+
896
+
897
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBClusterRef")
898
+ class IDBClusterRef(
899
+ _constructs_77d1e7e8.IConstruct,
900
+ _IEnvironmentAware_f39049ee,
901
+ typing_extensions.Protocol,
902
+ ):
903
+ '''(experimental) Indicates that this resource can be referenced as a DBCluster.
904
+
905
+ :stability: experimental
906
+ '''
907
+
908
+ @builtins.property
909
+ @jsii.member(jsii_name="dbClusterRef")
910
+ def db_cluster_ref(self) -> DBClusterReference:
911
+ '''(experimental) A reference to a DBCluster resource.
912
+
913
+ :stability: experimental
914
+ '''
915
+ ...
916
+
917
+
918
+ class _IDBClusterRefProxy(
919
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
920
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
921
+ ):
922
+ '''(experimental) Indicates that this resource can be referenced as a DBCluster.
923
+
924
+ :stability: experimental
925
+ '''
926
+
927
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBClusterRef"
928
+
929
+ @builtins.property
930
+ @jsii.member(jsii_name="dbClusterRef")
931
+ def db_cluster_ref(self) -> DBClusterReference:
932
+ '''(experimental) A reference to a DBCluster resource.
933
+
934
+ :stability: experimental
935
+ '''
936
+ return typing.cast(DBClusterReference, jsii.get(self, "dbClusterRef"))
937
+
938
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
939
+ typing.cast(typing.Any, IDBClusterRef).__jsii_proxy_class__ = lambda : _IDBClusterRefProxy
940
+
941
+
942
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBInstanceRef")
943
+ class IDBInstanceRef(
944
+ _constructs_77d1e7e8.IConstruct,
945
+ _IEnvironmentAware_f39049ee,
946
+ typing_extensions.Protocol,
947
+ ):
948
+ '''(experimental) Indicates that this resource can be referenced as a DBInstance.
949
+
950
+ :stability: experimental
951
+ '''
952
+
953
+ @builtins.property
954
+ @jsii.member(jsii_name="dbInstanceRef")
955
+ def db_instance_ref(self) -> DBInstanceReference:
956
+ '''(experimental) A reference to a DBInstance resource.
957
+
958
+ :stability: experimental
959
+ '''
960
+ ...
961
+
962
+
963
+ class _IDBInstanceRefProxy(
964
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
965
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
966
+ ):
967
+ '''(experimental) Indicates that this resource can be referenced as a DBInstance.
968
+
969
+ :stability: experimental
970
+ '''
971
+
972
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBInstanceRef"
973
+
974
+ @builtins.property
975
+ @jsii.member(jsii_name="dbInstanceRef")
976
+ def db_instance_ref(self) -> DBInstanceReference:
977
+ '''(experimental) A reference to a DBInstance resource.
978
+
979
+ :stability: experimental
980
+ '''
981
+ return typing.cast(DBInstanceReference, jsii.get(self, "dbInstanceRef"))
982
+
983
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
984
+ typing.cast(typing.Any, IDBInstanceRef).__jsii_proxy_class__ = lambda : _IDBInstanceRefProxy
985
+
986
+
987
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBParameterGroupRef")
988
+ class IDBParameterGroupRef(
989
+ _constructs_77d1e7e8.IConstruct,
990
+ _IEnvironmentAware_f39049ee,
991
+ typing_extensions.Protocol,
992
+ ):
993
+ '''(experimental) Indicates that this resource can be referenced as a DBParameterGroup.
994
+
995
+ :stability: experimental
996
+ '''
997
+
998
+ @builtins.property
999
+ @jsii.member(jsii_name="dbParameterGroupRef")
1000
+ def db_parameter_group_ref(self) -> DBParameterGroupReference:
1001
+ '''(experimental) A reference to a DBParameterGroup resource.
1002
+
1003
+ :stability: experimental
1004
+ '''
1005
+ ...
1006
+
1007
+
1008
+ class _IDBParameterGroupRefProxy(
1009
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1010
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1011
+ ):
1012
+ '''(experimental) Indicates that this resource can be referenced as a DBParameterGroup.
1013
+
1014
+ :stability: experimental
1015
+ '''
1016
+
1017
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBParameterGroupRef"
1018
+
1019
+ @builtins.property
1020
+ @jsii.member(jsii_name="dbParameterGroupRef")
1021
+ def db_parameter_group_ref(self) -> DBParameterGroupReference:
1022
+ '''(experimental) A reference to a DBParameterGroup resource.
1023
+
1024
+ :stability: experimental
1025
+ '''
1026
+ return typing.cast(DBParameterGroupReference, jsii.get(self, "dbParameterGroupRef"))
1027
+
1028
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1029
+ typing.cast(typing.Any, IDBParameterGroupRef).__jsii_proxy_class__ = lambda : _IDBParameterGroupRefProxy
1030
+
1031
+
1032
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBProxyEndpointRef")
1033
+ class IDBProxyEndpointRef(
1034
+ _constructs_77d1e7e8.IConstruct,
1035
+ _IEnvironmentAware_f39049ee,
1036
+ typing_extensions.Protocol,
1037
+ ):
1038
+ '''(experimental) Indicates that this resource can be referenced as a DBProxyEndpoint.
1039
+
1040
+ :stability: experimental
1041
+ '''
1042
+
1043
+ @builtins.property
1044
+ @jsii.member(jsii_name="dbProxyEndpointRef")
1045
+ def db_proxy_endpoint_ref(self) -> DBProxyEndpointReference:
1046
+ '''(experimental) A reference to a DBProxyEndpoint resource.
1047
+
1048
+ :stability: experimental
1049
+ '''
1050
+ ...
1051
+
1052
+
1053
+ class _IDBProxyEndpointRefProxy(
1054
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1055
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1056
+ ):
1057
+ '''(experimental) Indicates that this resource can be referenced as a DBProxyEndpoint.
1058
+
1059
+ :stability: experimental
1060
+ '''
1061
+
1062
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBProxyEndpointRef"
1063
+
1064
+ @builtins.property
1065
+ @jsii.member(jsii_name="dbProxyEndpointRef")
1066
+ def db_proxy_endpoint_ref(self) -> DBProxyEndpointReference:
1067
+ '''(experimental) A reference to a DBProxyEndpoint resource.
1068
+
1069
+ :stability: experimental
1070
+ '''
1071
+ return typing.cast(DBProxyEndpointReference, jsii.get(self, "dbProxyEndpointRef"))
1072
+
1073
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1074
+ typing.cast(typing.Any, IDBProxyEndpointRef).__jsii_proxy_class__ = lambda : _IDBProxyEndpointRefProxy
1075
+
1076
+
1077
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBProxyRef")
1078
+ class IDBProxyRef(
1079
+ _constructs_77d1e7e8.IConstruct,
1080
+ _IEnvironmentAware_f39049ee,
1081
+ typing_extensions.Protocol,
1082
+ ):
1083
+ '''(experimental) Indicates that this resource can be referenced as a DBProxy.
1084
+
1085
+ :stability: experimental
1086
+ '''
1087
+
1088
+ @builtins.property
1089
+ @jsii.member(jsii_name="dbProxyRef")
1090
+ def db_proxy_ref(self) -> DBProxyReference:
1091
+ '''(experimental) A reference to a DBProxy resource.
1092
+
1093
+ :stability: experimental
1094
+ '''
1095
+ ...
1096
+
1097
+
1098
+ class _IDBProxyRefProxy(
1099
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1100
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1101
+ ):
1102
+ '''(experimental) Indicates that this resource can be referenced as a DBProxy.
1103
+
1104
+ :stability: experimental
1105
+ '''
1106
+
1107
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBProxyRef"
1108
+
1109
+ @builtins.property
1110
+ @jsii.member(jsii_name="dbProxyRef")
1111
+ def db_proxy_ref(self) -> DBProxyReference:
1112
+ '''(experimental) A reference to a DBProxy resource.
1113
+
1114
+ :stability: experimental
1115
+ '''
1116
+ return typing.cast(DBProxyReference, jsii.get(self, "dbProxyRef"))
1117
+
1118
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1119
+ typing.cast(typing.Any, IDBProxyRef).__jsii_proxy_class__ = lambda : _IDBProxyRefProxy
1120
+
1121
+
1122
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBProxyTargetGroupRef")
1123
+ class IDBProxyTargetGroupRef(
1124
+ _constructs_77d1e7e8.IConstruct,
1125
+ _IEnvironmentAware_f39049ee,
1126
+ typing_extensions.Protocol,
1127
+ ):
1128
+ '''(experimental) Indicates that this resource can be referenced as a DBProxyTargetGroup.
1129
+
1130
+ :stability: experimental
1131
+ '''
1132
+
1133
+ @builtins.property
1134
+ @jsii.member(jsii_name="dbProxyTargetGroupRef")
1135
+ def db_proxy_target_group_ref(self) -> DBProxyTargetGroupReference:
1136
+ '''(experimental) A reference to a DBProxyTargetGroup resource.
1137
+
1138
+ :stability: experimental
1139
+ '''
1140
+ ...
1141
+
1142
+
1143
+ class _IDBProxyTargetGroupRefProxy(
1144
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1145
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1146
+ ):
1147
+ '''(experimental) Indicates that this resource can be referenced as a DBProxyTargetGroup.
1148
+
1149
+ :stability: experimental
1150
+ '''
1151
+
1152
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBProxyTargetGroupRef"
1153
+
1154
+ @builtins.property
1155
+ @jsii.member(jsii_name="dbProxyTargetGroupRef")
1156
+ def db_proxy_target_group_ref(self) -> DBProxyTargetGroupReference:
1157
+ '''(experimental) A reference to a DBProxyTargetGroup resource.
1158
+
1159
+ :stability: experimental
1160
+ '''
1161
+ return typing.cast(DBProxyTargetGroupReference, jsii.get(self, "dbProxyTargetGroupRef"))
1162
+
1163
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1164
+ typing.cast(typing.Any, IDBProxyTargetGroupRef).__jsii_proxy_class__ = lambda : _IDBProxyTargetGroupRefProxy
1165
+
1166
+
1167
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBSecurityGroupIngressRef")
1168
+ class IDBSecurityGroupIngressRef(
1169
+ _constructs_77d1e7e8.IConstruct,
1170
+ _IEnvironmentAware_f39049ee,
1171
+ typing_extensions.Protocol,
1172
+ ):
1173
+ '''(experimental) Indicates that this resource can be referenced as a DBSecurityGroupIngress.
1174
+
1175
+ :stability: experimental
1176
+ '''
1177
+
1178
+ @builtins.property
1179
+ @jsii.member(jsii_name="dbSecurityGroupIngressRef")
1180
+ def db_security_group_ingress_ref(self) -> DBSecurityGroupIngressReference:
1181
+ '''(experimental) A reference to a DBSecurityGroupIngress resource.
1182
+
1183
+ :stability: experimental
1184
+ '''
1185
+ ...
1186
+
1187
+
1188
+ class _IDBSecurityGroupIngressRefProxy(
1189
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1190
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1191
+ ):
1192
+ '''(experimental) Indicates that this resource can be referenced as a DBSecurityGroupIngress.
1193
+
1194
+ :stability: experimental
1195
+ '''
1196
+
1197
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBSecurityGroupIngressRef"
1198
+
1199
+ @builtins.property
1200
+ @jsii.member(jsii_name="dbSecurityGroupIngressRef")
1201
+ def db_security_group_ingress_ref(self) -> DBSecurityGroupIngressReference:
1202
+ '''(experimental) A reference to a DBSecurityGroupIngress resource.
1203
+
1204
+ :stability: experimental
1205
+ '''
1206
+ return typing.cast(DBSecurityGroupIngressReference, jsii.get(self, "dbSecurityGroupIngressRef"))
1207
+
1208
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1209
+ typing.cast(typing.Any, IDBSecurityGroupIngressRef).__jsii_proxy_class__ = lambda : _IDBSecurityGroupIngressRefProxy
1210
+
1211
+
1212
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBSecurityGroupRef")
1213
+ class IDBSecurityGroupRef(
1214
+ _constructs_77d1e7e8.IConstruct,
1215
+ _IEnvironmentAware_f39049ee,
1216
+ typing_extensions.Protocol,
1217
+ ):
1218
+ '''(experimental) Indicates that this resource can be referenced as a DBSecurityGroup.
1219
+
1220
+ :stability: experimental
1221
+ '''
1222
+
1223
+ @builtins.property
1224
+ @jsii.member(jsii_name="dbSecurityGroupRef")
1225
+ def db_security_group_ref(self) -> DBSecurityGroupReference:
1226
+ '''(experimental) A reference to a DBSecurityGroup resource.
1227
+
1228
+ :stability: experimental
1229
+ '''
1230
+ ...
1231
+
1232
+
1233
+ class _IDBSecurityGroupRefProxy(
1234
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1235
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1236
+ ):
1237
+ '''(experimental) Indicates that this resource can be referenced as a DBSecurityGroup.
1238
+
1239
+ :stability: experimental
1240
+ '''
1241
+
1242
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBSecurityGroupRef"
1243
+
1244
+ @builtins.property
1245
+ @jsii.member(jsii_name="dbSecurityGroupRef")
1246
+ def db_security_group_ref(self) -> DBSecurityGroupReference:
1247
+ '''(experimental) A reference to a DBSecurityGroup resource.
1248
+
1249
+ :stability: experimental
1250
+ '''
1251
+ return typing.cast(DBSecurityGroupReference, jsii.get(self, "dbSecurityGroupRef"))
1252
+
1253
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1254
+ typing.cast(typing.Any, IDBSecurityGroupRef).__jsii_proxy_class__ = lambda : _IDBSecurityGroupRefProxy
1255
+
1256
+
1257
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBShardGroupRef")
1258
+ class IDBShardGroupRef(
1259
+ _constructs_77d1e7e8.IConstruct,
1260
+ _IEnvironmentAware_f39049ee,
1261
+ typing_extensions.Protocol,
1262
+ ):
1263
+ '''(experimental) Indicates that this resource can be referenced as a DBShardGroup.
1264
+
1265
+ :stability: experimental
1266
+ '''
1267
+
1268
+ @builtins.property
1269
+ @jsii.member(jsii_name="dbShardGroupRef")
1270
+ def db_shard_group_ref(self) -> DBShardGroupReference:
1271
+ '''(experimental) A reference to a DBShardGroup resource.
1272
+
1273
+ :stability: experimental
1274
+ '''
1275
+ ...
1276
+
1277
+
1278
+ class _IDBShardGroupRefProxy(
1279
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1280
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1281
+ ):
1282
+ '''(experimental) Indicates that this resource can be referenced as a DBShardGroup.
1283
+
1284
+ :stability: experimental
1285
+ '''
1286
+
1287
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBShardGroupRef"
1288
+
1289
+ @builtins.property
1290
+ @jsii.member(jsii_name="dbShardGroupRef")
1291
+ def db_shard_group_ref(self) -> DBShardGroupReference:
1292
+ '''(experimental) A reference to a DBShardGroup resource.
1293
+
1294
+ :stability: experimental
1295
+ '''
1296
+ return typing.cast(DBShardGroupReference, jsii.get(self, "dbShardGroupRef"))
1297
+
1298
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1299
+ typing.cast(typing.Any, IDBShardGroupRef).__jsii_proxy_class__ = lambda : _IDBShardGroupRefProxy
1300
+
1301
+
1302
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IDBSubnetGroupRef")
1303
+ class IDBSubnetGroupRef(
1304
+ _constructs_77d1e7e8.IConstruct,
1305
+ _IEnvironmentAware_f39049ee,
1306
+ typing_extensions.Protocol,
1307
+ ):
1308
+ '''(experimental) Indicates that this resource can be referenced as a DBSubnetGroup.
1309
+
1310
+ :stability: experimental
1311
+ '''
1312
+
1313
+ @builtins.property
1314
+ @jsii.member(jsii_name="dbSubnetGroupRef")
1315
+ def db_subnet_group_ref(self) -> DBSubnetGroupReference:
1316
+ '''(experimental) A reference to a DBSubnetGroup resource.
1317
+
1318
+ :stability: experimental
1319
+ '''
1320
+ ...
1321
+
1322
+
1323
+ class _IDBSubnetGroupRefProxy(
1324
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1325
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1326
+ ):
1327
+ '''(experimental) Indicates that this resource can be referenced as a DBSubnetGroup.
1328
+
1329
+ :stability: experimental
1330
+ '''
1331
+
1332
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IDBSubnetGroupRef"
1333
+
1334
+ @builtins.property
1335
+ @jsii.member(jsii_name="dbSubnetGroupRef")
1336
+ def db_subnet_group_ref(self) -> DBSubnetGroupReference:
1337
+ '''(experimental) A reference to a DBSubnetGroup resource.
1338
+
1339
+ :stability: experimental
1340
+ '''
1341
+ return typing.cast(DBSubnetGroupReference, jsii.get(self, "dbSubnetGroupRef"))
1342
+
1343
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1344
+ typing.cast(typing.Any, IDBSubnetGroupRef).__jsii_proxy_class__ = lambda : _IDBSubnetGroupRefProxy
1345
+
1346
+
1347
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IEventSubscriptionRef")
1348
+ class IEventSubscriptionRef(
1349
+ _constructs_77d1e7e8.IConstruct,
1350
+ _IEnvironmentAware_f39049ee,
1351
+ typing_extensions.Protocol,
1352
+ ):
1353
+ '''(experimental) Indicates that this resource can be referenced as a EventSubscription.
1354
+
1355
+ :stability: experimental
1356
+ '''
1357
+
1358
+ @builtins.property
1359
+ @jsii.member(jsii_name="eventSubscriptionRef")
1360
+ def event_subscription_ref(self) -> EventSubscriptionReference:
1361
+ '''(experimental) A reference to a EventSubscription resource.
1362
+
1363
+ :stability: experimental
1364
+ '''
1365
+ ...
1366
+
1367
+
1368
+ class _IEventSubscriptionRefProxy(
1369
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1370
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1371
+ ):
1372
+ '''(experimental) Indicates that this resource can be referenced as a EventSubscription.
1373
+
1374
+ :stability: experimental
1375
+ '''
1376
+
1377
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IEventSubscriptionRef"
1378
+
1379
+ @builtins.property
1380
+ @jsii.member(jsii_name="eventSubscriptionRef")
1381
+ def event_subscription_ref(self) -> EventSubscriptionReference:
1382
+ '''(experimental) A reference to a EventSubscription resource.
1383
+
1384
+ :stability: experimental
1385
+ '''
1386
+ return typing.cast(EventSubscriptionReference, jsii.get(self, "eventSubscriptionRef"))
1387
+
1388
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1389
+ typing.cast(typing.Any, IEventSubscriptionRef).__jsii_proxy_class__ = lambda : _IEventSubscriptionRefProxy
1390
+
1391
+
1392
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IGlobalClusterRef")
1393
+ class IGlobalClusterRef(
1394
+ _constructs_77d1e7e8.IConstruct,
1395
+ _IEnvironmentAware_f39049ee,
1396
+ typing_extensions.Protocol,
1397
+ ):
1398
+ '''(experimental) Indicates that this resource can be referenced as a GlobalCluster.
1399
+
1400
+ :stability: experimental
1401
+ '''
1402
+
1403
+ @builtins.property
1404
+ @jsii.member(jsii_name="globalClusterRef")
1405
+ def global_cluster_ref(self) -> GlobalClusterReference:
1406
+ '''(experimental) A reference to a GlobalCluster resource.
1407
+
1408
+ :stability: experimental
1409
+ '''
1410
+ ...
1411
+
1412
+
1413
+ class _IGlobalClusterRefProxy(
1414
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1415
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1416
+ ):
1417
+ '''(experimental) Indicates that this resource can be referenced as a GlobalCluster.
1418
+
1419
+ :stability: experimental
1420
+ '''
1421
+
1422
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IGlobalClusterRef"
1423
+
1424
+ @builtins.property
1425
+ @jsii.member(jsii_name="globalClusterRef")
1426
+ def global_cluster_ref(self) -> GlobalClusterReference:
1427
+ '''(experimental) A reference to a GlobalCluster resource.
1428
+
1429
+ :stability: experimental
1430
+ '''
1431
+ return typing.cast(GlobalClusterReference, jsii.get(self, "globalClusterRef"))
1432
+
1433
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1434
+ typing.cast(typing.Any, IGlobalClusterRef).__jsii_proxy_class__ = lambda : _IGlobalClusterRefProxy
1435
+
1436
+
1437
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IIntegrationRef")
1438
+ class IIntegrationRef(
1439
+ _constructs_77d1e7e8.IConstruct,
1440
+ _IEnvironmentAware_f39049ee,
1441
+ typing_extensions.Protocol,
1442
+ ):
1443
+ '''(experimental) Indicates that this resource can be referenced as a Integration.
1444
+
1445
+ :stability: experimental
1446
+ '''
1447
+
1448
+ @builtins.property
1449
+ @jsii.member(jsii_name="integrationRef")
1450
+ def integration_ref(self) -> "IntegrationReference":
1451
+ '''(experimental) A reference to a Integration resource.
1452
+
1453
+ :stability: experimental
1454
+ '''
1455
+ ...
1456
+
1457
+
1458
+ class _IIntegrationRefProxy(
1459
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1460
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1461
+ ):
1462
+ '''(experimental) Indicates that this resource can be referenced as a Integration.
1463
+
1464
+ :stability: experimental
1465
+ '''
1466
+
1467
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IIntegrationRef"
1468
+
1469
+ @builtins.property
1470
+ @jsii.member(jsii_name="integrationRef")
1471
+ def integration_ref(self) -> "IntegrationReference":
1472
+ '''(experimental) A reference to a Integration resource.
1473
+
1474
+ :stability: experimental
1475
+ '''
1476
+ return typing.cast("IntegrationReference", jsii.get(self, "integrationRef"))
1477
+
1478
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1479
+ typing.cast(typing.Any, IIntegrationRef).__jsii_proxy_class__ = lambda : _IIntegrationRefProxy
1480
+
1481
+
1482
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_rds.IOptionGroupRef")
1483
+ class IOptionGroupRef(
1484
+ _constructs_77d1e7e8.IConstruct,
1485
+ _IEnvironmentAware_f39049ee,
1486
+ typing_extensions.Protocol,
1487
+ ):
1488
+ '''(experimental) Indicates that this resource can be referenced as a OptionGroup.
1489
+
1490
+ :stability: experimental
1491
+ '''
1492
+
1493
+ @builtins.property
1494
+ @jsii.member(jsii_name="optionGroupRef")
1495
+ def option_group_ref(self) -> "OptionGroupReference":
1496
+ '''(experimental) A reference to a OptionGroup resource.
1497
+
1498
+ :stability: experimental
1499
+ '''
1500
+ ...
1501
+
1502
+
1503
+ class _IOptionGroupRefProxy(
1504
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1505
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1506
+ ):
1507
+ '''(experimental) Indicates that this resource can be referenced as a OptionGroup.
1508
+
1509
+ :stability: experimental
1510
+ '''
1511
+
1512
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_rds.IOptionGroupRef"
1513
+
1514
+ @builtins.property
1515
+ @jsii.member(jsii_name="optionGroupRef")
1516
+ def option_group_ref(self) -> "OptionGroupReference":
1517
+ '''(experimental) A reference to a OptionGroup resource.
1518
+
1519
+ :stability: experimental
1520
+ '''
1521
+ return typing.cast("OptionGroupReference", jsii.get(self, "optionGroupRef"))
1522
+
1523
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1524
+ typing.cast(typing.Any, IOptionGroupRef).__jsii_proxy_class__ = lambda : _IOptionGroupRefProxy
1525
+
1526
+
1527
+ @jsii.data_type(
1528
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.IntegrationReference",
1529
+ jsii_struct_bases=[],
1530
+ name_mapping={"integration_arn": "integrationArn"},
1531
+ )
1532
+ class IntegrationReference:
1533
+ def __init__(self, *, integration_arn: builtins.str) -> None:
1534
+ '''A reference to a Integration resource.
1535
+
1536
+ :param integration_arn: The IntegrationArn of the Integration resource.
1537
+
1538
+ :exampleMetadata: fixture=_generated
1539
+
1540
+ Example::
1541
+
1542
+ # The code below shows an example of how to instantiate this type.
1543
+ # The values are placeholders you should change.
1544
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
1545
+
1546
+ integration_reference = interfaces_aws_rds.IntegrationReference(
1547
+ integration_arn="integrationArn"
1548
+ )
1549
+ '''
1550
+ if __debug__:
1551
+ type_hints = typing.get_type_hints(_typecheckingstub__d68b7393f509016e8899afca1c60081b2cdc679df5786cb78db816ce2fb54bdb)
1552
+ check_type(argname="argument integration_arn", value=integration_arn, expected_type=type_hints["integration_arn"])
1553
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1554
+ "integration_arn": integration_arn,
1555
+ }
1556
+
1557
+ @builtins.property
1558
+ def integration_arn(self) -> builtins.str:
1559
+ '''The IntegrationArn of the Integration resource.'''
1560
+ result = self._values.get("integration_arn")
1561
+ assert result is not None, "Required property 'integration_arn' is missing"
1562
+ return typing.cast(builtins.str, result)
1563
+
1564
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1565
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1566
+
1567
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1568
+ return not (rhs == self)
1569
+
1570
+ def __repr__(self) -> str:
1571
+ return "IntegrationReference(%s)" % ", ".join(
1572
+ k + "=" + repr(v) for k, v in self._values.items()
1573
+ )
1574
+
1575
+
1576
+ @jsii.data_type(
1577
+ jsii_type="aws-cdk-lib.interfaces.aws_rds.OptionGroupReference",
1578
+ jsii_struct_bases=[],
1579
+ name_mapping={"option_group_name": "optionGroupName"},
1580
+ )
1581
+ class OptionGroupReference:
1582
+ def __init__(self, *, option_group_name: builtins.str) -> None:
1583
+ '''A reference to a OptionGroup resource.
1584
+
1585
+ :param option_group_name: The OptionGroupName of the OptionGroup resource.
1586
+
1587
+ :exampleMetadata: fixture=_generated
1588
+
1589
+ Example::
1590
+
1591
+ # The code below shows an example of how to instantiate this type.
1592
+ # The values are placeholders you should change.
1593
+ from aws_cdk.interfaces import aws_rds as interfaces_aws_rds
1594
+
1595
+ option_group_reference = interfaces_aws_rds.OptionGroupReference(
1596
+ option_group_name="optionGroupName"
1597
+ )
1598
+ '''
1599
+ if __debug__:
1600
+ type_hints = typing.get_type_hints(_typecheckingstub__e07097ee5cec4d621b125e688e72d708a650095ae041c832d8307f3a22ee46b6)
1601
+ check_type(argname="argument option_group_name", value=option_group_name, expected_type=type_hints["option_group_name"])
1602
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1603
+ "option_group_name": option_group_name,
1604
+ }
1605
+
1606
+ @builtins.property
1607
+ def option_group_name(self) -> builtins.str:
1608
+ '''The OptionGroupName of the OptionGroup resource.'''
1609
+ result = self._values.get("option_group_name")
1610
+ assert result is not None, "Required property 'option_group_name' is missing"
1611
+ return typing.cast(builtins.str, result)
1612
+
1613
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1614
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1615
+
1616
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1617
+ return not (rhs == self)
1618
+
1619
+ def __repr__(self) -> str:
1620
+ return "OptionGroupReference(%s)" % ", ".join(
1621
+ k + "=" + repr(v) for k, v in self._values.items()
1622
+ )
1623
+
1624
+
1625
+ __all__ = [
1626
+ "CustomDBEngineVersionReference",
1627
+ "DBClusterParameterGroupReference",
1628
+ "DBClusterReference",
1629
+ "DBInstanceReference",
1630
+ "DBParameterGroupReference",
1631
+ "DBProxyEndpointReference",
1632
+ "DBProxyReference",
1633
+ "DBProxyTargetGroupReference",
1634
+ "DBSecurityGroupIngressReference",
1635
+ "DBSecurityGroupReference",
1636
+ "DBShardGroupReference",
1637
+ "DBSubnetGroupReference",
1638
+ "EventSubscriptionReference",
1639
+ "GlobalClusterReference",
1640
+ "ICustomDBEngineVersionRef",
1641
+ "IDBClusterParameterGroupRef",
1642
+ "IDBClusterRef",
1643
+ "IDBInstanceRef",
1644
+ "IDBParameterGroupRef",
1645
+ "IDBProxyEndpointRef",
1646
+ "IDBProxyRef",
1647
+ "IDBProxyTargetGroupRef",
1648
+ "IDBSecurityGroupIngressRef",
1649
+ "IDBSecurityGroupRef",
1650
+ "IDBShardGroupRef",
1651
+ "IDBSubnetGroupRef",
1652
+ "IEventSubscriptionRef",
1653
+ "IGlobalClusterRef",
1654
+ "IIntegrationRef",
1655
+ "IOptionGroupRef",
1656
+ "IntegrationReference",
1657
+ "OptionGroupReference",
1658
+ ]
1659
+
1660
+ publication.publish()
1661
+
1662
+ def _typecheckingstub__d7bfade17c85355120dd78174c103b342d9dc394e0d82f07c3b0783661051259(
1663
+ *,
1664
+ engine: builtins.str,
1665
+ engine_version: builtins.str,
1666
+ ) -> None:
1667
+ """Type checking stubs"""
1668
+ pass
1669
+
1670
+ def _typecheckingstub__9896b5cafd7ae848283661a59e887ee67fc6c6ea0350d5c62400deca461d09e0(
1671
+ *,
1672
+ db_cluster_parameter_group_name: builtins.str,
1673
+ ) -> None:
1674
+ """Type checking stubs"""
1675
+ pass
1676
+
1677
+ def _typecheckingstub__a0d9199af4b014e2da6fc0770b3d7346a7b33c21d6af9d6fba787a7d1e8903d1(
1678
+ *,
1679
+ db_cluster_arn: builtins.str,
1680
+ db_cluster_identifier: builtins.str,
1681
+ ) -> None:
1682
+ """Type checking stubs"""
1683
+ pass
1684
+
1685
+ def _typecheckingstub__4a016ffb60db252672a7b690c1ff8bdd0440fbe200a30b69f6386fd985462485(
1686
+ *,
1687
+ db_instance_arn: builtins.str,
1688
+ db_instance_identifier: builtins.str,
1689
+ ) -> None:
1690
+ """Type checking stubs"""
1691
+ pass
1692
+
1693
+ def _typecheckingstub__a554bb088b971739df533e28d085e09e9eabc0cc0432e620aec60795527d2bb0(
1694
+ *,
1695
+ db_parameter_group_name: builtins.str,
1696
+ ) -> None:
1697
+ """Type checking stubs"""
1698
+ pass
1699
+
1700
+ def _typecheckingstub__c0970c9814399466a0a3b023028801f89b1ad83035bdfe7c1e8153cbd0786eb3(
1701
+ *,
1702
+ db_proxy_endpoint_arn: builtins.str,
1703
+ db_proxy_endpoint_name: builtins.str,
1704
+ ) -> None:
1705
+ """Type checking stubs"""
1706
+ pass
1707
+
1708
+ def _typecheckingstub__f1536737d678c1472624c70912c54a2e84854770ef6f56fe46f9a769f34f6c8f(
1709
+ *,
1710
+ db_proxy_arn: builtins.str,
1711
+ db_proxy_name: builtins.str,
1712
+ ) -> None:
1713
+ """Type checking stubs"""
1714
+ pass
1715
+
1716
+ def _typecheckingstub__0fce08547ba1e9bc3b124d1d56e9a7c1805d414d7a0495fc7edce362719c77f7(
1717
+ *,
1718
+ target_group_arn: builtins.str,
1719
+ ) -> None:
1720
+ """Type checking stubs"""
1721
+ pass
1722
+
1723
+ def _typecheckingstub__c7a6231f0886cc0950955a31296404688cbe41e675f2dd02b2da7d2455e00d1f(
1724
+ *,
1725
+ db_security_group_ingress_id: builtins.str,
1726
+ ) -> None:
1727
+ """Type checking stubs"""
1728
+ pass
1729
+
1730
+ def _typecheckingstub__84e372ab9cd502e82c79b5e4f2517c533a120568fbc6ed5a5221ee80adf364d0(
1731
+ *,
1732
+ db_security_group_id: builtins.str,
1733
+ ) -> None:
1734
+ """Type checking stubs"""
1735
+ pass
1736
+
1737
+ def _typecheckingstub__91d929c8e4d92f83b9c6cc71e3e5564785a42844226119589dcd306e909027f8(
1738
+ *,
1739
+ db_shard_group_identifier: builtins.str,
1740
+ ) -> None:
1741
+ """Type checking stubs"""
1742
+ pass
1743
+
1744
+ def _typecheckingstub__5c64adbab12e5b7d86608b91a80802222b0c76775becee65732d46fa582990ae(
1745
+ *,
1746
+ db_subnet_group_name: builtins.str,
1747
+ ) -> None:
1748
+ """Type checking stubs"""
1749
+ pass
1750
+
1751
+ def _typecheckingstub__cfcbf7f37b191411aee1a15d6306bec8f5f7b9d9ad01efe8dea75d4605802bfe(
1752
+ *,
1753
+ subscription_name: builtins.str,
1754
+ ) -> None:
1755
+ """Type checking stubs"""
1756
+ pass
1757
+
1758
+ def _typecheckingstub__4a7b8ba8eebee3f5972e82bb96352ae7aeb7db50bb9230b6fd3dc77e25631907(
1759
+ *,
1760
+ global_cluster_identifier: builtins.str,
1761
+ ) -> None:
1762
+ """Type checking stubs"""
1763
+ pass
1764
+
1765
+ def _typecheckingstub__d68b7393f509016e8899afca1c60081b2cdc679df5786cb78db816ce2fb54bdb(
1766
+ *,
1767
+ integration_arn: builtins.str,
1768
+ ) -> None:
1769
+ """Type checking stubs"""
1770
+ pass
1771
+
1772
+ def _typecheckingstub__e07097ee5cec4d621b125e688e72d708a650095ae041c832d8307f3a22ee46b6(
1773
+ *,
1774
+ option_group_name: builtins.str,
1775
+ ) -> None:
1776
+ """Type checking stubs"""
1777
+ pass
1778
+
1779
+ for cls in [ICustomDBEngineVersionRef, IDBClusterParameterGroupRef, IDBClusterRef, IDBInstanceRef, IDBParameterGroupRef, IDBProxyEndpointRef, IDBProxyRef, IDBProxyTargetGroupRef, IDBSecurityGroupIngressRef, IDBSecurityGroupRef, IDBShardGroupRef, IDBSubnetGroupRef, IEventSubscriptionRef, IGlobalClusterRef, IIntegrationRef, IOptionGroupRef]:
1780
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])