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