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
@@ -68,9 +68,39 @@ from .. import (
68
68
  TagManager as _TagManager_0a598cb3,
69
69
  TreeInspector as _TreeInspector_488e0dd5,
70
70
  )
71
+ from ..interfaces.aws_medialive import (
72
+ ChannelPlacementGroupReference as _ChannelPlacementGroupReference_35fe6396,
73
+ ChannelReference as _ChannelReference_53f0e672,
74
+ CloudWatchAlarmTemplateGroupReference as _CloudWatchAlarmTemplateGroupReference_c63f8d18,
75
+ CloudWatchAlarmTemplateReference as _CloudWatchAlarmTemplateReference_630afd4a,
76
+ ClusterReference as _ClusterReference_4df32298,
77
+ EventBridgeRuleTemplateGroupReference as _EventBridgeRuleTemplateGroupReference_e4516a88,
78
+ EventBridgeRuleTemplateReference as _EventBridgeRuleTemplateReference_9050adf5,
79
+ IChannelPlacementGroupRef as _IChannelPlacementGroupRef_838b020d,
80
+ IChannelRef as _IChannelRef_33237c32,
81
+ ICloudWatchAlarmTemplateGroupRef as _ICloudWatchAlarmTemplateGroupRef_4c344bee,
82
+ ICloudWatchAlarmTemplateRef as _ICloudWatchAlarmTemplateRef_3ddb27d9,
83
+ IClusterRef as _IClusterRef_5854fbe7,
84
+ IEventBridgeRuleTemplateGroupRef as _IEventBridgeRuleTemplateGroupRef_f450a1e3,
85
+ IEventBridgeRuleTemplateRef as _IEventBridgeRuleTemplateRef_93336a40,
86
+ IInputRef as _IInputRef_78838789,
87
+ IInputSecurityGroupRef as _IInputSecurityGroupRef_0986c1df,
88
+ IMultiplexRef as _IMultiplexRef_8fc558d0,
89
+ IMultiplexprogramRef as _IMultiplexprogramRef_efafb5b7,
90
+ INetworkRef as _INetworkRef_08b06309,
91
+ ISdiSourceRef as _ISdiSourceRef_7d27da12,
92
+ ISignalMapRef as _ISignalMapRef_8f1d7eee,
93
+ InputReference as _InputReference_719c752b,
94
+ InputSecurityGroupReference as _InputSecurityGroupReference_35336458,
95
+ MultiplexReference as _MultiplexReference_05176fd7,
96
+ MultiplexprogramReference as _MultiplexprogramReference_9c8b3c6d,
97
+ NetworkReference as _NetworkReference_9bd2fbf1,
98
+ SdiSourceReference as _SdiSourceReference_5c2d3018,
99
+ SignalMapReference as _SignalMapReference_e4433d8b,
100
+ )
71
101
 
72
102
 
73
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
103
+ @jsii.implements(_IInspectable_c2943556, _IChannelRef_33237c32, _ITaggable_36806126)
74
104
  class CfnChannel(
75
105
  _CfnResource_9df397a6,
76
106
  metaclass=jsii.JSIIMeta,
@@ -110,7 +140,8 @@ class CfnChannel(
110
140
  tags: typing.Any = None,
111
141
  vpc: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.VpcOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
112
142
  ) -> None:
113
- '''
143
+ '''Create a new ``AWS::MediaLive::Channel``.
144
+
114
145
  :param scope: Scope in which this resource is defined.
115
146
  :param id: Construct identifier for this resource (unique in its scope).
116
147
  :param anywhere_settings:
@@ -153,6 +184,48 @@ class CfnChannel(
153
184
 
154
185
  jsii.create(self.__class__, self, [scope, id, props])
155
186
 
187
+ @jsii.member(jsii_name="fromChannelArn")
188
+ @builtins.classmethod
189
+ def from_channel_arn(
190
+ cls,
191
+ scope: _constructs_77d1e7e8.Construct,
192
+ id: builtins.str,
193
+ arn: builtins.str,
194
+ ) -> _IChannelRef_33237c32:
195
+ '''Creates a new IChannelRef from an ARN.
196
+
197
+ :param scope: -
198
+ :param id: -
199
+ :param arn: -
200
+ '''
201
+ if __debug__:
202
+ type_hints = typing.get_type_hints(_typecheckingstub__6d2f95218f9095cece7aeb9099434b20ee1d3edda5afb64ec302ef4c5b93c0e5)
203
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
204
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
205
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
206
+ return typing.cast(_IChannelRef_33237c32, jsii.sinvoke(cls, "fromChannelArn", [scope, id, arn]))
207
+
208
+ @jsii.member(jsii_name="fromChannelId")
209
+ @builtins.classmethod
210
+ def from_channel_id(
211
+ cls,
212
+ scope: _constructs_77d1e7e8.Construct,
213
+ id: builtins.str,
214
+ channel_id: builtins.str,
215
+ ) -> _IChannelRef_33237c32:
216
+ '''Creates a new IChannelRef from a channelId.
217
+
218
+ :param scope: -
219
+ :param id: -
220
+ :param channel_id: -
221
+ '''
222
+ if __debug__:
223
+ type_hints = typing.get_type_hints(_typecheckingstub__d6b1d9b196e9144183daa21c67b901e170d335ffd5f6d15fb2f36229b0ece372)
224
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
225
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
226
+ check_type(argname="argument channel_id", value=channel_id, expected_type=type_hints["channel_id"])
227
+ return typing.cast(_IChannelRef_33237c32, jsii.sinvoke(cls, "fromChannelId", [scope, id, channel_id]))
228
+
156
229
  @jsii.member(jsii_name="inspect")
157
230
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
158
231
  '''Examines the CloudFormation resource and discloses attributes.
@@ -221,6 +294,12 @@ class CfnChannel(
221
294
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
222
295
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
223
296
 
297
+ @builtins.property
298
+ @jsii.member(jsii_name="channelRef")
299
+ def channel_ref(self) -> _ChannelReference_53f0e672:
300
+ '''A reference to a Channel resource.'''
301
+ return typing.cast(_ChannelReference_53f0e672, jsii.get(self, "channelRef"))
302
+
224
303
  @builtins.property
225
304
  @jsii.member(jsii_name="tags")
226
305
  def tags(self) -> _TagManager_0a598cb3:
@@ -846,6 +925,63 @@ class CfnChannel(
846
925
  k + "=" + repr(v) for k, v in self._values.items()
847
926
  )
848
927
 
928
+ @jsii.data_type(
929
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.AdditionalDestinationsProperty",
930
+ jsii_struct_bases=[],
931
+ name_mapping={"destination": "destination"},
932
+ )
933
+ class AdditionalDestinationsProperty:
934
+ def __init__(
935
+ self,
936
+ *,
937
+ destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputLocationRefProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
938
+ ) -> None:
939
+ '''
940
+ :param destination:
941
+
942
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-additionaldestinations.html
943
+ :exampleMetadata: fixture=_generated
944
+
945
+ Example::
946
+
947
+ # The code below shows an example of how to instantiate this type.
948
+ # The values are placeholders you should change.
949
+ from aws_cdk import aws_medialive as medialive
950
+
951
+ additional_destinations_property = medialive.CfnChannel.AdditionalDestinationsProperty(
952
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
953
+ destination_ref_id="destinationRefId"
954
+ )
955
+ )
956
+ '''
957
+ if __debug__:
958
+ type_hints = typing.get_type_hints(_typecheckingstub__f35ce75f1f33941348d85275d7dc5d6c728631bea4d0fc0ad49a7bc029ddce29)
959
+ check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
960
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
961
+ if destination is not None:
962
+ self._values["destination"] = destination
963
+
964
+ @builtins.property
965
+ def destination(
966
+ self,
967
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]]:
968
+ '''
969
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-additionaldestinations.html#cfn-medialive-channel-additionaldestinations-destination
970
+ '''
971
+ result = self._values.get("destination")
972
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]], result)
973
+
974
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
975
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
976
+
977
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
978
+ return not (rhs == self)
979
+
980
+ def __repr__(self) -> str:
981
+ return "AdditionalDestinationsProperty(%s)" % ", ".join(
982
+ k + "=" + repr(v) for k, v in self._values.items()
983
+ )
984
+
849
985
  @jsii.data_type(
850
986
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.AncillarySourceSettingsProperty",
851
987
  jsii_struct_bases=[],
@@ -3446,6 +3582,7 @@ class CfnChannel(
3446
3582
  "level": "level",
3447
3583
  "look_ahead_rate_control": "lookAheadRateControl",
3448
3584
  "max_bitrate": "maxBitrate",
3585
+ "min_bitrate": "minBitrate",
3449
3586
  "min_i_interval": "minIInterval",
3450
3587
  "par_denominator": "parDenominator",
3451
3588
  "par_numerator": "parNumerator",
@@ -3471,6 +3608,7 @@ class CfnChannel(
3471
3608
  level: typing.Optional[builtins.str] = None,
3472
3609
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
3473
3610
  max_bitrate: typing.Optional[jsii.Number] = None,
3611
+ min_bitrate: typing.Optional[jsii.Number] = None,
3474
3612
  min_i_interval: typing.Optional[jsii.Number] = None,
3475
3613
  par_denominator: typing.Optional[jsii.Number] = None,
3476
3614
  par_numerator: typing.Optional[jsii.Number] = None,
@@ -3492,6 +3630,7 @@ class CfnChannel(
3492
3630
  :param level:
3493
3631
  :param look_ahead_rate_control:
3494
3632
  :param max_bitrate:
3633
+ :param min_bitrate:
3495
3634
  :param min_i_interval:
3496
3635
  :param par_denominator:
3497
3636
  :param par_numerator:
@@ -3534,6 +3673,7 @@ class CfnChannel(
3534
3673
  level="level",
3535
3674
  look_ahead_rate_control="lookAheadRateControl",
3536
3675
  max_bitrate=123,
3676
+ min_bitrate=123,
3537
3677
  min_iInterval=123,
3538
3678
  par_denominator=123,
3539
3679
  par_numerator=123,
@@ -3561,6 +3701,7 @@ class CfnChannel(
3561
3701
  check_type(argname="argument level", value=level, expected_type=type_hints["level"])
3562
3702
  check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
3563
3703
  check_type(argname="argument max_bitrate", value=max_bitrate, expected_type=type_hints["max_bitrate"])
3704
+ check_type(argname="argument min_bitrate", value=min_bitrate, expected_type=type_hints["min_bitrate"])
3564
3705
  check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
3565
3706
  check_type(argname="argument par_denominator", value=par_denominator, expected_type=type_hints["par_denominator"])
3566
3707
  check_type(argname="argument par_numerator", value=par_numerator, expected_type=type_hints["par_numerator"])
@@ -3593,6 +3734,8 @@ class CfnChannel(
3593
3734
  self._values["look_ahead_rate_control"] = look_ahead_rate_control
3594
3735
  if max_bitrate is not None:
3595
3736
  self._values["max_bitrate"] = max_bitrate
3737
+ if min_bitrate is not None:
3738
+ self._values["min_bitrate"] = min_bitrate
3596
3739
  if min_i_interval is not None:
3597
3740
  self._values["min_i_interval"] = min_i_interval
3598
3741
  if par_denominator is not None:
@@ -3706,6 +3849,14 @@ class CfnChannel(
3706
3849
  result = self._values.get("max_bitrate")
3707
3850
  return typing.cast(typing.Optional[jsii.Number], result)
3708
3851
 
3852
+ @builtins.property
3853
+ def min_bitrate(self) -> typing.Optional[jsii.Number]:
3854
+ '''
3855
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-minbitrate
3856
+ '''
3857
+ result = self._values.get("min_bitrate")
3858
+ return typing.cast(typing.Optional[jsii.Number], result)
3859
+
3709
3860
  @builtins.property
3710
3861
  def min_i_interval(self) -> typing.Optional[jsii.Number]:
3711
3862
  '''
@@ -4290,6 +4441,7 @@ class CfnChannel(
4290
4441
  "shadow_opacity": "shadowOpacity",
4291
4442
  "shadow_x_offset": "shadowXOffset",
4292
4443
  "shadow_y_offset": "shadowYOffset",
4444
+ "subtitle_rows": "subtitleRows",
4293
4445
  "teletext_grid_control": "teletextGridControl",
4294
4446
  "x_position": "xPosition",
4295
4447
  "y_position": "yPosition",
@@ -4313,6 +4465,7 @@ class CfnChannel(
4313
4465
  shadow_opacity: typing.Optional[jsii.Number] = None,
4314
4466
  shadow_x_offset: typing.Optional[jsii.Number] = None,
4315
4467
  shadow_y_offset: typing.Optional[jsii.Number] = None,
4468
+ subtitle_rows: typing.Optional[builtins.str] = None,
4316
4469
  teletext_grid_control: typing.Optional[builtins.str] = None,
4317
4470
  x_position: typing.Optional[jsii.Number] = None,
4318
4471
  y_position: typing.Optional[jsii.Number] = None,
@@ -4335,6 +4488,7 @@ class CfnChannel(
4335
4488
  :param shadow_opacity: Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
4336
4489
  :param shadow_x_offset: Specifies the horizontal offset of the shadow that is relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
4337
4490
  :param shadow_y_offset: Specifies the vertical offset of the shadow that is relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
4491
+ :param subtitle_rows:
4338
4492
  :param teletext_grid_control: Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies only to Teletext inputs and DVB-Sub/Burn-in outputs.
4339
4493
  :param x_position: Specifies the horizontal position of the captions relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.
4340
4494
  :param y_position: Specifies the vertical position of the captions relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.
@@ -4367,6 +4521,7 @@ class CfnChannel(
4367
4521
  shadow_opacity=123,
4368
4522
  shadow_xOffset=123,
4369
4523
  shadow_yOffset=123,
4524
+ subtitle_rows="subtitleRows",
4370
4525
  teletext_grid_control="teletextGridControl",
4371
4526
  x_position=123,
4372
4527
  y_position=123
@@ -4388,6 +4543,7 @@ class CfnChannel(
4388
4543
  check_type(argname="argument shadow_opacity", value=shadow_opacity, expected_type=type_hints["shadow_opacity"])
4389
4544
  check_type(argname="argument shadow_x_offset", value=shadow_x_offset, expected_type=type_hints["shadow_x_offset"])
4390
4545
  check_type(argname="argument shadow_y_offset", value=shadow_y_offset, expected_type=type_hints["shadow_y_offset"])
4546
+ check_type(argname="argument subtitle_rows", value=subtitle_rows, expected_type=type_hints["subtitle_rows"])
4391
4547
  check_type(argname="argument teletext_grid_control", value=teletext_grid_control, expected_type=type_hints["teletext_grid_control"])
4392
4548
  check_type(argname="argument x_position", value=x_position, expected_type=type_hints["x_position"])
4393
4549
  check_type(argname="argument y_position", value=y_position, expected_type=type_hints["y_position"])
@@ -4420,6 +4576,8 @@ class CfnChannel(
4420
4576
  self._values["shadow_x_offset"] = shadow_x_offset
4421
4577
  if shadow_y_offset is not None:
4422
4578
  self._values["shadow_y_offset"] = shadow_y_offset
4579
+ if subtitle_rows is not None:
4580
+ self._values["subtitle_rows"] = subtitle_rows
4423
4581
  if teletext_grid_control is not None:
4424
4582
  self._values["teletext_grid_control"] = teletext_grid_control
4425
4583
  if x_position is not None:
@@ -4583,6 +4741,14 @@ class CfnChannel(
4583
4741
  result = self._values.get("shadow_y_offset")
4584
4742
  return typing.cast(typing.Optional[jsii.Number], result)
4585
4743
 
4744
+ @builtins.property
4745
+ def subtitle_rows(self) -> typing.Optional[builtins.str]:
4746
+ '''
4747
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-subtitlerows
4748
+ '''
4749
+ result = self._values.get("subtitle_rows")
4750
+ return typing.cast(typing.Optional[builtins.str], result)
4751
+
4586
4752
  @builtins.property
4587
4753
  def teletext_grid_control(self) -> typing.Optional[builtins.str]:
4588
4754
  '''Controls whether a fixed grid size is used to generate the output subtitles bitmap.
@@ -4701,6 +4867,7 @@ class CfnChannel(
4701
4867
  shadow_opacity=123,
4702
4868
  shadow_xOffset=123,
4703
4869
  shadow_yOffset=123,
4870
+ subtitle_rows="subtitleRows",
4704
4871
  teletext_grid_control="teletextGridControl",
4705
4872
  x_position=123,
4706
4873
  y_position=123
@@ -4724,6 +4891,7 @@ class CfnChannel(
4724
4891
  shadow_opacity=123,
4725
4892
  shadow_xOffset=123,
4726
4893
  shadow_yOffset=123,
4894
+ subtitle_rows="subtitleRows",
4727
4895
  teletext_grid_control="teletextGridControl",
4728
4896
  x_position=123,
4729
4897
  y_position=123
@@ -4957,6 +5125,7 @@ class CfnChannel(
4957
5125
  shadow_opacity=123,
4958
5126
  shadow_xOffset=123,
4959
5127
  shadow_yOffset=123,
5128
+ subtitle_rows="subtitleRows",
4960
5129
  teletext_grid_control="teletextGridControl",
4961
5130
  x_position=123,
4962
5131
  y_position=123
@@ -4980,6 +5149,7 @@ class CfnChannel(
4980
5149
  shadow_opacity=123,
4981
5150
  shadow_xOffset=123,
4982
5151
  shadow_yOffset=123,
5152
+ subtitle_rows="subtitleRows",
4983
5153
  teletext_grid_control="teletextGridControl",
4984
5154
  x_position=123,
4985
5155
  y_position=123
@@ -5912,6 +6082,7 @@ class CfnChannel(
5912
6082
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.CmafIngestGroupSettingsProperty",
5913
6083
  jsii_struct_bases=[],
5914
6084
  name_mapping={
6085
+ "additional_destinations": "additionalDestinations",
5915
6086
  "caption_language_mappings": "captionLanguageMappings",
5916
6087
  "destination": "destination",
5917
6088
  "id3_behavior": "id3Behavior",
@@ -5934,6 +6105,7 @@ class CfnChannel(
5934
6105
  def __init__(
5935
6106
  self,
5936
6107
  *,
6108
+ additional_destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.AdditionalDestinationsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
5937
6109
  caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.CmafIngestCaptionLanguageMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
5938
6110
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputLocationRefProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
5939
6111
  id3_behavior: typing.Optional[builtins.str] = None,
@@ -5952,6 +6124,7 @@ class CfnChannel(
5952
6124
  timed_metadata_passthrough: typing.Optional[builtins.str] = None,
5953
6125
  ) -> None:
5954
6126
  '''
6127
+ :param additional_destinations:
5955
6128
  :param caption_language_mappings:
5956
6129
  :param destination:
5957
6130
  :param id3_behavior:
@@ -5979,6 +6152,11 @@ class CfnChannel(
5979
6152
  from aws_cdk import aws_medialive as medialive
5980
6153
 
5981
6154
  cmaf_ingest_group_settings_property = medialive.CfnChannel.CmafIngestGroupSettingsProperty(
6155
+ additional_destinations=[medialive.CfnChannel.AdditionalDestinationsProperty(
6156
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
6157
+ destination_ref_id="destinationRefId"
6158
+ )
6159
+ )],
5982
6160
  caption_language_mappings=[medialive.CfnChannel.CmafIngestCaptionLanguageMappingProperty(
5983
6161
  caption_channel=123,
5984
6162
  language_code="languageCode"
@@ -6004,6 +6182,7 @@ class CfnChannel(
6004
6182
  '''
6005
6183
  if __debug__:
6006
6184
  type_hints = typing.get_type_hints(_typecheckingstub__6fe9142b6885e8776c3e51af0733250a73fcd8e45bb4ec5f866206680352c7eb)
6185
+ check_type(argname="argument additional_destinations", value=additional_destinations, expected_type=type_hints["additional_destinations"])
6007
6186
  check_type(argname="argument caption_language_mappings", value=caption_language_mappings, expected_type=type_hints["caption_language_mappings"])
6008
6187
  check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
6009
6188
  check_type(argname="argument id3_behavior", value=id3_behavior, expected_type=type_hints["id3_behavior"])
@@ -6021,6 +6200,8 @@ class CfnChannel(
6021
6200
  check_type(argname="argument timed_metadata_id3_period", value=timed_metadata_id3_period, expected_type=type_hints["timed_metadata_id3_period"])
6022
6201
  check_type(argname="argument timed_metadata_passthrough", value=timed_metadata_passthrough, expected_type=type_hints["timed_metadata_passthrough"])
6023
6202
  self._values: typing.Dict[builtins.str, typing.Any] = {}
6203
+ if additional_destinations is not None:
6204
+ self._values["additional_destinations"] = additional_destinations
6024
6205
  if caption_language_mappings is not None:
6025
6206
  self._values["caption_language_mappings"] = caption_language_mappings
6026
6207
  if destination is not None:
@@ -6054,6 +6235,16 @@ class CfnChannel(
6054
6235
  if timed_metadata_passthrough is not None:
6055
6236
  self._values["timed_metadata_passthrough"] = timed_metadata_passthrough
6056
6237
 
6238
+ @builtins.property
6239
+ def additional_destinations(
6240
+ self,
6241
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.AdditionalDestinationsProperty"]]]]:
6242
+ '''
6243
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-additionaldestinations
6244
+ '''
6245
+ result = self._values.get("additional_destinations")
6246
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.AdditionalDestinationsProperty"]]]], result)
6247
+
6057
6248
  @builtins.property
6058
6249
  def caption_language_mappings(
6059
6250
  self,
@@ -6682,6 +6873,7 @@ class CfnChannel(
6682
6873
  "shadow_opacity": "shadowOpacity",
6683
6874
  "shadow_x_offset": "shadowXOffset",
6684
6875
  "shadow_y_offset": "shadowYOffset",
6876
+ "subtitle_rows": "subtitleRows",
6685
6877
  "teletext_grid_control": "teletextGridControl",
6686
6878
  "x_position": "xPosition",
6687
6879
  "y_position": "yPosition",
@@ -6705,6 +6897,7 @@ class CfnChannel(
6705
6897
  shadow_opacity: typing.Optional[jsii.Number] = None,
6706
6898
  shadow_x_offset: typing.Optional[jsii.Number] = None,
6707
6899
  shadow_y_offset: typing.Optional[jsii.Number] = None,
6900
+ subtitle_rows: typing.Optional[builtins.str] = None,
6708
6901
  teletext_grid_control: typing.Optional[builtins.str] = None,
6709
6902
  x_position: typing.Optional[jsii.Number] = None,
6710
6903
  y_position: typing.Optional[jsii.Number] = None,
@@ -6727,6 +6920,7 @@ class CfnChannel(
6727
6920
  :param shadow_opacity: Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
6728
6921
  :param shadow_x_offset: Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
6729
6922
  :param shadow_y_offset: Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
6923
+ :param subtitle_rows:
6730
6924
  :param teletext_grid_control: Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies to only Teletext inputs and DVB-Sub/Burn-in outputs.
6731
6925
  :param x_position: Specifies the horizontal position of the captions relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
6732
6926
  :param y_position: Specifies the vertical position of the captions relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
@@ -6759,6 +6953,7 @@ class CfnChannel(
6759
6953
  shadow_opacity=123,
6760
6954
  shadow_xOffset=123,
6761
6955
  shadow_yOffset=123,
6956
+ subtitle_rows="subtitleRows",
6762
6957
  teletext_grid_control="teletextGridControl",
6763
6958
  x_position=123,
6764
6959
  y_position=123
@@ -6780,6 +6975,7 @@ class CfnChannel(
6780
6975
  check_type(argname="argument shadow_opacity", value=shadow_opacity, expected_type=type_hints["shadow_opacity"])
6781
6976
  check_type(argname="argument shadow_x_offset", value=shadow_x_offset, expected_type=type_hints["shadow_x_offset"])
6782
6977
  check_type(argname="argument shadow_y_offset", value=shadow_y_offset, expected_type=type_hints["shadow_y_offset"])
6978
+ check_type(argname="argument subtitle_rows", value=subtitle_rows, expected_type=type_hints["subtitle_rows"])
6783
6979
  check_type(argname="argument teletext_grid_control", value=teletext_grid_control, expected_type=type_hints["teletext_grid_control"])
6784
6980
  check_type(argname="argument x_position", value=x_position, expected_type=type_hints["x_position"])
6785
6981
  check_type(argname="argument y_position", value=y_position, expected_type=type_hints["y_position"])
@@ -6812,6 +7008,8 @@ class CfnChannel(
6812
7008
  self._values["shadow_x_offset"] = shadow_x_offset
6813
7009
  if shadow_y_offset is not None:
6814
7010
  self._values["shadow_y_offset"] = shadow_y_offset
7011
+ if subtitle_rows is not None:
7012
+ self._values["subtitle_rows"] = subtitle_rows
6815
7013
  if teletext_grid_control is not None:
6816
7014
  self._values["teletext_grid_control"] = teletext_grid_control
6817
7015
  if x_position is not None:
@@ -6975,6 +7173,14 @@ class CfnChannel(
6975
7173
  result = self._values.get("shadow_y_offset")
6976
7174
  return typing.cast(typing.Optional[jsii.Number], result)
6977
7175
 
7176
+ @builtins.property
7177
+ def subtitle_rows(self) -> typing.Optional[builtins.str]:
7178
+ '''
7179
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-subtitlerows
7180
+ '''
7181
+ result = self._values.get("subtitle_rows")
7182
+ return typing.cast(typing.Optional[builtins.str], result)
7183
+
6978
7184
  @builtins.property
6979
7185
  def teletext_grid_control(self) -> typing.Optional[builtins.str]:
6980
7186
  '''Controls whether a fixed grid size is used to generate the output subtitles bitmap.
@@ -9706,6 +9912,7 @@ class CfnChannel(
9706
9912
  "level": "level",
9707
9913
  "look_ahead_rate_control": "lookAheadRateControl",
9708
9914
  "max_bitrate": "maxBitrate",
9915
+ "min_bitrate": "minBitrate",
9709
9916
  "min_i_interval": "minIInterval",
9710
9917
  "min_qp": "minQp",
9711
9918
  "num_ref_frames": "numRefFrames",
@@ -9755,6 +9962,7 @@ class CfnChannel(
9755
9962
  level: typing.Optional[builtins.str] = None,
9756
9963
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
9757
9964
  max_bitrate: typing.Optional[jsii.Number] = None,
9965
+ min_bitrate: typing.Optional[jsii.Number] = None,
9758
9966
  min_i_interval: typing.Optional[jsii.Number] = None,
9759
9967
  min_qp: typing.Optional[jsii.Number] = None,
9760
9968
  num_ref_frames: typing.Optional[jsii.Number] = None,
@@ -9803,6 +10011,7 @@ class CfnChannel(
9803
10011
  :param level: The H.264 level.
9804
10012
  :param look_ahead_rate_control: The amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
9805
10013
  :param max_bitrate: For QVBR: See the tooltip for Quality level. For VBR: Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
10014
+ :param min_bitrate:
9806
10015
  :param min_i_interval: Meaningful only if sceneChangeDetect is set to enabled. This setting enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting the I-interval. The normal cadence resumes for the next GOP. Note that the maximum GOP stretch = GOP size + Min-I-interval - 1.
9807
10016
  :param min_qp:
9808
10017
  :param num_ref_frames: The number of reference frames to use. The encoder might use more than requested if you use B-frames or interlaced encoding.
@@ -9870,6 +10079,7 @@ class CfnChannel(
9870
10079
  level="level",
9871
10080
  look_ahead_rate_control="lookAheadRateControl",
9872
10081
  max_bitrate=123,
10082
+ min_bitrate=123,
9873
10083
  min_iInterval=123,
9874
10084
  min_qp=123,
9875
10085
  num_ref_frames=123,
@@ -9921,6 +10131,7 @@ class CfnChannel(
9921
10131
  check_type(argname="argument level", value=level, expected_type=type_hints["level"])
9922
10132
  check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
9923
10133
  check_type(argname="argument max_bitrate", value=max_bitrate, expected_type=type_hints["max_bitrate"])
10134
+ check_type(argname="argument min_bitrate", value=min_bitrate, expected_type=type_hints["min_bitrate"])
9924
10135
  check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
9925
10136
  check_type(argname="argument min_qp", value=min_qp, expected_type=type_hints["min_qp"])
9926
10137
  check_type(argname="argument num_ref_frames", value=num_ref_frames, expected_type=type_hints["num_ref_frames"])
@@ -9988,6 +10199,8 @@ class CfnChannel(
9988
10199
  self._values["look_ahead_rate_control"] = look_ahead_rate_control
9989
10200
  if max_bitrate is not None:
9990
10201
  self._values["max_bitrate"] = max_bitrate
10202
+ if min_bitrate is not None:
10203
+ self._values["min_bitrate"] = min_bitrate
9991
10204
  if min_i_interval is not None:
9992
10205
  self._values["min_i_interval"] = min_i_interval
9993
10206
  if min_qp is not None:
@@ -10264,6 +10477,14 @@ class CfnChannel(
10264
10477
  result = self._values.get("max_bitrate")
10265
10478
  return typing.cast(typing.Optional[jsii.Number], result)
10266
10479
 
10480
+ @builtins.property
10481
+ def min_bitrate(self) -> typing.Optional[jsii.Number]:
10482
+ '''
10483
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-minbitrate
10484
+ '''
10485
+ result = self._values.get("min_bitrate")
10486
+ return typing.cast(typing.Optional[jsii.Number], result)
10487
+
10267
10488
  @builtins.property
10268
10489
  def min_i_interval(self) -> typing.Optional[jsii.Number]:
10269
10490
  '''Meaningful only if sceneChangeDetect is set to enabled.
@@ -10714,12 +10935,15 @@ class CfnChannel(
10714
10935
  "flicker_aq": "flickerAq",
10715
10936
  "framerate_denominator": "framerateDenominator",
10716
10937
  "framerate_numerator": "framerateNumerator",
10938
+ "gop_b_reference": "gopBReference",
10717
10939
  "gop_closed_cadence": "gopClosedCadence",
10940
+ "gop_num_b_frames": "gopNumBFrames",
10718
10941
  "gop_size": "gopSize",
10719
10942
  "gop_size_units": "gopSizeUnits",
10720
10943
  "level": "level",
10721
10944
  "look_ahead_rate_control": "lookAheadRateControl",
10722
10945
  "max_bitrate": "maxBitrate",
10946
+ "min_bitrate": "minBitrate",
10723
10947
  "min_i_interval": "minIInterval",
10724
10948
  "min_qp": "minQp",
10725
10949
  "mv_over_picture_boundaries": "mvOverPictureBoundaries",
@@ -10732,6 +10956,7 @@ class CfnChannel(
10732
10956
  "scan_type": "scanType",
10733
10957
  "scene_change_detect": "sceneChangeDetect",
10734
10958
  "slices": "slices",
10959
+ "subgop_length": "subgopLength",
10735
10960
  "tier": "tier",
10736
10961
  "tile_height": "tileHeight",
10737
10962
  "tile_padding": "tilePadding",
@@ -10758,12 +10983,15 @@ class CfnChannel(
10758
10983
  flicker_aq: typing.Optional[builtins.str] = None,
10759
10984
  framerate_denominator: typing.Optional[jsii.Number] = None,
10760
10985
  framerate_numerator: typing.Optional[jsii.Number] = None,
10986
+ gop_b_reference: typing.Optional[builtins.str] = None,
10761
10987
  gop_closed_cadence: typing.Optional[jsii.Number] = None,
10988
+ gop_num_b_frames: typing.Optional[jsii.Number] = None,
10762
10989
  gop_size: typing.Optional[jsii.Number] = None,
10763
10990
  gop_size_units: typing.Optional[builtins.str] = None,
10764
10991
  level: typing.Optional[builtins.str] = None,
10765
10992
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
10766
10993
  max_bitrate: typing.Optional[jsii.Number] = None,
10994
+ min_bitrate: typing.Optional[jsii.Number] = None,
10767
10995
  min_i_interval: typing.Optional[jsii.Number] = None,
10768
10996
  min_qp: typing.Optional[jsii.Number] = None,
10769
10997
  mv_over_picture_boundaries: typing.Optional[builtins.str] = None,
@@ -10776,6 +11004,7 @@ class CfnChannel(
10776
11004
  scan_type: typing.Optional[builtins.str] = None,
10777
11005
  scene_change_detect: typing.Optional[builtins.str] = None,
10778
11006
  slices: typing.Optional[jsii.Number] = None,
11007
+ subgop_length: typing.Optional[builtins.str] = None,
10779
11008
  tier: typing.Optional[builtins.str] = None,
10780
11009
  tile_height: typing.Optional[jsii.Number] = None,
10781
11010
  tile_padding: typing.Optional[builtins.str] = None,
@@ -10801,12 +11030,15 @@ class CfnChannel(
10801
11030
  :param flicker_aq: If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
10802
11031
  :param framerate_denominator: Framerate denominator.
10803
11032
  :param framerate_numerator: Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.
11033
+ :param gop_b_reference:
10804
11034
  :param gop_closed_cadence: Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
11035
+ :param gop_num_b_frames:
10805
11036
  :param gop_size: GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits. If gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1. If gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.
10806
11037
  :param gop_size_units: Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time.
10807
11038
  :param level: H.265 Level.
10808
11039
  :param look_ahead_rate_control: Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
10809
11040
  :param max_bitrate: For QVBR: See the tooltip for Quality level.
11041
+ :param min_bitrate:
10810
11042
  :param min_i_interval: Only meaningful if sceneChangeDetect is set to enabled. Defaults to 5 if multiplex rate control is used. Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
10811
11043
  :param min_qp:
10812
11044
  :param mv_over_picture_boundaries:
@@ -10819,6 +11051,7 @@ class CfnChannel(
10819
11051
  :param scan_type: Sets the scan type of the output to progressive or top-field-first interlaced.
10820
11052
  :param scene_change_detect: Scene change detection.
10821
11053
  :param slices: Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures. This field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.
11054
+ :param subgop_length:
10822
11055
  :param tier: H.265 Tier.
10823
11056
  :param tile_height:
10824
11057
  :param tile_padding:
@@ -10868,12 +11101,15 @@ class CfnChannel(
10868
11101
  flicker_aq="flickerAq",
10869
11102
  framerate_denominator=123,
10870
11103
  framerate_numerator=123,
11104
+ gop_bReference="gopBReference",
10871
11105
  gop_closed_cadence=123,
11106
+ gop_num_bFrames=123,
10872
11107
  gop_size=123,
10873
11108
  gop_size_units="gopSizeUnits",
10874
11109
  level="level",
10875
11110
  look_ahead_rate_control="lookAheadRateControl",
10876
11111
  max_bitrate=123,
11112
+ min_bitrate=123,
10877
11113
  min_iInterval=123,
10878
11114
  min_qp=123,
10879
11115
  mv_over_picture_boundaries="mvOverPictureBoundaries",
@@ -10886,6 +11122,7 @@ class CfnChannel(
10886
11122
  scan_type="scanType",
10887
11123
  scene_change_detect="sceneChangeDetect",
10888
11124
  slices=123,
11125
+ subgop_length="subgopLength",
10889
11126
  tier="tier",
10890
11127
  tile_height=123,
10891
11128
  tile_padding="tilePadding",
@@ -10914,12 +11151,15 @@ class CfnChannel(
10914
11151
  check_type(argname="argument flicker_aq", value=flicker_aq, expected_type=type_hints["flicker_aq"])
10915
11152
  check_type(argname="argument framerate_denominator", value=framerate_denominator, expected_type=type_hints["framerate_denominator"])
10916
11153
  check_type(argname="argument framerate_numerator", value=framerate_numerator, expected_type=type_hints["framerate_numerator"])
11154
+ check_type(argname="argument gop_b_reference", value=gop_b_reference, expected_type=type_hints["gop_b_reference"])
10917
11155
  check_type(argname="argument gop_closed_cadence", value=gop_closed_cadence, expected_type=type_hints["gop_closed_cadence"])
11156
+ check_type(argname="argument gop_num_b_frames", value=gop_num_b_frames, expected_type=type_hints["gop_num_b_frames"])
10918
11157
  check_type(argname="argument gop_size", value=gop_size, expected_type=type_hints["gop_size"])
10919
11158
  check_type(argname="argument gop_size_units", value=gop_size_units, expected_type=type_hints["gop_size_units"])
10920
11159
  check_type(argname="argument level", value=level, expected_type=type_hints["level"])
10921
11160
  check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
10922
11161
  check_type(argname="argument max_bitrate", value=max_bitrate, expected_type=type_hints["max_bitrate"])
11162
+ check_type(argname="argument min_bitrate", value=min_bitrate, expected_type=type_hints["min_bitrate"])
10923
11163
  check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
10924
11164
  check_type(argname="argument min_qp", value=min_qp, expected_type=type_hints["min_qp"])
10925
11165
  check_type(argname="argument mv_over_picture_boundaries", value=mv_over_picture_boundaries, expected_type=type_hints["mv_over_picture_boundaries"])
@@ -10932,6 +11172,7 @@ class CfnChannel(
10932
11172
  check_type(argname="argument scan_type", value=scan_type, expected_type=type_hints["scan_type"])
10933
11173
  check_type(argname="argument scene_change_detect", value=scene_change_detect, expected_type=type_hints["scene_change_detect"])
10934
11174
  check_type(argname="argument slices", value=slices, expected_type=type_hints["slices"])
11175
+ check_type(argname="argument subgop_length", value=subgop_length, expected_type=type_hints["subgop_length"])
10935
11176
  check_type(argname="argument tier", value=tier, expected_type=type_hints["tier"])
10936
11177
  check_type(argname="argument tile_height", value=tile_height, expected_type=type_hints["tile_height"])
10937
11178
  check_type(argname="argument tile_padding", value=tile_padding, expected_type=type_hints["tile_padding"])
@@ -10966,8 +11207,12 @@ class CfnChannel(
10966
11207
  self._values["framerate_denominator"] = framerate_denominator
10967
11208
  if framerate_numerator is not None:
10968
11209
  self._values["framerate_numerator"] = framerate_numerator
11210
+ if gop_b_reference is not None:
11211
+ self._values["gop_b_reference"] = gop_b_reference
10969
11212
  if gop_closed_cadence is not None:
10970
11213
  self._values["gop_closed_cadence"] = gop_closed_cadence
11214
+ if gop_num_b_frames is not None:
11215
+ self._values["gop_num_b_frames"] = gop_num_b_frames
10971
11216
  if gop_size is not None:
10972
11217
  self._values["gop_size"] = gop_size
10973
11218
  if gop_size_units is not None:
@@ -10978,6 +11223,8 @@ class CfnChannel(
10978
11223
  self._values["look_ahead_rate_control"] = look_ahead_rate_control
10979
11224
  if max_bitrate is not None:
10980
11225
  self._values["max_bitrate"] = max_bitrate
11226
+ if min_bitrate is not None:
11227
+ self._values["min_bitrate"] = min_bitrate
10981
11228
  if min_i_interval is not None:
10982
11229
  self._values["min_i_interval"] = min_i_interval
10983
11230
  if min_qp is not None:
@@ -11002,6 +11249,8 @@ class CfnChannel(
11002
11249
  self._values["scene_change_detect"] = scene_change_detect
11003
11250
  if slices is not None:
11004
11251
  self._values["slices"] = slices
11252
+ if subgop_length is not None:
11253
+ self._values["subgop_length"] = subgop_length
11005
11254
  if tier is not None:
11006
11255
  self._values["tier"] = tier
11007
11256
  if tile_height is not None:
@@ -11145,6 +11394,14 @@ class CfnChannel(
11145
11394
  result = self._values.get("framerate_numerator")
11146
11395
  return typing.cast(typing.Optional[jsii.Number], result)
11147
11396
 
11397
+ @builtins.property
11398
+ def gop_b_reference(self) -> typing.Optional[builtins.str]:
11399
+ '''
11400
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopbreference
11401
+ '''
11402
+ result = self._values.get("gop_b_reference")
11403
+ return typing.cast(typing.Optional[builtins.str], result)
11404
+
11148
11405
  @builtins.property
11149
11406
  def gop_closed_cadence(self) -> typing.Optional[jsii.Number]:
11150
11407
  '''Frequency of closed GOPs.
@@ -11156,6 +11413,14 @@ class CfnChannel(
11156
11413
  result = self._values.get("gop_closed_cadence")
11157
11414
  return typing.cast(typing.Optional[jsii.Number], result)
11158
11415
 
11416
+ @builtins.property
11417
+ def gop_num_b_frames(self) -> typing.Optional[jsii.Number]:
11418
+ '''
11419
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopnumbframes
11420
+ '''
11421
+ result = self._values.get("gop_num_b_frames")
11422
+ return typing.cast(typing.Optional[jsii.Number], result)
11423
+
11159
11424
  @builtins.property
11160
11425
  def gop_size(self) -> typing.Optional[jsii.Number]:
11161
11426
  '''GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
@@ -11208,6 +11473,14 @@ class CfnChannel(
11208
11473
  result = self._values.get("max_bitrate")
11209
11474
  return typing.cast(typing.Optional[jsii.Number], result)
11210
11475
 
11476
+ @builtins.property
11477
+ def min_bitrate(self) -> typing.Optional[jsii.Number]:
11478
+ '''
11479
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-minbitrate
11480
+ '''
11481
+ result = self._values.get("min_bitrate")
11482
+ return typing.cast(typing.Optional[jsii.Number], result)
11483
+
11211
11484
  @builtins.property
11212
11485
  def min_i_interval(self) -> typing.Optional[jsii.Number]:
11213
11486
  '''Only meaningful if sceneChangeDetect is set to enabled.
@@ -11330,6 +11603,14 @@ class CfnChannel(
11330
11603
  result = self._values.get("slices")
11331
11604
  return typing.cast(typing.Optional[jsii.Number], result)
11332
11605
 
11606
+ @builtins.property
11607
+ def subgop_length(self) -> typing.Optional[builtins.str]:
11608
+ '''
11609
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-subgoplength
11610
+ '''
11611
+ result = self._values.get("subgop_length")
11612
+ return typing.cast(typing.Optional[builtins.str], result)
11613
+
11333
11614
  @builtins.property
11334
11615
  def tier(self) -> typing.Optional[builtins.str]:
11335
11616
  '''H.265 Tier.
@@ -16018,19 +16299,24 @@ class CfnChannel(
16018
16299
  @jsii.data_type(
16019
16300
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MediaPackageGroupSettingsProperty",
16020
16301
  jsii_struct_bases=[],
16021
- name_mapping={"destination": "destination"},
16302
+ name_mapping={
16303
+ "destination": "destination",
16304
+ "mediapackage_v2_group_settings": "mediapackageV2GroupSettings",
16305
+ },
16022
16306
  )
16023
16307
  class MediaPackageGroupSettingsProperty:
16024
16308
  def __init__(
16025
16309
  self,
16026
16310
  *,
16027
16311
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputLocationRefProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
16312
+ mediapackage_v2_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MediaPackageV2GroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
16028
16313
  ) -> None:
16029
16314
  '''The settings for the MediaPackage group.
16030
16315
 
16031
16316
  The parent of this entity is OutputGroupSettings.
16032
16317
 
16033
16318
  :param destination: The MediaPackage channel destination.
16319
+ :param mediapackage_v2_group_settings:
16034
16320
 
16035
16321
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagegroupsettings.html
16036
16322
  :exampleMetadata: fixture=_generated
@@ -16044,15 +16330,34 @@ class CfnChannel(
16044
16330
  media_package_group_settings_property = medialive.CfnChannel.MediaPackageGroupSettingsProperty(
16045
16331
  destination=medialive.CfnChannel.OutputLocationRefProperty(
16046
16332
  destination_ref_id="destinationRefId"
16333
+ ),
16334
+ mediapackage_v2_group_settings=medialive.CfnChannel.MediaPackageV2GroupSettingsProperty(
16335
+ caption_language_mappings=[medialive.CfnChannel.CaptionLanguageMappingProperty(
16336
+ caption_channel=123,
16337
+ language_code="languageCode",
16338
+ language_description="languageDescription"
16339
+ )],
16340
+ id3_behavior="id3Behavior",
16341
+ klv_behavior="klvBehavior",
16342
+ nielsen_id3_behavior="nielsenId3Behavior",
16343
+ scte35_type="scte35Type",
16344
+ segment_length=123,
16345
+ segment_length_units="segmentLengthUnits",
16346
+ timed_metadata_id3_frame="timedMetadataId3Frame",
16347
+ timed_metadata_id3_period=123,
16348
+ timed_metadata_passthrough="timedMetadataPassthrough"
16047
16349
  )
16048
16350
  )
16049
16351
  '''
16050
16352
  if __debug__:
16051
16353
  type_hints = typing.get_type_hints(_typecheckingstub__85fb14a458ec20936e4659288aff4ca667c9931c1d403d6a189b9b390fa82420)
16052
16354
  check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
16355
+ check_type(argname="argument mediapackage_v2_group_settings", value=mediapackage_v2_group_settings, expected_type=type_hints["mediapackage_v2_group_settings"])
16053
16356
  self._values: typing.Dict[builtins.str, typing.Any] = {}
16054
16357
  if destination is not None:
16055
16358
  self._values["destination"] = destination
16359
+ if mediapackage_v2_group_settings is not None:
16360
+ self._values["mediapackage_v2_group_settings"] = mediapackage_v2_group_settings
16056
16361
 
16057
16362
  @builtins.property
16058
16363
  def destination(
@@ -16065,6 +16370,16 @@ class CfnChannel(
16065
16370
  result = self._values.get("destination")
16066
16371
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]], result)
16067
16372
 
16373
+ @builtins.property
16374
+ def mediapackage_v2_group_settings(
16375
+ self,
16376
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MediaPackageV2GroupSettingsProperty"]]:
16377
+ '''
16378
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagegroupsettings.html#cfn-medialive-channel-mediapackagegroupsettings-mediapackagev2groupsettings
16379
+ '''
16380
+ result = self._values.get("mediapackage_v2_group_settings")
16381
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MediaPackageV2GroupSettingsProperty"]], result)
16382
+
16068
16383
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
16069
16384
  return isinstance(rhs, self.__class__) and rhs._values == self._values
16070
16385
 
@@ -16170,11 +16485,22 @@ class CfnChannel(
16170
16485
  @jsii.data_type(
16171
16486
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MediaPackageOutputSettingsProperty",
16172
16487
  jsii_struct_bases=[],
16173
- name_mapping={},
16488
+ name_mapping={
16489
+ "media_package_v2_destination_settings": "mediaPackageV2DestinationSettings",
16490
+ },
16174
16491
  )
16175
16492
  class MediaPackageOutputSettingsProperty:
16176
- def __init__(self) -> None:
16177
- '''
16493
+ def __init__(
16494
+ self,
16495
+ *,
16496
+ media_package_v2_destination_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MediaPackageV2DestinationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
16497
+ ) -> None:
16498
+ '''The settings for a MediaPackage output.
16499
+
16500
+ The parent of this entity is OutputSettings.
16501
+
16502
+ :param media_package_v2_destination_settings:
16503
+
16178
16504
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputsettings.html
16179
16505
  :exampleMetadata: fixture=_generated
16180
16506
 
@@ -16184,9 +16510,31 @@ class CfnChannel(
16184
16510
  # The values are placeholders you should change.
16185
16511
  from aws_cdk import aws_medialive as medialive
16186
16512
 
16187
- media_package_output_settings_property = medialive.CfnChannel.MediaPackageOutputSettingsProperty()
16513
+ media_package_output_settings_property = medialive.CfnChannel.MediaPackageOutputSettingsProperty(
16514
+ media_package_v2_destination_settings=medialive.CfnChannel.MediaPackageV2DestinationSettingsProperty(
16515
+ audio_group_id="audioGroupId",
16516
+ audio_rendition_sets="audioRenditionSets",
16517
+ hls_auto_select="hlsAutoSelect",
16518
+ hls_default="hlsDefault"
16519
+ )
16520
+ )
16188
16521
  '''
16522
+ if __debug__:
16523
+ type_hints = typing.get_type_hints(_typecheckingstub__9761b0531c7dd9bf5b687d6f1f84caf60dcc2278f66da2452ed86fe3678b06f1)
16524
+ check_type(argname="argument media_package_v2_destination_settings", value=media_package_v2_destination_settings, expected_type=type_hints["media_package_v2_destination_settings"])
16189
16525
  self._values: typing.Dict[builtins.str, typing.Any] = {}
16526
+ if media_package_v2_destination_settings is not None:
16527
+ self._values["media_package_v2_destination_settings"] = media_package_v2_destination_settings
16528
+
16529
+ @builtins.property
16530
+ def media_package_v2_destination_settings(
16531
+ self,
16532
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MediaPackageV2DestinationSettingsProperty"]]:
16533
+ '''
16534
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputsettings.html#cfn-medialive-channel-mediapackageoutputsettings-mediapackagev2destinationsettings
16535
+ '''
16536
+ result = self._values.get("media_package_v2_destination_settings")
16537
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MediaPackageV2DestinationSettingsProperty"]], result)
16190
16538
 
16191
16539
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
16192
16540
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -16199,6 +16547,302 @@ class CfnChannel(
16199
16547
  k + "=" + repr(v) for k, v in self._values.items()
16200
16548
  )
16201
16549
 
16550
+ @jsii.data_type(
16551
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MediaPackageV2DestinationSettingsProperty",
16552
+ jsii_struct_bases=[],
16553
+ name_mapping={
16554
+ "audio_group_id": "audioGroupId",
16555
+ "audio_rendition_sets": "audioRenditionSets",
16556
+ "hls_auto_select": "hlsAutoSelect",
16557
+ "hls_default": "hlsDefault",
16558
+ },
16559
+ )
16560
+ class MediaPackageV2DestinationSettingsProperty:
16561
+ def __init__(
16562
+ self,
16563
+ *,
16564
+ audio_group_id: typing.Optional[builtins.str] = None,
16565
+ audio_rendition_sets: typing.Optional[builtins.str] = None,
16566
+ hls_auto_select: typing.Optional[builtins.str] = None,
16567
+ hls_default: typing.Optional[builtins.str] = None,
16568
+ ) -> None:
16569
+ '''
16570
+ :param audio_group_id:
16571
+ :param audio_rendition_sets:
16572
+ :param hls_auto_select:
16573
+ :param hls_default:
16574
+
16575
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html
16576
+ :exampleMetadata: fixture=_generated
16577
+
16578
+ Example::
16579
+
16580
+ # The code below shows an example of how to instantiate this type.
16581
+ # The values are placeholders you should change.
16582
+ from aws_cdk import aws_medialive as medialive
16583
+
16584
+ media_package_v2_destination_settings_property = medialive.CfnChannel.MediaPackageV2DestinationSettingsProperty(
16585
+ audio_group_id="audioGroupId",
16586
+ audio_rendition_sets="audioRenditionSets",
16587
+ hls_auto_select="hlsAutoSelect",
16588
+ hls_default="hlsDefault"
16589
+ )
16590
+ '''
16591
+ if __debug__:
16592
+ type_hints = typing.get_type_hints(_typecheckingstub__f3d603bf777a51fcd4a655ef17dcc1a5fa66a4fa5fe69e9918522175dc22316e)
16593
+ check_type(argname="argument audio_group_id", value=audio_group_id, expected_type=type_hints["audio_group_id"])
16594
+ check_type(argname="argument audio_rendition_sets", value=audio_rendition_sets, expected_type=type_hints["audio_rendition_sets"])
16595
+ check_type(argname="argument hls_auto_select", value=hls_auto_select, expected_type=type_hints["hls_auto_select"])
16596
+ check_type(argname="argument hls_default", value=hls_default, expected_type=type_hints["hls_default"])
16597
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
16598
+ if audio_group_id is not None:
16599
+ self._values["audio_group_id"] = audio_group_id
16600
+ if audio_rendition_sets is not None:
16601
+ self._values["audio_rendition_sets"] = audio_rendition_sets
16602
+ if hls_auto_select is not None:
16603
+ self._values["hls_auto_select"] = hls_auto_select
16604
+ if hls_default is not None:
16605
+ self._values["hls_default"] = hls_default
16606
+
16607
+ @builtins.property
16608
+ def audio_group_id(self) -> typing.Optional[builtins.str]:
16609
+ '''
16610
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html#cfn-medialive-channel-mediapackagev2destinationsettings-audiogroupid
16611
+ '''
16612
+ result = self._values.get("audio_group_id")
16613
+ return typing.cast(typing.Optional[builtins.str], result)
16614
+
16615
+ @builtins.property
16616
+ def audio_rendition_sets(self) -> typing.Optional[builtins.str]:
16617
+ '''
16618
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html#cfn-medialive-channel-mediapackagev2destinationsettings-audiorenditionsets
16619
+ '''
16620
+ result = self._values.get("audio_rendition_sets")
16621
+ return typing.cast(typing.Optional[builtins.str], result)
16622
+
16623
+ @builtins.property
16624
+ def hls_auto_select(self) -> typing.Optional[builtins.str]:
16625
+ '''
16626
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html#cfn-medialive-channel-mediapackagev2destinationsettings-hlsautoselect
16627
+ '''
16628
+ result = self._values.get("hls_auto_select")
16629
+ return typing.cast(typing.Optional[builtins.str], result)
16630
+
16631
+ @builtins.property
16632
+ def hls_default(self) -> typing.Optional[builtins.str]:
16633
+ '''
16634
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html#cfn-medialive-channel-mediapackagev2destinationsettings-hlsdefault
16635
+ '''
16636
+ result = self._values.get("hls_default")
16637
+ return typing.cast(typing.Optional[builtins.str], result)
16638
+
16639
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
16640
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
16641
+
16642
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
16643
+ return not (rhs == self)
16644
+
16645
+ def __repr__(self) -> str:
16646
+ return "MediaPackageV2DestinationSettingsProperty(%s)" % ", ".join(
16647
+ k + "=" + repr(v) for k, v in self._values.items()
16648
+ )
16649
+
16650
+ @jsii.data_type(
16651
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MediaPackageV2GroupSettingsProperty",
16652
+ jsii_struct_bases=[],
16653
+ name_mapping={
16654
+ "caption_language_mappings": "captionLanguageMappings",
16655
+ "id3_behavior": "id3Behavior",
16656
+ "klv_behavior": "klvBehavior",
16657
+ "nielsen_id3_behavior": "nielsenId3Behavior",
16658
+ "scte35_type": "scte35Type",
16659
+ "segment_length": "segmentLength",
16660
+ "segment_length_units": "segmentLengthUnits",
16661
+ "timed_metadata_id3_frame": "timedMetadataId3Frame",
16662
+ "timed_metadata_id3_period": "timedMetadataId3Period",
16663
+ "timed_metadata_passthrough": "timedMetadataPassthrough",
16664
+ },
16665
+ )
16666
+ class MediaPackageV2GroupSettingsProperty:
16667
+ def __init__(
16668
+ self,
16669
+ *,
16670
+ caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.CaptionLanguageMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
16671
+ id3_behavior: typing.Optional[builtins.str] = None,
16672
+ klv_behavior: typing.Optional[builtins.str] = None,
16673
+ nielsen_id3_behavior: typing.Optional[builtins.str] = None,
16674
+ scte35_type: typing.Optional[builtins.str] = None,
16675
+ segment_length: typing.Optional[jsii.Number] = None,
16676
+ segment_length_units: typing.Optional[builtins.str] = None,
16677
+ timed_metadata_id3_frame: typing.Optional[builtins.str] = None,
16678
+ timed_metadata_id3_period: typing.Optional[jsii.Number] = None,
16679
+ timed_metadata_passthrough: typing.Optional[builtins.str] = None,
16680
+ ) -> None:
16681
+ '''
16682
+ :param caption_language_mappings:
16683
+ :param id3_behavior:
16684
+ :param klv_behavior:
16685
+ :param nielsen_id3_behavior:
16686
+ :param scte35_type:
16687
+ :param segment_length:
16688
+ :param segment_length_units:
16689
+ :param timed_metadata_id3_frame:
16690
+ :param timed_metadata_id3_period:
16691
+ :param timed_metadata_passthrough:
16692
+
16693
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html
16694
+ :exampleMetadata: fixture=_generated
16695
+
16696
+ Example::
16697
+
16698
+ # The code below shows an example of how to instantiate this type.
16699
+ # The values are placeholders you should change.
16700
+ from aws_cdk import aws_medialive as medialive
16701
+
16702
+ media_package_v2_group_settings_property = medialive.CfnChannel.MediaPackageV2GroupSettingsProperty(
16703
+ caption_language_mappings=[medialive.CfnChannel.CaptionLanguageMappingProperty(
16704
+ caption_channel=123,
16705
+ language_code="languageCode",
16706
+ language_description="languageDescription"
16707
+ )],
16708
+ id3_behavior="id3Behavior",
16709
+ klv_behavior="klvBehavior",
16710
+ nielsen_id3_behavior="nielsenId3Behavior",
16711
+ scte35_type="scte35Type",
16712
+ segment_length=123,
16713
+ segment_length_units="segmentLengthUnits",
16714
+ timed_metadata_id3_frame="timedMetadataId3Frame",
16715
+ timed_metadata_id3_period=123,
16716
+ timed_metadata_passthrough="timedMetadataPassthrough"
16717
+ )
16718
+ '''
16719
+ if __debug__:
16720
+ type_hints = typing.get_type_hints(_typecheckingstub__8189ecb41c1c07836a410e8f437062328cb6483c38d02ea4abcb3be57ed148e4)
16721
+ check_type(argname="argument caption_language_mappings", value=caption_language_mappings, expected_type=type_hints["caption_language_mappings"])
16722
+ check_type(argname="argument id3_behavior", value=id3_behavior, expected_type=type_hints["id3_behavior"])
16723
+ check_type(argname="argument klv_behavior", value=klv_behavior, expected_type=type_hints["klv_behavior"])
16724
+ check_type(argname="argument nielsen_id3_behavior", value=nielsen_id3_behavior, expected_type=type_hints["nielsen_id3_behavior"])
16725
+ check_type(argname="argument scte35_type", value=scte35_type, expected_type=type_hints["scte35_type"])
16726
+ check_type(argname="argument segment_length", value=segment_length, expected_type=type_hints["segment_length"])
16727
+ check_type(argname="argument segment_length_units", value=segment_length_units, expected_type=type_hints["segment_length_units"])
16728
+ check_type(argname="argument timed_metadata_id3_frame", value=timed_metadata_id3_frame, expected_type=type_hints["timed_metadata_id3_frame"])
16729
+ check_type(argname="argument timed_metadata_id3_period", value=timed_metadata_id3_period, expected_type=type_hints["timed_metadata_id3_period"])
16730
+ check_type(argname="argument timed_metadata_passthrough", value=timed_metadata_passthrough, expected_type=type_hints["timed_metadata_passthrough"])
16731
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
16732
+ if caption_language_mappings is not None:
16733
+ self._values["caption_language_mappings"] = caption_language_mappings
16734
+ if id3_behavior is not None:
16735
+ self._values["id3_behavior"] = id3_behavior
16736
+ if klv_behavior is not None:
16737
+ self._values["klv_behavior"] = klv_behavior
16738
+ if nielsen_id3_behavior is not None:
16739
+ self._values["nielsen_id3_behavior"] = nielsen_id3_behavior
16740
+ if scte35_type is not None:
16741
+ self._values["scte35_type"] = scte35_type
16742
+ if segment_length is not None:
16743
+ self._values["segment_length"] = segment_length
16744
+ if segment_length_units is not None:
16745
+ self._values["segment_length_units"] = segment_length_units
16746
+ if timed_metadata_id3_frame is not None:
16747
+ self._values["timed_metadata_id3_frame"] = timed_metadata_id3_frame
16748
+ if timed_metadata_id3_period is not None:
16749
+ self._values["timed_metadata_id3_period"] = timed_metadata_id3_period
16750
+ if timed_metadata_passthrough is not None:
16751
+ self._values["timed_metadata_passthrough"] = timed_metadata_passthrough
16752
+
16753
+ @builtins.property
16754
+ def caption_language_mappings(
16755
+ self,
16756
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.CaptionLanguageMappingProperty"]]]]:
16757
+ '''
16758
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-captionlanguagemappings
16759
+ '''
16760
+ result = self._values.get("caption_language_mappings")
16761
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.CaptionLanguageMappingProperty"]]]], result)
16762
+
16763
+ @builtins.property
16764
+ def id3_behavior(self) -> typing.Optional[builtins.str]:
16765
+ '''
16766
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-id3behavior
16767
+ '''
16768
+ result = self._values.get("id3_behavior")
16769
+ return typing.cast(typing.Optional[builtins.str], result)
16770
+
16771
+ @builtins.property
16772
+ def klv_behavior(self) -> typing.Optional[builtins.str]:
16773
+ '''
16774
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-klvbehavior
16775
+ '''
16776
+ result = self._values.get("klv_behavior")
16777
+ return typing.cast(typing.Optional[builtins.str], result)
16778
+
16779
+ @builtins.property
16780
+ def nielsen_id3_behavior(self) -> typing.Optional[builtins.str]:
16781
+ '''
16782
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-nielsenid3behavior
16783
+ '''
16784
+ result = self._values.get("nielsen_id3_behavior")
16785
+ return typing.cast(typing.Optional[builtins.str], result)
16786
+
16787
+ @builtins.property
16788
+ def scte35_type(self) -> typing.Optional[builtins.str]:
16789
+ '''
16790
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-scte35type
16791
+ '''
16792
+ result = self._values.get("scte35_type")
16793
+ return typing.cast(typing.Optional[builtins.str], result)
16794
+
16795
+ @builtins.property
16796
+ def segment_length(self) -> typing.Optional[jsii.Number]:
16797
+ '''
16798
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-segmentlength
16799
+ '''
16800
+ result = self._values.get("segment_length")
16801
+ return typing.cast(typing.Optional[jsii.Number], result)
16802
+
16803
+ @builtins.property
16804
+ def segment_length_units(self) -> typing.Optional[builtins.str]:
16805
+ '''
16806
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-segmentlengthunits
16807
+ '''
16808
+ result = self._values.get("segment_length_units")
16809
+ return typing.cast(typing.Optional[builtins.str], result)
16810
+
16811
+ @builtins.property
16812
+ def timed_metadata_id3_frame(self) -> typing.Optional[builtins.str]:
16813
+ '''
16814
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3frame
16815
+ '''
16816
+ result = self._values.get("timed_metadata_id3_frame")
16817
+ return typing.cast(typing.Optional[builtins.str], result)
16818
+
16819
+ @builtins.property
16820
+ def timed_metadata_id3_period(self) -> typing.Optional[jsii.Number]:
16821
+ '''
16822
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3period
16823
+ '''
16824
+ result = self._values.get("timed_metadata_id3_period")
16825
+ return typing.cast(typing.Optional[jsii.Number], result)
16826
+
16827
+ @builtins.property
16828
+ def timed_metadata_passthrough(self) -> typing.Optional[builtins.str]:
16829
+ '''
16830
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadatapassthrough
16831
+ '''
16832
+ result = self._values.get("timed_metadata_passthrough")
16833
+ return typing.cast(typing.Optional[builtins.str], result)
16834
+
16835
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
16836
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
16837
+
16838
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
16839
+ return not (rhs == self)
16840
+
16841
+ def __repr__(self) -> str:
16842
+ return "MediaPackageV2GroupSettingsProperty(%s)" % ", ".join(
16843
+ k + "=" + repr(v) for k, v in self._values.items()
16844
+ )
16845
+
16202
16846
  @jsii.data_type(
16203
16847
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MotionGraphicsConfigurationProperty",
16204
16848
  jsii_struct_bases=[],
@@ -18781,6 +19425,11 @@ class CfnChannel(
18781
19425
  rollover_interval=123
18782
19426
  ),
18783
19427
  cmaf_ingest_group_settings=medialive.CfnChannel.CmafIngestGroupSettingsProperty(
19428
+ additional_destinations=[medialive.CfnChannel.AdditionalDestinationsProperty(
19429
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
19430
+ destination_ref_id="destinationRefId"
19431
+ )
19432
+ )],
18784
19433
  caption_language_mappings=[medialive.CfnChannel.CmafIngestCaptionLanguageMappingProperty(
18785
19434
  caption_channel=123,
18786
19435
  language_code="languageCode"
@@ -18909,6 +19558,22 @@ class CfnChannel(
18909
19558
  media_package_group_settings=medialive.CfnChannel.MediaPackageGroupSettingsProperty(
18910
19559
  destination=medialive.CfnChannel.OutputLocationRefProperty(
18911
19560
  destination_ref_id="destinationRefId"
19561
+ ),
19562
+ mediapackage_v2_group_settings=medialive.CfnChannel.MediaPackageV2GroupSettingsProperty(
19563
+ caption_language_mappings=[medialive.CfnChannel.CaptionLanguageMappingProperty(
19564
+ caption_channel=123,
19565
+ language_code="languageCode",
19566
+ language_description="languageDescription"
19567
+ )],
19568
+ id3_behavior="id3Behavior",
19569
+ klv_behavior="klvBehavior",
19570
+ nielsen_id3_behavior="nielsenId3Behavior",
19571
+ scte35_type="scte35Type",
19572
+ segment_length=123,
19573
+ segment_length_units="segmentLengthUnits",
19574
+ timed_metadata_id3_frame="timedMetadataId3Frame",
19575
+ timed_metadata_id3_period=123,
19576
+ timed_metadata_passthrough="timedMetadataPassthrough"
18912
19577
  )
18913
19578
  ),
18914
19579
  ms_smooth_group_settings=medialive.CfnChannel.MsSmoothGroupSettingsProperty(
@@ -19410,7 +20075,14 @@ class CfnChannel(
19410
20075
  name_modifier="nameModifier",
19411
20076
  segment_modifier="segmentModifier"
19412
20077
  ),
19413
- media_package_output_settings=medialive.CfnChannel.MediaPackageOutputSettingsProperty(),
20078
+ media_package_output_settings=medialive.CfnChannel.MediaPackageOutputSettingsProperty(
20079
+ media_package_v2_destination_settings=medialive.CfnChannel.MediaPackageV2DestinationSettingsProperty(
20080
+ audio_group_id="audioGroupId",
20081
+ audio_rendition_sets="audioRenditionSets",
20082
+ hls_auto_select="hlsAutoSelect",
20083
+ hls_default="hlsDefault"
20084
+ )
20085
+ ),
19414
20086
  ms_smooth_output_settings=medialive.CfnChannel.MsSmoothOutputSettingsProperty(
19415
20087
  h265_packaging_type="h265PackagingType",
19416
20088
  name_modifier="nameModifier"
@@ -19851,7 +20523,14 @@ class CfnChannel(
19851
20523
  name_modifier="nameModifier",
19852
20524
  segment_modifier="segmentModifier"
19853
20525
  ),
19854
- media_package_output_settings=medialive.CfnChannel.MediaPackageOutputSettingsProperty(),
20526
+ media_package_output_settings=medialive.CfnChannel.MediaPackageOutputSettingsProperty(
20527
+ media_package_v2_destination_settings=medialive.CfnChannel.MediaPackageV2DestinationSettingsProperty(
20528
+ audio_group_id="audioGroupId",
20529
+ audio_rendition_sets="audioRenditionSets",
20530
+ hls_auto_select="hlsAutoSelect",
20531
+ hls_default="hlsDefault"
20532
+ )
20533
+ ),
19855
20534
  ms_smooth_output_settings=medialive.CfnChannel.MsSmoothOutputSettingsProperty(
19856
20535
  h265_packaging_type="h265PackagingType",
19857
20536
  name_modifier="nameModifier"
@@ -22687,6 +23366,7 @@ class CfnChannel(
22687
23366
  level="level",
22688
23367
  look_ahead_rate_control="lookAheadRateControl",
22689
23368
  max_bitrate=123,
23369
+ min_bitrate=123,
22690
23370
  min_iInterval=123,
22691
23371
  par_denominator=123,
22692
23372
  par_numerator=123,
@@ -22745,6 +23425,7 @@ class CfnChannel(
22745
23425
  level="level",
22746
23426
  look_ahead_rate_control="lookAheadRateControl",
22747
23427
  max_bitrate=123,
23428
+ min_bitrate=123,
22748
23429
  min_iInterval=123,
22749
23430
  min_qp=123,
22750
23431
  num_ref_frames=123,
@@ -22802,12 +23483,15 @@ class CfnChannel(
22802
23483
  flicker_aq="flickerAq",
22803
23484
  framerate_denominator=123,
22804
23485
  framerate_numerator=123,
23486
+ gop_bReference="gopBReference",
22805
23487
  gop_closed_cadence=123,
23488
+ gop_num_bFrames=123,
22806
23489
  gop_size=123,
22807
23490
  gop_size_units="gopSizeUnits",
22808
23491
  level="level",
22809
23492
  look_ahead_rate_control="lookAheadRateControl",
22810
23493
  max_bitrate=123,
23494
+ min_bitrate=123,
22811
23495
  min_iInterval=123,
22812
23496
  min_qp=123,
22813
23497
  mv_over_picture_boundaries="mvOverPictureBoundaries",
@@ -22820,6 +23504,7 @@ class CfnChannel(
22820
23504
  scan_type="scanType",
22821
23505
  scene_change_detect="sceneChangeDetect",
22822
23506
  slices=123,
23507
+ subgop_length="subgopLength",
22823
23508
  tier="tier",
22824
23509
  tile_height=123,
22825
23510
  tile_padding="tilePadding",
@@ -23019,6 +23704,7 @@ class CfnChannel(
23019
23704
  level="level",
23020
23705
  look_ahead_rate_control="lookAheadRateControl",
23021
23706
  max_bitrate=123,
23707
+ min_bitrate=123,
23022
23708
  min_iInterval=123,
23023
23709
  par_denominator=123,
23024
23710
  par_numerator=123,
@@ -23077,6 +23763,7 @@ class CfnChannel(
23077
23763
  level="level",
23078
23764
  look_ahead_rate_control="lookAheadRateControl",
23079
23765
  max_bitrate=123,
23766
+ min_bitrate=123,
23080
23767
  min_iInterval=123,
23081
23768
  min_qp=123,
23082
23769
  num_ref_frames=123,
@@ -23134,12 +23821,15 @@ class CfnChannel(
23134
23821
  flicker_aq="flickerAq",
23135
23822
  framerate_denominator=123,
23136
23823
  framerate_numerator=123,
23824
+ gop_bReference="gopBReference",
23137
23825
  gop_closed_cadence=123,
23826
+ gop_num_bFrames=123,
23138
23827
  gop_size=123,
23139
23828
  gop_size_units="gopSizeUnits",
23140
23829
  level="level",
23141
23830
  look_ahead_rate_control="lookAheadRateControl",
23142
23831
  max_bitrate=123,
23832
+ min_bitrate=123,
23143
23833
  min_iInterval=123,
23144
23834
  min_qp=123,
23145
23835
  mv_over_picture_boundaries="mvOverPictureBoundaries",
@@ -23152,6 +23842,7 @@ class CfnChannel(
23152
23842
  scan_type="scanType",
23153
23843
  scene_change_detect="sceneChangeDetect",
23154
23844
  slices=123,
23845
+ subgop_length="subgopLength",
23155
23846
  tier="tier",
23156
23847
  tile_height=123,
23157
23848
  tile_padding="tilePadding",
@@ -23946,7 +24637,7 @@ class CfnChannel(
23946
24637
  )
23947
24638
 
23948
24639
 
23949
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
24640
+ @jsii.implements(_IInspectable_c2943556, _IChannelPlacementGroupRef_838b020d, _ITaggableV2_4e6798f8)
23950
24641
  class CfnChannelPlacementGroup(
23951
24642
  _CfnResource_9df397a6,
23952
24643
  metaclass=jsii.JSIIMeta,
@@ -23985,7 +24676,8 @@ class CfnChannelPlacementGroup(
23985
24676
  nodes: typing.Optional[typing.Sequence[builtins.str]] = None,
23986
24677
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
23987
24678
  ) -> None:
23988
- '''
24679
+ '''Create a new ``AWS::MediaLive::ChannelPlacementGroup``.
24680
+
23989
24681
  :param scope: Scope in which this resource is defined.
23990
24682
  :param id: Construct identifier for this resource (unique in its scope).
23991
24683
  :param cluster_id: The ID of the cluster the node is on.
@@ -24080,6 +24772,12 @@ class CfnChannelPlacementGroup(
24080
24772
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
24081
24773
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
24082
24774
 
24775
+ @builtins.property
24776
+ @jsii.member(jsii_name="channelPlacementGroupRef")
24777
+ def channel_placement_group_ref(self) -> _ChannelPlacementGroupReference_35fe6396:
24778
+ '''A reference to a ChannelPlacementGroup resource.'''
24779
+ return typing.cast(_ChannelPlacementGroupReference_35fe6396, jsii.get(self, "channelPlacementGroupRef"))
24780
+
24083
24781
  @builtins.property
24084
24782
  @jsii.member(jsii_name="clusterId")
24085
24783
  def cluster_id(self) -> typing.Optional[builtins.str]:
@@ -24531,7 +25229,7 @@ class CfnChannelProps:
24531
25229
  )
24532
25230
 
24533
25231
 
24534
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
25232
+ @jsii.implements(_IInspectable_c2943556, _ICloudWatchAlarmTemplateRef_3ddb27d9, _ITaggableV2_4e6798f8)
24535
25233
  class CfnCloudWatchAlarmTemplate(
24536
25234
  _CfnResource_9df397a6,
24537
25235
  metaclass=jsii.JSIIMeta,
@@ -24589,7 +25287,8 @@ class CfnCloudWatchAlarmTemplate(
24589
25287
  group_identifier: typing.Optional[builtins.str] = None,
24590
25288
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
24591
25289
  ) -> None:
24592
- '''
25290
+ '''Create a new ``AWS::MediaLive::CloudWatchAlarmTemplate``.
25291
+
24593
25292
  :param scope: Scope in which this resource is defined.
24594
25293
  :param id: Construct identifier for this resource (unique in its scope).
24595
25294
  :param comparison_operator: The comparison operator used to compare the specified statistic and the threshold.
@@ -24726,6 +25425,14 @@ class CfnCloudWatchAlarmTemplate(
24726
25425
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
24727
25426
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
24728
25427
 
25428
+ @builtins.property
25429
+ @jsii.member(jsii_name="cloudWatchAlarmTemplateRef")
25430
+ def cloud_watch_alarm_template_ref(
25431
+ self,
25432
+ ) -> _CloudWatchAlarmTemplateReference_630afd4a:
25433
+ '''A reference to a CloudWatchAlarmTemplate resource.'''
25434
+ return typing.cast(_CloudWatchAlarmTemplateReference_630afd4a, jsii.get(self, "cloudWatchAlarmTemplateRef"))
25435
+
24729
25436
  @builtins.property
24730
25437
  @jsii.member(jsii_name="comparisonOperator")
24731
25438
  def comparison_operator(self) -> builtins.str:
@@ -24899,7 +25606,7 @@ class CfnCloudWatchAlarmTemplate(
24899
25606
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
24900
25607
 
24901
25608
 
24902
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
25609
+ @jsii.implements(_IInspectable_c2943556, _ICloudWatchAlarmTemplateGroupRef_4c344bee, _ITaggableV2_4e6798f8)
24903
25610
  class CfnCloudWatchAlarmTemplateGroup(
24904
25611
  _CfnResource_9df397a6,
24905
25612
  metaclass=jsii.JSIIMeta,
@@ -24937,7 +25644,8 @@ class CfnCloudWatchAlarmTemplateGroup(
24937
25644
  description: typing.Optional[builtins.str] = None,
24938
25645
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
24939
25646
  ) -> None:
24940
- '''
25647
+ '''Create a new ``AWS::MediaLive::CloudWatchAlarmTemplateGroup``.
25648
+
24941
25649
  :param scope: Scope in which this resource is defined.
24942
25650
  :param id: Construct identifier for this resource (unique in its scope).
24943
25651
  :param name: A resource's name. Names must be unique within the scope of a resource type in a specific region.
@@ -25041,6 +25749,14 @@ class CfnCloudWatchAlarmTemplateGroup(
25041
25749
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
25042
25750
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
25043
25751
 
25752
+ @builtins.property
25753
+ @jsii.member(jsii_name="cloudWatchAlarmTemplateGroupRef")
25754
+ def cloud_watch_alarm_template_group_ref(
25755
+ self,
25756
+ ) -> _CloudWatchAlarmTemplateGroupReference_c63f8d18:
25757
+ '''A reference to a CloudWatchAlarmTemplateGroup resource.'''
25758
+ return typing.cast(_CloudWatchAlarmTemplateGroupReference_c63f8d18, jsii.get(self, "cloudWatchAlarmTemplateGroupRef"))
25759
+
25044
25760
  @builtins.property
25045
25761
  @jsii.member(jsii_name="name")
25046
25762
  def name(self) -> builtins.str:
@@ -25446,7 +26162,7 @@ class CfnCloudWatchAlarmTemplateProps:
25446
26162
  )
25447
26163
 
25448
26164
 
25449
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
26165
+ @jsii.implements(_IInspectable_c2943556, _IClusterRef_5854fbe7, _ITaggableV2_4e6798f8)
25450
26166
  class CfnCluster(
25451
26167
  _CfnResource_9df397a6,
25452
26168
  metaclass=jsii.JSIIMeta,
@@ -25493,7 +26209,8 @@ class CfnCluster(
25493
26209
  network_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.ClusterNetworkSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
25494
26210
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
25495
26211
  ) -> None:
25496
- '''
26212
+ '''Create a new ``AWS::MediaLive::Cluster``.
26213
+
25497
26214
  :param scope: Scope in which this resource is defined.
25498
26215
  :param id: Construct identifier for this resource (unique in its scope).
25499
26216
  :param cluster_type: The hardware type for the cluster.
@@ -25516,6 +26233,48 @@ class CfnCluster(
25516
26233
 
25517
26234
  jsii.create(self.__class__, self, [scope, id, props])
25518
26235
 
26236
+ @jsii.member(jsii_name="fromClusterArn")
26237
+ @builtins.classmethod
26238
+ def from_cluster_arn(
26239
+ cls,
26240
+ scope: _constructs_77d1e7e8.Construct,
26241
+ id: builtins.str,
26242
+ arn: builtins.str,
26243
+ ) -> _IClusterRef_5854fbe7:
26244
+ '''Creates a new IClusterRef from an ARN.
26245
+
26246
+ :param scope: -
26247
+ :param id: -
26248
+ :param arn: -
26249
+ '''
26250
+ if __debug__:
26251
+ type_hints = typing.get_type_hints(_typecheckingstub__3ace674eb5f9971088c58b6909f16da7a9f745cf84d2bb76adc43523af315735)
26252
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
26253
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
26254
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
26255
+ return typing.cast(_IClusterRef_5854fbe7, jsii.sinvoke(cls, "fromClusterArn", [scope, id, arn]))
26256
+
26257
+ @jsii.member(jsii_name="fromClusterId")
26258
+ @builtins.classmethod
26259
+ def from_cluster_id(
26260
+ cls,
26261
+ scope: _constructs_77d1e7e8.Construct,
26262
+ id: builtins.str,
26263
+ cluster_id: builtins.str,
26264
+ ) -> _IClusterRef_5854fbe7:
26265
+ '''Creates a new IClusterRef from a clusterId.
26266
+
26267
+ :param scope: -
26268
+ :param id: -
26269
+ :param cluster_id: -
26270
+ '''
26271
+ if __debug__:
26272
+ type_hints = typing.get_type_hints(_typecheckingstub__370028181a698f0b673da9554bdec75f95f22731d956423079518e13772bd902)
26273
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
26274
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
26275
+ check_type(argname="argument cluster_id", value=cluster_id, expected_type=type_hints["cluster_id"])
26276
+ return typing.cast(_IClusterRef_5854fbe7, jsii.sinvoke(cls, "fromClusterId", [scope, id, cluster_id]))
26277
+
25519
26278
  @jsii.member(jsii_name="inspect")
25520
26279
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
25521
26280
  '''Examines the CloudFormation resource and discloses attributes.
@@ -25593,6 +26352,12 @@ class CfnCluster(
25593
26352
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
25594
26353
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
25595
26354
 
26355
+ @builtins.property
26356
+ @jsii.member(jsii_name="clusterRef")
26357
+ def cluster_ref(self) -> _ClusterReference_4df32298:
26358
+ '''A reference to a Cluster resource.'''
26359
+ return typing.cast(_ClusterReference_4df32298, jsii.get(self, "clusterRef"))
26360
+
25596
26361
  @builtins.property
25597
26362
  @jsii.member(jsii_name="clusterType")
25598
26363
  def cluster_type(self) -> typing.Optional[builtins.str]:
@@ -25948,7 +26713,7 @@ class CfnClusterProps:
25948
26713
  )
25949
26714
 
25950
26715
 
25951
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
26716
+ @jsii.implements(_IInspectable_c2943556, _IEventBridgeRuleTemplateRef_93336a40, _ITaggableV2_4e6798f8)
25952
26717
  class CfnEventBridgeRuleTemplate(
25953
26718
  _CfnResource_9df397a6,
25954
26719
  metaclass=jsii.JSIIMeta,
@@ -25994,7 +26759,8 @@ class CfnEventBridgeRuleTemplate(
25994
26759
  group_identifier: typing.Optional[builtins.str] = None,
25995
26760
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
25996
26761
  ) -> None:
25997
- '''
26762
+ '''Create a new ``AWS::MediaLive::EventBridgeRuleTemplate``.
26763
+
25998
26764
  :param scope: Scope in which this resource is defined.
25999
26765
  :param id: Construct identifier for this resource (unique in its scope).
26000
26766
  :param event_type: The type of event to match with the rule.
@@ -26118,6 +26884,14 @@ class CfnEventBridgeRuleTemplate(
26118
26884
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
26119
26885
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
26120
26886
 
26887
+ @builtins.property
26888
+ @jsii.member(jsii_name="eventBridgeRuleTemplateRef")
26889
+ def event_bridge_rule_template_ref(
26890
+ self,
26891
+ ) -> _EventBridgeRuleTemplateReference_9050adf5:
26892
+ '''A reference to a EventBridgeRuleTemplate resource.'''
26893
+ return typing.cast(_EventBridgeRuleTemplateReference_9050adf5, jsii.get(self, "eventBridgeRuleTemplateRef"))
26894
+
26121
26895
  @builtins.property
26122
26896
  @jsii.member(jsii_name="eventType")
26123
26897
  def event_type(self) -> builtins.str:
@@ -26257,7 +27031,7 @@ class CfnEventBridgeRuleTemplate(
26257
27031
  )
26258
27032
 
26259
27033
 
26260
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
27034
+ @jsii.implements(_IInspectable_c2943556, _IEventBridgeRuleTemplateGroupRef_f450a1e3, _ITaggableV2_4e6798f8)
26261
27035
  class CfnEventBridgeRuleTemplateGroup(
26262
27036
  _CfnResource_9df397a6,
26263
27037
  metaclass=jsii.JSIIMeta,
@@ -26295,7 +27069,8 @@ class CfnEventBridgeRuleTemplateGroup(
26295
27069
  description: typing.Optional[builtins.str] = None,
26296
27070
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
26297
27071
  ) -> None:
26298
- '''
27072
+ '''Create a new ``AWS::MediaLive::EventBridgeRuleTemplateGroup``.
27073
+
26299
27074
  :param scope: Scope in which this resource is defined.
26300
27075
  :param id: Construct identifier for this resource (unique in its scope).
26301
27076
  :param name: A resource's name. Names must be unique within the scope of a resource type in a specific region.
@@ -26399,6 +27174,14 @@ class CfnEventBridgeRuleTemplateGroup(
26399
27174
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
26400
27175
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
26401
27176
 
27177
+ @builtins.property
27178
+ @jsii.member(jsii_name="eventBridgeRuleTemplateGroupRef")
27179
+ def event_bridge_rule_template_group_ref(
27180
+ self,
27181
+ ) -> _EventBridgeRuleTemplateGroupReference_e4516a88:
27182
+ '''A reference to a EventBridgeRuleTemplateGroup resource.'''
27183
+ return typing.cast(_EventBridgeRuleTemplateGroupReference_e4516a88, jsii.get(self, "eventBridgeRuleTemplateGroupRef"))
27184
+
26402
27185
  @builtins.property
26403
27186
  @jsii.member(jsii_name="name")
26404
27187
  def name(self) -> builtins.str:
@@ -26686,7 +27469,7 @@ class CfnEventBridgeRuleTemplateProps:
26686
27469
  )
26687
27470
 
26688
27471
 
26689
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
27472
+ @jsii.implements(_IInspectable_c2943556, _IInputRef_78838789, _ITaggable_36806126)
26690
27473
  class CfnInput(
26691
27474
  _CfnResource_9df397a6,
26692
27475
  metaclass=jsii.JSIIMeta,
@@ -26800,7 +27583,8 @@ class CfnInput(
26800
27583
  type: typing.Optional[builtins.str] = None,
26801
27584
  vpc: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputVpcRequestProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
26802
27585
  ) -> None:
26803
- '''
27586
+ '''Create a new ``AWS::MediaLive::Input``.
27587
+
26804
27588
  :param scope: Scope in which this resource is defined.
26805
27589
  :param id: Construct identifier for this resource (unique in its scope).
26806
27590
  :param destinations: Settings that apply only if the input is a push type of input.
@@ -26843,6 +27627,48 @@ class CfnInput(
26843
27627
 
26844
27628
  jsii.create(self.__class__, self, [scope, id, props])
26845
27629
 
27630
+ @jsii.member(jsii_name="fromInputArn")
27631
+ @builtins.classmethod
27632
+ def from_input_arn(
27633
+ cls,
27634
+ scope: _constructs_77d1e7e8.Construct,
27635
+ id: builtins.str,
27636
+ arn: builtins.str,
27637
+ ) -> _IInputRef_78838789:
27638
+ '''Creates a new IInputRef from an ARN.
27639
+
27640
+ :param scope: -
27641
+ :param id: -
27642
+ :param arn: -
27643
+ '''
27644
+ if __debug__:
27645
+ type_hints = typing.get_type_hints(_typecheckingstub__86eaf44b588030c80007f0bc46931e3339f5a52855c099197b6caf381a6e060e)
27646
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
27647
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
27648
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
27649
+ return typing.cast(_IInputRef_78838789, jsii.sinvoke(cls, "fromInputArn", [scope, id, arn]))
27650
+
27651
+ @jsii.member(jsii_name="fromInputId")
27652
+ @builtins.classmethod
27653
+ def from_input_id(
27654
+ cls,
27655
+ scope: _constructs_77d1e7e8.Construct,
27656
+ id: builtins.str,
27657
+ input_id: builtins.str,
27658
+ ) -> _IInputRef_78838789:
27659
+ '''Creates a new IInputRef from a inputId.
27660
+
27661
+ :param scope: -
27662
+ :param id: -
27663
+ :param input_id: -
27664
+ '''
27665
+ if __debug__:
27666
+ type_hints = typing.get_type_hints(_typecheckingstub__8316fecd2510b6badfb48fb39122584af592100ba3f5280544b677db7cb76bb9)
27667
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
27668
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
27669
+ check_type(argname="argument input_id", value=input_id, expected_type=type_hints["input_id"])
27670
+ return typing.cast(_IInputRef_78838789, jsii.sinvoke(cls, "fromInputId", [scope, id, input_id]))
27671
+
26846
27672
  @jsii.member(jsii_name="inspect")
26847
27673
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
26848
27674
  '''Examines the CloudFormation resource and discloses attributes.
@@ -26920,6 +27746,12 @@ class CfnInput(
26920
27746
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
26921
27747
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
26922
27748
 
27749
+ @builtins.property
27750
+ @jsii.member(jsii_name="inputRef")
27751
+ def input_ref(self) -> _InputReference_719c752b:
27752
+ '''A reference to a Input resource.'''
27753
+ return typing.cast(_InputReference_719c752b, jsii.get(self, "inputRef"))
27754
+
26923
27755
  @builtins.property
26924
27756
  @jsii.member(jsii_name="tags")
26925
27757
  def tags(self) -> _TagManager_0a598cb3:
@@ -28700,7 +29532,7 @@ class CfnInputProps:
28700
29532
  )
28701
29533
 
28702
29534
 
28703
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
29535
+ @jsii.implements(_IInspectable_c2943556, _IInputSecurityGroupRef_0986c1df, _ITaggable_36806126)
28704
29536
  class CfnInputSecurityGroup(
28705
29537
  _CfnResource_9df397a6,
28706
29538
  metaclass=jsii.JSIIMeta,
@@ -28738,7 +29570,8 @@ class CfnInputSecurityGroup(
28738
29570
  tags: typing.Any = None,
28739
29571
  whitelist_rules: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInputSecurityGroup.InputWhitelistRuleCidrProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
28740
29572
  ) -> None:
28741
- '''
29573
+ '''Create a new ``AWS::MediaLive::InputSecurityGroup``.
29574
+
28742
29575
  :param scope: Scope in which this resource is defined.
28743
29576
  :param id: Construct identifier for this resource (unique in its scope).
28744
29577
  :param tags: A collection of tags for this input security group. Each tag is a key-value pair.
@@ -28752,6 +29585,48 @@ class CfnInputSecurityGroup(
28752
29585
 
28753
29586
  jsii.create(self.__class__, self, [scope, id, props])
28754
29587
 
29588
+ @jsii.member(jsii_name="fromInputSecurityGroupArn")
29589
+ @builtins.classmethod
29590
+ def from_input_security_group_arn(
29591
+ cls,
29592
+ scope: _constructs_77d1e7e8.Construct,
29593
+ id: builtins.str,
29594
+ arn: builtins.str,
29595
+ ) -> _IInputSecurityGroupRef_0986c1df:
29596
+ '''Creates a new IInputSecurityGroupRef from an ARN.
29597
+
29598
+ :param scope: -
29599
+ :param id: -
29600
+ :param arn: -
29601
+ '''
29602
+ if __debug__:
29603
+ type_hints = typing.get_type_hints(_typecheckingstub__4bd4383749cc94ae807145e9ecbbe23a985dccee4195bd0a767b69b9bb87f3ca)
29604
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29605
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29606
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
29607
+ return typing.cast(_IInputSecurityGroupRef_0986c1df, jsii.sinvoke(cls, "fromInputSecurityGroupArn", [scope, id, arn]))
29608
+
29609
+ @jsii.member(jsii_name="fromInputSecurityGroupId")
29610
+ @builtins.classmethod
29611
+ def from_input_security_group_id(
29612
+ cls,
29613
+ scope: _constructs_77d1e7e8.Construct,
29614
+ id: builtins.str,
29615
+ input_security_group_id: builtins.str,
29616
+ ) -> _IInputSecurityGroupRef_0986c1df:
29617
+ '''Creates a new IInputSecurityGroupRef from a inputSecurityGroupId.
29618
+
29619
+ :param scope: -
29620
+ :param id: -
29621
+ :param input_security_group_id: -
29622
+ '''
29623
+ if __debug__:
29624
+ type_hints = typing.get_type_hints(_typecheckingstub__8bfd301f40f6b27720dff328316eae238352bfedaadfbaa30fd7d995e635d634)
29625
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29626
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29627
+ check_type(argname="argument input_security_group_id", value=input_security_group_id, expected_type=type_hints["input_security_group_id"])
29628
+ return typing.cast(_IInputSecurityGroupRef_0986c1df, jsii.sinvoke(cls, "fromInputSecurityGroupId", [scope, id, input_security_group_id]))
29629
+
28755
29630
  @jsii.member(jsii_name="inspect")
28756
29631
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
28757
29632
  '''Examines the CloudFormation resource and discloses attributes.
@@ -28807,6 +29682,12 @@ class CfnInputSecurityGroup(
28807
29682
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
28808
29683
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
28809
29684
 
29685
+ @builtins.property
29686
+ @jsii.member(jsii_name="inputSecurityGroupRef")
29687
+ def input_security_group_ref(self) -> _InputSecurityGroupReference_35336458:
29688
+ '''A reference to a InputSecurityGroup resource.'''
29689
+ return typing.cast(_InputSecurityGroupReference_35336458, jsii.get(self, "inputSecurityGroupRef"))
29690
+
28810
29691
  @builtins.property
28811
29692
  @jsii.member(jsii_name="tags")
28812
29693
  def tags(self) -> _TagManager_0a598cb3:
@@ -28977,7 +29858,7 @@ class CfnInputSecurityGroupProps:
28977
29858
  )
28978
29859
 
28979
29860
 
28980
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
29861
+ @jsii.implements(_IInspectable_c2943556, _IMultiplexRef_8fc558d0, _ITaggableV2_4e6798f8)
28981
29862
  class CfnMultiplex(
28982
29863
  _CfnResource_9df397a6,
28983
29864
  metaclass=jsii.JSIIMeta,
@@ -29031,7 +29912,8 @@ class CfnMultiplex(
29031
29912
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMultiplex.MultiplexOutputDestinationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
29032
29913
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
29033
29914
  ) -> None:
29034
- '''
29915
+ '''Create a new ``AWS::MediaLive::Multiplex``.
29916
+
29035
29917
  :param scope: Scope in which this resource is defined.
29036
29918
  :param id: Construct identifier for this resource (unique in its scope).
29037
29919
  :param availability_zones: A list of availability zones for the multiplex.
@@ -29054,6 +29936,48 @@ class CfnMultiplex(
29054
29936
 
29055
29937
  jsii.create(self.__class__, self, [scope, id, props])
29056
29938
 
29939
+ @jsii.member(jsii_name="fromMultiplexArn")
29940
+ @builtins.classmethod
29941
+ def from_multiplex_arn(
29942
+ cls,
29943
+ scope: _constructs_77d1e7e8.Construct,
29944
+ id: builtins.str,
29945
+ arn: builtins.str,
29946
+ ) -> _IMultiplexRef_8fc558d0:
29947
+ '''Creates a new IMultiplexRef from an ARN.
29948
+
29949
+ :param scope: -
29950
+ :param id: -
29951
+ :param arn: -
29952
+ '''
29953
+ if __debug__:
29954
+ type_hints = typing.get_type_hints(_typecheckingstub__b0255c8c208f27c1043881f29c322aae6006b38f1e9653a10b50844699e65041)
29955
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29956
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29957
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
29958
+ return typing.cast(_IMultiplexRef_8fc558d0, jsii.sinvoke(cls, "fromMultiplexArn", [scope, id, arn]))
29959
+
29960
+ @jsii.member(jsii_name="fromMultiplexId")
29961
+ @builtins.classmethod
29962
+ def from_multiplex_id(
29963
+ cls,
29964
+ scope: _constructs_77d1e7e8.Construct,
29965
+ id: builtins.str,
29966
+ multiplex_id: builtins.str,
29967
+ ) -> _IMultiplexRef_8fc558d0:
29968
+ '''Creates a new IMultiplexRef from a multiplexId.
29969
+
29970
+ :param scope: -
29971
+ :param id: -
29972
+ :param multiplex_id: -
29973
+ '''
29974
+ if __debug__:
29975
+ type_hints = typing.get_type_hints(_typecheckingstub__f0b4f1475c2d2609961966c00f209761ff867ee2ad0f09101d4841b50b81ddfe)
29976
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29977
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29978
+ check_type(argname="argument multiplex_id", value=multiplex_id, expected_type=type_hints["multiplex_id"])
29979
+ return typing.cast(_IMultiplexRef_8fc558d0, jsii.sinvoke(cls, "fromMultiplexId", [scope, id, multiplex_id]))
29980
+
29057
29981
  @jsii.member(jsii_name="inspect")
29058
29982
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
29059
29983
  '''Examines the CloudFormation resource and discloses attributes.
@@ -29140,6 +30064,12 @@ class CfnMultiplex(
29140
30064
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
29141
30065
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
29142
30066
 
30067
+ @builtins.property
30068
+ @jsii.member(jsii_name="multiplexRef")
30069
+ def multiplex_ref(self) -> _MultiplexReference_05176fd7:
30070
+ '''A reference to a Multiplex resource.'''
30071
+ return typing.cast(_MultiplexReference_05176fd7, jsii.get(self, "multiplexRef"))
30072
+
29143
30073
  @builtins.property
29144
30074
  @jsii.member(jsii_name="availabilityZones")
29145
30075
  def availability_zones(self) -> typing.List[builtins.str]:
@@ -29585,7 +30515,7 @@ class CfnMultiplexProps:
29585
30515
  )
29586
30516
 
29587
30517
 
29588
- @jsii.implements(_IInspectable_c2943556)
30518
+ @jsii.implements(_IInspectable_c2943556, _IMultiplexprogramRef_efafb5b7)
29589
30519
  class CfnMultiplexprogram(
29590
30520
  _CfnResource_9df397a6,
29591
30521
  metaclass=jsii.JSIIMeta,
@@ -29659,7 +30589,8 @@ class CfnMultiplexprogram(
29659
30589
  preferred_channel_pipeline: typing.Optional[builtins.str] = None,
29660
30590
  program_name: typing.Optional[builtins.str] = None,
29661
30591
  ) -> None:
29662
- '''
30592
+ '''Create a new ``AWS::MediaLive::Multiplexprogram``.
30593
+
29663
30594
  :param scope: Scope in which this resource is defined.
29664
30595
  :param id: Construct identifier for this resource (unique in its scope).
29665
30596
  :param multiplex_id: The unique id of the multiplex.
@@ -29728,6 +30659,12 @@ class CfnMultiplexprogram(
29728
30659
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
29729
30660
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
29730
30661
 
30662
+ @builtins.property
30663
+ @jsii.member(jsii_name="multiplexprogramRef")
30664
+ def multiplexprogram_ref(self) -> _MultiplexprogramReference_9c8b3c6d:
30665
+ '''A reference to a Multiplexprogram resource.'''
30666
+ return typing.cast(_MultiplexprogramReference_9c8b3c6d, jsii.get(self, "multiplexprogramRef"))
30667
+
29731
30668
  @builtins.property
29732
30669
  @jsii.member(jsii_name="multiplexId")
29733
30670
  def multiplex_id(self) -> typing.Optional[builtins.str]:
@@ -30691,7 +31628,7 @@ class CfnMultiplexprogramProps:
30691
31628
  )
30692
31629
 
30693
31630
 
30694
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
31631
+ @jsii.implements(_IInspectable_c2943556, _INetworkRef_08b06309, _ITaggableV2_4e6798f8)
30695
31632
  class CfnNetwork(
30696
31633
  _CfnResource_9df397a6,
30697
31634
  metaclass=jsii.JSIIMeta,
@@ -30737,7 +31674,8 @@ class CfnNetwork(
30737
31674
  routes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnNetwork.RouteProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
30738
31675
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
30739
31676
  ) -> None:
30740
- '''
31677
+ '''Create a new ``AWS::MediaLive::Network``.
31678
+
30741
31679
  :param scope: Scope in which this resource is defined.
30742
31680
  :param id: Construct identifier for this resource (unique in its scope).
30743
31681
  :param ip_pools: The list of IP address cidr pools for the network.
@@ -30753,6 +31691,48 @@ class CfnNetwork(
30753
31691
 
30754
31692
  jsii.create(self.__class__, self, [scope, id, props])
30755
31693
 
31694
+ @jsii.member(jsii_name="fromNetworkArn")
31695
+ @builtins.classmethod
31696
+ def from_network_arn(
31697
+ cls,
31698
+ scope: _constructs_77d1e7e8.Construct,
31699
+ id: builtins.str,
31700
+ arn: builtins.str,
31701
+ ) -> _INetworkRef_08b06309:
31702
+ '''Creates a new INetworkRef from an ARN.
31703
+
31704
+ :param scope: -
31705
+ :param id: -
31706
+ :param arn: -
31707
+ '''
31708
+ if __debug__:
31709
+ type_hints = typing.get_type_hints(_typecheckingstub__6e9ca7d5b36bf5cf572e225f6d2e7d610fac144debb04f2b697b0b4c10d2fcc0)
31710
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31711
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31712
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
31713
+ return typing.cast(_INetworkRef_08b06309, jsii.sinvoke(cls, "fromNetworkArn", [scope, id, arn]))
31714
+
31715
+ @jsii.member(jsii_name="fromNetworkId")
31716
+ @builtins.classmethod
31717
+ def from_network_id(
31718
+ cls,
31719
+ scope: _constructs_77d1e7e8.Construct,
31720
+ id: builtins.str,
31721
+ network_id: builtins.str,
31722
+ ) -> _INetworkRef_08b06309:
31723
+ '''Creates a new INetworkRef from a networkId.
31724
+
31725
+ :param scope: -
31726
+ :param id: -
31727
+ :param network_id: -
31728
+ '''
31729
+ if __debug__:
31730
+ type_hints = typing.get_type_hints(_typecheckingstub__f09001a20f04eefe74200d88c2a9b4166d00bb7f7db83d92f55b287b5136dc3a)
31731
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31732
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31733
+ check_type(argname="argument network_id", value=network_id, expected_type=type_hints["network_id"])
31734
+ return typing.cast(_INetworkRef_08b06309, jsii.sinvoke(cls, "fromNetworkId", [scope, id, network_id]))
31735
+
30756
31736
  @jsii.member(jsii_name="inspect")
30757
31737
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
30758
31738
  '''Examines the CloudFormation resource and discloses attributes.
@@ -30828,6 +31808,12 @@ class CfnNetwork(
30828
31808
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
30829
31809
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
30830
31810
 
31811
+ @builtins.property
31812
+ @jsii.member(jsii_name="networkRef")
31813
+ def network_ref(self) -> _NetworkReference_9bd2fbf1:
31814
+ '''A reference to a Network resource.'''
31815
+ return typing.cast(_NetworkReference_9bd2fbf1, jsii.get(self, "networkRef"))
31816
+
30831
31817
  @builtins.property
30832
31818
  @jsii.member(jsii_name="ipPools")
30833
31819
  def ip_pools(
@@ -31132,7 +32118,7 @@ class CfnNetworkProps:
31132
32118
  )
31133
32119
 
31134
32120
 
31135
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
32121
+ @jsii.implements(_IInspectable_c2943556, _ISdiSourceRef_7d27da12, _ITaggableV2_4e6798f8)
31136
32122
  class CfnSdiSource(
31137
32123
  _CfnResource_9df397a6,
31138
32124
  metaclass=jsii.JSIIMeta,
@@ -31173,7 +32159,8 @@ class CfnSdiSource(
31173
32159
  mode: typing.Optional[builtins.str] = None,
31174
32160
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
31175
32161
  ) -> None:
31176
- '''
32162
+ '''Create a new ``AWS::MediaLive::SdiSource``.
32163
+
31177
32164
  :param scope: Scope in which this resource is defined.
31178
32165
  :param id: Construct identifier for this resource (unique in its scope).
31179
32166
  :param name: The name of the SdiSource.
@@ -31189,6 +32176,48 @@ class CfnSdiSource(
31189
32176
 
31190
32177
  jsii.create(self.__class__, self, [scope, id, props])
31191
32178
 
32179
+ @jsii.member(jsii_name="fromSdiSourceArn")
32180
+ @builtins.classmethod
32181
+ def from_sdi_source_arn(
32182
+ cls,
32183
+ scope: _constructs_77d1e7e8.Construct,
32184
+ id: builtins.str,
32185
+ arn: builtins.str,
32186
+ ) -> _ISdiSourceRef_7d27da12:
32187
+ '''Creates a new ISdiSourceRef from an ARN.
32188
+
32189
+ :param scope: -
32190
+ :param id: -
32191
+ :param arn: -
32192
+ '''
32193
+ if __debug__:
32194
+ type_hints = typing.get_type_hints(_typecheckingstub__10b9a95d9535e3031ed288f7d5c017b2dcdbc73abecc8c358ef4eac9ddee7d05)
32195
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
32196
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
32197
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
32198
+ return typing.cast(_ISdiSourceRef_7d27da12, jsii.sinvoke(cls, "fromSdiSourceArn", [scope, id, arn]))
32199
+
32200
+ @jsii.member(jsii_name="fromSdiSourceId")
32201
+ @builtins.classmethod
32202
+ def from_sdi_source_id(
32203
+ cls,
32204
+ scope: _constructs_77d1e7e8.Construct,
32205
+ id: builtins.str,
32206
+ sdi_source_id: builtins.str,
32207
+ ) -> _ISdiSourceRef_7d27da12:
32208
+ '''Creates a new ISdiSourceRef from a sdiSourceId.
32209
+
32210
+ :param scope: -
32211
+ :param id: -
32212
+ :param sdi_source_id: -
32213
+ '''
32214
+ if __debug__:
32215
+ type_hints = typing.get_type_hints(_typecheckingstub__3975b7f77d52b9257092c0ac7c1b47dded95096832ea9dcaf6c2e22ada85a234)
32216
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
32217
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
32218
+ check_type(argname="argument sdi_source_id", value=sdi_source_id, expected_type=type_hints["sdi_source_id"])
32219
+ return typing.cast(_ISdiSourceRef_7d27da12, jsii.sinvoke(cls, "fromSdiSourceId", [scope, id, sdi_source_id]))
32220
+
31192
32221
  @jsii.member(jsii_name="inspect")
31193
32222
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
31194
32223
  '''Examines the CloudFormation resource and discloses attributes.
@@ -31266,6 +32295,12 @@ class CfnSdiSource(
31266
32295
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
31267
32296
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
31268
32297
 
32298
+ @builtins.property
32299
+ @jsii.member(jsii_name="sdiSourceRef")
32300
+ def sdi_source_ref(self) -> _SdiSourceReference_5c2d3018:
32301
+ '''A reference to a SdiSource resource.'''
32302
+ return typing.cast(_SdiSourceReference_5c2d3018, jsii.get(self, "sdiSourceRef"))
32303
+
31269
32304
  @builtins.property
31270
32305
  @jsii.member(jsii_name="name")
31271
32306
  def name(self) -> builtins.str:
@@ -31426,7 +32461,7 @@ class CfnSdiSourceProps:
31426
32461
  )
31427
32462
 
31428
32463
 
31429
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
32464
+ @jsii.implements(_IInspectable_c2943556, _ISignalMapRef_8f1d7eee, _ITaggableV2_4e6798f8)
31430
32465
  class CfnSignalMap(
31431
32466
  _CfnResource_9df397a6,
31432
32467
  metaclass=jsii.JSIIMeta,
@@ -31472,7 +32507,8 @@ class CfnSignalMap(
31472
32507
  force_rediscovery: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
31473
32508
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
31474
32509
  ) -> None:
31475
- '''
32510
+ '''Create a new ``AWS::MediaLive::SignalMap``.
32511
+
31476
32512
  :param scope: Scope in which this resource is defined.
31477
32513
  :param id: Construct identifier for this resource (unique in its scope).
31478
32514
  :param discovery_entry_point_arn: A top-level supported Amazon Web Services resource ARN to discover a signal map from.
@@ -31674,6 +32710,12 @@ class CfnSignalMap(
31674
32710
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
31675
32711
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
31676
32712
 
32713
+ @builtins.property
32714
+ @jsii.member(jsii_name="signalMapRef")
32715
+ def signal_map_ref(self) -> _SignalMapReference_e4433d8b:
32716
+ '''A reference to a SignalMap resource.'''
32717
+ return typing.cast(_SignalMapReference_e4433d8b, jsii.get(self, "signalMapRef"))
32718
+
31677
32719
  @builtins.property
31678
32720
  @jsii.member(jsii_name="discoveryEntryPointArn")
31679
32721
  def discovery_entry_point_arn(self) -> builtins.str:
@@ -32347,6 +33389,22 @@ def _typecheckingstub__0060427de31049849d0b954eb2d8f1219de8b4f8164b94cdfa32d6ef2
32347
33389
  """Type checking stubs"""
32348
33390
  pass
32349
33391
 
33392
+ def _typecheckingstub__6d2f95218f9095cece7aeb9099434b20ee1d3edda5afb64ec302ef4c5b93c0e5(
33393
+ scope: _constructs_77d1e7e8.Construct,
33394
+ id: builtins.str,
33395
+ arn: builtins.str,
33396
+ ) -> None:
33397
+ """Type checking stubs"""
33398
+ pass
33399
+
33400
+ def _typecheckingstub__d6b1d9b196e9144183daa21c67b901e170d335ffd5f6d15fb2f36229b0ece372(
33401
+ scope: _constructs_77d1e7e8.Construct,
33402
+ id: builtins.str,
33403
+ channel_id: builtins.str,
33404
+ ) -> None:
33405
+ """Type checking stubs"""
33406
+ pass
33407
+
32350
33408
  def _typecheckingstub__77a53567e403f0822cadccac18299e5972848433b11cc62dd610a87f360b29e7(
32351
33409
  inspector: _TreeInspector_488e0dd5,
32352
33410
  ) -> None:
@@ -32478,6 +33536,13 @@ def _typecheckingstub__3438fa867f11ff502b4fa54f1dd5270220ccbbc83de4185add8ae06b3
32478
33536
  """Type checking stubs"""
32479
33537
  pass
32480
33538
 
33539
+ def _typecheckingstub__f35ce75f1f33941348d85275d7dc5d6c728631bea4d0fc0ad49a7bc029ddce29(
33540
+ *,
33541
+ destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputLocationRefProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33542
+ ) -> None:
33543
+ """Type checking stubs"""
33544
+ pass
33545
+
32481
33546
  def _typecheckingstub__8192630f40f6883538117cc4351df30d49295a7620ea561657270b4feacaf984(
32482
33547
  *,
32483
33548
  source_ancillary_channel_number: typing.Optional[jsii.Number] = None,
@@ -32704,6 +33769,7 @@ def _typecheckingstub__1911156090a37730cd16cc0d13076f448f8b192dca9427883cf77e884
32704
33769
  level: typing.Optional[builtins.str] = None,
32705
33770
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
32706
33771
  max_bitrate: typing.Optional[jsii.Number] = None,
33772
+ min_bitrate: typing.Optional[jsii.Number] = None,
32707
33773
  min_i_interval: typing.Optional[jsii.Number] = None,
32708
33774
  par_denominator: typing.Optional[jsii.Number] = None,
32709
33775
  par_numerator: typing.Optional[jsii.Number] = None,
@@ -32775,6 +33841,7 @@ def _typecheckingstub__33dec7d6f1bff74983258afde73011d8330c6183129c52e7873c9573a
32775
33841
  shadow_opacity: typing.Optional[jsii.Number] = None,
32776
33842
  shadow_x_offset: typing.Optional[jsii.Number] = None,
32777
33843
  shadow_y_offset: typing.Optional[jsii.Number] = None,
33844
+ subtitle_rows: typing.Optional[builtins.str] = None,
32778
33845
  teletext_grid_control: typing.Optional[builtins.str] = None,
32779
33846
  x_position: typing.Optional[jsii.Number] = None,
32780
33847
  y_position: typing.Optional[jsii.Number] = None,
@@ -32880,6 +33947,7 @@ def _typecheckingstub__a833a02632a589afb5026143cbf8803b2228e0f422ab4c5a2dbf59314
32880
33947
 
32881
33948
  def _typecheckingstub__6fe9142b6885e8776c3e51af0733250a73fcd8e45bb4ec5f866206680352c7eb(
32882
33949
  *,
33950
+ additional_destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.AdditionalDestinationsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
32883
33951
  caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CmafIngestCaptionLanguageMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
32884
33952
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputLocationRefProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
32885
33953
  id3_behavior: typing.Optional[builtins.str] = None,
@@ -32958,6 +34026,7 @@ def _typecheckingstub__8d5d2ee13f6699d87c134941e50183ecf466b424e0dbd1cc71d92035d
32958
34026
  shadow_opacity: typing.Optional[jsii.Number] = None,
32959
34027
  shadow_x_offset: typing.Optional[jsii.Number] = None,
32960
34028
  shadow_y_offset: typing.Optional[jsii.Number] = None,
34029
+ subtitle_rows: typing.Optional[builtins.str] = None,
32961
34030
  teletext_grid_control: typing.Optional[builtins.str] = None,
32962
34031
  x_position: typing.Optional[jsii.Number] = None,
32963
34032
  y_position: typing.Optional[jsii.Number] = None,
@@ -33216,6 +34285,7 @@ def _typecheckingstub__b5cab7f49556648d7d963fdbb4cfd87845bc6a70172808b1847d7a218
33216
34285
  level: typing.Optional[builtins.str] = None,
33217
34286
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
33218
34287
  max_bitrate: typing.Optional[jsii.Number] = None,
34288
+ min_bitrate: typing.Optional[jsii.Number] = None,
33219
34289
  min_i_interval: typing.Optional[jsii.Number] = None,
33220
34290
  min_qp: typing.Optional[jsii.Number] = None,
33221
34291
  num_ref_frames: typing.Optional[jsii.Number] = None,
@@ -33274,12 +34344,15 @@ def _typecheckingstub__ba24f075b346c08bd6351ec946aa6352e1a32fe09c8751f612abee3e6
33274
34344
  flicker_aq: typing.Optional[builtins.str] = None,
33275
34345
  framerate_denominator: typing.Optional[jsii.Number] = None,
33276
34346
  framerate_numerator: typing.Optional[jsii.Number] = None,
34347
+ gop_b_reference: typing.Optional[builtins.str] = None,
33277
34348
  gop_closed_cadence: typing.Optional[jsii.Number] = None,
34349
+ gop_num_b_frames: typing.Optional[jsii.Number] = None,
33278
34350
  gop_size: typing.Optional[jsii.Number] = None,
33279
34351
  gop_size_units: typing.Optional[builtins.str] = None,
33280
34352
  level: typing.Optional[builtins.str] = None,
33281
34353
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
33282
34354
  max_bitrate: typing.Optional[jsii.Number] = None,
34355
+ min_bitrate: typing.Optional[jsii.Number] = None,
33283
34356
  min_i_interval: typing.Optional[jsii.Number] = None,
33284
34357
  min_qp: typing.Optional[jsii.Number] = None,
33285
34358
  mv_over_picture_boundaries: typing.Optional[builtins.str] = None,
@@ -33292,6 +34365,7 @@ def _typecheckingstub__ba24f075b346c08bd6351ec946aa6352e1a32fe09c8751f612abee3e6
33292
34365
  scan_type: typing.Optional[builtins.str] = None,
33293
34366
  scene_change_detect: typing.Optional[builtins.str] = None,
33294
34367
  slices: typing.Optional[jsii.Number] = None,
34368
+ subgop_length: typing.Optional[builtins.str] = None,
33295
34369
  tier: typing.Optional[builtins.str] = None,
33296
34370
  tile_height: typing.Optional[jsii.Number] = None,
33297
34371
  tile_padding: typing.Optional[builtins.str] = None,
@@ -33632,6 +34706,7 @@ def _typecheckingstub__c9392d58176c012cd3edcfd8cba809739bf0435a5bf1d6a207b2696cd
33632
34706
  def _typecheckingstub__85fb14a458ec20936e4659288aff4ca667c9931c1d403d6a189b9b390fa82420(
33633
34707
  *,
33634
34708
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputLocationRefProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
34709
+ mediapackage_v2_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MediaPackageV2GroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33635
34710
  ) -> None:
33636
34711
  """Type checking stubs"""
33637
34712
  pass
@@ -33645,6 +34720,39 @@ def _typecheckingstub__874df17e03aca6480b8e3f6dcef1562be61cb009cf5db8263599bb5c4
33645
34720
  """Type checking stubs"""
33646
34721
  pass
33647
34722
 
34723
+ def _typecheckingstub__9761b0531c7dd9bf5b687d6f1f84caf60dcc2278f66da2452ed86fe3678b06f1(
34724
+ *,
34725
+ media_package_v2_destination_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MediaPackageV2DestinationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
34726
+ ) -> None:
34727
+ """Type checking stubs"""
34728
+ pass
34729
+
34730
+ def _typecheckingstub__f3d603bf777a51fcd4a655ef17dcc1a5fa66a4fa5fe69e9918522175dc22316e(
34731
+ *,
34732
+ audio_group_id: typing.Optional[builtins.str] = None,
34733
+ audio_rendition_sets: typing.Optional[builtins.str] = None,
34734
+ hls_auto_select: typing.Optional[builtins.str] = None,
34735
+ hls_default: typing.Optional[builtins.str] = None,
34736
+ ) -> None:
34737
+ """Type checking stubs"""
34738
+ pass
34739
+
34740
+ def _typecheckingstub__8189ecb41c1c07836a410e8f437062328cb6483c38d02ea4abcb3be57ed148e4(
34741
+ *,
34742
+ caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CaptionLanguageMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
34743
+ id3_behavior: typing.Optional[builtins.str] = None,
34744
+ klv_behavior: typing.Optional[builtins.str] = None,
34745
+ nielsen_id3_behavior: typing.Optional[builtins.str] = None,
34746
+ scte35_type: typing.Optional[builtins.str] = None,
34747
+ segment_length: typing.Optional[jsii.Number] = None,
34748
+ segment_length_units: typing.Optional[builtins.str] = None,
34749
+ timed_metadata_id3_frame: typing.Optional[builtins.str] = None,
34750
+ timed_metadata_id3_period: typing.Optional[jsii.Number] = None,
34751
+ timed_metadata_passthrough: typing.Optional[builtins.str] = None,
34752
+ ) -> None:
34753
+ """Type checking stubs"""
34754
+ pass
34755
+
33648
34756
  def _typecheckingstub__8e1d001ddfa1ba51a4a115d7684918fa784fab37b9602415021f1afaeb5ea19f(
33649
34757
  *,
33650
34758
  motion_graphics_insertion: typing.Optional[builtins.str] = None,
@@ -34466,6 +35574,22 @@ def _typecheckingstub__cafedd699c56a3cba598f1b205d13e464679c1d1f61bfe63b410a4cd1
34466
35574
  """Type checking stubs"""
34467
35575
  pass
34468
35576
 
35577
+ def _typecheckingstub__3ace674eb5f9971088c58b6909f16da7a9f745cf84d2bb76adc43523af315735(
35578
+ scope: _constructs_77d1e7e8.Construct,
35579
+ id: builtins.str,
35580
+ arn: builtins.str,
35581
+ ) -> None:
35582
+ """Type checking stubs"""
35583
+ pass
35584
+
35585
+ def _typecheckingstub__370028181a698f0b673da9554bdec75f95f22731d956423079518e13772bd902(
35586
+ scope: _constructs_77d1e7e8.Construct,
35587
+ id: builtins.str,
35588
+ cluster_id: builtins.str,
35589
+ ) -> None:
35590
+ """Type checking stubs"""
35591
+ pass
35592
+
34469
35593
  def _typecheckingstub__a680b851075119ff4cf0d916ddb40825219799ac9c08fc8dbc7e877d648d7333(
34470
35594
  inspector: _TreeInspector_488e0dd5,
34471
35595
  ) -> None:
@@ -34689,6 +35813,22 @@ def _typecheckingstub__c37c21db5712f0e670f3144efc99d8c9ed0a67af3bc5d9018df305c7e
34689
35813
  """Type checking stubs"""
34690
35814
  pass
34691
35815
 
35816
+ def _typecheckingstub__86eaf44b588030c80007f0bc46931e3339f5a52855c099197b6caf381a6e060e(
35817
+ scope: _constructs_77d1e7e8.Construct,
35818
+ id: builtins.str,
35819
+ arn: builtins.str,
35820
+ ) -> None:
35821
+ """Type checking stubs"""
35822
+ pass
35823
+
35824
+ def _typecheckingstub__8316fecd2510b6badfb48fb39122584af592100ba3f5280544b677db7cb76bb9(
35825
+ scope: _constructs_77d1e7e8.Construct,
35826
+ id: builtins.str,
35827
+ input_id: builtins.str,
35828
+ ) -> None:
35829
+ """Type checking stubs"""
35830
+ pass
35831
+
34692
35832
  def _typecheckingstub__f06412b7f89325cfc3260f21b8a1f8a01a8bc90a8ae4222ef007ee6754a88bfa(
34693
35833
  inspector: _TreeInspector_488e0dd5,
34694
35834
  ) -> None:
@@ -34950,6 +36090,22 @@ def _typecheckingstub__36ebb0545851926b9b6f0c8e07003f5330e537dbc3cb244849ed42ceb
34950
36090
  """Type checking stubs"""
34951
36091
  pass
34952
36092
 
36093
+ def _typecheckingstub__4bd4383749cc94ae807145e9ecbbe23a985dccee4195bd0a767b69b9bb87f3ca(
36094
+ scope: _constructs_77d1e7e8.Construct,
36095
+ id: builtins.str,
36096
+ arn: builtins.str,
36097
+ ) -> None:
36098
+ """Type checking stubs"""
36099
+ pass
36100
+
36101
+ def _typecheckingstub__8bfd301f40f6b27720dff328316eae238352bfedaadfbaa30fd7d995e635d634(
36102
+ scope: _constructs_77d1e7e8.Construct,
36103
+ id: builtins.str,
36104
+ input_security_group_id: builtins.str,
36105
+ ) -> None:
36106
+ """Type checking stubs"""
36107
+ pass
36108
+
34953
36109
  def _typecheckingstub__c205418125ef58c918892fec76333f5c35d1f96f5a51d5cfb93d17f6e0af00f8(
34954
36110
  inspector: _TreeInspector_488e0dd5,
34955
36111
  ) -> None:
@@ -35002,6 +36158,22 @@ def _typecheckingstub__9255fd2dfb064346defb8b7a153f0b574e1531ce42a8b94643d2c219b
35002
36158
  """Type checking stubs"""
35003
36159
  pass
35004
36160
 
36161
+ def _typecheckingstub__b0255c8c208f27c1043881f29c322aae6006b38f1e9653a10b50844699e65041(
36162
+ scope: _constructs_77d1e7e8.Construct,
36163
+ id: builtins.str,
36164
+ arn: builtins.str,
36165
+ ) -> None:
36166
+ """Type checking stubs"""
36167
+ pass
36168
+
36169
+ def _typecheckingstub__f0b4f1475c2d2609961966c00f209761ff867ee2ad0f09101d4841b50b81ddfe(
36170
+ scope: _constructs_77d1e7e8.Construct,
36171
+ id: builtins.str,
36172
+ multiplex_id: builtins.str,
36173
+ ) -> None:
36174
+ """Type checking stubs"""
36175
+ pass
36176
+
35005
36177
  def _typecheckingstub__7251d62dc563ff611a15fab5a5364c7fb2c9de0d845bd06e4a3a5967db5d0d1e(
35006
36178
  inspector: _TreeInspector_488e0dd5,
35007
36179
  ) -> None:
@@ -35227,6 +36399,22 @@ def _typecheckingstub__583bddbad65360919d723debec6ac90a73fd0b1bf571223e4f8ed7cbd
35227
36399
  """Type checking stubs"""
35228
36400
  pass
35229
36401
 
36402
+ def _typecheckingstub__6e9ca7d5b36bf5cf572e225f6d2e7d610fac144debb04f2b697b0b4c10d2fcc0(
36403
+ scope: _constructs_77d1e7e8.Construct,
36404
+ id: builtins.str,
36405
+ arn: builtins.str,
36406
+ ) -> None:
36407
+ """Type checking stubs"""
36408
+ pass
36409
+
36410
+ def _typecheckingstub__f09001a20f04eefe74200d88c2a9b4166d00bb7f7db83d92f55b287b5136dc3a(
36411
+ scope: _constructs_77d1e7e8.Construct,
36412
+ id: builtins.str,
36413
+ network_id: builtins.str,
36414
+ ) -> None:
36415
+ """Type checking stubs"""
36416
+ pass
36417
+
35230
36418
  def _typecheckingstub__3b7b874ecb1583e06f61647f2eaf263f0bce75341d35f085c855cd731fa53b19(
35231
36419
  inspector: _TreeInspector_488e0dd5,
35232
36420
  ) -> None:
@@ -35300,6 +36488,22 @@ def _typecheckingstub__c4329fe5e0c187d59071eb967613803b4ea03a0a770d7f41b39043667
35300
36488
  """Type checking stubs"""
35301
36489
  pass
35302
36490
 
36491
+ def _typecheckingstub__10b9a95d9535e3031ed288f7d5c017b2dcdbc73abecc8c358ef4eac9ddee7d05(
36492
+ scope: _constructs_77d1e7e8.Construct,
36493
+ id: builtins.str,
36494
+ arn: builtins.str,
36495
+ ) -> None:
36496
+ """Type checking stubs"""
36497
+ pass
36498
+
36499
+ def _typecheckingstub__3975b7f77d52b9257092c0ac7c1b47dded95096832ea9dcaf6c2e22ada85a234(
36500
+ scope: _constructs_77d1e7e8.Construct,
36501
+ id: builtins.str,
36502
+ sdi_source_id: builtins.str,
36503
+ ) -> None:
36504
+ """Type checking stubs"""
36505
+ pass
36506
+
35303
36507
  def _typecheckingstub__d15eebe899be683484b800f1e56bfef3b9e0d3bade7dc2d19a51e58bc355b380(
35304
36508
  inspector: _TreeInspector_488e0dd5,
35305
36509
  ) -> None: