aws-cdk-lib 2.195.0__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 (572) hide show
  1. aws_cdk/__init__.py +1806 -417
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.195.0.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 +1245 -215
  12. aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +618 -91
  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 +75 -10
  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 +136 -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 +350 -94
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +2188 -94
  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 +165 -60
  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 +370 -42
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1462 -163
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +7867 -727
  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 +611 -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 +258 -32
  45. aws_cdk/aws_chatbot/__init__.py +76 -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 +362 -189
  50. aws_cdk/aws_cloudfront/__init__.py +2188 -674
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
  53. aws_cdk/aws_cloudtrail/__init__.py +311 -21
  54. aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
  56. aws_cdk/aws_codeartifact/__init__.py +35 -6
  57. aws_cdk/aws_codebuild/__init__.py +1303 -135
  58. aws_cdk/aws_codecommit/__init__.py +29 -9
  59. aws_cdk/aws_codeconnections/__init__.py +13 -2
  60. aws_cdk/aws_codedeploy/__init__.py +130 -6
  61. aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
  62. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  63. aws_cdk/aws_codepipeline/__init__.py +177 -71
  64. aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
  65. aws_cdk/aws_codestar/__init__.py +13 -2
  66. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  67. aws_cdk/aws_codestarnotifications/__init__.py +22 -2
  68. aws_cdk/aws_cognito/__init__.py +905 -92
  69. aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
  70. aws_cdk/aws_comprehend/__init__.py +24 -4
  71. aws_cdk/aws_config/__init__.py +227 -30
  72. aws_cdk/aws_connect/__init__.py +2736 -191
  73. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  74. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  75. aws_cdk/aws_controltower/__init__.py +35 -6
  76. aws_cdk/aws_cur/__init__.py +100 -4
  77. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  78. aws_cdk/aws_databrew/__init__.py +68 -12
  79. aws_cdk/aws_datapipeline/__init__.py +42 -2
  80. aws_cdk/aws_datasync/__init__.py +1514 -977
  81. aws_cdk/aws_datazone/__init__.py +7426 -1763
  82. aws_cdk/aws_dax/__init__.py +83 -6
  83. aws_cdk/aws_deadline/__init__.py +511 -36
  84. aws_cdk/aws_detective/__init__.py +35 -6
  85. aws_cdk/aws_devicefarm/__init__.py +68 -12
  86. aws_cdk/aws_devopsguru/__init__.py +37 -6
  87. aws_cdk/aws_directoryservice/__init__.py +53 -4
  88. aws_cdk/aws_dlm/__init__.py +13 -2
  89. aws_cdk/aws_dms/__init__.py +184 -27
  90. aws_cdk/aws_docdb/__init__.py +350 -49
  91. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  92. aws_cdk/aws_dsql/__init__.py +386 -16
  93. aws_cdk/aws_dynamodb/__init__.py +1479 -170
  94. aws_cdk/aws_ec2/__init__.py +10465 -1335
  95. aws_cdk/aws_ecr/__init__.py +637 -43
  96. aws_cdk/aws_ecr_assets/__init__.py +10 -0
  97. aws_cdk/aws_ecs/__init__.py +6629 -490
  98. aws_cdk/aws_ecs_patterns/__init__.py +124 -12
  99. aws_cdk/aws_efs/__init__.py +276 -24
  100. aws_cdk/aws_eks/__init__.py +1132 -227
  101. aws_cdk/aws_elasticache/__init__.py +378 -25
  102. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  103. aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
  104. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
  105. aws_cdk/aws_elasticsearch/__init__.py +291 -9
  106. aws_cdk/aws_emr/__init__.py +219 -18
  107. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  108. aws_cdk/aws_emrserverless/__init__.py +188 -3
  109. aws_cdk/aws_entityresolution/__init__.py +585 -58
  110. aws_cdk/aws_events/__init__.py +1007 -126
  111. aws_cdk/aws_events_targets/__init__.py +398 -65
  112. aws_cdk/aws_eventschemas/__init__.py +46 -8
  113. aws_cdk/aws_evidently/__init__.py +57 -10
  114. aws_cdk/aws_evs/__init__.py +2244 -0
  115. aws_cdk/aws_finspace/__init__.py +71 -2
  116. aws_cdk/aws_fis/__init__.py +26 -4
  117. aws_cdk/aws_fms/__init__.py +35 -6
  118. aws_cdk/aws_forecast/__init__.py +24 -4
  119. aws_cdk/aws_frauddetector/__init__.py +79 -14
  120. aws_cdk/aws_fsx/__init__.py +1349 -127
  121. aws_cdk/aws_gamelift/__init__.py +755 -94
  122. aws_cdk/aws_gameliftstreams/__init__.py +44 -22
  123. aws_cdk/aws_globalaccelerator/__init__.py +73 -14
  124. aws_cdk/aws_glue/__init__.py +1455 -378
  125. aws_cdk/aws_grafana/__init__.py +13 -2
  126. aws_cdk/aws_greengrass/__init__.py +654 -32
  127. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  128. aws_cdk/aws_groundstation/__init__.py +122 -6
  129. aws_cdk/aws_guardduty/__init__.py +1613 -123
  130. aws_cdk/aws_healthimaging/__init__.py +71 -2
  131. aws_cdk/aws_healthlake/__init__.py +42 -2
  132. aws_cdk/aws_iam/__init__.py +921 -141
  133. aws_cdk/aws_identitystore/__init__.py +24 -4
  134. aws_cdk/aws_imagebuilder/__init__.py +1454 -199
  135. aws_cdk/aws_inspector/__init__.py +44 -6
  136. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  137. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  138. aws_cdk/aws_invoicing/__init__.py +13 -2
  139. aws_cdk/aws_iot/__init__.py +1760 -64
  140. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  141. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  142. aws_cdk/aws_iotevents/__init__.py +122 -6
  143. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  144. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  145. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  146. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  147. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  148. aws_cdk/aws_iotwireless/__init__.py +649 -22
  149. aws_cdk/aws_ivs/__init__.py +561 -57
  150. aws_cdk/aws_ivschat/__init__.py +24 -4
  151. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  152. aws_cdk/aws_kendra/__init__.py +120 -28
  153. aws_cdk/aws_kendraranking/__init__.py +13 -2
  154. aws_cdk/aws_kinesis/__init__.py +641 -23
  155. aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
  156. aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
  157. aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
  158. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  159. aws_cdk/aws_kms/__init__.py +204 -45
  160. aws_cdk/aws_lakeformation/__init__.py +80 -15
  161. aws_cdk/aws_lambda/__init__.py +2236 -297
  162. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  163. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  164. aws_cdk/aws_launchwizard/__init__.py +13 -2
  165. aws_cdk/aws_lex/__init__.py +2162 -212
  166. aws_cdk/aws_licensemanager/__init__.py +24 -4
  167. aws_cdk/aws_lightsail/__init__.py +2958 -1322
  168. aws_cdk/aws_location/__init__.py +618 -14
  169. aws_cdk/aws_logs/__init__.py +6014 -923
  170. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  171. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  172. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  173. aws_cdk/aws_m2/__init__.py +94 -19
  174. aws_cdk/aws_macie/__init__.py +49 -11
  175. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  176. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  177. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  178. aws_cdk/aws_medialive/__init__.py +1938 -532
  179. aws_cdk/aws_mediapackage/__init__.py +59 -12
  180. aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
  181. aws_cdk/aws_mediastore/__init__.py +13 -2
  182. aws_cdk/aws_mediatailor/__init__.py +583 -12
  183. aws_cdk/aws_memorydb/__init__.py +271 -12
  184. aws_cdk/aws_mpa/__init__.py +1495 -0
  185. aws_cdk/aws_msk/__init__.py +108 -22
  186. aws_cdk/aws_mwaa/__init__.py +121 -9
  187. aws_cdk/aws_neptune/__init__.py +290 -78
  188. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  189. aws_cdk/aws_networkfirewall/__init__.py +1184 -164
  190. aws_cdk/aws_networkmanager/__init__.py +349 -33
  191. aws_cdk/aws_nimblestudio/__init__.py +283 -408
  192. aws_cdk/aws_notifications/__init__.py +317 -12
  193. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  194. aws_cdk/aws_oam/__init__.py +24 -4
  195. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  196. aws_cdk/aws_odb/__init__.py +5872 -0
  197. aws_cdk/aws_omics/__init__.py +2967 -162
  198. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  199. aws_cdk/aws_opensearchservice/__init__.py +501 -19
  200. aws_cdk/aws_opsworks/__init__.py +235 -139
  201. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  202. aws_cdk/aws_organizations/__init__.py +70 -10
  203. aws_cdk/aws_osis/__init__.py +167 -2
  204. aws_cdk/aws_panorama/__init__.py +181 -9
  205. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  206. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  207. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  208. aws_cdk/aws_pcs/__init__.py +516 -64
  209. aws_cdk/aws_personalize/__init__.py +46 -8
  210. aws_cdk/aws_pinpoint/__init__.py +329 -38
  211. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  212. aws_cdk/aws_pipes/__init__.py +12 -2
  213. aws_cdk/aws_proton/__init__.py +37 -6
  214. aws_cdk/aws_qbusiness/__init__.py +635 -34
  215. aws_cdk/aws_qldb/__init__.py +24 -4
  216. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  217. aws_cdk/aws_ram/__init__.py +24 -4
  218. aws_cdk/aws_rbin/__init__.py +12 -2
  219. aws_cdk/aws_rds/__init__.py +3721 -573
  220. aws_cdk/aws_redshift/__init__.py +143 -20
  221. aws_cdk/aws_redshiftserverless/__init__.py +699 -11
  222. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  223. aws_cdk/aws_rekognition/__init__.py +93 -6
  224. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  225. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  226. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  227. aws_cdk/aws_robomaker/__init__.py +72 -12
  228. aws_cdk/aws_rolesanywhere/__init__.py +194 -19
  229. aws_cdk/aws_route53/__init__.py +3965 -1436
  230. aws_cdk/aws_route53_targets/__init__.py +3 -0
  231. aws_cdk/aws_route53profiles/__init__.py +37 -6
  232. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  233. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  234. aws_cdk/aws_route53resolver/__init__.py +189 -40
  235. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  236. aws_cdk/aws_rum/__init__.py +13 -2
  237. aws_cdk/aws_s3/__init__.py +1742 -221
  238. aws_cdk/aws_s3_assets/__init__.py +11 -11
  239. aws_cdk/aws_s3_deployment/__init__.py +153 -11
  240. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  241. aws_cdk/aws_s3express/__init__.py +1053 -6
  242. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  243. aws_cdk/aws_s3outposts/__init__.py +46 -8
  244. aws_cdk/aws_s3tables/__init__.py +2000 -323
  245. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  246. aws_cdk/aws_sagemaker/__init__.py +6848 -373
  247. aws_cdk/aws_sam/__init__.py +79 -14
  248. aws_cdk/aws_scheduler/__init__.py +249 -4
  249. aws_cdk/aws_sdb/__init__.py +12 -2
  250. aws_cdk/aws_secretsmanager/__init__.py +194 -14
  251. aws_cdk/aws_securityhub/__init__.py +3121 -176
  252. aws_cdk/aws_securitylake/__init__.py +46 -8
  253. aws_cdk/aws_servicecatalog/__init__.py +429 -246
  254. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  255. aws_cdk/aws_servicediscovery/__init__.py +188 -47
  256. aws_cdk/aws_ses/__init__.py +2265 -369
  257. aws_cdk/aws_shield/__init__.py +46 -8
  258. aws_cdk/aws_signer/__init__.py +33 -4
  259. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  260. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  261. aws_cdk/aws_sns/__init__.py +263 -29
  262. aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
  263. aws_cdk/aws_sqs/__init__.py +223 -14
  264. aws_cdk/aws_ssm/__init__.py +413 -58
  265. aws_cdk/aws_ssmcontacts/__init__.py +98 -9
  266. aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
  267. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  268. aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
  269. aws_cdk/aws_sso/__init__.py +70 -12
  270. aws_cdk/aws_stepfunctions/__init__.py +823 -94
  271. aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
  272. aws_cdk/aws_supportapp/__init__.py +39 -6
  273. aws_cdk/aws_synthetics/__init__.py +1088 -126
  274. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  275. aws_cdk/aws_timestream/__init__.py +104 -8
  276. aws_cdk/aws_transfer/__init__.py +784 -87
  277. aws_cdk/aws_verifiedpermissions/__init__.py +306 -13
  278. aws_cdk/aws_voiceid/__init__.py +54 -5
  279. aws_cdk/aws_vpclattice/__init__.py +589 -231
  280. aws_cdk/aws_waf/__init__.py +79 -14
  281. aws_cdk/aws_wafregional/__init__.py +123 -22
  282. aws_cdk/aws_wafv2/__init__.py +1183 -64
  283. aws_cdk/aws_wisdom/__init__.py +1403 -90
  284. aws_cdk/aws_workspaces/__init__.py +134 -6
  285. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  286. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  287. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  288. aws_cdk/aws_xray/__init__.py +48 -8
  289. aws_cdk/cloud_assembly_schema/__init__.py +368 -48
  290. aws_cdk/custom_resources/__init__.py +58 -12
  291. aws_cdk/cx_api/__init__.py +125 -21
  292. aws_cdk/interfaces/__init__.py +739 -0
  293. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  295. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  296. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  297. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  298. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  299. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  300. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  301. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  302. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  303. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  304. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  305. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  306. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  307. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  308. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  309. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  310. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  311. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  312. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  313. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  314. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  315. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  316. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  317. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  318. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  319. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  320. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  321. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  322. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  323. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  324. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  325. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  326. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  327. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  328. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  329. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  330. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  331. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  332. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  333. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  334. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  335. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  336. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  337. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  338. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  339. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  340. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  341. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  342. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  343. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  344. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  345. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  346. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  347. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  348. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  349. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  350. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  351. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  352. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  353. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  354. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  355. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  356. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  358. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  359. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  360. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  361. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  362. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  363. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  364. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  365. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  366. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  367. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  368. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  369. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  370. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  371. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  372. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  373. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  374. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  376. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  377. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  378. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  379. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  380. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  381. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  382. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  383. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  385. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  386. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  387. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  388. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  389. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  390. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  391. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  392. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  393. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  394. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  396. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  397. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  398. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  399. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  400. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  401. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  402. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  403. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  404. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  405. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  406. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  407. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  408. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  409. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  410. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  411. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  412. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  413. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  414. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  415. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  416. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  417. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  418. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  419. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  420. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  421. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  422. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  423. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  424. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  425. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  426. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  427. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  428. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  429. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  430. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  431. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  432. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  433. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  434. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  436. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  437. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  438. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  439. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  440. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  441. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  442. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  443. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  444. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  445. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  446. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  447. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  448. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  449. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  450. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  451. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  452. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  453. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  454. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  455. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  456. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  457. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  458. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  459. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  460. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  461. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  462. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  463. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  464. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  465. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  466. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  467. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  468. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  469. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  470. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  471. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  472. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  473. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  474. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  475. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  476. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  477. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  478. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  479. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  480. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  481. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  482. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  483. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  484. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  485. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  486. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  487. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  488. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  489. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  490. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  491. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  492. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  493. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  494. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  495. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  496. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  497. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  498. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  499. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  500. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  501. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  502. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  503. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  504. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  505. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  506. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  507. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  508. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  509. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  510. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  511. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  512. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  513. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  514. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  515. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  516. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  517. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  518. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  519. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  520. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  521. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  522. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  523. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  524. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  525. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  526. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  527. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  528. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  529. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  530. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  531. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  532. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  533. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  534. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  535. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  536. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  537. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  538. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  539. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  540. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  541. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  542. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  543. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  544. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  545. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  546. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  547. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  548. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  549. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  550. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  551. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  552. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  553. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  554. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  555. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  556. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  557. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  558. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  559. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  560. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  561. aws_cdk/lambda_layer_awscli/__init__.py +6 -0
  562. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
  563. aws_cdk/pipelines/__init__.py +202 -52
  564. aws_cdk/region_info/__init__.py +3 -0
  565. aws_cdk/triggers/__init__.py +66 -18
  566. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
  567. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  568. aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
  569. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  570. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  571. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  572. {aws_cdk_lib-2.195.0.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=[],
@@ -3435,6 +3571,7 @@ class CfnChannel(
3435
3571
  jsii_struct_bases=[],
3436
3572
  name_mapping={
3437
3573
  "afd_signaling": "afdSignaling",
3574
+ "bitrate": "bitrate",
3438
3575
  "buf_size": "bufSize",
3439
3576
  "color_space_settings": "colorSpaceSettings",
3440
3577
  "fixed_afd": "fixedAfd",
@@ -3445,10 +3582,12 @@ class CfnChannel(
3445
3582
  "level": "level",
3446
3583
  "look_ahead_rate_control": "lookAheadRateControl",
3447
3584
  "max_bitrate": "maxBitrate",
3585
+ "min_bitrate": "minBitrate",
3448
3586
  "min_i_interval": "minIInterval",
3449
3587
  "par_denominator": "parDenominator",
3450
3588
  "par_numerator": "parNumerator",
3451
3589
  "qvbr_quality_level": "qvbrQualityLevel",
3590
+ "rate_control_mode": "rateControlMode",
3452
3591
  "scene_change_detect": "sceneChangeDetect",
3453
3592
  "timecode_burnin_settings": "timecodeBurninSettings",
3454
3593
  },
@@ -3458,6 +3597,7 @@ class CfnChannel(
3458
3597
  self,
3459
3598
  *,
3460
3599
  afd_signaling: typing.Optional[builtins.str] = None,
3600
+ bitrate: typing.Optional[jsii.Number] = None,
3461
3601
  buf_size: typing.Optional[jsii.Number] = None,
3462
3602
  color_space_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.Av1ColorSpaceSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3463
3603
  fixed_afd: typing.Optional[builtins.str] = None,
@@ -3468,15 +3608,18 @@ class CfnChannel(
3468
3608
  level: typing.Optional[builtins.str] = None,
3469
3609
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
3470
3610
  max_bitrate: typing.Optional[jsii.Number] = None,
3611
+ min_bitrate: typing.Optional[jsii.Number] = None,
3471
3612
  min_i_interval: typing.Optional[jsii.Number] = None,
3472
3613
  par_denominator: typing.Optional[jsii.Number] = None,
3473
3614
  par_numerator: typing.Optional[jsii.Number] = None,
3474
3615
  qvbr_quality_level: typing.Optional[jsii.Number] = None,
3616
+ rate_control_mode: typing.Optional[builtins.str] = None,
3475
3617
  scene_change_detect: typing.Optional[builtins.str] = None,
3476
3618
  timecode_burnin_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.TimecodeBurninSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3477
3619
  ) -> None:
3478
3620
  '''
3479
3621
  :param afd_signaling:
3622
+ :param bitrate:
3480
3623
  :param buf_size:
3481
3624
  :param color_space_settings:
3482
3625
  :param fixed_afd:
@@ -3487,10 +3630,12 @@ class CfnChannel(
3487
3630
  :param level:
3488
3631
  :param look_ahead_rate_control:
3489
3632
  :param max_bitrate:
3633
+ :param min_bitrate:
3490
3634
  :param min_i_interval:
3491
3635
  :param par_denominator:
3492
3636
  :param par_numerator:
3493
3637
  :param qvbr_quality_level:
3638
+ :param rate_control_mode:
3494
3639
  :param scene_change_detect:
3495
3640
  :param timecode_burnin_settings:
3496
3641
 
@@ -3509,6 +3654,7 @@ class CfnChannel(
3509
3654
 
3510
3655
  av1_settings_property = medialive.CfnChannel.Av1SettingsProperty(
3511
3656
  afd_signaling="afdSignaling",
3657
+ bitrate=123,
3512
3658
  buf_size=123,
3513
3659
  color_space_settings=medialive.CfnChannel.Av1ColorSpaceSettingsProperty(
3514
3660
  color_space_passthrough_settings=color_space_passthrough_settings,
@@ -3527,10 +3673,12 @@ class CfnChannel(
3527
3673
  level="level",
3528
3674
  look_ahead_rate_control="lookAheadRateControl",
3529
3675
  max_bitrate=123,
3676
+ min_bitrate=123,
3530
3677
  min_iInterval=123,
3531
3678
  par_denominator=123,
3532
3679
  par_numerator=123,
3533
3680
  qvbr_quality_level=123,
3681
+ rate_control_mode="rateControlMode",
3534
3682
  scene_change_detect="sceneChangeDetect",
3535
3683
  timecode_burnin_settings=medialive.CfnChannel.TimecodeBurninSettingsProperty(
3536
3684
  font_size="fontSize",
@@ -3542,6 +3690,7 @@ class CfnChannel(
3542
3690
  if __debug__:
3543
3691
  type_hints = typing.get_type_hints(_typecheckingstub__1911156090a37730cd16cc0d13076f448f8b192dca9427883cf77e884bbd03df)
3544
3692
  check_type(argname="argument afd_signaling", value=afd_signaling, expected_type=type_hints["afd_signaling"])
3693
+ check_type(argname="argument bitrate", value=bitrate, expected_type=type_hints["bitrate"])
3545
3694
  check_type(argname="argument buf_size", value=buf_size, expected_type=type_hints["buf_size"])
3546
3695
  check_type(argname="argument color_space_settings", value=color_space_settings, expected_type=type_hints["color_space_settings"])
3547
3696
  check_type(argname="argument fixed_afd", value=fixed_afd, expected_type=type_hints["fixed_afd"])
@@ -3552,15 +3701,19 @@ class CfnChannel(
3552
3701
  check_type(argname="argument level", value=level, expected_type=type_hints["level"])
3553
3702
  check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
3554
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"])
3555
3705
  check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
3556
3706
  check_type(argname="argument par_denominator", value=par_denominator, expected_type=type_hints["par_denominator"])
3557
3707
  check_type(argname="argument par_numerator", value=par_numerator, expected_type=type_hints["par_numerator"])
3558
3708
  check_type(argname="argument qvbr_quality_level", value=qvbr_quality_level, expected_type=type_hints["qvbr_quality_level"])
3709
+ check_type(argname="argument rate_control_mode", value=rate_control_mode, expected_type=type_hints["rate_control_mode"])
3559
3710
  check_type(argname="argument scene_change_detect", value=scene_change_detect, expected_type=type_hints["scene_change_detect"])
3560
3711
  check_type(argname="argument timecode_burnin_settings", value=timecode_burnin_settings, expected_type=type_hints["timecode_burnin_settings"])
3561
3712
  self._values: typing.Dict[builtins.str, typing.Any] = {}
3562
3713
  if afd_signaling is not None:
3563
3714
  self._values["afd_signaling"] = afd_signaling
3715
+ if bitrate is not None:
3716
+ self._values["bitrate"] = bitrate
3564
3717
  if buf_size is not None:
3565
3718
  self._values["buf_size"] = buf_size
3566
3719
  if color_space_settings is not None:
@@ -3581,6 +3734,8 @@ class CfnChannel(
3581
3734
  self._values["look_ahead_rate_control"] = look_ahead_rate_control
3582
3735
  if max_bitrate is not None:
3583
3736
  self._values["max_bitrate"] = max_bitrate
3737
+ if min_bitrate is not None:
3738
+ self._values["min_bitrate"] = min_bitrate
3584
3739
  if min_i_interval is not None:
3585
3740
  self._values["min_i_interval"] = min_i_interval
3586
3741
  if par_denominator is not None:
@@ -3589,6 +3744,8 @@ class CfnChannel(
3589
3744
  self._values["par_numerator"] = par_numerator
3590
3745
  if qvbr_quality_level is not None:
3591
3746
  self._values["qvbr_quality_level"] = qvbr_quality_level
3747
+ if rate_control_mode is not None:
3748
+ self._values["rate_control_mode"] = rate_control_mode
3592
3749
  if scene_change_detect is not None:
3593
3750
  self._values["scene_change_detect"] = scene_change_detect
3594
3751
  if timecode_burnin_settings is not None:
@@ -3602,6 +3759,14 @@ class CfnChannel(
3602
3759
  result = self._values.get("afd_signaling")
3603
3760
  return typing.cast(typing.Optional[builtins.str], result)
3604
3761
 
3762
+ @builtins.property
3763
+ def bitrate(self) -> typing.Optional[jsii.Number]:
3764
+ '''
3765
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-bitrate
3766
+ '''
3767
+ result = self._values.get("bitrate")
3768
+ return typing.cast(typing.Optional[jsii.Number], result)
3769
+
3605
3770
  @builtins.property
3606
3771
  def buf_size(self) -> typing.Optional[jsii.Number]:
3607
3772
  '''
@@ -3684,6 +3849,14 @@ class CfnChannel(
3684
3849
  result = self._values.get("max_bitrate")
3685
3850
  return typing.cast(typing.Optional[jsii.Number], result)
3686
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
+
3687
3860
  @builtins.property
3688
3861
  def min_i_interval(self) -> typing.Optional[jsii.Number]:
3689
3862
  '''
@@ -3716,6 +3889,14 @@ class CfnChannel(
3716
3889
  result = self._values.get("qvbr_quality_level")
3717
3890
  return typing.cast(typing.Optional[jsii.Number], result)
3718
3891
 
3892
+ @builtins.property
3893
+ def rate_control_mode(self) -> typing.Optional[builtins.str]:
3894
+ '''
3895
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-ratecontrolmode
3896
+ '''
3897
+ result = self._values.get("rate_control_mode")
3898
+ return typing.cast(typing.Optional[builtins.str], result)
3899
+
3719
3900
  @builtins.property
3720
3901
  def scene_change_detect(self) -> typing.Optional[builtins.str]:
3721
3902
  '''
@@ -4260,6 +4441,7 @@ class CfnChannel(
4260
4441
  "shadow_opacity": "shadowOpacity",
4261
4442
  "shadow_x_offset": "shadowXOffset",
4262
4443
  "shadow_y_offset": "shadowYOffset",
4444
+ "subtitle_rows": "subtitleRows",
4263
4445
  "teletext_grid_control": "teletextGridControl",
4264
4446
  "x_position": "xPosition",
4265
4447
  "y_position": "yPosition",
@@ -4283,6 +4465,7 @@ class CfnChannel(
4283
4465
  shadow_opacity: typing.Optional[jsii.Number] = None,
4284
4466
  shadow_x_offset: typing.Optional[jsii.Number] = None,
4285
4467
  shadow_y_offset: typing.Optional[jsii.Number] = None,
4468
+ subtitle_rows: typing.Optional[builtins.str] = None,
4286
4469
  teletext_grid_control: typing.Optional[builtins.str] = None,
4287
4470
  x_position: typing.Optional[jsii.Number] = None,
4288
4471
  y_position: typing.Optional[jsii.Number] = None,
@@ -4305,6 +4488,7 @@ class CfnChannel(
4305
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.
4306
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.
4307
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:
4308
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.
4309
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.
4310
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.
@@ -4337,6 +4521,7 @@ class CfnChannel(
4337
4521
  shadow_opacity=123,
4338
4522
  shadow_xOffset=123,
4339
4523
  shadow_yOffset=123,
4524
+ subtitle_rows="subtitleRows",
4340
4525
  teletext_grid_control="teletextGridControl",
4341
4526
  x_position=123,
4342
4527
  y_position=123
@@ -4358,6 +4543,7 @@ class CfnChannel(
4358
4543
  check_type(argname="argument shadow_opacity", value=shadow_opacity, expected_type=type_hints["shadow_opacity"])
4359
4544
  check_type(argname="argument shadow_x_offset", value=shadow_x_offset, expected_type=type_hints["shadow_x_offset"])
4360
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"])
4361
4547
  check_type(argname="argument teletext_grid_control", value=teletext_grid_control, expected_type=type_hints["teletext_grid_control"])
4362
4548
  check_type(argname="argument x_position", value=x_position, expected_type=type_hints["x_position"])
4363
4549
  check_type(argname="argument y_position", value=y_position, expected_type=type_hints["y_position"])
@@ -4390,6 +4576,8 @@ class CfnChannel(
4390
4576
  self._values["shadow_x_offset"] = shadow_x_offset
4391
4577
  if shadow_y_offset is not None:
4392
4578
  self._values["shadow_y_offset"] = shadow_y_offset
4579
+ if subtitle_rows is not None:
4580
+ self._values["subtitle_rows"] = subtitle_rows
4393
4581
  if teletext_grid_control is not None:
4394
4582
  self._values["teletext_grid_control"] = teletext_grid_control
4395
4583
  if x_position is not None:
@@ -4553,6 +4741,14 @@ class CfnChannel(
4553
4741
  result = self._values.get("shadow_y_offset")
4554
4742
  return typing.cast(typing.Optional[jsii.Number], result)
4555
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
+
4556
4752
  @builtins.property
4557
4753
  def teletext_grid_control(self) -> typing.Optional[builtins.str]:
4558
4754
  '''Controls whether a fixed grid size is used to generate the output subtitles bitmap.
@@ -4671,6 +4867,7 @@ class CfnChannel(
4671
4867
  shadow_opacity=123,
4672
4868
  shadow_xOffset=123,
4673
4869
  shadow_yOffset=123,
4870
+ subtitle_rows="subtitleRows",
4674
4871
  teletext_grid_control="teletextGridControl",
4675
4872
  x_position=123,
4676
4873
  y_position=123
@@ -4694,12 +4891,15 @@ class CfnChannel(
4694
4891
  shadow_opacity=123,
4695
4892
  shadow_xOffset=123,
4696
4893
  shadow_yOffset=123,
4894
+ subtitle_rows="subtitleRows",
4697
4895
  teletext_grid_control="teletextGridControl",
4698
4896
  x_position=123,
4699
4897
  y_position=123
4700
4898
  ),
4701
4899
  ebu_tt_dDestination_settings=medialive.CfnChannel.EbuTtDDestinationSettingsProperty(
4702
4900
  copyright_holder="copyrightHolder",
4901
+ default_font_size=123,
4902
+ default_line_height=123,
4703
4903
  fill_line_gap="fillLineGap",
4704
4904
  font_family="fontFamily",
4705
4905
  style_control="styleControl"
@@ -4925,6 +5125,7 @@ class CfnChannel(
4925
5125
  shadow_opacity=123,
4926
5126
  shadow_xOffset=123,
4927
5127
  shadow_yOffset=123,
5128
+ subtitle_rows="subtitleRows",
4928
5129
  teletext_grid_control="teletextGridControl",
4929
5130
  x_position=123,
4930
5131
  y_position=123
@@ -4948,12 +5149,15 @@ class CfnChannel(
4948
5149
  shadow_opacity=123,
4949
5150
  shadow_xOffset=123,
4950
5151
  shadow_yOffset=123,
5152
+ subtitle_rows="subtitleRows",
4951
5153
  teletext_grid_control="teletextGridControl",
4952
5154
  x_position=123,
4953
5155
  y_position=123
4954
5156
  ),
4955
5157
  ebu_tt_dDestination_settings=medialive.CfnChannel.EbuTtDDestinationSettingsProperty(
4956
5158
  copyright_holder="copyrightHolder",
5159
+ default_font_size=123,
5160
+ default_line_height=123,
4957
5161
  fill_line_gap="fillLineGap",
4958
5162
  font_family="fontFamily",
4959
5163
  style_control="styleControl"
@@ -5804,10 +6008,82 @@ class CfnChannel(
5804
6008
  k + "=" + repr(v) for k, v in self._values.items()
5805
6009
  )
5806
6010
 
6011
+ @jsii.data_type(
6012
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.CmafIngestCaptionLanguageMappingProperty",
6013
+ jsii_struct_bases=[],
6014
+ name_mapping={
6015
+ "caption_channel": "captionChannel",
6016
+ "language_code": "languageCode",
6017
+ },
6018
+ )
6019
+ class CmafIngestCaptionLanguageMappingProperty:
6020
+ def __init__(
6021
+ self,
6022
+ *,
6023
+ caption_channel: typing.Optional[jsii.Number] = None,
6024
+ language_code: typing.Optional[builtins.str] = None,
6025
+ ) -> None:
6026
+ '''
6027
+ :param caption_channel:
6028
+ :param language_code:
6029
+
6030
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestcaptionlanguagemapping.html
6031
+ :exampleMetadata: fixture=_generated
6032
+
6033
+ Example::
6034
+
6035
+ # The code below shows an example of how to instantiate this type.
6036
+ # The values are placeholders you should change.
6037
+ from aws_cdk import aws_medialive as medialive
6038
+
6039
+ cmaf_ingest_caption_language_mapping_property = medialive.CfnChannel.CmafIngestCaptionLanguageMappingProperty(
6040
+ caption_channel=123,
6041
+ language_code="languageCode"
6042
+ )
6043
+ '''
6044
+ if __debug__:
6045
+ type_hints = typing.get_type_hints(_typecheckingstub__a833a02632a589afb5026143cbf8803b2228e0f422ab4c5a2dbf59314b9e157b)
6046
+ check_type(argname="argument caption_channel", value=caption_channel, expected_type=type_hints["caption_channel"])
6047
+ check_type(argname="argument language_code", value=language_code, expected_type=type_hints["language_code"])
6048
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
6049
+ if caption_channel is not None:
6050
+ self._values["caption_channel"] = caption_channel
6051
+ if language_code is not None:
6052
+ self._values["language_code"] = language_code
6053
+
6054
+ @builtins.property
6055
+ def caption_channel(self) -> typing.Optional[jsii.Number]:
6056
+ '''
6057
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestcaptionlanguagemapping.html#cfn-medialive-channel-cmafingestcaptionlanguagemapping-captionchannel
6058
+ '''
6059
+ result = self._values.get("caption_channel")
6060
+ return typing.cast(typing.Optional[jsii.Number], result)
6061
+
6062
+ @builtins.property
6063
+ def language_code(self) -> typing.Optional[builtins.str]:
6064
+ '''
6065
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestcaptionlanguagemapping.html#cfn-medialive-channel-cmafingestcaptionlanguagemapping-languagecode
6066
+ '''
6067
+ result = self._values.get("language_code")
6068
+ return typing.cast(typing.Optional[builtins.str], result)
6069
+
6070
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
6071
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
6072
+
6073
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
6074
+ return not (rhs == self)
6075
+
6076
+ def __repr__(self) -> str:
6077
+ return "CmafIngestCaptionLanguageMappingProperty(%s)" % ", ".join(
6078
+ k + "=" + repr(v) for k, v in self._values.items()
6079
+ )
6080
+
5807
6081
  @jsii.data_type(
5808
6082
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.CmafIngestGroupSettingsProperty",
5809
6083
  jsii_struct_bases=[],
5810
6084
  name_mapping={
6085
+ "additional_destinations": "additionalDestinations",
6086
+ "caption_language_mappings": "captionLanguageMappings",
5811
6087
  "destination": "destination",
5812
6088
  "id3_behavior": "id3Behavior",
5813
6089
  "id3_name_modifier": "id3NameModifier",
@@ -5820,12 +6096,17 @@ class CfnChannel(
5820
6096
  "segment_length": "segmentLength",
5821
6097
  "segment_length_units": "segmentLengthUnits",
5822
6098
  "send_delay_ms": "sendDelayMs",
6099
+ "timed_metadata_id3_frame": "timedMetadataId3Frame",
6100
+ "timed_metadata_id3_period": "timedMetadataId3Period",
6101
+ "timed_metadata_passthrough": "timedMetadataPassthrough",
5823
6102
  },
5824
6103
  )
5825
6104
  class CmafIngestGroupSettingsProperty:
5826
6105
  def __init__(
5827
6106
  self,
5828
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,
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,
5829
6110
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputLocationRefProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
5830
6111
  id3_behavior: typing.Optional[builtins.str] = None,
5831
6112
  id3_name_modifier: typing.Optional[builtins.str] = None,
@@ -5838,8 +6119,13 @@ class CfnChannel(
5838
6119
  segment_length: typing.Optional[jsii.Number] = None,
5839
6120
  segment_length_units: typing.Optional[builtins.str] = None,
5840
6121
  send_delay_ms: typing.Optional[jsii.Number] = None,
6122
+ timed_metadata_id3_frame: typing.Optional[builtins.str] = None,
6123
+ timed_metadata_id3_period: typing.Optional[jsii.Number] = None,
6124
+ timed_metadata_passthrough: typing.Optional[builtins.str] = None,
5841
6125
  ) -> None:
5842
6126
  '''
6127
+ :param additional_destinations:
6128
+ :param caption_language_mappings:
5843
6129
  :param destination:
5844
6130
  :param id3_behavior:
5845
6131
  :param id3_name_modifier:
@@ -5852,6 +6138,9 @@ class CfnChannel(
5852
6138
  :param segment_length:
5853
6139
  :param segment_length_units:
5854
6140
  :param send_delay_ms:
6141
+ :param timed_metadata_id3_frame:
6142
+ :param timed_metadata_id3_period:
6143
+ :param timed_metadata_passthrough:
5855
6144
 
5856
6145
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html
5857
6146
  :exampleMetadata: fixture=_generated
@@ -5863,6 +6152,15 @@ class CfnChannel(
5863
6152
  from aws_cdk import aws_medialive as medialive
5864
6153
 
5865
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
+ )],
6160
+ caption_language_mappings=[medialive.CfnChannel.CmafIngestCaptionLanguageMappingProperty(
6161
+ caption_channel=123,
6162
+ language_code="languageCode"
6163
+ )],
5866
6164
  destination=medialive.CfnChannel.OutputLocationRefProperty(
5867
6165
  destination_ref_id="destinationRefId"
5868
6166
  ),
@@ -5876,11 +6174,16 @@ class CfnChannel(
5876
6174
  scte35_type="scte35Type",
5877
6175
  segment_length=123,
5878
6176
  segment_length_units="segmentLengthUnits",
5879
- send_delay_ms=123
6177
+ send_delay_ms=123,
6178
+ timed_metadata_id3_frame="timedMetadataId3Frame",
6179
+ timed_metadata_id3_period=123,
6180
+ timed_metadata_passthrough="timedMetadataPassthrough"
5880
6181
  )
5881
6182
  '''
5882
6183
  if __debug__:
5883
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"])
6186
+ check_type(argname="argument caption_language_mappings", value=caption_language_mappings, expected_type=type_hints["caption_language_mappings"])
5884
6187
  check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
5885
6188
  check_type(argname="argument id3_behavior", value=id3_behavior, expected_type=type_hints["id3_behavior"])
5886
6189
  check_type(argname="argument id3_name_modifier", value=id3_name_modifier, expected_type=type_hints["id3_name_modifier"])
@@ -5893,7 +6196,14 @@ class CfnChannel(
5893
6196
  check_type(argname="argument segment_length", value=segment_length, expected_type=type_hints["segment_length"])
5894
6197
  check_type(argname="argument segment_length_units", value=segment_length_units, expected_type=type_hints["segment_length_units"])
5895
6198
  check_type(argname="argument send_delay_ms", value=send_delay_ms, expected_type=type_hints["send_delay_ms"])
6199
+ check_type(argname="argument timed_metadata_id3_frame", value=timed_metadata_id3_frame, expected_type=type_hints["timed_metadata_id3_frame"])
6200
+ check_type(argname="argument timed_metadata_id3_period", value=timed_metadata_id3_period, expected_type=type_hints["timed_metadata_id3_period"])
6201
+ check_type(argname="argument timed_metadata_passthrough", value=timed_metadata_passthrough, expected_type=type_hints["timed_metadata_passthrough"])
5896
6202
  self._values: typing.Dict[builtins.str, typing.Any] = {}
6203
+ if additional_destinations is not None:
6204
+ self._values["additional_destinations"] = additional_destinations
6205
+ if caption_language_mappings is not None:
6206
+ self._values["caption_language_mappings"] = caption_language_mappings
5897
6207
  if destination is not None:
5898
6208
  self._values["destination"] = destination
5899
6209
  if id3_behavior is not None:
@@ -5918,6 +6228,32 @@ class CfnChannel(
5918
6228
  self._values["segment_length_units"] = segment_length_units
5919
6229
  if send_delay_ms is not None:
5920
6230
  self._values["send_delay_ms"] = send_delay_ms
6231
+ if timed_metadata_id3_frame is not None:
6232
+ self._values["timed_metadata_id3_frame"] = timed_metadata_id3_frame
6233
+ if timed_metadata_id3_period is not None:
6234
+ self._values["timed_metadata_id3_period"] = timed_metadata_id3_period
6235
+ if timed_metadata_passthrough is not None:
6236
+ self._values["timed_metadata_passthrough"] = timed_metadata_passthrough
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
+
6248
+ @builtins.property
6249
+ def caption_language_mappings(
6250
+ self,
6251
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.CmafIngestCaptionLanguageMappingProperty"]]]]:
6252
+ '''
6253
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-captionlanguagemappings
6254
+ '''
6255
+ result = self._values.get("caption_language_mappings")
6256
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.CmafIngestCaptionLanguageMappingProperty"]]]], result)
5921
6257
 
5922
6258
  @builtins.property
5923
6259
  def destination(
@@ -6017,6 +6353,30 @@ class CfnChannel(
6017
6353
  result = self._values.get("send_delay_ms")
6018
6354
  return typing.cast(typing.Optional[jsii.Number], result)
6019
6355
 
6356
+ @builtins.property
6357
+ def timed_metadata_id3_frame(self) -> typing.Optional[builtins.str]:
6358
+ '''
6359
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3frame
6360
+ '''
6361
+ result = self._values.get("timed_metadata_id3_frame")
6362
+ return typing.cast(typing.Optional[builtins.str], result)
6363
+
6364
+ @builtins.property
6365
+ def timed_metadata_id3_period(self) -> typing.Optional[jsii.Number]:
6366
+ '''
6367
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3period
6368
+ '''
6369
+ result = self._values.get("timed_metadata_id3_period")
6370
+ return typing.cast(typing.Optional[jsii.Number], result)
6371
+
6372
+ @builtins.property
6373
+ def timed_metadata_passthrough(self) -> typing.Optional[builtins.str]:
6374
+ '''
6375
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-timedmetadatapassthrough
6376
+ '''
6377
+ result = self._values.get("timed_metadata_passthrough")
6378
+ return typing.cast(typing.Optional[builtins.str], result)
6379
+
6020
6380
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
6021
6381
  return isinstance(rhs, self.__class__) and rhs._values == self._values
6022
6382
 
@@ -6513,6 +6873,7 @@ class CfnChannel(
6513
6873
  "shadow_opacity": "shadowOpacity",
6514
6874
  "shadow_x_offset": "shadowXOffset",
6515
6875
  "shadow_y_offset": "shadowYOffset",
6876
+ "subtitle_rows": "subtitleRows",
6516
6877
  "teletext_grid_control": "teletextGridControl",
6517
6878
  "x_position": "xPosition",
6518
6879
  "y_position": "yPosition",
@@ -6536,6 +6897,7 @@ class CfnChannel(
6536
6897
  shadow_opacity: typing.Optional[jsii.Number] = None,
6537
6898
  shadow_x_offset: typing.Optional[jsii.Number] = None,
6538
6899
  shadow_y_offset: typing.Optional[jsii.Number] = None,
6900
+ subtitle_rows: typing.Optional[builtins.str] = None,
6539
6901
  teletext_grid_control: typing.Optional[builtins.str] = None,
6540
6902
  x_position: typing.Optional[jsii.Number] = None,
6541
6903
  y_position: typing.Optional[jsii.Number] = None,
@@ -6558,6 +6920,7 @@ class CfnChannel(
6558
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.
6559
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.
6560
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:
6561
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.
6562
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.
6563
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.
@@ -6590,6 +6953,7 @@ class CfnChannel(
6590
6953
  shadow_opacity=123,
6591
6954
  shadow_xOffset=123,
6592
6955
  shadow_yOffset=123,
6956
+ subtitle_rows="subtitleRows",
6593
6957
  teletext_grid_control="teletextGridControl",
6594
6958
  x_position=123,
6595
6959
  y_position=123
@@ -6611,6 +6975,7 @@ class CfnChannel(
6611
6975
  check_type(argname="argument shadow_opacity", value=shadow_opacity, expected_type=type_hints["shadow_opacity"])
6612
6976
  check_type(argname="argument shadow_x_offset", value=shadow_x_offset, expected_type=type_hints["shadow_x_offset"])
6613
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"])
6614
6979
  check_type(argname="argument teletext_grid_control", value=teletext_grid_control, expected_type=type_hints["teletext_grid_control"])
6615
6980
  check_type(argname="argument x_position", value=x_position, expected_type=type_hints["x_position"])
6616
6981
  check_type(argname="argument y_position", value=y_position, expected_type=type_hints["y_position"])
@@ -6643,6 +7008,8 @@ class CfnChannel(
6643
7008
  self._values["shadow_x_offset"] = shadow_x_offset
6644
7009
  if shadow_y_offset is not None:
6645
7010
  self._values["shadow_y_offset"] = shadow_y_offset
7011
+ if subtitle_rows is not None:
7012
+ self._values["subtitle_rows"] = subtitle_rows
6646
7013
  if teletext_grid_control is not None:
6647
7014
  self._values["teletext_grid_control"] = teletext_grid_control
6648
7015
  if x_position is not None:
@@ -6806,6 +7173,14 @@ class CfnChannel(
6806
7173
  result = self._values.get("shadow_y_offset")
6807
7174
  return typing.cast(typing.Optional[jsii.Number], result)
6808
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
+
6809
7184
  @builtins.property
6810
7185
  def teletext_grid_control(self) -> typing.Optional[builtins.str]:
6811
7186
  '''Controls whether a fixed grid size is used to generate the output subtitles bitmap.
@@ -7522,6 +7897,8 @@ class CfnChannel(
7522
7897
  jsii_struct_bases=[],
7523
7898
  name_mapping={
7524
7899
  "copyright_holder": "copyrightHolder",
7900
+ "default_font_size": "defaultFontSize",
7901
+ "default_line_height": "defaultLineHeight",
7525
7902
  "fill_line_gap": "fillLineGap",
7526
7903
  "font_family": "fontFamily",
7527
7904
  "style_control": "styleControl",
@@ -7532,6 +7909,8 @@ class CfnChannel(
7532
7909
  self,
7533
7910
  *,
7534
7911
  copyright_holder: typing.Optional[builtins.str] = None,
7912
+ default_font_size: typing.Optional[jsii.Number] = None,
7913
+ default_line_height: typing.Optional[jsii.Number] = None,
7535
7914
  fill_line_gap: typing.Optional[builtins.str] = None,
7536
7915
  font_family: typing.Optional[builtins.str] = None,
7537
7916
  style_control: typing.Optional[builtins.str] = None,
@@ -7541,6 +7920,8 @@ class CfnChannel(
7541
7920
  The parent of this entity is CaptionDestinationSettings.
7542
7921
 
7543
7922
  :param copyright_holder: Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTML
7923
+ :param default_font_size:
7924
+ :param default_line_height:
7544
7925
  :param fill_line_gap: Specifies how to handle the gap between the lines (in multi-line captions). - enabled: Fill with the captions background color (as specified in the input captions). - disabled: Leave the gap unfilled.
7545
7926
  :param font_family: Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to "monospaced". (If styleControl is set to exclude, the font family is always set to "monospaced".) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font). - Leave blank to set the family to “monospace”.
7546
7927
  :param style_control: Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions. - include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. - exclude: In the font data attached to the EBU-TT captions, set the font family to "monospaced". Do not include any other style information.
@@ -7556,6 +7937,8 @@ class CfnChannel(
7556
7937
 
7557
7938
  ebu_tt_dDestination_settings_property = medialive.CfnChannel.EbuTtDDestinationSettingsProperty(
7558
7939
  copyright_holder="copyrightHolder",
7940
+ default_font_size=123,
7941
+ default_line_height=123,
7559
7942
  fill_line_gap="fillLineGap",
7560
7943
  font_family="fontFamily",
7561
7944
  style_control="styleControl"
@@ -7564,12 +7947,18 @@ class CfnChannel(
7564
7947
  if __debug__:
7565
7948
  type_hints = typing.get_type_hints(_typecheckingstub__23559d0249cfbe262bfbd93ab48605fd9c25886b289f89b7e6b86a893ae4c78b)
7566
7949
  check_type(argname="argument copyright_holder", value=copyright_holder, expected_type=type_hints["copyright_holder"])
7950
+ check_type(argname="argument default_font_size", value=default_font_size, expected_type=type_hints["default_font_size"])
7951
+ check_type(argname="argument default_line_height", value=default_line_height, expected_type=type_hints["default_line_height"])
7567
7952
  check_type(argname="argument fill_line_gap", value=fill_line_gap, expected_type=type_hints["fill_line_gap"])
7568
7953
  check_type(argname="argument font_family", value=font_family, expected_type=type_hints["font_family"])
7569
7954
  check_type(argname="argument style_control", value=style_control, expected_type=type_hints["style_control"])
7570
7955
  self._values: typing.Dict[builtins.str, typing.Any] = {}
7571
7956
  if copyright_holder is not None:
7572
7957
  self._values["copyright_holder"] = copyright_holder
7958
+ if default_font_size is not None:
7959
+ self._values["default_font_size"] = default_font_size
7960
+ if default_line_height is not None:
7961
+ self._values["default_line_height"] = default_line_height
7573
7962
  if fill_line_gap is not None:
7574
7963
  self._values["fill_line_gap"] = fill_line_gap
7575
7964
  if font_family is not None:
@@ -7588,6 +7977,22 @@ class CfnChannel(
7588
7977
  result = self._values.get("copyright_holder")
7589
7978
  return typing.cast(typing.Optional[builtins.str], result)
7590
7979
 
7980
+ @builtins.property
7981
+ def default_font_size(self) -> typing.Optional[jsii.Number]:
7982
+ '''
7983
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-defaultfontsize
7984
+ '''
7985
+ result = self._values.get("default_font_size")
7986
+ return typing.cast(typing.Optional[jsii.Number], result)
7987
+
7988
+ @builtins.property
7989
+ def default_line_height(self) -> typing.Optional[jsii.Number]:
7990
+ '''
7991
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-defaultlineheight
7992
+ '''
7993
+ result = self._values.get("default_line_height")
7994
+ return typing.cast(typing.Optional[jsii.Number], result)
7995
+
7591
7996
  @builtins.property
7592
7997
  def fill_line_gap(self) -> typing.Optional[builtins.str]:
7593
7998
  '''Specifies how to handle the gap between the lines (in multi-line captions).
@@ -9507,6 +9912,7 @@ class CfnChannel(
9507
9912
  "level": "level",
9508
9913
  "look_ahead_rate_control": "lookAheadRateControl",
9509
9914
  "max_bitrate": "maxBitrate",
9915
+ "min_bitrate": "minBitrate",
9510
9916
  "min_i_interval": "minIInterval",
9511
9917
  "min_qp": "minQp",
9512
9918
  "num_ref_frames": "numRefFrames",
@@ -9556,6 +9962,7 @@ class CfnChannel(
9556
9962
  level: typing.Optional[builtins.str] = None,
9557
9963
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
9558
9964
  max_bitrate: typing.Optional[jsii.Number] = None,
9965
+ min_bitrate: typing.Optional[jsii.Number] = None,
9559
9966
  min_i_interval: typing.Optional[jsii.Number] = None,
9560
9967
  min_qp: typing.Optional[jsii.Number] = None,
9561
9968
  num_ref_frames: typing.Optional[jsii.Number] = None,
@@ -9604,6 +10011,7 @@ class CfnChannel(
9604
10011
  :param level: The H.264 level.
9605
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.
9606
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:
9607
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.
9608
10016
  :param min_qp:
9609
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.
@@ -9671,6 +10079,7 @@ class CfnChannel(
9671
10079
  level="level",
9672
10080
  look_ahead_rate_control="lookAheadRateControl",
9673
10081
  max_bitrate=123,
10082
+ min_bitrate=123,
9674
10083
  min_iInterval=123,
9675
10084
  min_qp=123,
9676
10085
  num_ref_frames=123,
@@ -9722,6 +10131,7 @@ class CfnChannel(
9722
10131
  check_type(argname="argument level", value=level, expected_type=type_hints["level"])
9723
10132
  check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
9724
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"])
9725
10135
  check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
9726
10136
  check_type(argname="argument min_qp", value=min_qp, expected_type=type_hints["min_qp"])
9727
10137
  check_type(argname="argument num_ref_frames", value=num_ref_frames, expected_type=type_hints["num_ref_frames"])
@@ -9789,6 +10199,8 @@ class CfnChannel(
9789
10199
  self._values["look_ahead_rate_control"] = look_ahead_rate_control
9790
10200
  if max_bitrate is not None:
9791
10201
  self._values["max_bitrate"] = max_bitrate
10202
+ if min_bitrate is not None:
10203
+ self._values["min_bitrate"] = min_bitrate
9792
10204
  if min_i_interval is not None:
9793
10205
  self._values["min_i_interval"] = min_i_interval
9794
10206
  if min_qp is not None:
@@ -10065,6 +10477,14 @@ class CfnChannel(
10065
10477
  result = self._values.get("max_bitrate")
10066
10478
  return typing.cast(typing.Optional[jsii.Number], result)
10067
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
+
10068
10488
  @builtins.property
10069
10489
  def min_i_interval(self) -> typing.Optional[jsii.Number]:
10070
10490
  '''Meaningful only if sceneChangeDetect is set to enabled.
@@ -10515,12 +10935,15 @@ class CfnChannel(
10515
10935
  "flicker_aq": "flickerAq",
10516
10936
  "framerate_denominator": "framerateDenominator",
10517
10937
  "framerate_numerator": "framerateNumerator",
10938
+ "gop_b_reference": "gopBReference",
10518
10939
  "gop_closed_cadence": "gopClosedCadence",
10940
+ "gop_num_b_frames": "gopNumBFrames",
10519
10941
  "gop_size": "gopSize",
10520
10942
  "gop_size_units": "gopSizeUnits",
10521
10943
  "level": "level",
10522
10944
  "look_ahead_rate_control": "lookAheadRateControl",
10523
10945
  "max_bitrate": "maxBitrate",
10946
+ "min_bitrate": "minBitrate",
10524
10947
  "min_i_interval": "minIInterval",
10525
10948
  "min_qp": "minQp",
10526
10949
  "mv_over_picture_boundaries": "mvOverPictureBoundaries",
@@ -10533,6 +10956,7 @@ class CfnChannel(
10533
10956
  "scan_type": "scanType",
10534
10957
  "scene_change_detect": "sceneChangeDetect",
10535
10958
  "slices": "slices",
10959
+ "subgop_length": "subgopLength",
10536
10960
  "tier": "tier",
10537
10961
  "tile_height": "tileHeight",
10538
10962
  "tile_padding": "tilePadding",
@@ -10559,12 +10983,15 @@ class CfnChannel(
10559
10983
  flicker_aq: typing.Optional[builtins.str] = None,
10560
10984
  framerate_denominator: typing.Optional[jsii.Number] = None,
10561
10985
  framerate_numerator: typing.Optional[jsii.Number] = None,
10986
+ gop_b_reference: typing.Optional[builtins.str] = None,
10562
10987
  gop_closed_cadence: typing.Optional[jsii.Number] = None,
10988
+ gop_num_b_frames: typing.Optional[jsii.Number] = None,
10563
10989
  gop_size: typing.Optional[jsii.Number] = None,
10564
10990
  gop_size_units: typing.Optional[builtins.str] = None,
10565
10991
  level: typing.Optional[builtins.str] = None,
10566
10992
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
10567
10993
  max_bitrate: typing.Optional[jsii.Number] = None,
10994
+ min_bitrate: typing.Optional[jsii.Number] = None,
10568
10995
  min_i_interval: typing.Optional[jsii.Number] = None,
10569
10996
  min_qp: typing.Optional[jsii.Number] = None,
10570
10997
  mv_over_picture_boundaries: typing.Optional[builtins.str] = None,
@@ -10577,6 +11004,7 @@ class CfnChannel(
10577
11004
  scan_type: typing.Optional[builtins.str] = None,
10578
11005
  scene_change_detect: typing.Optional[builtins.str] = None,
10579
11006
  slices: typing.Optional[jsii.Number] = None,
11007
+ subgop_length: typing.Optional[builtins.str] = None,
10580
11008
  tier: typing.Optional[builtins.str] = None,
10581
11009
  tile_height: typing.Optional[jsii.Number] = None,
10582
11010
  tile_padding: typing.Optional[builtins.str] = None,
@@ -10602,12 +11030,15 @@ class CfnChannel(
10602
11030
  :param flicker_aq: If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
10603
11031
  :param framerate_denominator: Framerate denominator.
10604
11032
  :param framerate_numerator: Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.
11033
+ :param gop_b_reference:
10605
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:
10606
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.
10607
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.
10608
11038
  :param level: H.265 Level.
10609
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.
10610
11040
  :param max_bitrate: For QVBR: See the tooltip for Quality level.
11041
+ :param min_bitrate:
10611
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
10612
11043
  :param min_qp:
10613
11044
  :param mv_over_picture_boundaries:
@@ -10620,6 +11051,7 @@ class CfnChannel(
10620
11051
  :param scan_type: Sets the scan type of the output to progressive or top-field-first interlaced.
10621
11052
  :param scene_change_detect: Scene change detection.
10622
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:
10623
11055
  :param tier: H.265 Tier.
10624
11056
  :param tile_height:
10625
11057
  :param tile_padding:
@@ -10669,12 +11101,15 @@ class CfnChannel(
10669
11101
  flicker_aq="flickerAq",
10670
11102
  framerate_denominator=123,
10671
11103
  framerate_numerator=123,
11104
+ gop_bReference="gopBReference",
10672
11105
  gop_closed_cadence=123,
11106
+ gop_num_bFrames=123,
10673
11107
  gop_size=123,
10674
11108
  gop_size_units="gopSizeUnits",
10675
11109
  level="level",
10676
11110
  look_ahead_rate_control="lookAheadRateControl",
10677
11111
  max_bitrate=123,
11112
+ min_bitrate=123,
10678
11113
  min_iInterval=123,
10679
11114
  min_qp=123,
10680
11115
  mv_over_picture_boundaries="mvOverPictureBoundaries",
@@ -10687,6 +11122,7 @@ class CfnChannel(
10687
11122
  scan_type="scanType",
10688
11123
  scene_change_detect="sceneChangeDetect",
10689
11124
  slices=123,
11125
+ subgop_length="subgopLength",
10690
11126
  tier="tier",
10691
11127
  tile_height=123,
10692
11128
  tile_padding="tilePadding",
@@ -10715,12 +11151,15 @@ class CfnChannel(
10715
11151
  check_type(argname="argument flicker_aq", value=flicker_aq, expected_type=type_hints["flicker_aq"])
10716
11152
  check_type(argname="argument framerate_denominator", value=framerate_denominator, expected_type=type_hints["framerate_denominator"])
10717
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"])
10718
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"])
10719
11157
  check_type(argname="argument gop_size", value=gop_size, expected_type=type_hints["gop_size"])
10720
11158
  check_type(argname="argument gop_size_units", value=gop_size_units, expected_type=type_hints["gop_size_units"])
10721
11159
  check_type(argname="argument level", value=level, expected_type=type_hints["level"])
10722
11160
  check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
10723
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"])
10724
11163
  check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
10725
11164
  check_type(argname="argument min_qp", value=min_qp, expected_type=type_hints["min_qp"])
10726
11165
  check_type(argname="argument mv_over_picture_boundaries", value=mv_over_picture_boundaries, expected_type=type_hints["mv_over_picture_boundaries"])
@@ -10733,6 +11172,7 @@ class CfnChannel(
10733
11172
  check_type(argname="argument scan_type", value=scan_type, expected_type=type_hints["scan_type"])
10734
11173
  check_type(argname="argument scene_change_detect", value=scene_change_detect, expected_type=type_hints["scene_change_detect"])
10735
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"])
10736
11176
  check_type(argname="argument tier", value=tier, expected_type=type_hints["tier"])
10737
11177
  check_type(argname="argument tile_height", value=tile_height, expected_type=type_hints["tile_height"])
10738
11178
  check_type(argname="argument tile_padding", value=tile_padding, expected_type=type_hints["tile_padding"])
@@ -10767,8 +11207,12 @@ class CfnChannel(
10767
11207
  self._values["framerate_denominator"] = framerate_denominator
10768
11208
  if framerate_numerator is not None:
10769
11209
  self._values["framerate_numerator"] = framerate_numerator
11210
+ if gop_b_reference is not None:
11211
+ self._values["gop_b_reference"] = gop_b_reference
10770
11212
  if gop_closed_cadence is not None:
10771
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
10772
11216
  if gop_size is not None:
10773
11217
  self._values["gop_size"] = gop_size
10774
11218
  if gop_size_units is not None:
@@ -10779,6 +11223,8 @@ class CfnChannel(
10779
11223
  self._values["look_ahead_rate_control"] = look_ahead_rate_control
10780
11224
  if max_bitrate is not None:
10781
11225
  self._values["max_bitrate"] = max_bitrate
11226
+ if min_bitrate is not None:
11227
+ self._values["min_bitrate"] = min_bitrate
10782
11228
  if min_i_interval is not None:
10783
11229
  self._values["min_i_interval"] = min_i_interval
10784
11230
  if min_qp is not None:
@@ -10803,6 +11249,8 @@ class CfnChannel(
10803
11249
  self._values["scene_change_detect"] = scene_change_detect
10804
11250
  if slices is not None:
10805
11251
  self._values["slices"] = slices
11252
+ if subgop_length is not None:
11253
+ self._values["subgop_length"] = subgop_length
10806
11254
  if tier is not None:
10807
11255
  self._values["tier"] = tier
10808
11256
  if tile_height is not None:
@@ -10946,6 +11394,14 @@ class CfnChannel(
10946
11394
  result = self._values.get("framerate_numerator")
10947
11395
  return typing.cast(typing.Optional[jsii.Number], result)
10948
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
+
10949
11405
  @builtins.property
10950
11406
  def gop_closed_cadence(self) -> typing.Optional[jsii.Number]:
10951
11407
  '''Frequency of closed GOPs.
@@ -10957,6 +11413,14 @@ class CfnChannel(
10957
11413
  result = self._values.get("gop_closed_cadence")
10958
11414
  return typing.cast(typing.Optional[jsii.Number], result)
10959
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
+
10960
11424
  @builtins.property
10961
11425
  def gop_size(self) -> typing.Optional[jsii.Number]:
10962
11426
  '''GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
@@ -11009,6 +11473,14 @@ class CfnChannel(
11009
11473
  result = self._values.get("max_bitrate")
11010
11474
  return typing.cast(typing.Optional[jsii.Number], result)
11011
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
+
11012
11484
  @builtins.property
11013
11485
  def min_i_interval(self) -> typing.Optional[jsii.Number]:
11014
11486
  '''Only meaningful if sceneChangeDetect is set to enabled.
@@ -11131,6 +11603,14 @@ class CfnChannel(
11131
11603
  result = self._values.get("slices")
11132
11604
  return typing.cast(typing.Optional[jsii.Number], result)
11133
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
+
11134
11614
  @builtins.property
11135
11615
  def tier(self) -> typing.Optional[builtins.str]:
11136
11616
  '''H.265 Tier.
@@ -15819,19 +16299,24 @@ class CfnChannel(
15819
16299
  @jsii.data_type(
15820
16300
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MediaPackageGroupSettingsProperty",
15821
16301
  jsii_struct_bases=[],
15822
- name_mapping={"destination": "destination"},
16302
+ name_mapping={
16303
+ "destination": "destination",
16304
+ "mediapackage_v2_group_settings": "mediapackageV2GroupSettings",
16305
+ },
15823
16306
  )
15824
16307
  class MediaPackageGroupSettingsProperty:
15825
16308
  def __init__(
15826
16309
  self,
15827
16310
  *,
15828
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,
15829
16313
  ) -> None:
15830
16314
  '''The settings for the MediaPackage group.
15831
16315
 
15832
16316
  The parent of this entity is OutputGroupSettings.
15833
16317
 
15834
16318
  :param destination: The MediaPackage channel destination.
16319
+ :param mediapackage_v2_group_settings:
15835
16320
 
15836
16321
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagegroupsettings.html
15837
16322
  :exampleMetadata: fixture=_generated
@@ -15845,15 +16330,34 @@ class CfnChannel(
15845
16330
  media_package_group_settings_property = medialive.CfnChannel.MediaPackageGroupSettingsProperty(
15846
16331
  destination=medialive.CfnChannel.OutputLocationRefProperty(
15847
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"
15848
16349
  )
15849
16350
  )
15850
16351
  '''
15851
16352
  if __debug__:
15852
16353
  type_hints = typing.get_type_hints(_typecheckingstub__85fb14a458ec20936e4659288aff4ca667c9931c1d403d6a189b9b390fa82420)
15853
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"])
15854
16356
  self._values: typing.Dict[builtins.str, typing.Any] = {}
15855
16357
  if destination is not None:
15856
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
15857
16361
 
15858
16362
  @builtins.property
15859
16363
  def destination(
@@ -15866,6 +16370,16 @@ class CfnChannel(
15866
16370
  result = self._values.get("destination")
15867
16371
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]], result)
15868
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
+
15869
16383
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
15870
16384
  return isinstance(rhs, self.__class__) and rhs._values == self._values
15871
16385
 
@@ -15971,11 +16485,22 @@ class CfnChannel(
15971
16485
  @jsii.data_type(
15972
16486
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MediaPackageOutputSettingsProperty",
15973
16487
  jsii_struct_bases=[],
15974
- name_mapping={},
16488
+ name_mapping={
16489
+ "media_package_v2_destination_settings": "mediaPackageV2DestinationSettings",
16490
+ },
15975
16491
  )
15976
16492
  class MediaPackageOutputSettingsProperty:
15977
- def __init__(self) -> None:
15978
- '''
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
+
15979
16504
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputsettings.html
15980
16505
  :exampleMetadata: fixture=_generated
15981
16506
 
@@ -15985,9 +16510,31 @@ class CfnChannel(
15985
16510
  # The values are placeholders you should change.
15986
16511
  from aws_cdk import aws_medialive as medialive
15987
16512
 
15988
- 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
+ )
15989
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"])
15990
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)
15991
16538
 
15992
16539
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
15993
16540
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -16000,6 +16547,302 @@ class CfnChannel(
16000
16547
  k + "=" + repr(v) for k, v in self._values.items()
16001
16548
  )
16002
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
+
16003
16846
  @jsii.data_type(
16004
16847
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MotionGraphicsConfigurationProperty",
16005
16848
  jsii_struct_bases=[],
@@ -18154,6 +18997,7 @@ class CfnChannel(
18154
18997
  jsii_struct_bases=[],
18155
18998
  name_mapping={
18156
18999
  "id": "id",
19000
+ "logical_interface_names": "logicalInterfaceNames",
18157
19001
  "media_package_settings": "mediaPackageSettings",
18158
19002
  "multiplex_settings": "multiplexSettings",
18159
19003
  "settings": "settings",
@@ -18165,6 +19009,7 @@ class CfnChannel(
18165
19009
  self,
18166
19010
  *,
18167
19011
  id: typing.Optional[builtins.str] = None,
19012
+ logical_interface_names: typing.Optional[typing.Sequence[builtins.str]] = None,
18168
19013
  media_package_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MediaPackageOutputDestinationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
18169
19014
  multiplex_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MultiplexProgramChannelDestinationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
18170
19015
  settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputDestinationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -18175,6 +19020,7 @@ class CfnChannel(
18175
19020
  This entity is at the top level in the channel.
18176
19021
 
18177
19022
  :param id: The ID for this destination.
19023
+ :param logical_interface_names:
18178
19024
  :param media_package_settings: The destination settings for a MediaPackage output.
18179
19025
  :param multiplex_settings: Destination settings for a Multiplex output; one destination for both encoders.
18180
19026
  :param settings: The destination settings for an output.
@@ -18191,6 +19037,7 @@ class CfnChannel(
18191
19037
 
18192
19038
  output_destination_property = medialive.CfnChannel.OutputDestinationProperty(
18193
19039
  id="id",
19040
+ logical_interface_names=["logicalInterfaceNames"],
18194
19041
  media_package_settings=[medialive.CfnChannel.MediaPackageOutputDestinationSettingsProperty(
18195
19042
  channel_group="channelGroup",
18196
19043
  channel_id="channelId",
@@ -18216,6 +19063,7 @@ class CfnChannel(
18216
19063
  if __debug__:
18217
19064
  type_hints = typing.get_type_hints(_typecheckingstub__d1c3f4cbc44fec2f5cf6dcc1097499d83d328f8fd1f15b8dd6ce6bc45153265a)
18218
19065
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
19066
+ check_type(argname="argument logical_interface_names", value=logical_interface_names, expected_type=type_hints["logical_interface_names"])
18219
19067
  check_type(argname="argument media_package_settings", value=media_package_settings, expected_type=type_hints["media_package_settings"])
18220
19068
  check_type(argname="argument multiplex_settings", value=multiplex_settings, expected_type=type_hints["multiplex_settings"])
18221
19069
  check_type(argname="argument settings", value=settings, expected_type=type_hints["settings"])
@@ -18223,6 +19071,8 @@ class CfnChannel(
18223
19071
  self._values: typing.Dict[builtins.str, typing.Any] = {}
18224
19072
  if id is not None:
18225
19073
  self._values["id"] = id
19074
+ if logical_interface_names is not None:
19075
+ self._values["logical_interface_names"] = logical_interface_names
18226
19076
  if media_package_settings is not None:
18227
19077
  self._values["media_package_settings"] = media_package_settings
18228
19078
  if multiplex_settings is not None:
@@ -18241,6 +19091,14 @@ class CfnChannel(
18241
19091
  result = self._values.get("id")
18242
19092
  return typing.cast(typing.Optional[builtins.str], result)
18243
19093
 
19094
+ @builtins.property
19095
+ def logical_interface_names(self) -> typing.Optional[typing.List[builtins.str]]:
19096
+ '''
19097
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html#cfn-medialive-channel-outputdestination-logicalinterfacenames
19098
+ '''
19099
+ result = self._values.get("logical_interface_names")
19100
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
19101
+
18244
19102
  @builtins.property
18245
19103
  def media_package_settings(
18246
19104
  self,
@@ -18440,502 +19298,7 @@ class CfnChannel(
18440
19298
 
18441
19299
  Example::
18442
19300
 
18443
- # The code below shows an example of how to instantiate this type.
18444
- # The values are placeholders you should change.
18445
- from aws_cdk import aws_medialive as medialive
18446
19301
 
18447
- output_group_property = medialive.CfnChannel.OutputGroupProperty(
18448
- name="name",
18449
- output_group_settings=medialive.CfnChannel.OutputGroupSettingsProperty(
18450
- archive_group_settings=medialive.CfnChannel.ArchiveGroupSettingsProperty(
18451
- archive_cdn_settings=medialive.CfnChannel.ArchiveCdnSettingsProperty(
18452
- archive_s3_settings=medialive.CfnChannel.ArchiveS3SettingsProperty(
18453
- canned_acl="cannedAcl"
18454
- )
18455
- ),
18456
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18457
- destination_ref_id="destinationRefId"
18458
- ),
18459
- rollover_interval=123
18460
- ),
18461
- cmaf_ingest_group_settings=medialive.CfnChannel.CmafIngestGroupSettingsProperty(
18462
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18463
- destination_ref_id="destinationRefId"
18464
- ),
18465
- id3_behavior="id3Behavior",
18466
- id3_name_modifier="id3NameModifier",
18467
- klv_behavior="klvBehavior",
18468
- klv_name_modifier="klvNameModifier",
18469
- nielsen_id3_behavior="nielsenId3Behavior",
18470
- nielsen_id3_name_modifier="nielsenId3NameModifier",
18471
- scte35_name_modifier="scte35NameModifier",
18472
- scte35_type="scte35Type",
18473
- segment_length=123,
18474
- segment_length_units="segmentLengthUnits",
18475
- send_delay_ms=123
18476
- ),
18477
- frame_capture_group_settings=medialive.CfnChannel.FrameCaptureGroupSettingsProperty(
18478
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18479
- destination_ref_id="destinationRefId"
18480
- ),
18481
- frame_capture_cdn_settings=medialive.CfnChannel.FrameCaptureCdnSettingsProperty(
18482
- frame_capture_s3_settings=medialive.CfnChannel.FrameCaptureS3SettingsProperty(
18483
- canned_acl="cannedAcl"
18484
- )
18485
- )
18486
- ),
18487
- hls_group_settings=medialive.CfnChannel.HlsGroupSettingsProperty(
18488
- ad_markers=["adMarkers"],
18489
- base_url_content="baseUrlContent",
18490
- base_url_content1="baseUrlContent1",
18491
- base_url_manifest="baseUrlManifest",
18492
- base_url_manifest1="baseUrlManifest1",
18493
- caption_language_mappings=[medialive.CfnChannel.CaptionLanguageMappingProperty(
18494
- caption_channel=123,
18495
- language_code="languageCode",
18496
- language_description="languageDescription"
18497
- )],
18498
- caption_language_setting="captionLanguageSetting",
18499
- client_cache="clientCache",
18500
- codec_specification="codecSpecification",
18501
- constant_iv="constantIv",
18502
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18503
- destination_ref_id="destinationRefId"
18504
- ),
18505
- directory_structure="directoryStructure",
18506
- discontinuity_tags="discontinuityTags",
18507
- encryption_type="encryptionType",
18508
- hls_cdn_settings=medialive.CfnChannel.HlsCdnSettingsProperty(
18509
- hls_akamai_settings=medialive.CfnChannel.HlsAkamaiSettingsProperty(
18510
- connection_retry_interval=123,
18511
- filecache_duration=123,
18512
- http_transfer_mode="httpTransferMode",
18513
- num_retries=123,
18514
- restart_delay=123,
18515
- salt="salt",
18516
- token="token"
18517
- ),
18518
- hls_basic_put_settings=medialive.CfnChannel.HlsBasicPutSettingsProperty(
18519
- connection_retry_interval=123,
18520
- filecache_duration=123,
18521
- num_retries=123,
18522
- restart_delay=123
18523
- ),
18524
- hls_media_store_settings=medialive.CfnChannel.HlsMediaStoreSettingsProperty(
18525
- connection_retry_interval=123,
18526
- filecache_duration=123,
18527
- media_store_storage_class="mediaStoreStorageClass",
18528
- num_retries=123,
18529
- restart_delay=123
18530
- ),
18531
- hls_s3_settings=medialive.CfnChannel.HlsS3SettingsProperty(
18532
- canned_acl="cannedAcl"
18533
- ),
18534
- hls_webdav_settings=medialive.CfnChannel.HlsWebdavSettingsProperty(
18535
- connection_retry_interval=123,
18536
- filecache_duration=123,
18537
- http_transfer_mode="httpTransferMode",
18538
- num_retries=123,
18539
- restart_delay=123
18540
- )
18541
- ),
18542
- hls_id3_segment_tagging="hlsId3SegmentTagging",
18543
- i_frame_only_playlists="iFrameOnlyPlaylists",
18544
- incomplete_segment_behavior="incompleteSegmentBehavior",
18545
- index_nSegments=123,
18546
- input_loss_action="inputLossAction",
18547
- iv_in_manifest="ivInManifest",
18548
- iv_source="ivSource",
18549
- keep_segments=123,
18550
- key_format="keyFormat",
18551
- key_format_versions="keyFormatVersions",
18552
- key_provider_settings=medialive.CfnChannel.KeyProviderSettingsProperty(
18553
- static_key_settings=medialive.CfnChannel.StaticKeySettingsProperty(
18554
- key_provider_server=medialive.CfnChannel.InputLocationProperty(
18555
- password_param="passwordParam",
18556
- uri="uri",
18557
- username="username"
18558
- ),
18559
- static_key_value="staticKeyValue"
18560
- )
18561
- ),
18562
- manifest_compression="manifestCompression",
18563
- manifest_duration_format="manifestDurationFormat",
18564
- min_segment_length=123,
18565
- mode="mode",
18566
- output_selection="outputSelection",
18567
- program_date_time="programDateTime",
18568
- program_date_time_clock="programDateTimeClock",
18569
- program_date_time_period=123,
18570
- redundant_manifest="redundantManifest",
18571
- segmentation_mode="segmentationMode",
18572
- segment_length=123,
18573
- segments_per_subdirectory=123,
18574
- stream_inf_resolution="streamInfResolution",
18575
- timed_metadata_id3_frame="timedMetadataId3Frame",
18576
- timed_metadata_id3_period=123,
18577
- timestamp_delta_milliseconds=123,
18578
- ts_file_mode="tsFileMode"
18579
- ),
18580
- media_package_group_settings=medialive.CfnChannel.MediaPackageGroupSettingsProperty(
18581
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18582
- destination_ref_id="destinationRefId"
18583
- )
18584
- ),
18585
- ms_smooth_group_settings=medialive.CfnChannel.MsSmoothGroupSettingsProperty(
18586
- acquisition_point_id="acquisitionPointId",
18587
- audio_only_timecode_control="audioOnlyTimecodeControl",
18588
- certificate_mode="certificateMode",
18589
- connection_retry_interval=123,
18590
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18591
- destination_ref_id="destinationRefId"
18592
- ),
18593
- event_id="eventId",
18594
- event_id_mode="eventIdMode",
18595
- event_stop_behavior="eventStopBehavior",
18596
- filecache_duration=123,
18597
- fragment_length=123,
18598
- input_loss_action="inputLossAction",
18599
- num_retries=123,
18600
- restart_delay=123,
18601
- segmentation_mode="segmentationMode",
18602
- send_delay_ms=123,
18603
- sparse_track_type="sparseTrackType",
18604
- stream_manifest_behavior="streamManifestBehavior",
18605
- timestamp_offset="timestampOffset",
18606
- timestamp_offset_mode="timestampOffsetMode"
18607
- ),
18608
- multiplex_group_settings=medialive.CfnChannel.MultiplexGroupSettingsProperty(),
18609
- rtmp_group_settings=medialive.CfnChannel.RtmpGroupSettingsProperty(
18610
- ad_markers=["adMarkers"],
18611
- authentication_scheme="authenticationScheme",
18612
- cache_full_behavior="cacheFullBehavior",
18613
- cache_length=123,
18614
- caption_data="captionData",
18615
- include_filler_nal_units="includeFillerNalUnits",
18616
- input_loss_action="inputLossAction",
18617
- restart_delay=123
18618
- ),
18619
- srt_group_settings=medialive.CfnChannel.SrtGroupSettingsProperty(
18620
- input_loss_action="inputLossAction"
18621
- ),
18622
- udp_group_settings=medialive.CfnChannel.UdpGroupSettingsProperty(
18623
- input_loss_action="inputLossAction",
18624
- timed_metadata_id3_frame="timedMetadataId3Frame",
18625
- timed_metadata_id3_period=123
18626
- )
18627
- ),
18628
- outputs=[medialive.CfnChannel.OutputProperty(
18629
- audio_description_names=["audioDescriptionNames"],
18630
- caption_description_names=["captionDescriptionNames"],
18631
- output_name="outputName",
18632
- output_settings=medialive.CfnChannel.OutputSettingsProperty(
18633
- archive_output_settings=medialive.CfnChannel.ArchiveOutputSettingsProperty(
18634
- container_settings=medialive.CfnChannel.ArchiveContainerSettingsProperty(
18635
- m2_ts_settings=medialive.CfnChannel.M2tsSettingsProperty(
18636
- absent_input_audio_behavior="absentInputAudioBehavior",
18637
- arib="arib",
18638
- arib_captions_pid="aribCaptionsPid",
18639
- arib_captions_pid_control="aribCaptionsPidControl",
18640
- audio_buffer_model="audioBufferModel",
18641
- audio_frames_per_pes=123,
18642
- audio_pids="audioPids",
18643
- audio_stream_type="audioStreamType",
18644
- bitrate=123,
18645
- buffer_model="bufferModel",
18646
- cc_descriptor="ccDescriptor",
18647
- dvb_nit_settings=medialive.CfnChannel.DvbNitSettingsProperty(
18648
- network_id=123,
18649
- network_name="networkName",
18650
- rep_interval=123
18651
- ),
18652
- dvb_sdt_settings=medialive.CfnChannel.DvbSdtSettingsProperty(
18653
- output_sdt="outputSdt",
18654
- rep_interval=123,
18655
- service_name="serviceName",
18656
- service_provider_name="serviceProviderName"
18657
- ),
18658
- dvb_sub_pids="dvbSubPids",
18659
- dvb_tdt_settings=medialive.CfnChannel.DvbTdtSettingsProperty(
18660
- rep_interval=123
18661
- ),
18662
- dvb_teletext_pid="dvbTeletextPid",
18663
- ebif="ebif",
18664
- ebp_audio_interval="ebpAudioInterval",
18665
- ebp_lookahead_ms=123,
18666
- ebp_placement="ebpPlacement",
18667
- ecm_pid="ecmPid",
18668
- es_rate_in_pes="esRateInPes",
18669
- etv_platform_pid="etvPlatformPid",
18670
- etv_signal_pid="etvSignalPid",
18671
- fragment_time=123,
18672
- klv="klv",
18673
- klv_data_pids="klvDataPids",
18674
- nielsen_id3_behavior="nielsenId3Behavior",
18675
- null_packet_bitrate=123,
18676
- pat_interval=123,
18677
- pcr_control="pcrControl",
18678
- pcr_period=123,
18679
- pcr_pid="pcrPid",
18680
- pmt_interval=123,
18681
- pmt_pid="pmtPid",
18682
- program_num=123,
18683
- rate_mode="rateMode",
18684
- scte27_pids="scte27Pids",
18685
- scte35_control="scte35Control",
18686
- scte35_pid="scte35Pid",
18687
- scte35_preroll_pullup_milliseconds=123,
18688
- segmentation_markers="segmentationMarkers",
18689
- segmentation_style="segmentationStyle",
18690
- segmentation_time=123,
18691
- timed_metadata_behavior="timedMetadataBehavior",
18692
- timed_metadata_pid="timedMetadataPid",
18693
- transport_stream_id=123,
18694
- video_pid="videoPid"
18695
- ),
18696
- raw_settings=medialive.CfnChannel.RawSettingsProperty()
18697
- ),
18698
- extension="extension",
18699
- name_modifier="nameModifier"
18700
- ),
18701
- cmaf_ingest_output_settings=medialive.CfnChannel.CmafIngestOutputSettingsProperty(
18702
- name_modifier="nameModifier"
18703
- ),
18704
- frame_capture_output_settings=medialive.CfnChannel.FrameCaptureOutputSettingsProperty(
18705
- name_modifier="nameModifier"
18706
- ),
18707
- hls_output_settings=medialive.CfnChannel.HlsOutputSettingsProperty(
18708
- h265_packaging_type="h265PackagingType",
18709
- hls_settings=medialive.CfnChannel.HlsSettingsProperty(
18710
- audio_only_hls_settings=medialive.CfnChannel.AudioOnlyHlsSettingsProperty(
18711
- audio_group_id="audioGroupId",
18712
- audio_only_image=medialive.CfnChannel.InputLocationProperty(
18713
- password_param="passwordParam",
18714
- uri="uri",
18715
- username="username"
18716
- ),
18717
- audio_track_type="audioTrackType",
18718
- segment_type="segmentType"
18719
- ),
18720
- fmp4_hls_settings=medialive.CfnChannel.Fmp4HlsSettingsProperty(
18721
- audio_rendition_sets="audioRenditionSets",
18722
- nielsen_id3_behavior="nielsenId3Behavior",
18723
- timed_metadata_behavior="timedMetadataBehavior"
18724
- ),
18725
- frame_capture_hls_settings=medialive.CfnChannel.FrameCaptureHlsSettingsProperty(),
18726
- standard_hls_settings=medialive.CfnChannel.StandardHlsSettingsProperty(
18727
- audio_rendition_sets="audioRenditionSets",
18728
- m3_u8_settings=medialive.CfnChannel.M3u8SettingsProperty(
18729
- audio_frames_per_pes=123,
18730
- audio_pids="audioPids",
18731
- ecm_pid="ecmPid",
18732
- klv_behavior="klvBehavior",
18733
- klv_data_pids="klvDataPids",
18734
- nielsen_id3_behavior="nielsenId3Behavior",
18735
- pat_interval=123,
18736
- pcr_control="pcrControl",
18737
- pcr_period=123,
18738
- pcr_pid="pcrPid",
18739
- pmt_interval=123,
18740
- pmt_pid="pmtPid",
18741
- program_num=123,
18742
- scte35_behavior="scte35Behavior",
18743
- scte35_pid="scte35Pid",
18744
- timed_metadata_behavior="timedMetadataBehavior",
18745
- timed_metadata_pid="timedMetadataPid",
18746
- transport_stream_id=123,
18747
- video_pid="videoPid"
18748
- )
18749
- )
18750
- ),
18751
- name_modifier="nameModifier",
18752
- segment_modifier="segmentModifier"
18753
- ),
18754
- media_package_output_settings=medialive.CfnChannel.MediaPackageOutputSettingsProperty(),
18755
- ms_smooth_output_settings=medialive.CfnChannel.MsSmoothOutputSettingsProperty(
18756
- h265_packaging_type="h265PackagingType",
18757
- name_modifier="nameModifier"
18758
- ),
18759
- multiplex_output_settings=medialive.CfnChannel.MultiplexOutputSettingsProperty(
18760
- container_settings=medialive.CfnChannel.MultiplexContainerSettingsProperty(
18761
- multiplex_m2_ts_settings=medialive.CfnChannel.MultiplexM2tsSettingsProperty(
18762
- absent_input_audio_behavior="absentInputAudioBehavior",
18763
- arib="arib",
18764
- audio_buffer_model="audioBufferModel",
18765
- audio_frames_per_pes=123,
18766
- audio_stream_type="audioStreamType",
18767
- cc_descriptor="ccDescriptor",
18768
- ebif="ebif",
18769
- es_rate_in_pes="esRateInPes",
18770
- klv="klv",
18771
- nielsen_id3_behavior="nielsenId3Behavior",
18772
- pcr_control="pcrControl",
18773
- pcr_period=123,
18774
- scte35_control="scte35Control",
18775
- scte35_preroll_pullup_milliseconds=123
18776
- )
18777
- ),
18778
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18779
- destination_ref_id="destinationRefId"
18780
- )
18781
- ),
18782
- rtmp_output_settings=medialive.CfnChannel.RtmpOutputSettingsProperty(
18783
- certificate_mode="certificateMode",
18784
- connection_retry_interval=123,
18785
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18786
- destination_ref_id="destinationRefId"
18787
- ),
18788
- num_retries=123
18789
- ),
18790
- srt_output_settings=medialive.CfnChannel.SrtOutputSettingsProperty(
18791
- buffer_msec=123,
18792
- container_settings=medialive.CfnChannel.UdpContainerSettingsProperty(
18793
- m2_ts_settings=medialive.CfnChannel.M2tsSettingsProperty(
18794
- absent_input_audio_behavior="absentInputAudioBehavior",
18795
- arib="arib",
18796
- arib_captions_pid="aribCaptionsPid",
18797
- arib_captions_pid_control="aribCaptionsPidControl",
18798
- audio_buffer_model="audioBufferModel",
18799
- audio_frames_per_pes=123,
18800
- audio_pids="audioPids",
18801
- audio_stream_type="audioStreamType",
18802
- bitrate=123,
18803
- buffer_model="bufferModel",
18804
- cc_descriptor="ccDescriptor",
18805
- dvb_nit_settings=medialive.CfnChannel.DvbNitSettingsProperty(
18806
- network_id=123,
18807
- network_name="networkName",
18808
- rep_interval=123
18809
- ),
18810
- dvb_sdt_settings=medialive.CfnChannel.DvbSdtSettingsProperty(
18811
- output_sdt="outputSdt",
18812
- rep_interval=123,
18813
- service_name="serviceName",
18814
- service_provider_name="serviceProviderName"
18815
- ),
18816
- dvb_sub_pids="dvbSubPids",
18817
- dvb_tdt_settings=medialive.CfnChannel.DvbTdtSettingsProperty(
18818
- rep_interval=123
18819
- ),
18820
- dvb_teletext_pid="dvbTeletextPid",
18821
- ebif="ebif",
18822
- ebp_audio_interval="ebpAudioInterval",
18823
- ebp_lookahead_ms=123,
18824
- ebp_placement="ebpPlacement",
18825
- ecm_pid="ecmPid",
18826
- es_rate_in_pes="esRateInPes",
18827
- etv_platform_pid="etvPlatformPid",
18828
- etv_signal_pid="etvSignalPid",
18829
- fragment_time=123,
18830
- klv="klv",
18831
- klv_data_pids="klvDataPids",
18832
- nielsen_id3_behavior="nielsenId3Behavior",
18833
- null_packet_bitrate=123,
18834
- pat_interval=123,
18835
- pcr_control="pcrControl",
18836
- pcr_period=123,
18837
- pcr_pid="pcrPid",
18838
- pmt_interval=123,
18839
- pmt_pid="pmtPid",
18840
- program_num=123,
18841
- rate_mode="rateMode",
18842
- scte27_pids="scte27Pids",
18843
- scte35_control="scte35Control",
18844
- scte35_pid="scte35Pid",
18845
- scte35_preroll_pullup_milliseconds=123,
18846
- segmentation_markers="segmentationMarkers",
18847
- segmentation_style="segmentationStyle",
18848
- segmentation_time=123,
18849
- timed_metadata_behavior="timedMetadataBehavior",
18850
- timed_metadata_pid="timedMetadataPid",
18851
- transport_stream_id=123,
18852
- video_pid="videoPid"
18853
- )
18854
- ),
18855
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18856
- destination_ref_id="destinationRefId"
18857
- ),
18858
- encryption_type="encryptionType",
18859
- latency=123
18860
- ),
18861
- udp_output_settings=medialive.CfnChannel.UdpOutputSettingsProperty(
18862
- buffer_msec=123,
18863
- container_settings=medialive.CfnChannel.UdpContainerSettingsProperty(
18864
- m2_ts_settings=medialive.CfnChannel.M2tsSettingsProperty(
18865
- absent_input_audio_behavior="absentInputAudioBehavior",
18866
- arib="arib",
18867
- arib_captions_pid="aribCaptionsPid",
18868
- arib_captions_pid_control="aribCaptionsPidControl",
18869
- audio_buffer_model="audioBufferModel",
18870
- audio_frames_per_pes=123,
18871
- audio_pids="audioPids",
18872
- audio_stream_type="audioStreamType",
18873
- bitrate=123,
18874
- buffer_model="bufferModel",
18875
- cc_descriptor="ccDescriptor",
18876
- dvb_nit_settings=medialive.CfnChannel.DvbNitSettingsProperty(
18877
- network_id=123,
18878
- network_name="networkName",
18879
- rep_interval=123
18880
- ),
18881
- dvb_sdt_settings=medialive.CfnChannel.DvbSdtSettingsProperty(
18882
- output_sdt="outputSdt",
18883
- rep_interval=123,
18884
- service_name="serviceName",
18885
- service_provider_name="serviceProviderName"
18886
- ),
18887
- dvb_sub_pids="dvbSubPids",
18888
- dvb_tdt_settings=medialive.CfnChannel.DvbTdtSettingsProperty(
18889
- rep_interval=123
18890
- ),
18891
- dvb_teletext_pid="dvbTeletextPid",
18892
- ebif="ebif",
18893
- ebp_audio_interval="ebpAudioInterval",
18894
- ebp_lookahead_ms=123,
18895
- ebp_placement="ebpPlacement",
18896
- ecm_pid="ecmPid",
18897
- es_rate_in_pes="esRateInPes",
18898
- etv_platform_pid="etvPlatformPid",
18899
- etv_signal_pid="etvSignalPid",
18900
- fragment_time=123,
18901
- klv="klv",
18902
- klv_data_pids="klvDataPids",
18903
- nielsen_id3_behavior="nielsenId3Behavior",
18904
- null_packet_bitrate=123,
18905
- pat_interval=123,
18906
- pcr_control="pcrControl",
18907
- pcr_period=123,
18908
- pcr_pid="pcrPid",
18909
- pmt_interval=123,
18910
- pmt_pid="pmtPid",
18911
- program_num=123,
18912
- rate_mode="rateMode",
18913
- scte27_pids="scte27Pids",
18914
- scte35_control="scte35Control",
18915
- scte35_pid="scte35Pid",
18916
- scte35_preroll_pullup_milliseconds=123,
18917
- segmentation_markers="segmentationMarkers",
18918
- segmentation_style="segmentationStyle",
18919
- segmentation_time=123,
18920
- timed_metadata_behavior="timedMetadataBehavior",
18921
- timed_metadata_pid="timedMetadataPid",
18922
- transport_stream_id=123,
18923
- video_pid="videoPid"
18924
- )
18925
- ),
18926
- destination=medialive.CfnChannel.OutputLocationRefProperty(
18927
- destination_ref_id="destinationRefId"
18928
- ),
18929
- fec_output_settings=medialive.CfnChannel.FecOutputSettingsProperty(
18930
- column_depth=123,
18931
- include_fec="includeFec",
18932
- row_length=123
18933
- )
18934
- )
18935
- ),
18936
- video_description_name="videoDescriptionName"
18937
- )]
18938
- )
18939
19302
  '''
18940
19303
  if __debug__:
18941
19304
  type_hints = typing.get_type_hints(_typecheckingstub__5886afe17c469b30f6234f5b35aa1cb7d8baae50c424479126239a3238af2d52)
@@ -19062,6 +19425,15 @@ class CfnChannel(
19062
19425
  rollover_interval=123
19063
19426
  ),
19064
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
+ )],
19433
+ caption_language_mappings=[medialive.CfnChannel.CmafIngestCaptionLanguageMappingProperty(
19434
+ caption_channel=123,
19435
+ language_code="languageCode"
19436
+ )],
19065
19437
  destination=medialive.CfnChannel.OutputLocationRefProperty(
19066
19438
  destination_ref_id="destinationRefId"
19067
19439
  ),
@@ -19075,7 +19447,10 @@ class CfnChannel(
19075
19447
  scte35_type="scte35Type",
19076
19448
  segment_length=123,
19077
19449
  segment_length_units="segmentLengthUnits",
19078
- send_delay_ms=123
19450
+ send_delay_ms=123,
19451
+ timed_metadata_id3_frame="timedMetadataId3Frame",
19452
+ timed_metadata_id3_period=123,
19453
+ timed_metadata_passthrough="timedMetadataPassthrough"
19079
19454
  ),
19080
19455
  frame_capture_group_settings=medialive.CfnChannel.FrameCaptureGroupSettingsProperty(
19081
19456
  destination=medialive.CfnChannel.OutputLocationRefProperty(
@@ -19183,6 +19558,22 @@ class CfnChannel(
19183
19558
  media_package_group_settings=medialive.CfnChannel.MediaPackageGroupSettingsProperty(
19184
19559
  destination=medialive.CfnChannel.OutputLocationRefProperty(
19185
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"
19186
19577
  )
19187
19578
  ),
19188
19579
  ms_smooth_group_settings=medialive.CfnChannel.MsSmoothGroupSettingsProperty(
@@ -19684,7 +20075,14 @@ class CfnChannel(
19684
20075
  name_modifier="nameModifier",
19685
20076
  segment_modifier="segmentModifier"
19686
20077
  ),
19687
- 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
+ ),
19688
20086
  ms_smooth_output_settings=medialive.CfnChannel.MsSmoothOutputSettingsProperty(
19689
20087
  h265_packaging_type="h265PackagingType",
19690
20088
  name_modifier="nameModifier"
@@ -20125,7 +20523,14 @@ class CfnChannel(
20125
20523
  name_modifier="nameModifier",
20126
20524
  segment_modifier="segmentModifier"
20127
20525
  ),
20128
- 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
+ ),
20129
20534
  ms_smooth_output_settings=medialive.CfnChannel.MsSmoothOutputSettingsProperty(
20130
20535
  h265_packaging_type="h265PackagingType",
20131
20536
  name_modifier="nameModifier"
@@ -22942,6 +23347,7 @@ class CfnChannel(
22942
23347
  video_codec_settings_property = medialive.CfnChannel.VideoCodecSettingsProperty(
22943
23348
  av1_settings=medialive.CfnChannel.Av1SettingsProperty(
22944
23349
  afd_signaling="afdSignaling",
23350
+ bitrate=123,
22945
23351
  buf_size=123,
22946
23352
  color_space_settings=medialive.CfnChannel.Av1ColorSpaceSettingsProperty(
22947
23353
  color_space_passthrough_settings=color_space_passthrough_settings,
@@ -22960,10 +23366,12 @@ class CfnChannel(
22960
23366
  level="level",
22961
23367
  look_ahead_rate_control="lookAheadRateControl",
22962
23368
  max_bitrate=123,
23369
+ min_bitrate=123,
22963
23370
  min_iInterval=123,
22964
23371
  par_denominator=123,
22965
23372
  par_numerator=123,
22966
23373
  qvbr_quality_level=123,
23374
+ rate_control_mode="rateControlMode",
22967
23375
  scene_change_detect="sceneChangeDetect",
22968
23376
  timecode_burnin_settings=medialive.CfnChannel.TimecodeBurninSettingsProperty(
22969
23377
  font_size="fontSize",
@@ -23017,6 +23425,7 @@ class CfnChannel(
23017
23425
  level="level",
23018
23426
  look_ahead_rate_control="lookAheadRateControl",
23019
23427
  max_bitrate=123,
23428
+ min_bitrate=123,
23020
23429
  min_iInterval=123,
23021
23430
  min_qp=123,
23022
23431
  num_ref_frames=123,
@@ -23074,12 +23483,15 @@ class CfnChannel(
23074
23483
  flicker_aq="flickerAq",
23075
23484
  framerate_denominator=123,
23076
23485
  framerate_numerator=123,
23486
+ gop_bReference="gopBReference",
23077
23487
  gop_closed_cadence=123,
23488
+ gop_num_bFrames=123,
23078
23489
  gop_size=123,
23079
23490
  gop_size_units="gopSizeUnits",
23080
23491
  level="level",
23081
23492
  look_ahead_rate_control="lookAheadRateControl",
23082
23493
  max_bitrate=123,
23494
+ min_bitrate=123,
23083
23495
  min_iInterval=123,
23084
23496
  min_qp=123,
23085
23497
  mv_over_picture_boundaries="mvOverPictureBoundaries",
@@ -23092,6 +23504,7 @@ class CfnChannel(
23092
23504
  scan_type="scanType",
23093
23505
  scene_change_detect="sceneChangeDetect",
23094
23506
  slices=123,
23507
+ subgop_length="subgopLength",
23095
23508
  tier="tier",
23096
23509
  tile_height=123,
23097
23510
  tile_padding="tilePadding",
@@ -23272,6 +23685,7 @@ class CfnChannel(
23272
23685
  codec_settings=medialive.CfnChannel.VideoCodecSettingsProperty(
23273
23686
  av1_settings=medialive.CfnChannel.Av1SettingsProperty(
23274
23687
  afd_signaling="afdSignaling",
23688
+ bitrate=123,
23275
23689
  buf_size=123,
23276
23690
  color_space_settings=medialive.CfnChannel.Av1ColorSpaceSettingsProperty(
23277
23691
  color_space_passthrough_settings=color_space_passthrough_settings,
@@ -23290,10 +23704,12 @@ class CfnChannel(
23290
23704
  level="level",
23291
23705
  look_ahead_rate_control="lookAheadRateControl",
23292
23706
  max_bitrate=123,
23707
+ min_bitrate=123,
23293
23708
  min_iInterval=123,
23294
23709
  par_denominator=123,
23295
23710
  par_numerator=123,
23296
23711
  qvbr_quality_level=123,
23712
+ rate_control_mode="rateControlMode",
23297
23713
  scene_change_detect="sceneChangeDetect",
23298
23714
  timecode_burnin_settings=medialive.CfnChannel.TimecodeBurninSettingsProperty(
23299
23715
  font_size="fontSize",
@@ -23347,6 +23763,7 @@ class CfnChannel(
23347
23763
  level="level",
23348
23764
  look_ahead_rate_control="lookAheadRateControl",
23349
23765
  max_bitrate=123,
23766
+ min_bitrate=123,
23350
23767
  min_iInterval=123,
23351
23768
  min_qp=123,
23352
23769
  num_ref_frames=123,
@@ -23404,12 +23821,15 @@ class CfnChannel(
23404
23821
  flicker_aq="flickerAq",
23405
23822
  framerate_denominator=123,
23406
23823
  framerate_numerator=123,
23824
+ gop_bReference="gopBReference",
23407
23825
  gop_closed_cadence=123,
23826
+ gop_num_bFrames=123,
23408
23827
  gop_size=123,
23409
23828
  gop_size_units="gopSizeUnits",
23410
23829
  level="level",
23411
23830
  look_ahead_rate_control="lookAheadRateControl",
23412
23831
  max_bitrate=123,
23832
+ min_bitrate=123,
23413
23833
  min_iInterval=123,
23414
23834
  min_qp=123,
23415
23835
  mv_over_picture_boundaries="mvOverPictureBoundaries",
@@ -23422,6 +23842,7 @@ class CfnChannel(
23422
23842
  scan_type="scanType",
23423
23843
  scene_change_detect="sceneChangeDetect",
23424
23844
  slices=123,
23845
+ subgop_length="subgopLength",
23425
23846
  tier="tier",
23426
23847
  tile_height=123,
23427
23848
  tile_padding="tilePadding",
@@ -24216,7 +24637,7 @@ class CfnChannel(
24216
24637
  )
24217
24638
 
24218
24639
 
24219
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
24640
+ @jsii.implements(_IInspectable_c2943556, _IChannelPlacementGroupRef_838b020d, _ITaggableV2_4e6798f8)
24220
24641
  class CfnChannelPlacementGroup(
24221
24642
  _CfnResource_9df397a6,
24222
24643
  metaclass=jsii.JSIIMeta,
@@ -24255,7 +24676,8 @@ class CfnChannelPlacementGroup(
24255
24676
  nodes: typing.Optional[typing.Sequence[builtins.str]] = None,
24256
24677
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
24257
24678
  ) -> None:
24258
- '''
24679
+ '''Create a new ``AWS::MediaLive::ChannelPlacementGroup``.
24680
+
24259
24681
  :param scope: Scope in which this resource is defined.
24260
24682
  :param id: Construct identifier for this resource (unique in its scope).
24261
24683
  :param cluster_id: The ID of the cluster the node is on.
@@ -24350,6 +24772,12 @@ class CfnChannelPlacementGroup(
24350
24772
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
24351
24773
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
24352
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
+
24353
24781
  @builtins.property
24354
24782
  @jsii.member(jsii_name="clusterId")
24355
24783
  def cluster_id(self) -> typing.Optional[builtins.str]:
@@ -24801,7 +25229,7 @@ class CfnChannelProps:
24801
25229
  )
24802
25230
 
24803
25231
 
24804
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
25232
+ @jsii.implements(_IInspectable_c2943556, _ICloudWatchAlarmTemplateRef_3ddb27d9, _ITaggableV2_4e6798f8)
24805
25233
  class CfnCloudWatchAlarmTemplate(
24806
25234
  _CfnResource_9df397a6,
24807
25235
  metaclass=jsii.JSIIMeta,
@@ -24859,7 +25287,8 @@ class CfnCloudWatchAlarmTemplate(
24859
25287
  group_identifier: typing.Optional[builtins.str] = None,
24860
25288
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
24861
25289
  ) -> None:
24862
- '''
25290
+ '''Create a new ``AWS::MediaLive::CloudWatchAlarmTemplate``.
25291
+
24863
25292
  :param scope: Scope in which this resource is defined.
24864
25293
  :param id: Construct identifier for this resource (unique in its scope).
24865
25294
  :param comparison_operator: The comparison operator used to compare the specified statistic and the threshold.
@@ -24996,6 +25425,14 @@ class CfnCloudWatchAlarmTemplate(
24996
25425
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
24997
25426
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
24998
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
+
24999
25436
  @builtins.property
25000
25437
  @jsii.member(jsii_name="comparisonOperator")
25001
25438
  def comparison_operator(self) -> builtins.str:
@@ -25169,7 +25606,7 @@ class CfnCloudWatchAlarmTemplate(
25169
25606
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
25170
25607
 
25171
25608
 
25172
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
25609
+ @jsii.implements(_IInspectable_c2943556, _ICloudWatchAlarmTemplateGroupRef_4c344bee, _ITaggableV2_4e6798f8)
25173
25610
  class CfnCloudWatchAlarmTemplateGroup(
25174
25611
  _CfnResource_9df397a6,
25175
25612
  metaclass=jsii.JSIIMeta,
@@ -25207,7 +25644,8 @@ class CfnCloudWatchAlarmTemplateGroup(
25207
25644
  description: typing.Optional[builtins.str] = None,
25208
25645
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
25209
25646
  ) -> None:
25210
- '''
25647
+ '''Create a new ``AWS::MediaLive::CloudWatchAlarmTemplateGroup``.
25648
+
25211
25649
  :param scope: Scope in which this resource is defined.
25212
25650
  :param id: Construct identifier for this resource (unique in its scope).
25213
25651
  :param name: A resource's name. Names must be unique within the scope of a resource type in a specific region.
@@ -25311,6 +25749,14 @@ class CfnCloudWatchAlarmTemplateGroup(
25311
25749
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
25312
25750
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
25313
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
+
25314
25760
  @builtins.property
25315
25761
  @jsii.member(jsii_name="name")
25316
25762
  def name(self) -> builtins.str:
@@ -25716,7 +26162,7 @@ class CfnCloudWatchAlarmTemplateProps:
25716
26162
  )
25717
26163
 
25718
26164
 
25719
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
26165
+ @jsii.implements(_IInspectable_c2943556, _IClusterRef_5854fbe7, _ITaggableV2_4e6798f8)
25720
26166
  class CfnCluster(
25721
26167
  _CfnResource_9df397a6,
25722
26168
  metaclass=jsii.JSIIMeta,
@@ -25763,7 +26209,8 @@ class CfnCluster(
25763
26209
  network_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.ClusterNetworkSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
25764
26210
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
25765
26211
  ) -> None:
25766
- '''
26212
+ '''Create a new ``AWS::MediaLive::Cluster``.
26213
+
25767
26214
  :param scope: Scope in which this resource is defined.
25768
26215
  :param id: Construct identifier for this resource (unique in its scope).
25769
26216
  :param cluster_type: The hardware type for the cluster.
@@ -25786,6 +26233,48 @@ class CfnCluster(
25786
26233
 
25787
26234
  jsii.create(self.__class__, self, [scope, id, props])
25788
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
+
25789
26278
  @jsii.member(jsii_name="inspect")
25790
26279
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
25791
26280
  '''Examines the CloudFormation resource and discloses attributes.
@@ -25863,6 +26352,12 @@ class CfnCluster(
25863
26352
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
25864
26353
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
25865
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
+
25866
26361
  @builtins.property
25867
26362
  @jsii.member(jsii_name="clusterType")
25868
26363
  def cluster_type(self) -> typing.Optional[builtins.str]:
@@ -26218,7 +26713,7 @@ class CfnClusterProps:
26218
26713
  )
26219
26714
 
26220
26715
 
26221
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
26716
+ @jsii.implements(_IInspectable_c2943556, _IEventBridgeRuleTemplateRef_93336a40, _ITaggableV2_4e6798f8)
26222
26717
  class CfnEventBridgeRuleTemplate(
26223
26718
  _CfnResource_9df397a6,
26224
26719
  metaclass=jsii.JSIIMeta,
@@ -26264,7 +26759,8 @@ class CfnEventBridgeRuleTemplate(
26264
26759
  group_identifier: typing.Optional[builtins.str] = None,
26265
26760
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
26266
26761
  ) -> None:
26267
- '''
26762
+ '''Create a new ``AWS::MediaLive::EventBridgeRuleTemplate``.
26763
+
26268
26764
  :param scope: Scope in which this resource is defined.
26269
26765
  :param id: Construct identifier for this resource (unique in its scope).
26270
26766
  :param event_type: The type of event to match with the rule.
@@ -26388,6 +26884,14 @@ class CfnEventBridgeRuleTemplate(
26388
26884
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
26389
26885
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
26390
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
+
26391
26895
  @builtins.property
26392
26896
  @jsii.member(jsii_name="eventType")
26393
26897
  def event_type(self) -> builtins.str:
@@ -26527,7 +27031,7 @@ class CfnEventBridgeRuleTemplate(
26527
27031
  )
26528
27032
 
26529
27033
 
26530
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
27034
+ @jsii.implements(_IInspectable_c2943556, _IEventBridgeRuleTemplateGroupRef_f450a1e3, _ITaggableV2_4e6798f8)
26531
27035
  class CfnEventBridgeRuleTemplateGroup(
26532
27036
  _CfnResource_9df397a6,
26533
27037
  metaclass=jsii.JSIIMeta,
@@ -26565,7 +27069,8 @@ class CfnEventBridgeRuleTemplateGroup(
26565
27069
  description: typing.Optional[builtins.str] = None,
26566
27070
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
26567
27071
  ) -> None:
26568
- '''
27072
+ '''Create a new ``AWS::MediaLive::EventBridgeRuleTemplateGroup``.
27073
+
26569
27074
  :param scope: Scope in which this resource is defined.
26570
27075
  :param id: Construct identifier for this resource (unique in its scope).
26571
27076
  :param name: A resource's name. Names must be unique within the scope of a resource type in a specific region.
@@ -26669,6 +27174,14 @@ class CfnEventBridgeRuleTemplateGroup(
26669
27174
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
26670
27175
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
26671
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
+
26672
27185
  @builtins.property
26673
27186
  @jsii.member(jsii_name="name")
26674
27187
  def name(self) -> builtins.str:
@@ -26956,7 +27469,7 @@ class CfnEventBridgeRuleTemplateProps:
26956
27469
  )
26957
27470
 
26958
27471
 
26959
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
27472
+ @jsii.implements(_IInspectable_c2943556, _IInputRef_78838789, _ITaggable_36806126)
26960
27473
  class CfnInput(
26961
27474
  _CfnResource_9df397a6,
26962
27475
  metaclass=jsii.JSIIMeta,
@@ -27004,6 +27517,25 @@ class CfnInput(
27004
27517
  ),
27005
27518
  name="name",
27006
27519
  role_arn="roleArn",
27520
+ sdi_sources=["sdiSources"],
27521
+ smpte2110_receiver_group_settings=medialive.CfnInput.Smpte2110ReceiverGroupSettingsProperty(
27522
+ smpte2110_receiver_groups=[medialive.CfnInput.Smpte2110ReceiverGroupProperty(
27523
+ sdp_settings=medialive.CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty(
27524
+ ancillary_sdps=[medialive.CfnInput.InputSdpLocationProperty(
27525
+ media_index=123,
27526
+ sdp_url="sdpUrl"
27527
+ )],
27528
+ audio_sdps=[medialive.CfnInput.InputSdpLocationProperty(
27529
+ media_index=123,
27530
+ sdp_url="sdpUrl"
27531
+ )],
27532
+ video_sdp=medialive.CfnInput.InputSdpLocationProperty(
27533
+ media_index=123,
27534
+ sdp_url="sdpUrl"
27535
+ )
27536
+ )
27537
+ )]
27538
+ ),
27007
27539
  sources=[medialive.CfnInput.InputSourceRequestProperty(
27008
27540
  password_param="passwordParam",
27009
27541
  url="url",
@@ -27043,13 +27575,16 @@ class CfnInput(
27043
27575
  multicast_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.MulticastSettingsCreateRequestProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
27044
27576
  name: typing.Optional[builtins.str] = None,
27045
27577
  role_arn: typing.Optional[builtins.str] = None,
27578
+ sdi_sources: typing.Optional[typing.Sequence[builtins.str]] = None,
27579
+ smpte2110_receiver_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.Smpte2110ReceiverGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
27046
27580
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputSourceRequestProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
27047
27581
  srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.SrtSettingsRequestProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
27048
27582
  tags: typing.Any = None,
27049
27583
  type: typing.Optional[builtins.str] = None,
27050
27584
  vpc: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputVpcRequestProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
27051
27585
  ) -> None:
27052
- '''
27586
+ '''Create a new ``AWS::MediaLive::Input``.
27587
+
27053
27588
  :param scope: Scope in which this resource is defined.
27054
27589
  :param id: Construct identifier for this resource (unique in its scope).
27055
27590
  :param destinations: Settings that apply only if the input is a push type of input.
@@ -27060,6 +27595,8 @@ class CfnInput(
27060
27595
  :param multicast_settings:
27061
27596
  :param name: A name for the input.
27062
27597
  :param role_arn: The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input. This doesn't apply to other types of inputs. The role is identified by its ARN.
27598
+ :param sdi_sources:
27599
+ :param smpte2110_receiver_group_settings:
27063
27600
  :param sources: Settings that apply only if the input is a pull type of input.
27064
27601
  :param srt_settings:
27065
27602
  :param tags: A collection of tags for this input. Each tag is a key-value pair.
@@ -27079,6 +27616,8 @@ class CfnInput(
27079
27616
  multicast_settings=multicast_settings,
27080
27617
  name=name,
27081
27618
  role_arn=role_arn,
27619
+ sdi_sources=sdi_sources,
27620
+ smpte2110_receiver_group_settings=smpte2110_receiver_group_settings,
27082
27621
  sources=sources,
27083
27622
  srt_settings=srt_settings,
27084
27623
  tags=tags,
@@ -27088,6 +27627,48 @@ class CfnInput(
27088
27627
 
27089
27628
  jsii.create(self.__class__, self, [scope, id, props])
27090
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
+
27091
27672
  @jsii.member(jsii_name="inspect")
27092
27673
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
27093
27674
  '''Examines the CloudFormation resource and discloses attributes.
@@ -27165,6 +27746,12 @@ class CfnInput(
27165
27746
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
27166
27747
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
27167
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
+
27168
27755
  @builtins.property
27169
27756
  @jsii.member(jsii_name="tags")
27170
27757
  def tags(self) -> _TagManager_0a598cb3:
@@ -27296,6 +27883,35 @@ class CfnInput(
27296
27883
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27297
27884
  jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
27298
27885
 
27886
+ @builtins.property
27887
+ @jsii.member(jsii_name="sdiSources")
27888
+ def sdi_sources(self) -> typing.Optional[typing.List[builtins.str]]:
27889
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "sdiSources"))
27890
+
27891
+ @sdi_sources.setter
27892
+ def sdi_sources(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
27893
+ if __debug__:
27894
+ type_hints = typing.get_type_hints(_typecheckingstub__1fb1e9fa5957ae8cb739e464e86543b360ea8a6ba413563d753a60a5c585cb48)
27895
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27896
+ jsii.set(self, "sdiSources", value) # pyright: ignore[reportArgumentType]
27897
+
27898
+ @builtins.property
27899
+ @jsii.member(jsii_name="smpte2110ReceiverGroupSettings")
27900
+ def smpte2110_receiver_group_settings(
27901
+ self,
27902
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.Smpte2110ReceiverGroupSettingsProperty"]]:
27903
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.Smpte2110ReceiverGroupSettingsProperty"]], jsii.get(self, "smpte2110ReceiverGroupSettings"))
27904
+
27905
+ @smpte2110_receiver_group_settings.setter
27906
+ def smpte2110_receiver_group_settings(
27907
+ self,
27908
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.Smpte2110ReceiverGroupSettingsProperty"]],
27909
+ ) -> None:
27910
+ if __debug__:
27911
+ type_hints = typing.get_type_hints(_typecheckingstub__a9eb61e4c554ab79faf5508611b7e077c83491a6dad8b923d92479d86d72c6b2)
27912
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27913
+ jsii.set(self, "smpte2110ReceiverGroupSettings", value) # pyright: ignore[reportArgumentType]
27914
+
27299
27915
  @builtins.property
27300
27916
  @jsii.member(jsii_name="sources")
27301
27917
  def sources(
@@ -27653,6 +28269,73 @@ class CfnInput(
27653
28269
  k + "=" + repr(v) for k, v in self._values.items()
27654
28270
  )
27655
28271
 
28272
+ @jsii.data_type(
28273
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.InputSdpLocationProperty",
28274
+ jsii_struct_bases=[],
28275
+ name_mapping={"media_index": "mediaIndex", "sdp_url": "sdpUrl"},
28276
+ )
28277
+ class InputSdpLocationProperty:
28278
+ def __init__(
28279
+ self,
28280
+ *,
28281
+ media_index: typing.Optional[jsii.Number] = None,
28282
+ sdp_url: typing.Optional[builtins.str] = None,
28283
+ ) -> None:
28284
+ '''
28285
+ :param media_index:
28286
+ :param sdp_url:
28287
+
28288
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsdplocation.html
28289
+ :exampleMetadata: fixture=_generated
28290
+
28291
+ Example::
28292
+
28293
+ # The code below shows an example of how to instantiate this type.
28294
+ # The values are placeholders you should change.
28295
+ from aws_cdk import aws_medialive as medialive
28296
+
28297
+ input_sdp_location_property = medialive.CfnInput.InputSdpLocationProperty(
28298
+ media_index=123,
28299
+ sdp_url="sdpUrl"
28300
+ )
28301
+ '''
28302
+ if __debug__:
28303
+ type_hints = typing.get_type_hints(_typecheckingstub__7c288b0e0d47532d1ba5eff4fe58e0aa4efcb647e6a7f872842ff84acd1c363d)
28304
+ check_type(argname="argument media_index", value=media_index, expected_type=type_hints["media_index"])
28305
+ check_type(argname="argument sdp_url", value=sdp_url, expected_type=type_hints["sdp_url"])
28306
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
28307
+ if media_index is not None:
28308
+ self._values["media_index"] = media_index
28309
+ if sdp_url is not None:
28310
+ self._values["sdp_url"] = sdp_url
28311
+
28312
+ @builtins.property
28313
+ def media_index(self) -> typing.Optional[jsii.Number]:
28314
+ '''
28315
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsdplocation.html#cfn-medialive-input-inputsdplocation-mediaindex
28316
+ '''
28317
+ result = self._values.get("media_index")
28318
+ return typing.cast(typing.Optional[jsii.Number], result)
28319
+
28320
+ @builtins.property
28321
+ def sdp_url(self) -> typing.Optional[builtins.str]:
28322
+ '''
28323
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsdplocation.html#cfn-medialive-input-inputsdplocation-sdpurl
28324
+ '''
28325
+ result = self._values.get("sdp_url")
28326
+ return typing.cast(typing.Optional[builtins.str], result)
28327
+
28328
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
28329
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
28330
+
28331
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
28332
+ return not (rhs == self)
28333
+
28334
+ def __repr__(self) -> str:
28335
+ return "InputSdpLocationProperty(%s)" % ", ".join(
28336
+ k + "=" + repr(v) for k, v in self._values.items()
28337
+ )
28338
+
27656
28339
  @jsii.data_type(
27657
28340
  jsii_type="aws-cdk-lib.aws_medialive.CfnInput.InputSourceRequestProperty",
27658
28341
  jsii_struct_bases=[],
@@ -28005,6 +28688,244 @@ class CfnInput(
28005
28688
  k + "=" + repr(v) for k, v in self._values.items()
28006
28689
  )
28007
28690
 
28691
+ @jsii.data_type(
28692
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.Smpte2110ReceiverGroupProperty",
28693
+ jsii_struct_bases=[],
28694
+ name_mapping={"sdp_settings": "sdpSettings"},
28695
+ )
28696
+ class Smpte2110ReceiverGroupProperty:
28697
+ def __init__(
28698
+ self,
28699
+ *,
28700
+ sdp_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
28701
+ ) -> None:
28702
+ '''
28703
+ :param sdp_settings:
28704
+
28705
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroup.html
28706
+ :exampleMetadata: fixture=_generated
28707
+
28708
+ Example::
28709
+
28710
+ # The code below shows an example of how to instantiate this type.
28711
+ # The values are placeholders you should change.
28712
+ from aws_cdk import aws_medialive as medialive
28713
+
28714
+ smpte2110_receiver_group_property = medialive.CfnInput.Smpte2110ReceiverGroupProperty(
28715
+ sdp_settings=medialive.CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty(
28716
+ ancillary_sdps=[medialive.CfnInput.InputSdpLocationProperty(
28717
+ media_index=123,
28718
+ sdp_url="sdpUrl"
28719
+ )],
28720
+ audio_sdps=[medialive.CfnInput.InputSdpLocationProperty(
28721
+ media_index=123,
28722
+ sdp_url="sdpUrl"
28723
+ )],
28724
+ video_sdp=medialive.CfnInput.InputSdpLocationProperty(
28725
+ media_index=123,
28726
+ sdp_url="sdpUrl"
28727
+ )
28728
+ )
28729
+ )
28730
+ '''
28731
+ if __debug__:
28732
+ type_hints = typing.get_type_hints(_typecheckingstub__e439b3fe47808a945aa11d675bf7807e78bb6123c2ccf728b7f31a2f77ad12e3)
28733
+ check_type(argname="argument sdp_settings", value=sdp_settings, expected_type=type_hints["sdp_settings"])
28734
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
28735
+ if sdp_settings is not None:
28736
+ self._values["sdp_settings"] = sdp_settings
28737
+
28738
+ @builtins.property
28739
+ def sdp_settings(
28740
+ self,
28741
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty"]]:
28742
+ '''
28743
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroup.html#cfn-medialive-input-smpte2110receivergroup-sdpsettings
28744
+ '''
28745
+ result = self._values.get("sdp_settings")
28746
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty"]], result)
28747
+
28748
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
28749
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
28750
+
28751
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
28752
+ return not (rhs == self)
28753
+
28754
+ def __repr__(self) -> str:
28755
+ return "Smpte2110ReceiverGroupProperty(%s)" % ", ".join(
28756
+ k + "=" + repr(v) for k, v in self._values.items()
28757
+ )
28758
+
28759
+ @jsii.data_type(
28760
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty",
28761
+ jsii_struct_bases=[],
28762
+ name_mapping={
28763
+ "ancillary_sdps": "ancillarySdps",
28764
+ "audio_sdps": "audioSdps",
28765
+ "video_sdp": "videoSdp",
28766
+ },
28767
+ )
28768
+ class Smpte2110ReceiverGroupSdpSettingsProperty:
28769
+ def __init__(
28770
+ self,
28771
+ *,
28772
+ ancillary_sdps: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputSdpLocationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
28773
+ audio_sdps: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputSdpLocationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
28774
+ video_sdp: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputSdpLocationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
28775
+ ) -> None:
28776
+ '''
28777
+ :param ancillary_sdps:
28778
+ :param audio_sdps:
28779
+ :param video_sdp:
28780
+
28781
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsdpsettings.html
28782
+ :exampleMetadata: fixture=_generated
28783
+
28784
+ Example::
28785
+
28786
+ # The code below shows an example of how to instantiate this type.
28787
+ # The values are placeholders you should change.
28788
+ from aws_cdk import aws_medialive as medialive
28789
+
28790
+ smpte2110_receiver_group_sdp_settings_property = medialive.CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty(
28791
+ ancillary_sdps=[medialive.CfnInput.InputSdpLocationProperty(
28792
+ media_index=123,
28793
+ sdp_url="sdpUrl"
28794
+ )],
28795
+ audio_sdps=[medialive.CfnInput.InputSdpLocationProperty(
28796
+ media_index=123,
28797
+ sdp_url="sdpUrl"
28798
+ )],
28799
+ video_sdp=medialive.CfnInput.InputSdpLocationProperty(
28800
+ media_index=123,
28801
+ sdp_url="sdpUrl"
28802
+ )
28803
+ )
28804
+ '''
28805
+ if __debug__:
28806
+ type_hints = typing.get_type_hints(_typecheckingstub__4388a095fa988861141a0787dadb3b1b80340f66e2bededcdbfa16340b26f7b6)
28807
+ check_type(argname="argument ancillary_sdps", value=ancillary_sdps, expected_type=type_hints["ancillary_sdps"])
28808
+ check_type(argname="argument audio_sdps", value=audio_sdps, expected_type=type_hints["audio_sdps"])
28809
+ check_type(argname="argument video_sdp", value=video_sdp, expected_type=type_hints["video_sdp"])
28810
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
28811
+ if ancillary_sdps is not None:
28812
+ self._values["ancillary_sdps"] = ancillary_sdps
28813
+ if audio_sdps is not None:
28814
+ self._values["audio_sdps"] = audio_sdps
28815
+ if video_sdp is not None:
28816
+ self._values["video_sdp"] = video_sdp
28817
+
28818
+ @builtins.property
28819
+ def ancillary_sdps(
28820
+ self,
28821
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.InputSdpLocationProperty"]]]]:
28822
+ '''
28823
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsdpsettings.html#cfn-medialive-input-smpte2110receivergroupsdpsettings-ancillarysdps
28824
+ '''
28825
+ result = self._values.get("ancillary_sdps")
28826
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.InputSdpLocationProperty"]]]], result)
28827
+
28828
+ @builtins.property
28829
+ def audio_sdps(
28830
+ self,
28831
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.InputSdpLocationProperty"]]]]:
28832
+ '''
28833
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsdpsettings.html#cfn-medialive-input-smpte2110receivergroupsdpsettings-audiosdps
28834
+ '''
28835
+ result = self._values.get("audio_sdps")
28836
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.InputSdpLocationProperty"]]]], result)
28837
+
28838
+ @builtins.property
28839
+ def video_sdp(
28840
+ self,
28841
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.InputSdpLocationProperty"]]:
28842
+ '''
28843
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsdpsettings.html#cfn-medialive-input-smpte2110receivergroupsdpsettings-videosdp
28844
+ '''
28845
+ result = self._values.get("video_sdp")
28846
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.InputSdpLocationProperty"]], result)
28847
+
28848
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
28849
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
28850
+
28851
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
28852
+ return not (rhs == self)
28853
+
28854
+ def __repr__(self) -> str:
28855
+ return "Smpte2110ReceiverGroupSdpSettingsProperty(%s)" % ", ".join(
28856
+ k + "=" + repr(v) for k, v in self._values.items()
28857
+ )
28858
+
28859
+ @jsii.data_type(
28860
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.Smpte2110ReceiverGroupSettingsProperty",
28861
+ jsii_struct_bases=[],
28862
+ name_mapping={"smpte2110_receiver_groups": "smpte2110ReceiverGroups"},
28863
+ )
28864
+ class Smpte2110ReceiverGroupSettingsProperty:
28865
+ def __init__(
28866
+ self,
28867
+ *,
28868
+ smpte2110_receiver_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.Smpte2110ReceiverGroupProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
28869
+ ) -> None:
28870
+ '''
28871
+ :param smpte2110_receiver_groups:
28872
+
28873
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsettings.html
28874
+ :exampleMetadata: fixture=_generated
28875
+
28876
+ Example::
28877
+
28878
+ # The code below shows an example of how to instantiate this type.
28879
+ # The values are placeholders you should change.
28880
+ from aws_cdk import aws_medialive as medialive
28881
+
28882
+ smpte2110_receiver_group_settings_property = medialive.CfnInput.Smpte2110ReceiverGroupSettingsProperty(
28883
+ smpte2110_receiver_groups=[medialive.CfnInput.Smpte2110ReceiverGroupProperty(
28884
+ sdp_settings=medialive.CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty(
28885
+ ancillary_sdps=[medialive.CfnInput.InputSdpLocationProperty(
28886
+ media_index=123,
28887
+ sdp_url="sdpUrl"
28888
+ )],
28889
+ audio_sdps=[medialive.CfnInput.InputSdpLocationProperty(
28890
+ media_index=123,
28891
+ sdp_url="sdpUrl"
28892
+ )],
28893
+ video_sdp=medialive.CfnInput.InputSdpLocationProperty(
28894
+ media_index=123,
28895
+ sdp_url="sdpUrl"
28896
+ )
28897
+ )
28898
+ )]
28899
+ )
28900
+ '''
28901
+ if __debug__:
28902
+ type_hints = typing.get_type_hints(_typecheckingstub__31f03c59761e524f0860a26124a21afd2f82c451d36ef99701df2a4b11c6705e)
28903
+ check_type(argname="argument smpte2110_receiver_groups", value=smpte2110_receiver_groups, expected_type=type_hints["smpte2110_receiver_groups"])
28904
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
28905
+ if smpte2110_receiver_groups is not None:
28906
+ self._values["smpte2110_receiver_groups"] = smpte2110_receiver_groups
28907
+
28908
+ @builtins.property
28909
+ def smpte2110_receiver_groups(
28910
+ self,
28911
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.Smpte2110ReceiverGroupProperty"]]]]:
28912
+ '''
28913
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsettings.html#cfn-medialive-input-smpte2110receivergroupsettings-smpte2110receivergroups
28914
+ '''
28915
+ result = self._values.get("smpte2110_receiver_groups")
28916
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.Smpte2110ReceiverGroupProperty"]]]], result)
28917
+
28918
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
28919
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
28920
+
28921
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
28922
+ return not (rhs == self)
28923
+
28924
+ def __repr__(self) -> str:
28925
+ return "Smpte2110ReceiverGroupSettingsProperty(%s)" % ", ".join(
28926
+ k + "=" + repr(v) for k, v in self._values.items()
28927
+ )
28928
+
28008
28929
  @jsii.data_type(
28009
28930
  jsii_type="aws-cdk-lib.aws_medialive.CfnInput.SrtCallerDecryptionRequestProperty",
28010
28931
  jsii_struct_bases=[],
@@ -28272,6 +29193,8 @@ class CfnInput(
28272
29193
  "multicast_settings": "multicastSettings",
28273
29194
  "name": "name",
28274
29195
  "role_arn": "roleArn",
29196
+ "sdi_sources": "sdiSources",
29197
+ "smpte2110_receiver_group_settings": "smpte2110ReceiverGroupSettings",
28275
29198
  "sources": "sources",
28276
29199
  "srt_settings": "srtSettings",
28277
29200
  "tags": "tags",
@@ -28291,6 +29214,8 @@ class CfnInputProps:
28291
29214
  multicast_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MulticastSettingsCreateRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
28292
29215
  name: typing.Optional[builtins.str] = None,
28293
29216
  role_arn: typing.Optional[builtins.str] = None,
29217
+ sdi_sources: typing.Optional[typing.Sequence[builtins.str]] = None,
29218
+ smpte2110_receiver_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.Smpte2110ReceiverGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
28294
29219
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
28295
29220
  srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.SrtSettingsRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
28296
29221
  tags: typing.Any = None,
@@ -28307,6 +29232,8 @@ class CfnInputProps:
28307
29232
  :param multicast_settings:
28308
29233
  :param name: A name for the input.
28309
29234
  :param role_arn: The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input. This doesn't apply to other types of inputs. The role is identified by its ARN.
29235
+ :param sdi_sources:
29236
+ :param smpte2110_receiver_group_settings:
28310
29237
  :param sources: Settings that apply only if the input is a pull type of input.
28311
29238
  :param srt_settings:
28312
29239
  :param tags: A collection of tags for this input. Each tag is a key-value pair.
@@ -28350,6 +29277,25 @@ class CfnInputProps:
28350
29277
  ),
28351
29278
  name="name",
28352
29279
  role_arn="roleArn",
29280
+ sdi_sources=["sdiSources"],
29281
+ smpte2110_receiver_group_settings=medialive.CfnInput.Smpte2110ReceiverGroupSettingsProperty(
29282
+ smpte2110_receiver_groups=[medialive.CfnInput.Smpte2110ReceiverGroupProperty(
29283
+ sdp_settings=medialive.CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty(
29284
+ ancillary_sdps=[medialive.CfnInput.InputSdpLocationProperty(
29285
+ media_index=123,
29286
+ sdp_url="sdpUrl"
29287
+ )],
29288
+ audio_sdps=[medialive.CfnInput.InputSdpLocationProperty(
29289
+ media_index=123,
29290
+ sdp_url="sdpUrl"
29291
+ )],
29292
+ video_sdp=medialive.CfnInput.InputSdpLocationProperty(
29293
+ media_index=123,
29294
+ sdp_url="sdpUrl"
29295
+ )
29296
+ )
29297
+ )]
29298
+ ),
28353
29299
  sources=[medialive.CfnInput.InputSourceRequestProperty(
28354
29300
  password_param="passwordParam",
28355
29301
  url="url",
@@ -28385,6 +29331,8 @@ class CfnInputProps:
28385
29331
  check_type(argname="argument multicast_settings", value=multicast_settings, expected_type=type_hints["multicast_settings"])
28386
29332
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
28387
29333
  check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
29334
+ check_type(argname="argument sdi_sources", value=sdi_sources, expected_type=type_hints["sdi_sources"])
29335
+ check_type(argname="argument smpte2110_receiver_group_settings", value=smpte2110_receiver_group_settings, expected_type=type_hints["smpte2110_receiver_group_settings"])
28388
29336
  check_type(argname="argument sources", value=sources, expected_type=type_hints["sources"])
28389
29337
  check_type(argname="argument srt_settings", value=srt_settings, expected_type=type_hints["srt_settings"])
28390
29338
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
@@ -28407,6 +29355,10 @@ class CfnInputProps:
28407
29355
  self._values["name"] = name
28408
29356
  if role_arn is not None:
28409
29357
  self._values["role_arn"] = role_arn
29358
+ if sdi_sources is not None:
29359
+ self._values["sdi_sources"] = sdi_sources
29360
+ if smpte2110_receiver_group_settings is not None:
29361
+ self._values["smpte2110_receiver_group_settings"] = smpte2110_receiver_group_settings
28410
29362
  if sources is not None:
28411
29363
  self._values["sources"] = sources
28412
29364
  if srt_settings is not None:
@@ -28498,6 +29450,24 @@ class CfnInputProps:
28498
29450
  result = self._values.get("role_arn")
28499
29451
  return typing.cast(typing.Optional[builtins.str], result)
28500
29452
 
29453
+ @builtins.property
29454
+ def sdi_sources(self) -> typing.Optional[typing.List[builtins.str]]:
29455
+ '''
29456
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-sdisources
29457
+ '''
29458
+ result = self._values.get("sdi_sources")
29459
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
29460
+
29461
+ @builtins.property
29462
+ def smpte2110_receiver_group_settings(
29463
+ self,
29464
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInput.Smpte2110ReceiverGroupSettingsProperty]]:
29465
+ '''
29466
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-smpte2110receivergroupsettings
29467
+ '''
29468
+ result = self._values.get("smpte2110_receiver_group_settings")
29469
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInput.Smpte2110ReceiverGroupSettingsProperty]], result)
29470
+
28501
29471
  @builtins.property
28502
29472
  def sources(
28503
29473
  self,
@@ -28562,7 +29532,7 @@ class CfnInputProps:
28562
29532
  )
28563
29533
 
28564
29534
 
28565
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
29535
+ @jsii.implements(_IInspectable_c2943556, _IInputSecurityGroupRef_0986c1df, _ITaggable_36806126)
28566
29536
  class CfnInputSecurityGroup(
28567
29537
  _CfnResource_9df397a6,
28568
29538
  metaclass=jsii.JSIIMeta,
@@ -28600,7 +29570,8 @@ class CfnInputSecurityGroup(
28600
29570
  tags: typing.Any = None,
28601
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,
28602
29572
  ) -> None:
28603
- '''
29573
+ '''Create a new ``AWS::MediaLive::InputSecurityGroup``.
29574
+
28604
29575
  :param scope: Scope in which this resource is defined.
28605
29576
  :param id: Construct identifier for this resource (unique in its scope).
28606
29577
  :param tags: A collection of tags for this input security group. Each tag is a key-value pair.
@@ -28614,6 +29585,48 @@ class CfnInputSecurityGroup(
28614
29585
 
28615
29586
  jsii.create(self.__class__, self, [scope, id, props])
28616
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
+
28617
29630
  @jsii.member(jsii_name="inspect")
28618
29631
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
28619
29632
  '''Examines the CloudFormation resource and discloses attributes.
@@ -28669,6 +29682,12 @@ class CfnInputSecurityGroup(
28669
29682
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
28670
29683
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
28671
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
+
28672
29691
  @builtins.property
28673
29692
  @jsii.member(jsii_name="tags")
28674
29693
  def tags(self) -> _TagManager_0a598cb3:
@@ -28839,7 +29858,7 @@ class CfnInputSecurityGroupProps:
28839
29858
  )
28840
29859
 
28841
29860
 
28842
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
29861
+ @jsii.implements(_IInspectable_c2943556, _IMultiplexRef_8fc558d0, _ITaggableV2_4e6798f8)
28843
29862
  class CfnMultiplex(
28844
29863
  _CfnResource_9df397a6,
28845
29864
  metaclass=jsii.JSIIMeta,
@@ -28893,7 +29912,8 @@ class CfnMultiplex(
28893
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,
28894
29913
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
28895
29914
  ) -> None:
28896
- '''
29915
+ '''Create a new ``AWS::MediaLive::Multiplex``.
29916
+
28897
29917
  :param scope: Scope in which this resource is defined.
28898
29918
  :param id: Construct identifier for this resource (unique in its scope).
28899
29919
  :param availability_zones: A list of availability zones for the multiplex.
@@ -28916,6 +29936,48 @@ class CfnMultiplex(
28916
29936
 
28917
29937
  jsii.create(self.__class__, self, [scope, id, props])
28918
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
+
28919
29981
  @jsii.member(jsii_name="inspect")
28920
29982
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
28921
29983
  '''Examines the CloudFormation resource and discloses attributes.
@@ -29002,6 +30064,12 @@ class CfnMultiplex(
29002
30064
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
29003
30065
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
29004
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
+
29005
30073
  @builtins.property
29006
30074
  @jsii.member(jsii_name="availabilityZones")
29007
30075
  def availability_zones(self) -> typing.List[builtins.str]:
@@ -29447,7 +30515,7 @@ class CfnMultiplexProps:
29447
30515
  )
29448
30516
 
29449
30517
 
29450
- @jsii.implements(_IInspectable_c2943556)
30518
+ @jsii.implements(_IInspectable_c2943556, _IMultiplexprogramRef_efafb5b7)
29451
30519
  class CfnMultiplexprogram(
29452
30520
  _CfnResource_9df397a6,
29453
30521
  metaclass=jsii.JSIIMeta,
@@ -29521,7 +30589,8 @@ class CfnMultiplexprogram(
29521
30589
  preferred_channel_pipeline: typing.Optional[builtins.str] = None,
29522
30590
  program_name: typing.Optional[builtins.str] = None,
29523
30591
  ) -> None:
29524
- '''
30592
+ '''Create a new ``AWS::MediaLive::Multiplexprogram``.
30593
+
29525
30594
  :param scope: Scope in which this resource is defined.
29526
30595
  :param id: Construct identifier for this resource (unique in its scope).
29527
30596
  :param multiplex_id: The unique id of the multiplex.
@@ -29590,6 +30659,12 @@ class CfnMultiplexprogram(
29590
30659
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
29591
30660
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
29592
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
+
29593
30668
  @builtins.property
29594
30669
  @jsii.member(jsii_name="multiplexId")
29595
30670
  def multiplex_id(self) -> typing.Optional[builtins.str]:
@@ -30553,7 +31628,7 @@ class CfnMultiplexprogramProps:
30553
31628
  )
30554
31629
 
30555
31630
 
30556
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
31631
+ @jsii.implements(_IInspectable_c2943556, _INetworkRef_08b06309, _ITaggableV2_4e6798f8)
30557
31632
  class CfnNetwork(
30558
31633
  _CfnResource_9df397a6,
30559
31634
  metaclass=jsii.JSIIMeta,
@@ -30599,7 +31674,8 @@ class CfnNetwork(
30599
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,
30600
31675
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
30601
31676
  ) -> None:
30602
- '''
31677
+ '''Create a new ``AWS::MediaLive::Network``.
31678
+
30603
31679
  :param scope: Scope in which this resource is defined.
30604
31680
  :param id: Construct identifier for this resource (unique in its scope).
30605
31681
  :param ip_pools: The list of IP address cidr pools for the network.
@@ -30615,6 +31691,48 @@ class CfnNetwork(
30615
31691
 
30616
31692
  jsii.create(self.__class__, self, [scope, id, props])
30617
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
+
30618
31736
  @jsii.member(jsii_name="inspect")
30619
31737
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
30620
31738
  '''Examines the CloudFormation resource and discloses attributes.
@@ -30690,6 +31808,12 @@ class CfnNetwork(
30690
31808
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
30691
31809
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
30692
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
+
30693
31817
  @builtins.property
30694
31818
  @jsii.member(jsii_name="ipPools")
30695
31819
  def ip_pools(
@@ -30994,7 +32118,7 @@ class CfnNetworkProps:
30994
32118
  )
30995
32119
 
30996
32120
 
30997
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
32121
+ @jsii.implements(_IInspectable_c2943556, _ISdiSourceRef_7d27da12, _ITaggableV2_4e6798f8)
30998
32122
  class CfnSdiSource(
30999
32123
  _CfnResource_9df397a6,
31000
32124
  metaclass=jsii.JSIIMeta,
@@ -31035,7 +32159,8 @@ class CfnSdiSource(
31035
32159
  mode: typing.Optional[builtins.str] = None,
31036
32160
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
31037
32161
  ) -> None:
31038
- '''
32162
+ '''Create a new ``AWS::MediaLive::SdiSource``.
32163
+
31039
32164
  :param scope: Scope in which this resource is defined.
31040
32165
  :param id: Construct identifier for this resource (unique in its scope).
31041
32166
  :param name: The name of the SdiSource.
@@ -31051,6 +32176,48 @@ class CfnSdiSource(
31051
32176
 
31052
32177
  jsii.create(self.__class__, self, [scope, id, props])
31053
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
+
31054
32221
  @jsii.member(jsii_name="inspect")
31055
32222
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
31056
32223
  '''Examines the CloudFormation resource and discloses attributes.
@@ -31128,6 +32295,12 @@ class CfnSdiSource(
31128
32295
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
31129
32296
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
31130
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
+
31131
32304
  @builtins.property
31132
32305
  @jsii.member(jsii_name="name")
31133
32306
  def name(self) -> builtins.str:
@@ -31288,7 +32461,7 @@ class CfnSdiSourceProps:
31288
32461
  )
31289
32462
 
31290
32463
 
31291
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
32464
+ @jsii.implements(_IInspectable_c2943556, _ISignalMapRef_8f1d7eee, _ITaggableV2_4e6798f8)
31292
32465
  class CfnSignalMap(
31293
32466
  _CfnResource_9df397a6,
31294
32467
  metaclass=jsii.JSIIMeta,
@@ -31334,7 +32507,8 @@ class CfnSignalMap(
31334
32507
  force_rediscovery: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
31335
32508
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
31336
32509
  ) -> None:
31337
- '''
32510
+ '''Create a new ``AWS::MediaLive::SignalMap``.
32511
+
31338
32512
  :param scope: Scope in which this resource is defined.
31339
32513
  :param id: Construct identifier for this resource (unique in its scope).
31340
32514
  :param discovery_entry_point_arn: A top-level supported Amazon Web Services resource ARN to discover a signal map from.
@@ -31536,6 +32710,12 @@ class CfnSignalMap(
31536
32710
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
31537
32711
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
31538
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
+
31539
32719
  @builtins.property
31540
32720
  @jsii.member(jsii_name="discoveryEntryPointArn")
31541
32721
  def discovery_entry_point_arn(self) -> builtins.str:
@@ -32209,6 +33389,22 @@ def _typecheckingstub__0060427de31049849d0b954eb2d8f1219de8b4f8164b94cdfa32d6ef2
32209
33389
  """Type checking stubs"""
32210
33390
  pass
32211
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
+
32212
33408
  def _typecheckingstub__77a53567e403f0822cadccac18299e5972848433b11cc62dd610a87f360b29e7(
32213
33409
  inspector: _TreeInspector_488e0dd5,
32214
33410
  ) -> None:
@@ -32340,6 +33536,13 @@ def _typecheckingstub__3438fa867f11ff502b4fa54f1dd5270220ccbbc83de4185add8ae06b3
32340
33536
  """Type checking stubs"""
32341
33537
  pass
32342
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
+
32343
33546
  def _typecheckingstub__8192630f40f6883538117cc4351df30d49295a7620ea561657270b4feacaf984(
32344
33547
  *,
32345
33548
  source_ancillary_channel_number: typing.Optional[jsii.Number] = None,
@@ -32555,6 +33758,7 @@ def _typecheckingstub__fc0689af3b0f6f7131d0da1e3e64aeee57f565115f0a26ac370f2cf08
32555
33758
  def _typecheckingstub__1911156090a37730cd16cc0d13076f448f8b192dca9427883cf77e884bbd03df(
32556
33759
  *,
32557
33760
  afd_signaling: typing.Optional[builtins.str] = None,
33761
+ bitrate: typing.Optional[jsii.Number] = None,
32558
33762
  buf_size: typing.Optional[jsii.Number] = None,
32559
33763
  color_space_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.Av1ColorSpaceSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
32560
33764
  fixed_afd: typing.Optional[builtins.str] = None,
@@ -32565,10 +33769,12 @@ def _typecheckingstub__1911156090a37730cd16cc0d13076f448f8b192dca9427883cf77e884
32565
33769
  level: typing.Optional[builtins.str] = None,
32566
33770
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
32567
33771
  max_bitrate: typing.Optional[jsii.Number] = None,
33772
+ min_bitrate: typing.Optional[jsii.Number] = None,
32568
33773
  min_i_interval: typing.Optional[jsii.Number] = None,
32569
33774
  par_denominator: typing.Optional[jsii.Number] = None,
32570
33775
  par_numerator: typing.Optional[jsii.Number] = None,
32571
33776
  qvbr_quality_level: typing.Optional[jsii.Number] = None,
33777
+ rate_control_mode: typing.Optional[builtins.str] = None,
32572
33778
  scene_change_detect: typing.Optional[builtins.str] = None,
32573
33779
  timecode_burnin_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.TimecodeBurninSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
32574
33780
  ) -> None:
@@ -32635,6 +33841,7 @@ def _typecheckingstub__33dec7d6f1bff74983258afde73011d8330c6183129c52e7873c9573a
32635
33841
  shadow_opacity: typing.Optional[jsii.Number] = None,
32636
33842
  shadow_x_offset: typing.Optional[jsii.Number] = None,
32637
33843
  shadow_y_offset: typing.Optional[jsii.Number] = None,
33844
+ subtitle_rows: typing.Optional[builtins.str] = None,
32638
33845
  teletext_grid_control: typing.Optional[builtins.str] = None,
32639
33846
  x_position: typing.Optional[jsii.Number] = None,
32640
33847
  y_position: typing.Optional[jsii.Number] = None,
@@ -32730,8 +33937,18 @@ def _typecheckingstub__1acb57d78941338570e4ab6b01c7608491671cdcdadde928b8f48a7eb
32730
33937
  """Type checking stubs"""
32731
33938
  pass
32732
33939
 
33940
+ def _typecheckingstub__a833a02632a589afb5026143cbf8803b2228e0f422ab4c5a2dbf59314b9e157b(
33941
+ *,
33942
+ caption_channel: typing.Optional[jsii.Number] = None,
33943
+ language_code: typing.Optional[builtins.str] = None,
33944
+ ) -> None:
33945
+ """Type checking stubs"""
33946
+ pass
33947
+
32733
33948
  def _typecheckingstub__6fe9142b6885e8776c3e51af0733250a73fcd8e45bb4ec5f866206680352c7eb(
32734
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,
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,
32735
33952
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputLocationRefProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
32736
33953
  id3_behavior: typing.Optional[builtins.str] = None,
32737
33954
  id3_name_modifier: typing.Optional[builtins.str] = None,
@@ -32744,6 +33961,9 @@ def _typecheckingstub__6fe9142b6885e8776c3e51af0733250a73fcd8e45bb4ec5f866206680
32744
33961
  segment_length: typing.Optional[jsii.Number] = None,
32745
33962
  segment_length_units: typing.Optional[builtins.str] = None,
32746
33963
  send_delay_ms: typing.Optional[jsii.Number] = None,
33964
+ timed_metadata_id3_frame: typing.Optional[builtins.str] = None,
33965
+ timed_metadata_id3_period: typing.Optional[jsii.Number] = None,
33966
+ timed_metadata_passthrough: typing.Optional[builtins.str] = None,
32747
33967
  ) -> None:
32748
33968
  """Type checking stubs"""
32749
33969
  pass
@@ -32806,6 +34026,7 @@ def _typecheckingstub__8d5d2ee13f6699d87c134941e50183ecf466b424e0dbd1cc71d92035d
32806
34026
  shadow_opacity: typing.Optional[jsii.Number] = None,
32807
34027
  shadow_x_offset: typing.Optional[jsii.Number] = None,
32808
34028
  shadow_y_offset: typing.Optional[jsii.Number] = None,
34029
+ subtitle_rows: typing.Optional[builtins.str] = None,
32809
34030
  teletext_grid_control: typing.Optional[builtins.str] = None,
32810
34031
  x_position: typing.Optional[jsii.Number] = None,
32811
34032
  y_position: typing.Optional[jsii.Number] = None,
@@ -32870,6 +34091,8 @@ def _typecheckingstub__30da58edd55c00e12f81eb8c75da493d94499c43fc797241342b62224
32870
34091
  def _typecheckingstub__23559d0249cfbe262bfbd93ab48605fd9c25886b289f89b7e6b86a893ae4c78b(
32871
34092
  *,
32872
34093
  copyright_holder: typing.Optional[builtins.str] = None,
34094
+ default_font_size: typing.Optional[jsii.Number] = None,
34095
+ default_line_height: typing.Optional[jsii.Number] = None,
32873
34096
  fill_line_gap: typing.Optional[builtins.str] = None,
32874
34097
  font_family: typing.Optional[builtins.str] = None,
32875
34098
  style_control: typing.Optional[builtins.str] = None,
@@ -33062,6 +34285,7 @@ def _typecheckingstub__b5cab7f49556648d7d963fdbb4cfd87845bc6a70172808b1847d7a218
33062
34285
  level: typing.Optional[builtins.str] = None,
33063
34286
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
33064
34287
  max_bitrate: typing.Optional[jsii.Number] = None,
34288
+ min_bitrate: typing.Optional[jsii.Number] = None,
33065
34289
  min_i_interval: typing.Optional[jsii.Number] = None,
33066
34290
  min_qp: typing.Optional[jsii.Number] = None,
33067
34291
  num_ref_frames: typing.Optional[jsii.Number] = None,
@@ -33120,12 +34344,15 @@ def _typecheckingstub__ba24f075b346c08bd6351ec946aa6352e1a32fe09c8751f612abee3e6
33120
34344
  flicker_aq: typing.Optional[builtins.str] = None,
33121
34345
  framerate_denominator: typing.Optional[jsii.Number] = None,
33122
34346
  framerate_numerator: typing.Optional[jsii.Number] = None,
34347
+ gop_b_reference: typing.Optional[builtins.str] = None,
33123
34348
  gop_closed_cadence: typing.Optional[jsii.Number] = None,
34349
+ gop_num_b_frames: typing.Optional[jsii.Number] = None,
33124
34350
  gop_size: typing.Optional[jsii.Number] = None,
33125
34351
  gop_size_units: typing.Optional[builtins.str] = None,
33126
34352
  level: typing.Optional[builtins.str] = None,
33127
34353
  look_ahead_rate_control: typing.Optional[builtins.str] = None,
33128
34354
  max_bitrate: typing.Optional[jsii.Number] = None,
34355
+ min_bitrate: typing.Optional[jsii.Number] = None,
33129
34356
  min_i_interval: typing.Optional[jsii.Number] = None,
33130
34357
  min_qp: typing.Optional[jsii.Number] = None,
33131
34358
  mv_over_picture_boundaries: typing.Optional[builtins.str] = None,
@@ -33138,6 +34365,7 @@ def _typecheckingstub__ba24f075b346c08bd6351ec946aa6352e1a32fe09c8751f612abee3e6
33138
34365
  scan_type: typing.Optional[builtins.str] = None,
33139
34366
  scene_change_detect: typing.Optional[builtins.str] = None,
33140
34367
  slices: typing.Optional[jsii.Number] = None,
34368
+ subgop_length: typing.Optional[builtins.str] = None,
33141
34369
  tier: typing.Optional[builtins.str] = None,
33142
34370
  tile_height: typing.Optional[jsii.Number] = None,
33143
34371
  tile_padding: typing.Optional[builtins.str] = None,
@@ -33478,6 +34706,7 @@ def _typecheckingstub__c9392d58176c012cd3edcfd8cba809739bf0435a5bf1d6a207b2696cd
33478
34706
  def _typecheckingstub__85fb14a458ec20936e4659288aff4ca667c9931c1d403d6a189b9b390fa82420(
33479
34707
  *,
33480
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,
33481
34710
  ) -> None:
33482
34711
  """Type checking stubs"""
33483
34712
  pass
@@ -33491,6 +34720,39 @@ def _typecheckingstub__874df17e03aca6480b8e3f6dcef1562be61cb009cf5db8263599bb5c4
33491
34720
  """Type checking stubs"""
33492
34721
  pass
33493
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
+
33494
34756
  def _typecheckingstub__8e1d001ddfa1ba51a4a115d7684918fa784fab37b9602415021f1afaeb5ea19f(
33495
34757
  *,
33496
34758
  motion_graphics_insertion: typing.Optional[builtins.str] = None,
@@ -33675,6 +34937,7 @@ def _typecheckingstub__9e5624fe566342243b7ed3e5c7b82883302c5f225edc78912ef46db75
33675
34937
  def _typecheckingstub__d1c3f4cbc44fec2f5cf6dcc1097499d83d328f8fd1f15b8dd6ce6bc45153265a(
33676
34938
  *,
33677
34939
  id: typing.Optional[builtins.str] = None,
34940
+ logical_interface_names: typing.Optional[typing.Sequence[builtins.str]] = None,
33678
34941
  media_package_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MediaPackageOutputDestinationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
33679
34942
  multiplex_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MultiplexProgramChannelDestinationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33680
34943
  settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputDestinationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -34311,6 +35574,22 @@ def _typecheckingstub__cafedd699c56a3cba598f1b205d13e464679c1d1f61bfe63b410a4cd1
34311
35574
  """Type checking stubs"""
34312
35575
  pass
34313
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
+
34314
35593
  def _typecheckingstub__a680b851075119ff4cf0d916ddb40825219799ac9c08fc8dbc7e877d648d7333(
34315
35594
  inspector: _TreeInspector_488e0dd5,
34316
35595
  ) -> None:
@@ -34523,6 +35802,8 @@ def _typecheckingstub__c37c21db5712f0e670f3144efc99d8c9ed0a67af3bc5d9018df305c7e
34523
35802
  multicast_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MulticastSettingsCreateRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
34524
35803
  name: typing.Optional[builtins.str] = None,
34525
35804
  role_arn: typing.Optional[builtins.str] = None,
35805
+ sdi_sources: typing.Optional[typing.Sequence[builtins.str]] = None,
35806
+ smpte2110_receiver_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.Smpte2110ReceiverGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
34526
35807
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
34527
35808
  srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.SrtSettingsRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
34528
35809
  tags: typing.Any = None,
@@ -34532,6 +35813,22 @@ def _typecheckingstub__c37c21db5712f0e670f3144efc99d8c9ed0a67af3bc5d9018df305c7e
34532
35813
  """Type checking stubs"""
34533
35814
  pass
34534
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
+
34535
35832
  def _typecheckingstub__f06412b7f89325cfc3260f21b8a1f8a01a8bc90a8ae4222ef007ee6754a88bfa(
34536
35833
  inspector: _TreeInspector_488e0dd5,
34537
35834
  ) -> None:
@@ -34592,6 +35889,18 @@ def _typecheckingstub__f27fc34cd2daae9bc688d197b2f17a9be9a91d5deaae844af5f1dc9c7
34592
35889
  """Type checking stubs"""
34593
35890
  pass
34594
35891
 
35892
+ def _typecheckingstub__1fb1e9fa5957ae8cb739e464e86543b360ea8a6ba413563d753a60a5c585cb48(
35893
+ value: typing.Optional[typing.List[builtins.str]],
35894
+ ) -> None:
35895
+ """Type checking stubs"""
35896
+ pass
35897
+
35898
+ def _typecheckingstub__a9eb61e4c554ab79faf5508611b7e077c83491a6dad8b923d92479d86d72c6b2(
35899
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInput.Smpte2110ReceiverGroupSettingsProperty]],
35900
+ ) -> None:
35901
+ """Type checking stubs"""
35902
+ pass
35903
+
34595
35904
  def _typecheckingstub__1e2140b67b560eb9a66e34c68eb67fd4ee61037201bd2a5b844eaf6d2bcb509a(
34596
35905
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnInput.InputSourceRequestProperty]]]],
34597
35906
  ) -> None:
@@ -34654,6 +35963,14 @@ def _typecheckingstub__49a42f86677548150b6c05cd2ecf15371954f68c82ca5c8b29dc88bf5
34654
35963
  """Type checking stubs"""
34655
35964
  pass
34656
35965
 
35966
+ def _typecheckingstub__7c288b0e0d47532d1ba5eff4fe58e0aa4efcb647e6a7f872842ff84acd1c363d(
35967
+ *,
35968
+ media_index: typing.Optional[jsii.Number] = None,
35969
+ sdp_url: typing.Optional[builtins.str] = None,
35970
+ ) -> None:
35971
+ """Type checking stubs"""
35972
+ pass
35973
+
34657
35974
  def _typecheckingstub__a2b96e38bc252de912c2488457298c14577ee26d5734b6d9575fbe71a0f4f654(
34658
35975
  *,
34659
35976
  password_param: typing.Optional[builtins.str] = None,
@@ -34693,6 +36010,29 @@ def _typecheckingstub__2e6df72893ce7d89a6f92d69d9db55440192c737e450948d86a7e6e63
34693
36010
  """Type checking stubs"""
34694
36011
  pass
34695
36012
 
36013
+ def _typecheckingstub__e439b3fe47808a945aa11d675bf7807e78bb6123c2ccf728b7f31a2f77ad12e3(
36014
+ *,
36015
+ sdp_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
36016
+ ) -> None:
36017
+ """Type checking stubs"""
36018
+ pass
36019
+
36020
+ def _typecheckingstub__4388a095fa988861141a0787dadb3b1b80340f66e2bededcdbfa16340b26f7b6(
36021
+ *,
36022
+ ancillary_sdps: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSdpLocationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
36023
+ audio_sdps: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSdpLocationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
36024
+ video_sdp: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSdpLocationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
36025
+ ) -> None:
36026
+ """Type checking stubs"""
36027
+ pass
36028
+
36029
+ def _typecheckingstub__31f03c59761e524f0860a26124a21afd2f82c451d36ef99701df2a4b11c6705e(
36030
+ *,
36031
+ smpte2110_receiver_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.Smpte2110ReceiverGroupProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
36032
+ ) -> None:
36033
+ """Type checking stubs"""
36034
+ pass
36035
+
34696
36036
  def _typecheckingstub__a48539048d4094feb1f4e829c3ed788b34316d1a6c3bdbe1afc101e5c521ba86(
34697
36037
  *,
34698
36038
  algorithm: typing.Optional[builtins.str] = None,
@@ -34729,6 +36069,8 @@ def _typecheckingstub__f5e4e9b50624e42353cf086c51b3b7174a3d994bf1dc422fe68231305
34729
36069
  multicast_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MulticastSettingsCreateRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
34730
36070
  name: typing.Optional[builtins.str] = None,
34731
36071
  role_arn: typing.Optional[builtins.str] = None,
36072
+ sdi_sources: typing.Optional[typing.Sequence[builtins.str]] = None,
36073
+ smpte2110_receiver_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.Smpte2110ReceiverGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
34732
36074
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
34733
36075
  srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.SrtSettingsRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
34734
36076
  tags: typing.Any = None,
@@ -34748,6 +36090,22 @@ def _typecheckingstub__36ebb0545851926b9b6f0c8e07003f5330e537dbc3cb244849ed42ceb
34748
36090
  """Type checking stubs"""
34749
36091
  pass
34750
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
+
34751
36109
  def _typecheckingstub__c205418125ef58c918892fec76333f5c35d1f96f5a51d5cfb93d17f6e0af00f8(
34752
36110
  inspector: _TreeInspector_488e0dd5,
34753
36111
  ) -> None:
@@ -34800,6 +36158,22 @@ def _typecheckingstub__9255fd2dfb064346defb8b7a153f0b574e1531ce42a8b94643d2c219b
34800
36158
  """Type checking stubs"""
34801
36159
  pass
34802
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
+
34803
36177
  def _typecheckingstub__7251d62dc563ff611a15fab5a5364c7fb2c9de0d845bd06e4a3a5967db5d0d1e(
34804
36178
  inspector: _TreeInspector_488e0dd5,
34805
36179
  ) -> None:
@@ -35025,6 +36399,22 @@ def _typecheckingstub__583bddbad65360919d723debec6ac90a73fd0b1bf571223e4f8ed7cbd
35025
36399
  """Type checking stubs"""
35026
36400
  pass
35027
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
+
35028
36418
  def _typecheckingstub__3b7b874ecb1583e06f61647f2eaf263f0bce75341d35f085c855cd731fa53b19(
35029
36419
  inspector: _TreeInspector_488e0dd5,
35030
36420
  ) -> None:
@@ -35098,6 +36488,22 @@ def _typecheckingstub__c4329fe5e0c187d59071eb967613803b4ea03a0a770d7f41b39043667
35098
36488
  """Type checking stubs"""
35099
36489
  pass
35100
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
+
35101
36507
  def _typecheckingstub__d15eebe899be683484b800f1e56bfef3b9e0d3bade7dc2d19a51e58bc355b380(
35102
36508
  inspector: _TreeInspector_488e0dd5,
35103
36509
  ) -> None: