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