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
@@ -77,9 +77,21 @@ from .. import (
77
77
  TagManager as _TagManager_0a598cb3,
78
78
  TreeInspector as _TreeInspector_488e0dd5,
79
79
  )
80
+ from ..interfaces.aws_mediapackagev2 import (
81
+ ChannelGroupReference as _ChannelGroupReference_55198220,
82
+ ChannelPolicyReference as _ChannelPolicyReference_b0f4024b,
83
+ ChannelReference as _ChannelReference_1971bed1,
84
+ IChannelGroupRef as _IChannelGroupRef_c3346570,
85
+ IChannelPolicyRef as _IChannelPolicyRef_4515fa07,
86
+ IChannelRef as _IChannelRef_095ba255,
87
+ IOriginEndpointPolicyRef as _IOriginEndpointPolicyRef_b3d033fb,
88
+ IOriginEndpointRef as _IOriginEndpointRef_33e12a65,
89
+ OriginEndpointPolicyReference as _OriginEndpointPolicyReference_9aea8bed,
90
+ OriginEndpointReference as _OriginEndpointReference_b496e4e2,
91
+ )
80
92
 
81
93
 
82
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
94
+ @jsii.implements(_IInspectable_c2943556, _IChannelRef_095ba255, _ITaggableV2_4e6798f8)
83
95
  class CfnChannel(
84
96
  _CfnResource_9df397a6,
85
97
  metaclass=jsii.JSIIMeta,
@@ -106,7 +118,8 @@ class CfnChannel(
106
118
  # the properties below are optional
107
119
  description="description",
108
120
  input_switch_configuration=mediapackagev2.CfnChannel.InputSwitchConfigurationProperty(
109
- mqcs_input_switching=False
121
+ mqcs_input_switching=False,
122
+ preferred_input=123
110
123
  ),
111
124
  input_type="inputType",
112
125
  output_header_configuration=mediapackagev2.CfnChannel.OutputHeaderConfigurationProperty(
@@ -132,7 +145,8 @@ class CfnChannel(
132
145
  output_header_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputHeaderConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
133
146
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
134
147
  ) -> None:
135
- '''
148
+ '''Create a new ``AWS::MediaPackageV2::Channel``.
149
+
136
150
  :param scope: Scope in which this resource is defined.
137
151
  :param id: Construct identifier for this resource (unique in its scope).
138
152
  :param channel_group_name: The name of the channel group associated with the channel configuration.
@@ -141,7 +155,7 @@ class CfnChannel(
141
155
  :param input_switch_configuration: The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
142
156
  :param input_type: The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior. The allowed values are: - ``HLS`` - The HLS streaming specification (which defines M3U8 manifests and TS segments). - ``CMAF`` - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
143
157
  :param output_header_configuration: The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
144
- :param tags: The tags associated with the channel.
158
+ :param tags:
145
159
  '''
146
160
  if __debug__:
147
161
  type_hints = typing.get_type_hints(_typecheckingstub__f5f12d43fb05232f03795c27e5dde1f408f5762e93edacb27e01efb9e0e3c7c1)
@@ -201,7 +215,7 @@ class CfnChannel(
201
215
  @builtins.property
202
216
  @jsii.member(jsii_name="attrCreatedAt")
203
217
  def attr_created_at(self) -> builtins.str:
204
- '''The timestamp of the ccreation of the channel.
218
+ '''The timestamp of the creation of the channel.
205
219
 
206
220
  :cloudformationAttribute: CreatedAt
207
221
  '''
@@ -219,7 +233,8 @@ class CfnChannel(
219
233
  @builtins.property
220
234
  @jsii.member(jsii_name="attrIngestEndpointUrls")
221
235
  def attr_ingest_endpoint_urls(self) -> typing.List[builtins.str]:
222
- '''
236
+ '''The ingest domain URL where the source stream should be sent.
237
+
223
238
  :cloudformationAttribute: IngestEndpointUrls
224
239
  '''
225
240
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrIngestEndpointUrls"))
@@ -244,6 +259,12 @@ class CfnChannel(
244
259
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
245
260
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
246
261
 
262
+ @builtins.property
263
+ @jsii.member(jsii_name="channelRef")
264
+ def channel_ref(self) -> _ChannelReference_1971bed1:
265
+ '''A reference to a Channel resource.'''
266
+ return typing.cast(_ChannelReference_1971bed1, jsii.get(self, "channelRef"))
267
+
247
268
  @builtins.property
248
269
  @jsii.member(jsii_name="channelGroupName")
249
270
  def channel_group_name(self) -> builtins.str:
@@ -335,7 +356,6 @@ class CfnChannel(
335
356
  @builtins.property
336
357
  @jsii.member(jsii_name="tags")
337
358
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
338
- '''The tags associated with the channel.'''
339
359
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
340
360
 
341
361
  @tags.setter
@@ -418,17 +438,22 @@ class CfnChannel(
418
438
  @jsii.data_type(
419
439
  jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnChannel.InputSwitchConfigurationProperty",
420
440
  jsii_struct_bases=[],
421
- name_mapping={"mqcs_input_switching": "mqcsInputSwitching"},
441
+ name_mapping={
442
+ "mqcs_input_switching": "mqcsInputSwitching",
443
+ "preferred_input": "preferredInput",
444
+ },
422
445
  )
423
446
  class InputSwitchConfigurationProperty:
424
447
  def __init__(
425
448
  self,
426
449
  *,
427
450
  mqcs_input_switching: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
451
+ preferred_input: typing.Optional[jsii.Number] = None,
428
452
  ) -> None:
429
453
  '''The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
430
454
 
431
- :param mqcs_input_switching: When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when ``InputType`` is ``CMAF`` .
455
+ :param mqcs_input_switching: When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is false. This setting is valid only when ``InputType`` is ``CMAF`` .
456
+ :param preferred_input: For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores. Select ``1`` to prefer the first ingest endpoint, or ``2`` to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.
432
457
 
433
458
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-channel-inputswitchconfiguration.html
434
459
  :exampleMetadata: fixture=_generated
@@ -440,15 +465,19 @@ class CfnChannel(
440
465
  from aws_cdk import aws_mediapackagev2 as mediapackagev2
441
466
 
442
467
  input_switch_configuration_property = mediapackagev2.CfnChannel.InputSwitchConfigurationProperty(
443
- mqcs_input_switching=False
468
+ mqcs_input_switching=False,
469
+ preferred_input=123
444
470
  )
445
471
  '''
446
472
  if __debug__:
447
473
  type_hints = typing.get_type_hints(_typecheckingstub__116c8177c767f1c1239016dd387671ce140ac29b5e59b8e19832080acf68bef5)
448
474
  check_type(argname="argument mqcs_input_switching", value=mqcs_input_switching, expected_type=type_hints["mqcs_input_switching"])
475
+ check_type(argname="argument preferred_input", value=preferred_input, expected_type=type_hints["preferred_input"])
449
476
  self._values: typing.Dict[builtins.str, typing.Any] = {}
450
477
  if mqcs_input_switching is not None:
451
478
  self._values["mqcs_input_switching"] = mqcs_input_switching
479
+ if preferred_input is not None:
480
+ self._values["preferred_input"] = preferred_input
452
481
 
453
482
  @builtins.property
454
483
  def mqcs_input_switching(
@@ -456,13 +485,24 @@ class CfnChannel(
456
485
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
457
486
  '''When true, AWS Elemental MediaPackage performs input switching based on the MQCS.
458
487
 
459
- Default is true. This setting is valid only when ``InputType`` is ``CMAF`` .
488
+ Default is false. This setting is valid only when ``InputType`` is ``CMAF`` .
460
489
 
461
490
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-channel-inputswitchconfiguration.html#cfn-mediapackagev2-channel-inputswitchconfiguration-mqcsinputswitching
462
491
  '''
463
492
  result = self._values.get("mqcs_input_switching")
464
493
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
465
494
 
495
+ @builtins.property
496
+ def preferred_input(self) -> typing.Optional[jsii.Number]:
497
+ '''For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores.
498
+
499
+ Select ``1`` to prefer the first ingest endpoint, or ``2`` to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.
500
+
501
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-channel-inputswitchconfiguration.html#cfn-mediapackagev2-channel-inputswitchconfiguration-preferredinput
502
+ '''
503
+ result = self._values.get("preferred_input")
504
+ return typing.cast(typing.Optional[jsii.Number], result)
505
+
466
506
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
467
507
  return isinstance(rhs, self.__class__) and rhs._values == self._values
468
508
 
@@ -534,13 +574,13 @@ class CfnChannel(
534
574
  )
535
575
 
536
576
 
537
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
577
+ @jsii.implements(_IInspectable_c2943556, _IChannelGroupRef_c3346570, _ITaggableV2_4e6798f8)
538
578
  class CfnChannelGroup(
539
579
  _CfnResource_9df397a6,
540
580
  metaclass=jsii.JSIIMeta,
541
581
  jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnChannelGroup",
542
582
  ):
543
- '''Specifies the configuraiton for a MediaPackage V2 channel group.
583
+ '''Specifies the configuration for a MediaPackage V2 channel group.
544
584
 
545
585
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html
546
586
  :cloudformationResource: AWS::MediaPackageV2::ChannelGroup
@@ -573,7 +613,8 @@ class CfnChannelGroup(
573
613
  description: typing.Optional[builtins.str] = None,
574
614
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
575
615
  ) -> None:
576
- '''
616
+ '''Create a new ``AWS::MediaPackageV2::ChannelGroup``.
617
+
577
618
  :param scope: Scope in which this resource is defined.
578
619
  :param id: Construct identifier for this resource (unique in its scope).
579
620
  :param channel_group_name: The name of the channel group.
@@ -667,6 +708,12 @@ class CfnChannelGroup(
667
708
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
668
709
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
669
710
 
711
+ @builtins.property
712
+ @jsii.member(jsii_name="channelGroupRef")
713
+ def channel_group_ref(self) -> _ChannelGroupReference_55198220:
714
+ '''A reference to a ChannelGroup resource.'''
715
+ return typing.cast(_ChannelGroupReference_55198220, jsii.get(self, "channelGroupRef"))
716
+
670
717
  @builtins.property
671
718
  @jsii.member(jsii_name="channelGroupName")
672
719
  def channel_group_name(self) -> builtins.str:
@@ -803,7 +850,7 @@ class CfnChannelGroupProps:
803
850
  )
804
851
 
805
852
 
806
- @jsii.implements(_IInspectable_c2943556)
853
+ @jsii.implements(_IInspectable_c2943556, _IChannelPolicyRef_4515fa07)
807
854
  class CfnChannelPolicy(
808
855
  _CfnResource_9df397a6,
809
856
  metaclass=jsii.JSIIMeta,
@@ -839,7 +886,8 @@ class CfnChannelPolicy(
839
886
  channel_name: builtins.str,
840
887
  policy: typing.Any,
841
888
  ) -> None:
842
- '''
889
+ '''Create a new ``AWS::MediaPackageV2::ChannelPolicy``.
890
+
843
891
  :param scope: Scope in which this resource is defined.
844
892
  :param id: Construct identifier for this resource (unique in its scope).
845
893
  :param channel_group_name: The name of the channel group associated with the channel policy.
@@ -893,6 +941,12 @@ class CfnChannelPolicy(
893
941
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
894
942
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
895
943
 
944
+ @builtins.property
945
+ @jsii.member(jsii_name="channelPolicyRef")
946
+ def channel_policy_ref(self) -> _ChannelPolicyReference_b0f4024b:
947
+ '''A reference to a ChannelPolicy resource.'''
948
+ return typing.cast(_ChannelPolicyReference_b0f4024b, jsii.get(self, "channelPolicyRef"))
949
+
896
950
  @builtins.property
897
951
  @jsii.member(jsii_name="channelGroupName")
898
952
  def channel_group_name(self) -> builtins.str:
@@ -1059,7 +1113,7 @@ class CfnChannelProps:
1059
1113
  :param input_switch_configuration: The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
1060
1114
  :param input_type: The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior. The allowed values are: - ``HLS`` - The HLS streaming specification (which defines M3U8 manifests and TS segments). - ``CMAF`` - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
1061
1115
  :param output_header_configuration: The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
1062
- :param tags: The tags associated with the channel.
1116
+ :param tags:
1063
1117
 
1064
1118
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html
1065
1119
  :exampleMetadata: fixture=_generated
@@ -1077,7 +1131,8 @@ class CfnChannelProps:
1077
1131
  # the properties below are optional
1078
1132
  description="description",
1079
1133
  input_switch_configuration=mediapackagev2.CfnChannel.InputSwitchConfigurationProperty(
1080
- mqcs_input_switching=False
1134
+ mqcs_input_switching=False,
1135
+ preferred_input=123
1081
1136
  ),
1082
1137
  input_type="inputType",
1083
1138
  output_header_configuration=mediapackagev2.CfnChannel.OutputHeaderConfigurationProperty(
@@ -1182,8 +1237,7 @@ class CfnChannelProps:
1182
1237
 
1183
1238
  @builtins.property
1184
1239
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1185
- '''The tags associated with the channel.
1186
-
1240
+ '''
1187
1241
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-tags
1188
1242
  '''
1189
1243
  result = self._values.get("tags")
@@ -1201,7 +1255,7 @@ class CfnChannelProps:
1201
1255
  )
1202
1256
 
1203
1257
 
1204
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1258
+ @jsii.implements(_IInspectable_c2943556, _IOriginEndpointRef_33e12a65, _ITaggableV2_4e6798f8)
1205
1259
  class CfnOriginEndpoint(
1206
1260
  _CfnResource_9df397a6,
1207
1261
  metaclass=jsii.JSIIMeta,
@@ -1230,7 +1284,29 @@ class CfnOriginEndpoint(
1230
1284
  manifest_name="manifestName",
1231
1285
 
1232
1286
  # the properties below are optional
1287
+ base_urls=[mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty(
1288
+ url="url",
1289
+
1290
+ # the properties below are optional
1291
+ dvb_priority=123,
1292
+ dvb_weight=123,
1293
+ service_location="serviceLocation"
1294
+ )],
1295
+ compactness="compactness",
1233
1296
  drm_signaling="drmSignaling",
1297
+ dvb_settings=mediapackagev2.CfnOriginEndpoint.DashDvbSettingsProperty(
1298
+ error_metrics=[mediapackagev2.CfnOriginEndpoint.DashDvbMetricsReportingProperty(
1299
+ reporting_url="reportingUrl",
1300
+
1301
+ # the properties below are optional
1302
+ probability=123
1303
+ )],
1304
+ font_download=mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty(
1305
+ font_family="fontFamily",
1306
+ mime_type="mimeType",
1307
+ url="url"
1308
+ )
1309
+ ),
1234
1310
  filter_configuration=mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty(
1235
1311
  clip_start_time="clipStartTime",
1236
1312
  end="end",
@@ -1242,10 +1318,23 @@ class CfnOriginEndpoint(
1242
1318
  min_buffer_time_seconds=123,
1243
1319
  min_update_period_seconds=123,
1244
1320
  period_triggers=["periodTriggers"],
1321
+ profiles=["profiles"],
1322
+ program_information=mediapackagev2.CfnOriginEndpoint.DashProgramInformationProperty(
1323
+ copyright="copyright",
1324
+ language_code="languageCode",
1325
+ more_information_url="moreInformationUrl",
1326
+ source="source",
1327
+ title="title"
1328
+ ),
1245
1329
  scte_dash=mediapackagev2.CfnOriginEndpoint.ScteDashProperty(
1246
1330
  ad_marker_dash="adMarkerDash"
1247
1331
  ),
1248
1332
  segment_template_format="segmentTemplateFormat",
1333
+ subtitle_configuration=mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty(
1334
+ ttml_configuration=mediapackagev2.CfnOriginEndpoint.DashTtmlConfigurationProperty(
1335
+ ttml_profile="ttmlProfile"
1336
+ )
1337
+ ),
1249
1338
  suggested_presentation_delay_seconds=123,
1250
1339
  utc_timing=mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty(
1251
1340
  timing_mode="timingMode",
@@ -1308,10 +1397,25 @@ class CfnOriginEndpoint(
1308
1397
  url="url",
1309
1398
  url_encode_child_manifest=False
1310
1399
  )],
1400
+ mss_manifests=[mediapackagev2.CfnOriginEndpoint.MssManifestConfigurationProperty(
1401
+ manifest_name="manifestName",
1402
+
1403
+ # the properties below are optional
1404
+ filter_configuration=mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty(
1405
+ clip_start_time="clipStartTime",
1406
+ end="end",
1407
+ manifest_filter="manifestFilter",
1408
+ start="start",
1409
+ time_delay_seconds=123
1410
+ ),
1411
+ manifest_layout="manifestLayout",
1412
+ manifest_window_seconds=123
1413
+ )],
1311
1414
  segment=mediapackagev2.CfnOriginEndpoint.SegmentProperty(
1312
1415
  encryption=mediapackagev2.CfnOriginEndpoint.EncryptionProperty(
1313
1416
  encryption_method=mediapackagev2.CfnOriginEndpoint.EncryptionMethodProperty(
1314
1417
  cmaf_encryption_method="cmafEncryptionMethod",
1418
+ ism_encryption_method="ismEncryptionMethod",
1315
1419
  ts_encryption_method="tsEncryptionMethod"
1316
1420
  ),
1317
1421
  speke_key_provider=mediapackagev2.CfnOriginEndpoint.SpekeKeyProviderProperty(
@@ -1326,6 +1430,7 @@ class CfnOriginEndpoint(
1326
1430
  ),
1327
1431
 
1328
1432
  # the properties below are optional
1433
+ cmaf_exclude_segment_drm_metadata=False,
1329
1434
  constant_initialization_vector="constantInitializationVector",
1330
1435
  key_rotation_interval_seconds=123
1331
1436
  ),
@@ -1360,11 +1465,13 @@ class CfnOriginEndpoint(
1360
1465
  force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1361
1466
  hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.HlsManifestConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
1362
1467
  low_latency_hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
1468
+ mss_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.MssManifestConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
1363
1469
  segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.SegmentProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1364
1470
  startover_window_seconds: typing.Optional[jsii.Number] = None,
1365
1471
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1366
1472
  ) -> None:
1367
- '''
1473
+ '''Create a new ``AWS::MediaPackageV2::OriginEndpoint``.
1474
+
1368
1475
  :param scope: Scope in which this resource is defined.
1369
1476
  :param id: Construct identifier for this resource (unique in its scope).
1370
1477
  :param channel_group_name: The name of the channel group associated with the origin endpoint configuration.
@@ -1374,8 +1481,9 @@ class CfnOriginEndpoint(
1374
1481
  :param dash_manifests: A DASH manifest configuration.
1375
1482
  :param description: The description associated with the origin endpoint.
1376
1483
  :param force_endpoint_error_configuration: The failover settings for the endpoint.
1377
- :param hls_manifests: The HLS manfiests associated with the origin endpoint configuration.
1484
+ :param hls_manifests: The HLS manifests associated with the origin endpoint configuration.
1378
1485
  :param low_latency_hls_manifests: The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.
1486
+ :param mss_manifests: A list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint. Each configuration represents a different MSS streaming option available from this endpoint.
1379
1487
  :param segment: The segment associated with the origin endpoint.
1380
1488
  :param startover_window_seconds: The size of the window (in seconds) to specify a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.
1381
1489
  :param tags: The tags associated with the origin endpoint.
@@ -1394,6 +1502,7 @@ class CfnOriginEndpoint(
1394
1502
  force_endpoint_error_configuration=force_endpoint_error_configuration,
1395
1503
  hls_manifests=hls_manifests,
1396
1504
  low_latency_hls_manifests=low_latency_hls_manifests,
1505
+ mss_manifests=mss_manifests,
1397
1506
  segment=segment,
1398
1507
  startover_window_seconds=startover_window_seconds,
1399
1508
  tags=tags,
@@ -1452,7 +1561,8 @@ class CfnOriginEndpoint(
1452
1561
  @builtins.property
1453
1562
  @jsii.member(jsii_name="attrDashManifestUrls")
1454
1563
  def attr_dash_manifest_urls(self) -> typing.List[builtins.str]:
1455
- '''
1564
+ '''The egress domain URL for stream delivery from MediaPackage.
1565
+
1456
1566
  :cloudformationAttribute: DashManifestUrls
1457
1567
  '''
1458
1568
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrDashManifestUrls"))
@@ -1460,7 +1570,8 @@ class CfnOriginEndpoint(
1460
1570
  @builtins.property
1461
1571
  @jsii.member(jsii_name="attrHlsManifestUrls")
1462
1572
  def attr_hls_manifest_urls(self) -> typing.List[builtins.str]:
1463
- '''
1573
+ '''The egress domain URL for stream delivery from MediaPackage.
1574
+
1464
1575
  :cloudformationAttribute: HlsManifestUrls
1465
1576
  '''
1466
1577
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrHlsManifestUrls"))
@@ -1468,7 +1579,8 @@ class CfnOriginEndpoint(
1468
1579
  @builtins.property
1469
1580
  @jsii.member(jsii_name="attrLowLatencyHlsManifestUrls")
1470
1581
  def attr_low_latency_hls_manifest_urls(self) -> typing.List[builtins.str]:
1471
- '''
1582
+ '''The egress domain URL for stream delivery from MediaPackage.
1583
+
1472
1584
  :cloudformationAttribute: LowLatencyHlsManifestUrls
1473
1585
  '''
1474
1586
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrLowLatencyHlsManifestUrls"))
@@ -1482,6 +1594,14 @@ class CfnOriginEndpoint(
1482
1594
  '''
1483
1595
  return typing.cast(builtins.str, jsii.get(self, "attrModifiedAt"))
1484
1596
 
1597
+ @builtins.property
1598
+ @jsii.member(jsii_name="attrMssManifestUrls")
1599
+ def attr_mss_manifest_urls(self) -> typing.List[builtins.str]:
1600
+ '''
1601
+ :cloudformationAttribute: MssManifestUrls
1602
+ '''
1603
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "attrMssManifestUrls"))
1604
+
1485
1605
  @builtins.property
1486
1606
  @jsii.member(jsii_name="cdkTagManager")
1487
1607
  def cdk_tag_manager(self) -> _TagManager_0a598cb3:
@@ -1493,6 +1613,12 @@ class CfnOriginEndpoint(
1493
1613
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1494
1614
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1495
1615
 
1616
+ @builtins.property
1617
+ @jsii.member(jsii_name="originEndpointRef")
1618
+ def origin_endpoint_ref(self) -> _OriginEndpointReference_b496e4e2:
1619
+ '''A reference to a OriginEndpoint resource.'''
1620
+ return typing.cast(_OriginEndpointReference_b496e4e2, jsii.get(self, "originEndpointRef"))
1621
+
1496
1622
  @builtins.property
1497
1623
  @jsii.member(jsii_name="channelGroupName")
1498
1624
  def channel_group_name(self) -> builtins.str:
@@ -1599,7 +1725,7 @@ class CfnOriginEndpoint(
1599
1725
  def hls_manifests(
1600
1726
  self,
1601
1727
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.HlsManifestConfigurationProperty"]]]]:
1602
- '''The HLS manfiests associated with the origin endpoint configuration.'''
1728
+ '''The HLS manifests associated with the origin endpoint configuration.'''
1603
1729
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.HlsManifestConfigurationProperty"]]]], jsii.get(self, "hlsManifests"))
1604
1730
 
1605
1731
  @hls_manifests.setter
@@ -1630,6 +1756,24 @@ class CfnOriginEndpoint(
1630
1756
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1631
1757
  jsii.set(self, "lowLatencyHlsManifests", value) # pyright: ignore[reportArgumentType]
1632
1758
 
1759
+ @builtins.property
1760
+ @jsii.member(jsii_name="mssManifests")
1761
+ def mss_manifests(
1762
+ self,
1763
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.MssManifestConfigurationProperty"]]]]:
1764
+ '''A list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint.'''
1765
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.MssManifestConfigurationProperty"]]]], jsii.get(self, "mssManifests"))
1766
+
1767
+ @mss_manifests.setter
1768
+ def mss_manifests(
1769
+ self,
1770
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.MssManifestConfigurationProperty"]]]],
1771
+ ) -> None:
1772
+ if __debug__:
1773
+ type_hints = typing.get_type_hints(_typecheckingstub__05c39e22a8fee804960ccb55c9ca3411dc4e96823b582c9162b38b1ea0f78253)
1774
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1775
+ jsii.set(self, "mssManifests", value) # pyright: ignore[reportArgumentType]
1776
+
1633
1777
  @builtins.property
1634
1778
  @jsii.member(jsii_name="segment")
1635
1779
  def segment(
@@ -1675,52 +1819,34 @@ class CfnOriginEndpoint(
1675
1819
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
1676
1820
 
1677
1821
  @jsii.data_type(
1678
- jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty",
1822
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty",
1679
1823
  jsii_struct_bases=[],
1680
1824
  name_mapping={
1681
- "manifest_name": "manifestName",
1682
- "drm_signaling": "drmSignaling",
1683
- "filter_configuration": "filterConfiguration",
1684
- "manifest_window_seconds": "manifestWindowSeconds",
1685
- "min_buffer_time_seconds": "minBufferTimeSeconds",
1686
- "min_update_period_seconds": "minUpdatePeriodSeconds",
1687
- "period_triggers": "periodTriggers",
1688
- "scte_dash": "scteDash",
1689
- "segment_template_format": "segmentTemplateFormat",
1690
- "suggested_presentation_delay_seconds": "suggestedPresentationDelaySeconds",
1691
- "utc_timing": "utcTiming",
1825
+ "url": "url",
1826
+ "dvb_priority": "dvbPriority",
1827
+ "dvb_weight": "dvbWeight",
1828
+ "service_location": "serviceLocation",
1692
1829
  },
1693
1830
  )
1694
- class DashManifestConfigurationProperty:
1831
+ class DashBaseUrlProperty:
1695
1832
  def __init__(
1696
1833
  self,
1697
1834
  *,
1698
- manifest_name: builtins.str,
1699
- drm_signaling: typing.Optional[builtins.str] = None,
1700
- filter_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.FilterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1701
- manifest_window_seconds: typing.Optional[jsii.Number] = None,
1702
- min_buffer_time_seconds: typing.Optional[jsii.Number] = None,
1703
- min_update_period_seconds: typing.Optional[jsii.Number] = None,
1704
- period_triggers: typing.Optional[typing.Sequence[builtins.str]] = None,
1705
- scte_dash: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.ScteDashProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1706
- segment_template_format: typing.Optional[builtins.str] = None,
1707
- suggested_presentation_delay_seconds: typing.Optional[jsii.Number] = None,
1708
- utc_timing: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashUtcTimingProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1835
+ url: builtins.str,
1836
+ dvb_priority: typing.Optional[jsii.Number] = None,
1837
+ dvb_weight: typing.Optional[jsii.Number] = None,
1838
+ service_location: typing.Optional[builtins.str] = None,
1709
1839
  ) -> None:
1710
- '''
1711
- :param manifest_name: The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.
1712
- :param drm_signaling:
1713
- :param filter_configuration:
1714
- :param manifest_window_seconds:
1715
- :param min_buffer_time_seconds:
1716
- :param min_update_period_seconds:
1717
- :param period_triggers: Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.
1718
- :param scte_dash:
1719
- :param segment_template_format:
1720
- :param suggested_presentation_delay_seconds:
1721
- :param utc_timing:
1840
+ '''The base URLs to use for retrieving segments.
1722
1841
 
1723
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html
1842
+ You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.
1843
+
1844
+ :param url: A source location for segments.
1845
+ :param dvb_priority: For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.
1846
+ :param dvb_weight: For use with DVB-DASH profiles only. The weighting for source locations that have the same priority.
1847
+ :param service_location: The name of the source location.
1848
+
1849
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html
1724
1850
  :exampleMetadata: fixture=_generated
1725
1851
 
1726
1852
  Example::
@@ -1729,171 +1855,72 @@ class CfnOriginEndpoint(
1729
1855
  # The values are placeholders you should change.
1730
1856
  from aws_cdk import aws_mediapackagev2 as mediapackagev2
1731
1857
 
1732
- dash_manifest_configuration_property = mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty(
1733
- manifest_name="manifestName",
1858
+ dash_base_url_property = mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty(
1859
+ url="url",
1734
1860
 
1735
1861
  # the properties below are optional
1736
- drm_signaling="drmSignaling",
1737
- filter_configuration=mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty(
1738
- clip_start_time="clipStartTime",
1739
- end="end",
1740
- manifest_filter="manifestFilter",
1741
- start="start",
1742
- time_delay_seconds=123
1743
- ),
1744
- manifest_window_seconds=123,
1745
- min_buffer_time_seconds=123,
1746
- min_update_period_seconds=123,
1747
- period_triggers=["periodTriggers"],
1748
- scte_dash=mediapackagev2.CfnOriginEndpoint.ScteDashProperty(
1749
- ad_marker_dash="adMarkerDash"
1750
- ),
1751
- segment_template_format="segmentTemplateFormat",
1752
- suggested_presentation_delay_seconds=123,
1753
- utc_timing=mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty(
1754
- timing_mode="timingMode",
1755
- timing_source="timingSource"
1756
- )
1862
+ dvb_priority=123,
1863
+ dvb_weight=123,
1864
+ service_location="serviceLocation"
1757
1865
  )
1758
1866
  '''
1759
1867
  if __debug__:
1760
- type_hints = typing.get_type_hints(_typecheckingstub__20e3bfad4ae40517c778173bab356d7bd208497ee33a09fdc9e380135384dfc6)
1761
- check_type(argname="argument manifest_name", value=manifest_name, expected_type=type_hints["manifest_name"])
1762
- check_type(argname="argument drm_signaling", value=drm_signaling, expected_type=type_hints["drm_signaling"])
1763
- check_type(argname="argument filter_configuration", value=filter_configuration, expected_type=type_hints["filter_configuration"])
1764
- check_type(argname="argument manifest_window_seconds", value=manifest_window_seconds, expected_type=type_hints["manifest_window_seconds"])
1765
- check_type(argname="argument min_buffer_time_seconds", value=min_buffer_time_seconds, expected_type=type_hints["min_buffer_time_seconds"])
1766
- check_type(argname="argument min_update_period_seconds", value=min_update_period_seconds, expected_type=type_hints["min_update_period_seconds"])
1767
- check_type(argname="argument period_triggers", value=period_triggers, expected_type=type_hints["period_triggers"])
1768
- check_type(argname="argument scte_dash", value=scte_dash, expected_type=type_hints["scte_dash"])
1769
- check_type(argname="argument segment_template_format", value=segment_template_format, expected_type=type_hints["segment_template_format"])
1770
- check_type(argname="argument suggested_presentation_delay_seconds", value=suggested_presentation_delay_seconds, expected_type=type_hints["suggested_presentation_delay_seconds"])
1771
- check_type(argname="argument utc_timing", value=utc_timing, expected_type=type_hints["utc_timing"])
1868
+ type_hints = typing.get_type_hints(_typecheckingstub__be1d880fe401caed5e0186c4f4a6b76f8d63f2e78cf2fcbb490b66d185d4af29)
1869
+ check_type(argname="argument url", value=url, expected_type=type_hints["url"])
1870
+ check_type(argname="argument dvb_priority", value=dvb_priority, expected_type=type_hints["dvb_priority"])
1871
+ check_type(argname="argument dvb_weight", value=dvb_weight, expected_type=type_hints["dvb_weight"])
1872
+ check_type(argname="argument service_location", value=service_location, expected_type=type_hints["service_location"])
1772
1873
  self._values: typing.Dict[builtins.str, typing.Any] = {
1773
- "manifest_name": manifest_name,
1874
+ "url": url,
1774
1875
  }
1775
- if drm_signaling is not None:
1776
- self._values["drm_signaling"] = drm_signaling
1777
- if filter_configuration is not None:
1778
- self._values["filter_configuration"] = filter_configuration
1779
- if manifest_window_seconds is not None:
1780
- self._values["manifest_window_seconds"] = manifest_window_seconds
1781
- if min_buffer_time_seconds is not None:
1782
- self._values["min_buffer_time_seconds"] = min_buffer_time_seconds
1783
- if min_update_period_seconds is not None:
1784
- self._values["min_update_period_seconds"] = min_update_period_seconds
1785
- if period_triggers is not None:
1786
- self._values["period_triggers"] = period_triggers
1787
- if scte_dash is not None:
1788
- self._values["scte_dash"] = scte_dash
1789
- if segment_template_format is not None:
1790
- self._values["segment_template_format"] = segment_template_format
1791
- if suggested_presentation_delay_seconds is not None:
1792
- self._values["suggested_presentation_delay_seconds"] = suggested_presentation_delay_seconds
1793
- if utc_timing is not None:
1794
- self._values["utc_timing"] = utc_timing
1876
+ if dvb_priority is not None:
1877
+ self._values["dvb_priority"] = dvb_priority
1878
+ if dvb_weight is not None:
1879
+ self._values["dvb_weight"] = dvb_weight
1880
+ if service_location is not None:
1881
+ self._values["service_location"] = service_location
1795
1882
 
1796
1883
  @builtins.property
1797
- def manifest_name(self) -> builtins.str:
1798
- '''
1799
- The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.
1884
+ def url(self) -> builtins.str:
1885
+ '''A source location for segments.
1800
1886
 
1801
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-manifestname
1887
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-url
1802
1888
  '''
1803
- result = self._values.get("manifest_name")
1804
- assert result is not None, "Required property 'manifest_name' is missing"
1889
+ result = self._values.get("url")
1890
+ assert result is not None, "Required property 'url' is missing"
1805
1891
  return typing.cast(builtins.str, result)
1806
1892
 
1807
1893
  @builtins.property
1808
- def drm_signaling(self) -> typing.Optional[builtins.str]:
1809
- '''
1810
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-drmsignaling
1811
- '''
1812
- result = self._values.get("drm_signaling")
1813
- return typing.cast(typing.Optional[builtins.str], result)
1814
-
1815
- @builtins.property
1816
- def filter_configuration(
1817
- self,
1818
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]]:
1819
- '''
1820
-
1821
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-filterconfiguration
1822
- '''
1823
- result = self._values.get("filter_configuration")
1824
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]], result)
1894
+ def dvb_priority(self) -> typing.Optional[jsii.Number]:
1895
+ '''For use with DVB-DASH profiles only.
1825
1896
 
1826
- @builtins.property
1827
- def manifest_window_seconds(self) -> typing.Optional[jsii.Number]:
1828
- '''
1829
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-manifestwindowseconds
1830
- '''
1831
- result = self._values.get("manifest_window_seconds")
1832
- return typing.cast(typing.Optional[jsii.Number], result)
1897
+ The priority of this location for servings segments. The lower the number, the higher the priority.
1833
1898
 
1834
- @builtins.property
1835
- def min_buffer_time_seconds(self) -> typing.Optional[jsii.Number]:
1836
- '''
1837
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minbuffertimeseconds
1899
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-dvbpriority
1838
1900
  '''
1839
- result = self._values.get("min_buffer_time_seconds")
1901
+ result = self._values.get("dvb_priority")
1840
1902
  return typing.cast(typing.Optional[jsii.Number], result)
1841
1903
 
1842
1904
  @builtins.property
1843
- def min_update_period_seconds(self) -> typing.Optional[jsii.Number]:
1844
- '''
1845
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minupdateperiodseconds
1846
- '''
1847
- result = self._values.get("min_update_period_seconds")
1848
- return typing.cast(typing.Optional[jsii.Number], result)
1905
+ def dvb_weight(self) -> typing.Optional[jsii.Number]:
1906
+ '''For use with DVB-DASH profiles only.
1849
1907
 
1850
- @builtins.property
1851
- def period_triggers(self) -> typing.Optional[typing.List[builtins.str]]:
1852
- '''
1853
- Leave this value empty to indicate that the manifest is contained all in one period.
1854
- For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.
1908
+ The weighting for source locations that have the same priority.
1855
1909
 
1856
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-periodtriggers
1910
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-dvbweight
1857
1911
  '''
1858
- result = self._values.get("period_triggers")
1859
- return typing.cast(typing.Optional[typing.List[builtins.str]], result)
1912
+ result = self._values.get("dvb_weight")
1913
+ return typing.cast(typing.Optional[jsii.Number], result)
1860
1914
 
1861
1915
  @builtins.property
1862
- def scte_dash(
1863
- self,
1864
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.ScteDashProperty"]]:
1865
- '''
1866
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-sctedash
1867
- '''
1868
- result = self._values.get("scte_dash")
1869
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.ScteDashProperty"]], result)
1916
+ def service_location(self) -> typing.Optional[builtins.str]:
1917
+ '''The name of the source location.
1870
1918
 
1871
- @builtins.property
1872
- def segment_template_format(self) -> typing.Optional[builtins.str]:
1919
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-servicelocation
1873
1920
  '''
1874
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-segmenttemplateformat
1875
- '''
1876
- result = self._values.get("segment_template_format")
1921
+ result = self._values.get("service_location")
1877
1922
  return typing.cast(typing.Optional[builtins.str], result)
1878
1923
 
1879
- @builtins.property
1880
- def suggested_presentation_delay_seconds(self) -> typing.Optional[jsii.Number]:
1881
- '''
1882
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-suggestedpresentationdelayseconds
1883
- '''
1884
- result = self._values.get("suggested_presentation_delay_seconds")
1885
- return typing.cast(typing.Optional[jsii.Number], result)
1886
-
1887
- @builtins.property
1888
- def utc_timing(
1889
- self,
1890
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashUtcTimingProperty"]]:
1891
- '''
1892
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-utctiming
1893
- '''
1894
- result = self._values.get("utc_timing")
1895
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashUtcTimingProperty"]], result)
1896
-
1897
1924
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1898
1925
  return isinstance(rhs, self.__class__) and rhs._values == self._values
1899
1926
 
@@ -1901,28 +1928,906 @@ class CfnOriginEndpoint(
1901
1928
  return not (rhs == self)
1902
1929
 
1903
1930
  def __repr__(self) -> str:
1904
- return "DashManifestConfigurationProperty(%s)" % ", ".join(
1931
+ return "DashBaseUrlProperty(%s)" % ", ".join(
1905
1932
  k + "=" + repr(v) for k, v in self._values.items()
1906
1933
  )
1907
1934
 
1908
1935
  @jsii.data_type(
1909
- jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty",
1936
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty",
1910
1937
  jsii_struct_bases=[],
1911
- name_mapping={"timing_mode": "timingMode", "timing_source": "timingSource"},
1938
+ name_mapping={
1939
+ "font_family": "fontFamily",
1940
+ "mime_type": "mimeType",
1941
+ "url": "url",
1942
+ },
1912
1943
  )
1913
- class DashUtcTimingProperty:
1944
+ class DashDvbFontDownloadProperty:
1914
1945
  def __init__(
1915
1946
  self,
1916
1947
  *,
1917
- timing_mode: typing.Optional[builtins.str] = None,
1918
- timing_source: typing.Optional[builtins.str] = None,
1948
+ font_family: typing.Optional[builtins.str] = None,
1949
+ mime_type: typing.Optional[builtins.str] = None,
1950
+ url: typing.Optional[builtins.str] = None,
1919
1951
  ) -> None:
1920
- '''Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
1952
+ '''For use with DVB-DASH profiles only.
1921
1953
 
1922
- :param timing_mode: The UTC timing mode.
1923
- :param timing_source: The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.
1954
+ The settings for font downloads that you want AWS Elemental MediaPackage to pass through to the manifest.
1924
1955
 
1925
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashutctiming.html
1956
+ :param font_family: The ``fontFamily`` name for subtitles, as described in `EBU-TT-D Subtitling Distribution Format <https://docs.aws.amazon.com/https://tech.ebu.ch/publications/tech3380>`_ .
1957
+ :param mime_type: The ``mimeType`` of the resource that's at the font download URL. For information about font MIME types, see the `MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks <https://docs.aws.amazon.com/https://dvb.org/wp-content/uploads/2021/06/A168r4_MPEG-DASH-Profile-for-Transport-of-ISO-BMFF-Based-DVB-Services_Draft-ts_103-285-v140_November_2021.pdf>`_ document.
1958
+ :param url: The URL for downloading fonts for subtitles.
1959
+
1960
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html
1961
+ :exampleMetadata: fixture=_generated
1962
+
1963
+ Example::
1964
+
1965
+ # The code below shows an example of how to instantiate this type.
1966
+ # The values are placeholders you should change.
1967
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
1968
+
1969
+ dash_dvb_font_download_property = mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty(
1970
+ font_family="fontFamily",
1971
+ mime_type="mimeType",
1972
+ url="url"
1973
+ )
1974
+ '''
1975
+ if __debug__:
1976
+ type_hints = typing.get_type_hints(_typecheckingstub__81c2694b55243cfd80ec8b5b8d807b1d991f3ae38973b41f6fb77d9d5ea24965)
1977
+ check_type(argname="argument font_family", value=font_family, expected_type=type_hints["font_family"])
1978
+ check_type(argname="argument mime_type", value=mime_type, expected_type=type_hints["mime_type"])
1979
+ check_type(argname="argument url", value=url, expected_type=type_hints["url"])
1980
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1981
+ if font_family is not None:
1982
+ self._values["font_family"] = font_family
1983
+ if mime_type is not None:
1984
+ self._values["mime_type"] = mime_type
1985
+ if url is not None:
1986
+ self._values["url"] = url
1987
+
1988
+ @builtins.property
1989
+ def font_family(self) -> typing.Optional[builtins.str]:
1990
+ '''The ``fontFamily`` name for subtitles, as described in `EBU-TT-D Subtitling Distribution Format <https://docs.aws.amazon.com/https://tech.ebu.ch/publications/tech3380>`_ .
1991
+
1992
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html#cfn-mediapackagev2-originendpoint-dashdvbfontdownload-fontfamily
1993
+ '''
1994
+ result = self._values.get("font_family")
1995
+ return typing.cast(typing.Optional[builtins.str], result)
1996
+
1997
+ @builtins.property
1998
+ def mime_type(self) -> typing.Optional[builtins.str]:
1999
+ '''The ``mimeType`` of the resource that's at the font download URL.
2000
+
2001
+ For information about font MIME types, see the `MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks <https://docs.aws.amazon.com/https://dvb.org/wp-content/uploads/2021/06/A168r4_MPEG-DASH-Profile-for-Transport-of-ISO-BMFF-Based-DVB-Services_Draft-ts_103-285-v140_November_2021.pdf>`_ document.
2002
+
2003
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html#cfn-mediapackagev2-originendpoint-dashdvbfontdownload-mimetype
2004
+ '''
2005
+ result = self._values.get("mime_type")
2006
+ return typing.cast(typing.Optional[builtins.str], result)
2007
+
2008
+ @builtins.property
2009
+ def url(self) -> typing.Optional[builtins.str]:
2010
+ '''The URL for downloading fonts for subtitles.
2011
+
2012
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html#cfn-mediapackagev2-originendpoint-dashdvbfontdownload-url
2013
+ '''
2014
+ result = self._values.get("url")
2015
+ return typing.cast(typing.Optional[builtins.str], result)
2016
+
2017
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2018
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2019
+
2020
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2021
+ return not (rhs == self)
2022
+
2023
+ def __repr__(self) -> str:
2024
+ return "DashDvbFontDownloadProperty(%s)" % ", ".join(
2025
+ k + "=" + repr(v) for k, v in self._values.items()
2026
+ )
2027
+
2028
+ @jsii.data_type(
2029
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashDvbMetricsReportingProperty",
2030
+ jsii_struct_bases=[],
2031
+ name_mapping={"reporting_url": "reportingUrl", "probability": "probability"},
2032
+ )
2033
+ class DashDvbMetricsReportingProperty:
2034
+ def __init__(
2035
+ self,
2036
+ *,
2037
+ reporting_url: builtins.str,
2038
+ probability: typing.Optional[jsii.Number] = None,
2039
+ ) -> None:
2040
+ '''For use with DVB-DASH profiles only.
2041
+
2042
+ The settings for error reporting from the playback device that you want AWS Elemental MediaPackage to pass through to the manifest.
2043
+
2044
+ :param reporting_url: The URL where playback devices send error reports.
2045
+ :param probability: The number of playback devices per 1000 that will send error reports to the reporting URL. This represents the probability that a playback device will be a reporting player for this session.
2046
+
2047
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html
2048
+ :exampleMetadata: fixture=_generated
2049
+
2050
+ Example::
2051
+
2052
+ # The code below shows an example of how to instantiate this type.
2053
+ # The values are placeholders you should change.
2054
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
2055
+
2056
+ dash_dvb_metrics_reporting_property = mediapackagev2.CfnOriginEndpoint.DashDvbMetricsReportingProperty(
2057
+ reporting_url="reportingUrl",
2058
+
2059
+ # the properties below are optional
2060
+ probability=123
2061
+ )
2062
+ '''
2063
+ if __debug__:
2064
+ type_hints = typing.get_type_hints(_typecheckingstub__fadf127f9f82d1f5f09e73b8a4d72d5685c1236b84cdaa5c6132a7ab4774e495)
2065
+ check_type(argname="argument reporting_url", value=reporting_url, expected_type=type_hints["reporting_url"])
2066
+ check_type(argname="argument probability", value=probability, expected_type=type_hints["probability"])
2067
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2068
+ "reporting_url": reporting_url,
2069
+ }
2070
+ if probability is not None:
2071
+ self._values["probability"] = probability
2072
+
2073
+ @builtins.property
2074
+ def reporting_url(self) -> builtins.str:
2075
+ '''The URL where playback devices send error reports.
2076
+
2077
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html#cfn-mediapackagev2-originendpoint-dashdvbmetricsreporting-reportingurl
2078
+ '''
2079
+ result = self._values.get("reporting_url")
2080
+ assert result is not None, "Required property 'reporting_url' is missing"
2081
+ return typing.cast(builtins.str, result)
2082
+
2083
+ @builtins.property
2084
+ def probability(self) -> typing.Optional[jsii.Number]:
2085
+ '''The number of playback devices per 1000 that will send error reports to the reporting URL.
2086
+
2087
+ This represents the probability that a playback device will be a reporting player for this session.
2088
+
2089
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html#cfn-mediapackagev2-originendpoint-dashdvbmetricsreporting-probability
2090
+ '''
2091
+ result = self._values.get("probability")
2092
+ return typing.cast(typing.Optional[jsii.Number], result)
2093
+
2094
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2095
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2096
+
2097
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2098
+ return not (rhs == self)
2099
+
2100
+ def __repr__(self) -> str:
2101
+ return "DashDvbMetricsReportingProperty(%s)" % ", ".join(
2102
+ k + "=" + repr(v) for k, v in self._values.items()
2103
+ )
2104
+
2105
+ @jsii.data_type(
2106
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashDvbSettingsProperty",
2107
+ jsii_struct_bases=[],
2108
+ name_mapping={
2109
+ "error_metrics": "errorMetrics",
2110
+ "font_download": "fontDownload",
2111
+ },
2112
+ )
2113
+ class DashDvbSettingsProperty:
2114
+ def __init__(
2115
+ self,
2116
+ *,
2117
+ error_metrics: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashDvbMetricsReportingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2118
+ font_download: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashDvbFontDownloadProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2119
+ ) -> None:
2120
+ '''For endpoints that use the DVB-DASH profile only.
2121
+
2122
+ The font download and error reporting information that you want MediaPackage to pass through to the manifest.
2123
+
2124
+ :param error_metrics: Playback device error reporting settings.
2125
+ :param font_download: Subtitle font settings.
2126
+
2127
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbsettings.html
2128
+ :exampleMetadata: fixture=_generated
2129
+
2130
+ Example::
2131
+
2132
+ # The code below shows an example of how to instantiate this type.
2133
+ # The values are placeholders you should change.
2134
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
2135
+
2136
+ dash_dvb_settings_property = mediapackagev2.CfnOriginEndpoint.DashDvbSettingsProperty(
2137
+ error_metrics=[mediapackagev2.CfnOriginEndpoint.DashDvbMetricsReportingProperty(
2138
+ reporting_url="reportingUrl",
2139
+
2140
+ # the properties below are optional
2141
+ probability=123
2142
+ )],
2143
+ font_download=mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty(
2144
+ font_family="fontFamily",
2145
+ mime_type="mimeType",
2146
+ url="url"
2147
+ )
2148
+ )
2149
+ '''
2150
+ if __debug__:
2151
+ type_hints = typing.get_type_hints(_typecheckingstub__280a149dc1f481cd4b69b2b250e75d424c71bee34e699369b2294841b0aed7d8)
2152
+ check_type(argname="argument error_metrics", value=error_metrics, expected_type=type_hints["error_metrics"])
2153
+ check_type(argname="argument font_download", value=font_download, expected_type=type_hints["font_download"])
2154
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2155
+ if error_metrics is not None:
2156
+ self._values["error_metrics"] = error_metrics
2157
+ if font_download is not None:
2158
+ self._values["font_download"] = font_download
2159
+
2160
+ @builtins.property
2161
+ def error_metrics(
2162
+ self,
2163
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashDvbMetricsReportingProperty"]]]]:
2164
+ '''Playback device error reporting settings.
2165
+
2166
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbsettings.html#cfn-mediapackagev2-originendpoint-dashdvbsettings-errormetrics
2167
+ '''
2168
+ result = self._values.get("error_metrics")
2169
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashDvbMetricsReportingProperty"]]]], result)
2170
+
2171
+ @builtins.property
2172
+ def font_download(
2173
+ self,
2174
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashDvbFontDownloadProperty"]]:
2175
+ '''Subtitle font settings.
2176
+
2177
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbsettings.html#cfn-mediapackagev2-originendpoint-dashdvbsettings-fontdownload
2178
+ '''
2179
+ result = self._values.get("font_download")
2180
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashDvbFontDownloadProperty"]], result)
2181
+
2182
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2183
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2184
+
2185
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2186
+ return not (rhs == self)
2187
+
2188
+ def __repr__(self) -> str:
2189
+ return "DashDvbSettingsProperty(%s)" % ", ".join(
2190
+ k + "=" + repr(v) for k, v in self._values.items()
2191
+ )
2192
+
2193
+ @jsii.data_type(
2194
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty",
2195
+ jsii_struct_bases=[],
2196
+ name_mapping={
2197
+ "manifest_name": "manifestName",
2198
+ "base_urls": "baseUrls",
2199
+ "compactness": "compactness",
2200
+ "drm_signaling": "drmSignaling",
2201
+ "dvb_settings": "dvbSettings",
2202
+ "filter_configuration": "filterConfiguration",
2203
+ "manifest_window_seconds": "manifestWindowSeconds",
2204
+ "min_buffer_time_seconds": "minBufferTimeSeconds",
2205
+ "min_update_period_seconds": "minUpdatePeriodSeconds",
2206
+ "period_triggers": "periodTriggers",
2207
+ "profiles": "profiles",
2208
+ "program_information": "programInformation",
2209
+ "scte_dash": "scteDash",
2210
+ "segment_template_format": "segmentTemplateFormat",
2211
+ "subtitle_configuration": "subtitleConfiguration",
2212
+ "suggested_presentation_delay_seconds": "suggestedPresentationDelaySeconds",
2213
+ "utc_timing": "utcTiming",
2214
+ },
2215
+ )
2216
+ class DashManifestConfigurationProperty:
2217
+ def __init__(
2218
+ self,
2219
+ *,
2220
+ manifest_name: builtins.str,
2221
+ base_urls: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashBaseUrlProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2222
+ compactness: typing.Optional[builtins.str] = None,
2223
+ drm_signaling: typing.Optional[builtins.str] = None,
2224
+ dvb_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashDvbSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2225
+ filter_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.FilterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2226
+ manifest_window_seconds: typing.Optional[jsii.Number] = None,
2227
+ min_buffer_time_seconds: typing.Optional[jsii.Number] = None,
2228
+ min_update_period_seconds: typing.Optional[jsii.Number] = None,
2229
+ period_triggers: typing.Optional[typing.Sequence[builtins.str]] = None,
2230
+ profiles: typing.Optional[typing.Sequence[builtins.str]] = None,
2231
+ program_information: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashProgramInformationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2232
+ scte_dash: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.ScteDashProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2233
+ segment_template_format: typing.Optional[builtins.str] = None,
2234
+ subtitle_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashSubtitleConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2235
+ suggested_presentation_delay_seconds: typing.Optional[jsii.Number] = None,
2236
+ utc_timing: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashUtcTimingProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2237
+ ) -> None:
2238
+ '''The DASH manifest configuration associated with the origin endpoint.
2239
+
2240
+ :param manifest_name: A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint.
2241
+ :param base_urls: The base URLs to use for retrieving segments.
2242
+ :param compactness: The layout of the DASH manifest that MediaPackage produces. ``STANDARD`` indicates a default manifest, which is compacted. ``NONE`` indicates a full manifest. For information about compactness, see `DASH manifest compactness <https://docs.aws.amazon.com/mediapackage/latest/userguide/compacted.html>`_ in the *AWS Elemental MediaPackage v2 User Guide* .
2243
+ :param drm_signaling: Determines how the DASH manifest signals the DRM content.
2244
+ :param dvb_settings: For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.
2245
+ :param filter_configuration: Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
2246
+ :param manifest_window_seconds: The total duration (in seconds) of the manifest's content.
2247
+ :param min_buffer_time_seconds: Minimum amount of content (in seconds) that a player must keep available in the buffer.
2248
+ :param min_update_period_seconds: Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
2249
+ :param period_triggers: A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Type ``ADS`` to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see `Multi-period DASH in AWS Elemental MediaPackage <https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html>`_ .
2250
+ :param profiles: The profile that the output is compliant with.
2251
+ :param program_information: Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
2252
+ :param scte_dash: The SCTE configuration.
2253
+ :param segment_template_format: Determines the type of variable used in the ``media`` URL of the ``SegmentTemplate`` tag in the manifest. Also specifies if segment timeline information is included in ``SegmentTimeline`` or ``SegmentTemplate`` . Value description: - ``NUMBER_WITH_TIMELINE`` - The ``$Number$`` variable is used in the ``media`` URL. The value of this variable is the sequential number of the segment. A full ``SegmentTimeline`` object is presented in each ``SegmentTemplate`` .
2254
+ :param subtitle_configuration: The configuration for DASH subtitles.
2255
+ :param suggested_presentation_delay_seconds: The amount of time (in seconds) that the player should be from the end of the manifest.
2256
+ :param utc_timing: Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
2257
+
2258
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html
2259
+ :exampleMetadata: fixture=_generated
2260
+
2261
+ Example::
2262
+
2263
+ # The code below shows an example of how to instantiate this type.
2264
+ # The values are placeholders you should change.
2265
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
2266
+
2267
+ dash_manifest_configuration_property = mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty(
2268
+ manifest_name="manifestName",
2269
+
2270
+ # the properties below are optional
2271
+ base_urls=[mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty(
2272
+ url="url",
2273
+
2274
+ # the properties below are optional
2275
+ dvb_priority=123,
2276
+ dvb_weight=123,
2277
+ service_location="serviceLocation"
2278
+ )],
2279
+ compactness="compactness",
2280
+ drm_signaling="drmSignaling",
2281
+ dvb_settings=mediapackagev2.CfnOriginEndpoint.DashDvbSettingsProperty(
2282
+ error_metrics=[mediapackagev2.CfnOriginEndpoint.DashDvbMetricsReportingProperty(
2283
+ reporting_url="reportingUrl",
2284
+
2285
+ # the properties below are optional
2286
+ probability=123
2287
+ )],
2288
+ font_download=mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty(
2289
+ font_family="fontFamily",
2290
+ mime_type="mimeType",
2291
+ url="url"
2292
+ )
2293
+ ),
2294
+ filter_configuration=mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty(
2295
+ clip_start_time="clipStartTime",
2296
+ end="end",
2297
+ manifest_filter="manifestFilter",
2298
+ start="start",
2299
+ time_delay_seconds=123
2300
+ ),
2301
+ manifest_window_seconds=123,
2302
+ min_buffer_time_seconds=123,
2303
+ min_update_period_seconds=123,
2304
+ period_triggers=["periodTriggers"],
2305
+ profiles=["profiles"],
2306
+ program_information=mediapackagev2.CfnOriginEndpoint.DashProgramInformationProperty(
2307
+ copyright="copyright",
2308
+ language_code="languageCode",
2309
+ more_information_url="moreInformationUrl",
2310
+ source="source",
2311
+ title="title"
2312
+ ),
2313
+ scte_dash=mediapackagev2.CfnOriginEndpoint.ScteDashProperty(
2314
+ ad_marker_dash="adMarkerDash"
2315
+ ),
2316
+ segment_template_format="segmentTemplateFormat",
2317
+ subtitle_configuration=mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty(
2318
+ ttml_configuration=mediapackagev2.CfnOriginEndpoint.DashTtmlConfigurationProperty(
2319
+ ttml_profile="ttmlProfile"
2320
+ )
2321
+ ),
2322
+ suggested_presentation_delay_seconds=123,
2323
+ utc_timing=mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty(
2324
+ timing_mode="timingMode",
2325
+ timing_source="timingSource"
2326
+ )
2327
+ )
2328
+ '''
2329
+ if __debug__:
2330
+ type_hints = typing.get_type_hints(_typecheckingstub__20e3bfad4ae40517c778173bab356d7bd208497ee33a09fdc9e380135384dfc6)
2331
+ check_type(argname="argument manifest_name", value=manifest_name, expected_type=type_hints["manifest_name"])
2332
+ check_type(argname="argument base_urls", value=base_urls, expected_type=type_hints["base_urls"])
2333
+ check_type(argname="argument compactness", value=compactness, expected_type=type_hints["compactness"])
2334
+ check_type(argname="argument drm_signaling", value=drm_signaling, expected_type=type_hints["drm_signaling"])
2335
+ check_type(argname="argument dvb_settings", value=dvb_settings, expected_type=type_hints["dvb_settings"])
2336
+ check_type(argname="argument filter_configuration", value=filter_configuration, expected_type=type_hints["filter_configuration"])
2337
+ check_type(argname="argument manifest_window_seconds", value=manifest_window_seconds, expected_type=type_hints["manifest_window_seconds"])
2338
+ check_type(argname="argument min_buffer_time_seconds", value=min_buffer_time_seconds, expected_type=type_hints["min_buffer_time_seconds"])
2339
+ check_type(argname="argument min_update_period_seconds", value=min_update_period_seconds, expected_type=type_hints["min_update_period_seconds"])
2340
+ check_type(argname="argument period_triggers", value=period_triggers, expected_type=type_hints["period_triggers"])
2341
+ check_type(argname="argument profiles", value=profiles, expected_type=type_hints["profiles"])
2342
+ check_type(argname="argument program_information", value=program_information, expected_type=type_hints["program_information"])
2343
+ check_type(argname="argument scte_dash", value=scte_dash, expected_type=type_hints["scte_dash"])
2344
+ check_type(argname="argument segment_template_format", value=segment_template_format, expected_type=type_hints["segment_template_format"])
2345
+ check_type(argname="argument subtitle_configuration", value=subtitle_configuration, expected_type=type_hints["subtitle_configuration"])
2346
+ check_type(argname="argument suggested_presentation_delay_seconds", value=suggested_presentation_delay_seconds, expected_type=type_hints["suggested_presentation_delay_seconds"])
2347
+ check_type(argname="argument utc_timing", value=utc_timing, expected_type=type_hints["utc_timing"])
2348
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2349
+ "manifest_name": manifest_name,
2350
+ }
2351
+ if base_urls is not None:
2352
+ self._values["base_urls"] = base_urls
2353
+ if compactness is not None:
2354
+ self._values["compactness"] = compactness
2355
+ if drm_signaling is not None:
2356
+ self._values["drm_signaling"] = drm_signaling
2357
+ if dvb_settings is not None:
2358
+ self._values["dvb_settings"] = dvb_settings
2359
+ if filter_configuration is not None:
2360
+ self._values["filter_configuration"] = filter_configuration
2361
+ if manifest_window_seconds is not None:
2362
+ self._values["manifest_window_seconds"] = manifest_window_seconds
2363
+ if min_buffer_time_seconds is not None:
2364
+ self._values["min_buffer_time_seconds"] = min_buffer_time_seconds
2365
+ if min_update_period_seconds is not None:
2366
+ self._values["min_update_period_seconds"] = min_update_period_seconds
2367
+ if period_triggers is not None:
2368
+ self._values["period_triggers"] = period_triggers
2369
+ if profiles is not None:
2370
+ self._values["profiles"] = profiles
2371
+ if program_information is not None:
2372
+ self._values["program_information"] = program_information
2373
+ if scte_dash is not None:
2374
+ self._values["scte_dash"] = scte_dash
2375
+ if segment_template_format is not None:
2376
+ self._values["segment_template_format"] = segment_template_format
2377
+ if subtitle_configuration is not None:
2378
+ self._values["subtitle_configuration"] = subtitle_configuration
2379
+ if suggested_presentation_delay_seconds is not None:
2380
+ self._values["suggested_presentation_delay_seconds"] = suggested_presentation_delay_seconds
2381
+ if utc_timing is not None:
2382
+ self._values["utc_timing"] = utc_timing
2383
+
2384
+ @builtins.property
2385
+ def manifest_name(self) -> builtins.str:
2386
+ '''A short string that's appended to the endpoint URL.
2387
+
2388
+ The child manifest name creates a unique path to this endpoint.
2389
+
2390
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-manifestname
2391
+ '''
2392
+ result = self._values.get("manifest_name")
2393
+ assert result is not None, "Required property 'manifest_name' is missing"
2394
+ return typing.cast(builtins.str, result)
2395
+
2396
+ @builtins.property
2397
+ def base_urls(
2398
+ self,
2399
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashBaseUrlProperty"]]]]:
2400
+ '''The base URLs to use for retrieving segments.
2401
+
2402
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-baseurls
2403
+ '''
2404
+ result = self._values.get("base_urls")
2405
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashBaseUrlProperty"]]]], result)
2406
+
2407
+ @builtins.property
2408
+ def compactness(self) -> typing.Optional[builtins.str]:
2409
+ '''The layout of the DASH manifest that MediaPackage produces.
2410
+
2411
+ ``STANDARD`` indicates a default manifest, which is compacted. ``NONE`` indicates a full manifest.
2412
+
2413
+ For information about compactness, see `DASH manifest compactness <https://docs.aws.amazon.com/mediapackage/latest/userguide/compacted.html>`_ in the *AWS Elemental MediaPackage v2 User Guide* .
2414
+
2415
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-compactness
2416
+ '''
2417
+ result = self._values.get("compactness")
2418
+ return typing.cast(typing.Optional[builtins.str], result)
2419
+
2420
+ @builtins.property
2421
+ def drm_signaling(self) -> typing.Optional[builtins.str]:
2422
+ '''Determines how the DASH manifest signals the DRM content.
2423
+
2424
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-drmsignaling
2425
+ '''
2426
+ result = self._values.get("drm_signaling")
2427
+ return typing.cast(typing.Optional[builtins.str], result)
2428
+
2429
+ @builtins.property
2430
+ def dvb_settings(
2431
+ self,
2432
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashDvbSettingsProperty"]]:
2433
+ '''For endpoints that use the DVB-DASH profile only.
2434
+
2435
+ The font download and error reporting information that you want MediaPackage to pass through to the manifest.
2436
+
2437
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-dvbsettings
2438
+ '''
2439
+ result = self._values.get("dvb_settings")
2440
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashDvbSettingsProperty"]], result)
2441
+
2442
+ @builtins.property
2443
+ def filter_configuration(
2444
+ self,
2445
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]]:
2446
+ '''Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
2447
+
2448
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-filterconfiguration
2449
+ '''
2450
+ result = self._values.get("filter_configuration")
2451
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]], result)
2452
+
2453
+ @builtins.property
2454
+ def manifest_window_seconds(self) -> typing.Optional[jsii.Number]:
2455
+ '''The total duration (in seconds) of the manifest's content.
2456
+
2457
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-manifestwindowseconds
2458
+ '''
2459
+ result = self._values.get("manifest_window_seconds")
2460
+ return typing.cast(typing.Optional[jsii.Number], result)
2461
+
2462
+ @builtins.property
2463
+ def min_buffer_time_seconds(self) -> typing.Optional[jsii.Number]:
2464
+ '''Minimum amount of content (in seconds) that a player must keep available in the buffer.
2465
+
2466
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minbuffertimeseconds
2467
+ '''
2468
+ result = self._values.get("min_buffer_time_seconds")
2469
+ return typing.cast(typing.Optional[jsii.Number], result)
2470
+
2471
+ @builtins.property
2472
+ def min_update_period_seconds(self) -> typing.Optional[jsii.Number]:
2473
+ '''Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
2474
+
2475
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minupdateperiodseconds
2476
+ '''
2477
+ result = self._values.get("min_update_period_seconds")
2478
+ return typing.cast(typing.Optional[jsii.Number], result)
2479
+
2480
+ @builtins.property
2481
+ def period_triggers(self) -> typing.Optional[typing.List[builtins.str]]:
2482
+ '''A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.
2483
+
2484
+ Type ``ADS`` to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see `Multi-period DASH in AWS Elemental MediaPackage <https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html>`_ .
2485
+
2486
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-periodtriggers
2487
+ '''
2488
+ result = self._values.get("period_triggers")
2489
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2490
+
2491
+ @builtins.property
2492
+ def profiles(self) -> typing.Optional[typing.List[builtins.str]]:
2493
+ '''The profile that the output is compliant with.
2494
+
2495
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-profiles
2496
+ '''
2497
+ result = self._values.get("profiles")
2498
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2499
+
2500
+ @builtins.property
2501
+ def program_information(
2502
+ self,
2503
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashProgramInformationProperty"]]:
2504
+ '''Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
2505
+
2506
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-programinformation
2507
+ '''
2508
+ result = self._values.get("program_information")
2509
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashProgramInformationProperty"]], result)
2510
+
2511
+ @builtins.property
2512
+ def scte_dash(
2513
+ self,
2514
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.ScteDashProperty"]]:
2515
+ '''The SCTE configuration.
2516
+
2517
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-sctedash
2518
+ '''
2519
+ result = self._values.get("scte_dash")
2520
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.ScteDashProperty"]], result)
2521
+
2522
+ @builtins.property
2523
+ def segment_template_format(self) -> typing.Optional[builtins.str]:
2524
+ '''Determines the type of variable used in the ``media`` URL of the ``SegmentTemplate`` tag in the manifest.
2525
+
2526
+ Also specifies if segment timeline information is included in ``SegmentTimeline`` or ``SegmentTemplate`` .
2527
+
2528
+ Value description:
2529
+
2530
+ - ``NUMBER_WITH_TIMELINE`` - The ``$Number$`` variable is used in the ``media`` URL. The value of this variable is the sequential number of the segment. A full ``SegmentTimeline`` object is presented in each ``SegmentTemplate`` .
2531
+
2532
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-segmenttemplateformat
2533
+ '''
2534
+ result = self._values.get("segment_template_format")
2535
+ return typing.cast(typing.Optional[builtins.str], result)
2536
+
2537
+ @builtins.property
2538
+ def subtitle_configuration(
2539
+ self,
2540
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashSubtitleConfigurationProperty"]]:
2541
+ '''The configuration for DASH subtitles.
2542
+
2543
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-subtitleconfiguration
2544
+ '''
2545
+ result = self._values.get("subtitle_configuration")
2546
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashSubtitleConfigurationProperty"]], result)
2547
+
2548
+ @builtins.property
2549
+ def suggested_presentation_delay_seconds(self) -> typing.Optional[jsii.Number]:
2550
+ '''The amount of time (in seconds) that the player should be from the end of the manifest.
2551
+
2552
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-suggestedpresentationdelayseconds
2553
+ '''
2554
+ result = self._values.get("suggested_presentation_delay_seconds")
2555
+ return typing.cast(typing.Optional[jsii.Number], result)
2556
+
2557
+ @builtins.property
2558
+ def utc_timing(
2559
+ self,
2560
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashUtcTimingProperty"]]:
2561
+ '''Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
2562
+
2563
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-utctiming
2564
+ '''
2565
+ result = self._values.get("utc_timing")
2566
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashUtcTimingProperty"]], result)
2567
+
2568
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2569
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2570
+
2571
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2572
+ return not (rhs == self)
2573
+
2574
+ def __repr__(self) -> str:
2575
+ return "DashManifestConfigurationProperty(%s)" % ", ".join(
2576
+ k + "=" + repr(v) for k, v in self._values.items()
2577
+ )
2578
+
2579
+ @jsii.data_type(
2580
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashProgramInformationProperty",
2581
+ jsii_struct_bases=[],
2582
+ name_mapping={
2583
+ "copyright": "copyright",
2584
+ "language_code": "languageCode",
2585
+ "more_information_url": "moreInformationUrl",
2586
+ "source": "source",
2587
+ "title": "title",
2588
+ },
2589
+ )
2590
+ class DashProgramInformationProperty:
2591
+ def __init__(
2592
+ self,
2593
+ *,
2594
+ copyright: typing.Optional[builtins.str] = None,
2595
+ language_code: typing.Optional[builtins.str] = None,
2596
+ more_information_url: typing.Optional[builtins.str] = None,
2597
+ source: typing.Optional[builtins.str] = None,
2598
+ title: typing.Optional[builtins.str] = None,
2599
+ ) -> None:
2600
+ '''Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
2601
+
2602
+ :param copyright: A copyright statement about the content.
2603
+ :param language_code: The language code for this manifest.
2604
+ :param more_information_url: An absolute URL that contains more information about this content.
2605
+ :param source: Information about the content provider.
2606
+ :param title: The title for the manifest.
2607
+
2608
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html
2609
+ :exampleMetadata: fixture=_generated
2610
+
2611
+ Example::
2612
+
2613
+ # The code below shows an example of how to instantiate this type.
2614
+ # The values are placeholders you should change.
2615
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
2616
+
2617
+ dash_program_information_property = mediapackagev2.CfnOriginEndpoint.DashProgramInformationProperty(
2618
+ copyright="copyright",
2619
+ language_code="languageCode",
2620
+ more_information_url="moreInformationUrl",
2621
+ source="source",
2622
+ title="title"
2623
+ )
2624
+ '''
2625
+ if __debug__:
2626
+ type_hints = typing.get_type_hints(_typecheckingstub__5b0c2b5b70e24041767a172f1ebbd9317cd4ce50194b747d40b0c075a554bb92)
2627
+ check_type(argname="argument copyright", value=copyright, expected_type=type_hints["copyright"])
2628
+ check_type(argname="argument language_code", value=language_code, expected_type=type_hints["language_code"])
2629
+ check_type(argname="argument more_information_url", value=more_information_url, expected_type=type_hints["more_information_url"])
2630
+ check_type(argname="argument source", value=source, expected_type=type_hints["source"])
2631
+ check_type(argname="argument title", value=title, expected_type=type_hints["title"])
2632
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2633
+ if copyright is not None:
2634
+ self._values["copyright"] = copyright
2635
+ if language_code is not None:
2636
+ self._values["language_code"] = language_code
2637
+ if more_information_url is not None:
2638
+ self._values["more_information_url"] = more_information_url
2639
+ if source is not None:
2640
+ self._values["source"] = source
2641
+ if title is not None:
2642
+ self._values["title"] = title
2643
+
2644
+ @builtins.property
2645
+ def copyright(self) -> typing.Optional[builtins.str]:
2646
+ '''A copyright statement about the content.
2647
+
2648
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-copyright
2649
+ '''
2650
+ result = self._values.get("copyright")
2651
+ return typing.cast(typing.Optional[builtins.str], result)
2652
+
2653
+ @builtins.property
2654
+ def language_code(self) -> typing.Optional[builtins.str]:
2655
+ '''The language code for this manifest.
2656
+
2657
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-languagecode
2658
+ '''
2659
+ result = self._values.get("language_code")
2660
+ return typing.cast(typing.Optional[builtins.str], result)
2661
+
2662
+ @builtins.property
2663
+ def more_information_url(self) -> typing.Optional[builtins.str]:
2664
+ '''An absolute URL that contains more information about this content.
2665
+
2666
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-moreinformationurl
2667
+ '''
2668
+ result = self._values.get("more_information_url")
2669
+ return typing.cast(typing.Optional[builtins.str], result)
2670
+
2671
+ @builtins.property
2672
+ def source(self) -> typing.Optional[builtins.str]:
2673
+ '''Information about the content provider.
2674
+
2675
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-source
2676
+ '''
2677
+ result = self._values.get("source")
2678
+ return typing.cast(typing.Optional[builtins.str], result)
2679
+
2680
+ @builtins.property
2681
+ def title(self) -> typing.Optional[builtins.str]:
2682
+ '''The title for the manifest.
2683
+
2684
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-title
2685
+ '''
2686
+ result = self._values.get("title")
2687
+ return typing.cast(typing.Optional[builtins.str], result)
2688
+
2689
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2690
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2691
+
2692
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2693
+ return not (rhs == self)
2694
+
2695
+ def __repr__(self) -> str:
2696
+ return "DashProgramInformationProperty(%s)" % ", ".join(
2697
+ k + "=" + repr(v) for k, v in self._values.items()
2698
+ )
2699
+
2700
+ @jsii.data_type(
2701
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty",
2702
+ jsii_struct_bases=[],
2703
+ name_mapping={"ttml_configuration": "ttmlConfiguration"},
2704
+ )
2705
+ class DashSubtitleConfigurationProperty:
2706
+ def __init__(
2707
+ self,
2708
+ *,
2709
+ ttml_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.DashTtmlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2710
+ ) -> None:
2711
+ '''The configuration for DASH subtitles.
2712
+
2713
+ :param ttml_configuration: Settings for TTML subtitles.
2714
+
2715
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsubtitleconfiguration.html
2716
+ :exampleMetadata: fixture=_generated
2717
+
2718
+ Example::
2719
+
2720
+ # The code below shows an example of how to instantiate this type.
2721
+ # The values are placeholders you should change.
2722
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
2723
+
2724
+ dash_subtitle_configuration_property = mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty(
2725
+ ttml_configuration=mediapackagev2.CfnOriginEndpoint.DashTtmlConfigurationProperty(
2726
+ ttml_profile="ttmlProfile"
2727
+ )
2728
+ )
2729
+ '''
2730
+ if __debug__:
2731
+ type_hints = typing.get_type_hints(_typecheckingstub__aa51912df0060cf290274ace134d0cb16e34e1de7ea689b411eeae296d9a8155)
2732
+ check_type(argname="argument ttml_configuration", value=ttml_configuration, expected_type=type_hints["ttml_configuration"])
2733
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2734
+ if ttml_configuration is not None:
2735
+ self._values["ttml_configuration"] = ttml_configuration
2736
+
2737
+ @builtins.property
2738
+ def ttml_configuration(
2739
+ self,
2740
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashTtmlConfigurationProperty"]]:
2741
+ '''Settings for TTML subtitles.
2742
+
2743
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsubtitleconfiguration.html#cfn-mediapackagev2-originendpoint-dashsubtitleconfiguration-ttmlconfiguration
2744
+ '''
2745
+ result = self._values.get("ttml_configuration")
2746
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashTtmlConfigurationProperty"]], result)
2747
+
2748
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2749
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2750
+
2751
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2752
+ return not (rhs == self)
2753
+
2754
+ def __repr__(self) -> str:
2755
+ return "DashSubtitleConfigurationProperty(%s)" % ", ".join(
2756
+ k + "=" + repr(v) for k, v in self._values.items()
2757
+ )
2758
+
2759
+ @jsii.data_type(
2760
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashTtmlConfigurationProperty",
2761
+ jsii_struct_bases=[],
2762
+ name_mapping={"ttml_profile": "ttmlProfile"},
2763
+ )
2764
+ class DashTtmlConfigurationProperty:
2765
+ def __init__(self, *, ttml_profile: builtins.str) -> None:
2766
+ '''The settings for TTML subtitles.
2767
+
2768
+ :param ttml_profile: The profile that MediaPackage uses when signaling subtitles in the manifest. ``IMSC`` is the default profile. ``EBU-TT-D`` produces subtitles that are compliant with the EBU-TT-D TTML profile. MediaPackage passes through subtitle styles to the manifest. For more information about EBU-TT-D subtitles, see `EBU-TT-D Subtitling Distribution Format <https://docs.aws.amazon.com/https://tech.ebu.ch/publications/tech3380>`_ .
2769
+
2770
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlconfiguration.html
2771
+ :exampleMetadata: fixture=_generated
2772
+
2773
+ Example::
2774
+
2775
+ # The code below shows an example of how to instantiate this type.
2776
+ # The values are placeholders you should change.
2777
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
2778
+
2779
+ dash_ttml_configuration_property = mediapackagev2.CfnOriginEndpoint.DashTtmlConfigurationProperty(
2780
+ ttml_profile="ttmlProfile"
2781
+ )
2782
+ '''
2783
+ if __debug__:
2784
+ type_hints = typing.get_type_hints(_typecheckingstub__bba187ab72699f6dc21195cb98838c8f292af76576ca0254079260c1346c116d)
2785
+ check_type(argname="argument ttml_profile", value=ttml_profile, expected_type=type_hints["ttml_profile"])
2786
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2787
+ "ttml_profile": ttml_profile,
2788
+ }
2789
+
2790
+ @builtins.property
2791
+ def ttml_profile(self) -> builtins.str:
2792
+ '''The profile that MediaPackage uses when signaling subtitles in the manifest.
2793
+
2794
+ ``IMSC`` is the default profile. ``EBU-TT-D`` produces subtitles that are compliant with the EBU-TT-D TTML profile. MediaPackage passes through subtitle styles to the manifest. For more information about EBU-TT-D subtitles, see `EBU-TT-D Subtitling Distribution Format <https://docs.aws.amazon.com/https://tech.ebu.ch/publications/tech3380>`_ .
2795
+
2796
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlconfiguration.html#cfn-mediapackagev2-originendpoint-dashttmlconfiguration-ttmlprofile
2797
+ '''
2798
+ result = self._values.get("ttml_profile")
2799
+ assert result is not None, "Required property 'ttml_profile' is missing"
2800
+ return typing.cast(builtins.str, result)
2801
+
2802
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2803
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2804
+
2805
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2806
+ return not (rhs == self)
2807
+
2808
+ def __repr__(self) -> str:
2809
+ return "DashTtmlConfigurationProperty(%s)" % ", ".join(
2810
+ k + "=" + repr(v) for k, v in self._values.items()
2811
+ )
2812
+
2813
+ @jsii.data_type(
2814
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty",
2815
+ jsii_struct_bases=[],
2816
+ name_mapping={"timing_mode": "timingMode", "timing_source": "timingSource"},
2817
+ )
2818
+ class DashUtcTimingProperty:
2819
+ def __init__(
2820
+ self,
2821
+ *,
2822
+ timing_mode: typing.Optional[builtins.str] = None,
2823
+ timing_source: typing.Optional[builtins.str] = None,
2824
+ ) -> None:
2825
+ '''Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
2826
+
2827
+ :param timing_mode: The UTC timing mode.
2828
+ :param timing_source: The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.
2829
+
2830
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashutctiming.html
1926
2831
  :exampleMetadata: fixture=_generated
1927
2832
 
1928
2833
  Example::
@@ -2077,6 +2982,7 @@ class CfnOriginEndpoint(
2077
2982
  jsii_struct_bases=[],
2078
2983
  name_mapping={
2079
2984
  "cmaf_encryption_method": "cmafEncryptionMethod",
2985
+ "ism_encryption_method": "ismEncryptionMethod",
2080
2986
  "ts_encryption_method": "tsEncryptionMethod",
2081
2987
  },
2082
2988
  )
@@ -2085,11 +2991,13 @@ class CfnOriginEndpoint(
2085
2991
  self,
2086
2992
  *,
2087
2993
  cmaf_encryption_method: typing.Optional[builtins.str] = None,
2994
+ ism_encryption_method: typing.Optional[builtins.str] = None,
2088
2995
  ts_encryption_method: typing.Optional[builtins.str] = None,
2089
2996
  ) -> None:
2090
2997
  '''The encryption method associated with the origin endpoint.
2091
2998
 
2092
2999
  :param cmaf_encryption_method: The encryption method to use.
3000
+ :param ism_encryption_method: The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
2093
3001
  :param ts_encryption_method: The encryption method to use.
2094
3002
 
2095
3003
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptionmethod.html
@@ -2103,16 +3011,20 @@ class CfnOriginEndpoint(
2103
3011
 
2104
3012
  encryption_method_property = mediapackagev2.CfnOriginEndpoint.EncryptionMethodProperty(
2105
3013
  cmaf_encryption_method="cmafEncryptionMethod",
3014
+ ism_encryption_method="ismEncryptionMethod",
2106
3015
  ts_encryption_method="tsEncryptionMethod"
2107
3016
  )
2108
3017
  '''
2109
3018
  if __debug__:
2110
3019
  type_hints = typing.get_type_hints(_typecheckingstub__abdd735051ce598919313a259e3efc1aa635283b073d78fb9c4e876eef4ca8b8)
2111
3020
  check_type(argname="argument cmaf_encryption_method", value=cmaf_encryption_method, expected_type=type_hints["cmaf_encryption_method"])
3021
+ check_type(argname="argument ism_encryption_method", value=ism_encryption_method, expected_type=type_hints["ism_encryption_method"])
2112
3022
  check_type(argname="argument ts_encryption_method", value=ts_encryption_method, expected_type=type_hints["ts_encryption_method"])
2113
3023
  self._values: typing.Dict[builtins.str, typing.Any] = {}
2114
3024
  if cmaf_encryption_method is not None:
2115
3025
  self._values["cmaf_encryption_method"] = cmaf_encryption_method
3026
+ if ism_encryption_method is not None:
3027
+ self._values["ism_encryption_method"] = ism_encryption_method
2116
3028
  if ts_encryption_method is not None:
2117
3029
  self._values["ts_encryption_method"] = ts_encryption_method
2118
3030
 
@@ -2125,6 +3037,17 @@ class CfnOriginEndpoint(
2125
3037
  result = self._values.get("cmaf_encryption_method")
2126
3038
  return typing.cast(typing.Optional[builtins.str], result)
2127
3039
 
3040
+ @builtins.property
3041
+ def ism_encryption_method(self) -> typing.Optional[builtins.str]:
3042
+ '''The encryption method used for Microsoft Smooth Streaming (MSS) content.
3043
+
3044
+ This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
3045
+
3046
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptionmethod.html#cfn-mediapackagev2-originendpoint-encryptionmethod-ismencryptionmethod
3047
+ '''
3048
+ result = self._values.get("ism_encryption_method")
3049
+ return typing.cast(typing.Optional[builtins.str], result)
3050
+
2128
3051
  @builtins.property
2129
3052
  def ts_encryption_method(self) -> typing.Optional[builtins.str]:
2130
3053
  '''The encryption method to use.
@@ -2151,6 +3074,7 @@ class CfnOriginEndpoint(
2151
3074
  name_mapping={
2152
3075
  "encryption_method": "encryptionMethod",
2153
3076
  "speke_key_provider": "spekeKeyProvider",
3077
+ "cmaf_exclude_segment_drm_metadata": "cmafExcludeSegmentDrmMetadata",
2154
3078
  "constant_initialization_vector": "constantInitializationVector",
2155
3079
  "key_rotation_interval_seconds": "keyRotationIntervalSeconds",
2156
3080
  },
@@ -2161,6 +3085,7 @@ class CfnOriginEndpoint(
2161
3085
  *,
2162
3086
  encryption_method: typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.EncryptionMethodProperty", typing.Dict[builtins.str, typing.Any]]],
2163
3087
  speke_key_provider: typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.SpekeKeyProviderProperty", typing.Dict[builtins.str, typing.Any]]],
3088
+ cmaf_exclude_segment_drm_metadata: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2164
3089
  constant_initialization_vector: typing.Optional[builtins.str] = None,
2165
3090
  key_rotation_interval_seconds: typing.Optional[jsii.Number] = None,
2166
3091
  ) -> None:
@@ -2168,6 +3093,7 @@ class CfnOriginEndpoint(
2168
3093
 
2169
3094
  :param encryption_method: The encryption method to use.
2170
3095
  :param speke_key_provider: The SPEKE key provider to use for encryption.
3096
+ :param cmaf_exclude_segment_drm_metadata: Excludes SEIG and SGPD boxes from segment metadata in CMAF containers. When set to ``true`` , MediaPackage omits these DRM metadata boxes from CMAF segments, which can improve compatibility with certain devices and players that don't support these boxes. Important considerations: - This setting only affects CMAF container formats - Key rotation can still be handled through media playlist signaling - PSSH and TENC boxes remain unaffected - Default behavior is preserved when this setting is disabled Valid values: ``true`` | ``false`` Default: ``false``
2171
3097
  :param constant_initialization_vector: A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
2172
3098
  :param key_rotation_interval_seconds: The interval, in seconds, to rotate encryption keys for the origin endpoint.
2173
3099
 
@@ -2183,6 +3109,7 @@ class CfnOriginEndpoint(
2183
3109
  encryption_property = mediapackagev2.CfnOriginEndpoint.EncryptionProperty(
2184
3110
  encryption_method=mediapackagev2.CfnOriginEndpoint.EncryptionMethodProperty(
2185
3111
  cmaf_encryption_method="cmafEncryptionMethod",
3112
+ ism_encryption_method="ismEncryptionMethod",
2186
3113
  ts_encryption_method="tsEncryptionMethod"
2187
3114
  ),
2188
3115
  speke_key_provider=mediapackagev2.CfnOriginEndpoint.SpekeKeyProviderProperty(
@@ -2197,6 +3124,7 @@ class CfnOriginEndpoint(
2197
3124
  ),
2198
3125
 
2199
3126
  # the properties below are optional
3127
+ cmaf_exclude_segment_drm_metadata=False,
2200
3128
  constant_initialization_vector="constantInitializationVector",
2201
3129
  key_rotation_interval_seconds=123
2202
3130
  )
@@ -2205,12 +3133,15 @@ class CfnOriginEndpoint(
2205
3133
  type_hints = typing.get_type_hints(_typecheckingstub__ba68bba2e5edd62f12d66393f036d9e0dc8f60c4705d328714b3a2f959ba4a07)
2206
3134
  check_type(argname="argument encryption_method", value=encryption_method, expected_type=type_hints["encryption_method"])
2207
3135
  check_type(argname="argument speke_key_provider", value=speke_key_provider, expected_type=type_hints["speke_key_provider"])
3136
+ check_type(argname="argument cmaf_exclude_segment_drm_metadata", value=cmaf_exclude_segment_drm_metadata, expected_type=type_hints["cmaf_exclude_segment_drm_metadata"])
2208
3137
  check_type(argname="argument constant_initialization_vector", value=constant_initialization_vector, expected_type=type_hints["constant_initialization_vector"])
2209
3138
  check_type(argname="argument key_rotation_interval_seconds", value=key_rotation_interval_seconds, expected_type=type_hints["key_rotation_interval_seconds"])
2210
3139
  self._values: typing.Dict[builtins.str, typing.Any] = {
2211
3140
  "encryption_method": encryption_method,
2212
3141
  "speke_key_provider": speke_key_provider,
2213
3142
  }
3143
+ if cmaf_exclude_segment_drm_metadata is not None:
3144
+ self._values["cmaf_exclude_segment_drm_metadata"] = cmaf_exclude_segment_drm_metadata
2214
3145
  if constant_initialization_vector is not None:
2215
3146
  self._values["constant_initialization_vector"] = constant_initialization_vector
2216
3147
  if key_rotation_interval_seconds is not None:
@@ -2240,6 +3171,30 @@ class CfnOriginEndpoint(
2240
3171
  assert result is not None, "Required property 'speke_key_provider' is missing"
2241
3172
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.SpekeKeyProviderProperty"], result)
2242
3173
 
3174
+ @builtins.property
3175
+ def cmaf_exclude_segment_drm_metadata(
3176
+ self,
3177
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3178
+ '''Excludes SEIG and SGPD boxes from segment metadata in CMAF containers.
3179
+
3180
+ When set to ``true`` , MediaPackage omits these DRM metadata boxes from CMAF segments, which can improve compatibility with certain devices and players that don't support these boxes.
3181
+
3182
+ Important considerations:
3183
+
3184
+ - This setting only affects CMAF container formats
3185
+ - Key rotation can still be handled through media playlist signaling
3186
+ - PSSH and TENC boxes remain unaffected
3187
+ - Default behavior is preserved when this setting is disabled
3188
+
3189
+ Valid values: ``true`` | ``false``
3190
+
3191
+ Default: ``false``
3192
+
3193
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryption.html#cfn-mediapackagev2-originendpoint-encryption-cmafexcludesegmentdrmmetadata
3194
+ '''
3195
+ result = self._values.get("cmaf_exclude_segment_drm_metadata")
3196
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
3197
+
2243
3198
  @builtins.property
2244
3199
  def constant_initialization_vector(self) -> typing.Optional[builtins.str]:
2245
3200
  '''A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content.
@@ -2493,17 +3448,17 @@ class CfnOriginEndpoint(
2493
3448
  url: typing.Optional[builtins.str] = None,
2494
3449
  url_encode_child_manifest: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2495
3450
  ) -> None:
2496
- '''The HLS manfiest configuration associated with the origin endpoint.
3451
+ '''The HLS manifest configuration associated with the origin endpoint.
2497
3452
 
2498
3453
  :param manifest_name: The name of the manifest associated with the HLS manifest configuration.
2499
3454
  :param child_manifest_name: The name of the child manifest associated with the HLS manifest configuration.
2500
- :param filter_configuration:
3455
+ :param filter_configuration: Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
2501
3456
  :param manifest_window_seconds: The duration of the manifest window, in seconds, for the HLS manifest configuration.
2502
3457
  :param program_date_time_interval_seconds: The ``EXT-X-PROGRAM-DATE-TIME`` interval, in seconds, associated with the HLS manifest configuration.
2503
3458
  :param scte_hls: THE SCTE-35 HLS configuration associated with the HLS manifest configuration.
2504
- :param start_tag: When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
3459
+ :param start_tag: To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
2505
3460
  :param url: The URL of the HLS manifest configuration.
2506
- :param url_encode_child_manifest: For more information, see Amazon Web Services Signature Version 4 for API requests in Identity and Access Management User Guide.
3461
+ :param url_encode_child_manifest: When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol. For more information, see `AWS Signature Version 4 for API requests <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html>`_ in *AWS Identity and Access Management User Guide* .
2507
3462
 
2508
3463
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html
2509
3464
  :exampleMetadata: fixture=_generated
@@ -2595,7 +3550,7 @@ class CfnOriginEndpoint(
2595
3550
  def filter_configuration(
2596
3551
  self,
2597
3552
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]]:
2598
- '''
3553
+ '''Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
2599
3554
 
2600
3555
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-filterconfiguration
2601
3556
  '''
@@ -2635,7 +3590,8 @@ class CfnOriginEndpoint(
2635
3590
  def start_tag(
2636
3591
  self,
2637
3592
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.StartTagProperty"]]:
2638
- '''
3593
+ '''To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.
3594
+
2639
3595
  When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
2640
3596
 
2641
3597
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-starttag
@@ -2656,8 +3612,9 @@ class CfnOriginEndpoint(
2656
3612
  def url_encode_child_manifest(
2657
3613
  self,
2658
3614
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2659
- '''
2660
- For more information, see Amazon Web Services Signature Version 4 for API requests in Identity and Access Management User Guide.
3615
+ '''When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.
3616
+
3617
+ For more information, see `AWS Signature Version 4 for API requests <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html>`_ in *AWS Identity and Access Management User Guide* .
2661
3618
 
2662
3619
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-urlencodechildmanifest
2663
3620
  '''
@@ -2706,15 +3663,15 @@ class CfnOriginEndpoint(
2706
3663
  ) -> None:
2707
3664
  '''Specify a low-latency HTTP live streaming (LL-HLS) manifest configuration.
2708
3665
 
2709
- :param manifest_name: A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, ``index`` . MediaPackage automatically inserts the format extension, such as ``.m3u8`` . You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The ``manifestName`` on the ``HLSManifest`` object overrides the ``manifestName`` you provided on the ``originEndpoint`` object.
3666
+ :param manifest_name: A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, ``index`` . MediaPackage automatically inserts the format extension, such as ``.m3u8`` . You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The ``manifestName`` on the ``HLSManifest`` object overrides the ``manifestName`` you provided on the ``originEndpoint`` object.
2710
3667
  :param child_manifest_name: The name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.
2711
- :param filter_configuration:
3668
+ :param filter_configuration: Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
2712
3669
  :param manifest_window_seconds: The total duration (in seconds) of the manifest's content.
2713
3670
  :param program_date_time_interval_seconds: Inserts ``EXT-X-PROGRAM-DATE-TIME`` tags in the output manifest at the interval that you specify. If you don't enter an interval, ``EXT-X-PROGRAM-DATE-TIME`` tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. Irrespective of this parameter, if any ``ID3Timed`` metadata is in the HLS input, MediaPackage passes through that metadata to the HLS output.
2714
3671
  :param scte_hls: The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.
2715
- :param start_tag: When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
3672
+ :param start_tag: To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
2716
3673
  :param url: The URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.
2717
- :param url_encode_child_manifest: For more information, see Amazon Web Services Signature Version 4 for API requests in Identity and Access Management User Guide.
3674
+ :param url_encode_child_manifest: When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol. For more information, see `AWS Signature Version 4 for API requests <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html>`_ in *AWS Identity and Access Management User Guide* .
2718
3675
 
2719
3676
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html
2720
3677
  :exampleMetadata: fixture=_generated
@@ -2785,7 +3742,7 @@ class CfnOriginEndpoint(
2785
3742
 
2786
3743
  @builtins.property
2787
3744
  def manifest_name(self) -> builtins.str:
2788
- '''A short short string that's appended to the endpoint URL.
3745
+ '''A short string that's appended to the endpoint URL.
2789
3746
 
2790
3747
  The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, ``index`` . MediaPackage automatically inserts the format extension, such as ``.m3u8`` . You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The ``manifestName`` on the ``HLSManifest`` object overrides the ``manifestName`` you provided on the ``originEndpoint`` object.
2791
3748
 
@@ -2808,7 +3765,7 @@ class CfnOriginEndpoint(
2808
3765
  def filter_configuration(
2809
3766
  self,
2810
3767
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]]:
2811
- '''
3768
+ '''Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
2812
3769
 
2813
3770
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-filterconfiguration
2814
3771
  '''
@@ -2852,7 +3809,8 @@ class CfnOriginEndpoint(
2852
3809
  def start_tag(
2853
3810
  self,
2854
3811
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.StartTagProperty"]]:
2855
- '''
3812
+ '''To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.
3813
+
2856
3814
  When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
2857
3815
 
2858
3816
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-starttag
@@ -2873,8 +3831,9 @@ class CfnOriginEndpoint(
2873
3831
  def url_encode_child_manifest(
2874
3832
  self,
2875
3833
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2876
- '''
2877
- For more information, see Amazon Web Services Signature Version 4 for API requests in Identity and Access Management User Guide.
3834
+ '''When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.
3835
+
3836
+ For more information, see `AWS Signature Version 4 for API requests <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html>`_ in *AWS Identity and Access Management User Guide* .
2878
3837
 
2879
3838
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-urlencodechildmanifest
2880
3839
  '''
@@ -2892,6 +3851,124 @@ class CfnOriginEndpoint(
2892
3851
  k + "=" + repr(v) for k, v in self._values.items()
2893
3852
  )
2894
3853
 
3854
+ @jsii.data_type(
3855
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.MssManifestConfigurationProperty",
3856
+ jsii_struct_bases=[],
3857
+ name_mapping={
3858
+ "manifest_name": "manifestName",
3859
+ "filter_configuration": "filterConfiguration",
3860
+ "manifest_layout": "manifestLayout",
3861
+ "manifest_window_seconds": "manifestWindowSeconds",
3862
+ },
3863
+ )
3864
+ class MssManifestConfigurationProperty:
3865
+ def __init__(
3866
+ self,
3867
+ *,
3868
+ manifest_name: builtins.str,
3869
+ filter_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.FilterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3870
+ manifest_layout: typing.Optional[builtins.str] = None,
3871
+ manifest_window_seconds: typing.Optional[jsii.Number] = None,
3872
+ ) -> None:
3873
+ '''
3874
+ This includes all the settings and properties that define how the MSS content is packaged and delivered.
3875
+
3876
+ :param manifest_name: This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.
3877
+ :param filter_configuration:
3878
+ :param manifest_layout:
3879
+ :param manifest_window_seconds: This represents the total amount of content available in the manifest at any given time.
3880
+
3881
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html
3882
+ :exampleMetadata: fixture=_generated
3883
+
3884
+ Example::
3885
+
3886
+ # The code below shows an example of how to instantiate this type.
3887
+ # The values are placeholders you should change.
3888
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
3889
+
3890
+ mss_manifest_configuration_property = mediapackagev2.CfnOriginEndpoint.MssManifestConfigurationProperty(
3891
+ manifest_name="manifestName",
3892
+
3893
+ # the properties below are optional
3894
+ filter_configuration=mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty(
3895
+ clip_start_time="clipStartTime",
3896
+ end="end",
3897
+ manifest_filter="manifestFilter",
3898
+ start="start",
3899
+ time_delay_seconds=123
3900
+ ),
3901
+ manifest_layout="manifestLayout",
3902
+ manifest_window_seconds=123
3903
+ )
3904
+ '''
3905
+ if __debug__:
3906
+ type_hints = typing.get_type_hints(_typecheckingstub__5eb842c2ab9f37a97b78623838b99a1722e0398b4d9b44ac0a32ee5e11a89b1c)
3907
+ check_type(argname="argument manifest_name", value=manifest_name, expected_type=type_hints["manifest_name"])
3908
+ check_type(argname="argument filter_configuration", value=filter_configuration, expected_type=type_hints["filter_configuration"])
3909
+ check_type(argname="argument manifest_layout", value=manifest_layout, expected_type=type_hints["manifest_layout"])
3910
+ check_type(argname="argument manifest_window_seconds", value=manifest_window_seconds, expected_type=type_hints["manifest_window_seconds"])
3911
+ self._values: typing.Dict[builtins.str, typing.Any] = {
3912
+ "manifest_name": manifest_name,
3913
+ }
3914
+ if filter_configuration is not None:
3915
+ self._values["filter_configuration"] = filter_configuration
3916
+ if manifest_layout is not None:
3917
+ self._values["manifest_layout"] = manifest_layout
3918
+ if manifest_window_seconds is not None:
3919
+ self._values["manifest_window_seconds"] = manifest_window_seconds
3920
+
3921
+ @builtins.property
3922
+ def manifest_name(self) -> builtins.str:
3923
+ '''
3924
+ This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.
3925
+
3926
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-mssmanifestconfiguration-manifestname
3927
+ '''
3928
+ result = self._values.get("manifest_name")
3929
+ assert result is not None, "Required property 'manifest_name' is missing"
3930
+ return typing.cast(builtins.str, result)
3931
+
3932
+ @builtins.property
3933
+ def filter_configuration(
3934
+ self,
3935
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]]:
3936
+ '''
3937
+
3938
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-mssmanifestconfiguration-filterconfiguration
3939
+ '''
3940
+ result = self._values.get("filter_configuration")
3941
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]], result)
3942
+
3943
+ @builtins.property
3944
+ def manifest_layout(self) -> typing.Optional[builtins.str]:
3945
+ '''
3946
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-mssmanifestconfiguration-manifestlayout
3947
+ '''
3948
+ result = self._values.get("manifest_layout")
3949
+ return typing.cast(typing.Optional[builtins.str], result)
3950
+
3951
+ @builtins.property
3952
+ def manifest_window_seconds(self) -> typing.Optional[jsii.Number]:
3953
+ '''
3954
+ This represents the total amount of content available in the manifest at any given time.
3955
+
3956
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-mssmanifestconfiguration-manifestwindowseconds
3957
+ '''
3958
+ result = self._values.get("manifest_window_seconds")
3959
+ return typing.cast(typing.Optional[jsii.Number], result)
3960
+
3961
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3962
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3963
+
3964
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3965
+ return not (rhs == self)
3966
+
3967
+ def __repr__(self) -> str:
3968
+ return "MssManifestConfigurationProperty(%s)" % ", ".join(
3969
+ k + "=" + repr(v) for k, v in self._values.items()
3970
+ )
3971
+
2895
3972
  @jsii.data_type(
2896
3973
  jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.ScteDashProperty",
2897
3974
  jsii_struct_bases=[],
@@ -3112,6 +4189,7 @@ class CfnOriginEndpoint(
3112
4189
  encryption=mediapackagev2.CfnOriginEndpoint.EncryptionProperty(
3113
4190
  encryption_method=mediapackagev2.CfnOriginEndpoint.EncryptionMethodProperty(
3114
4191
  cmaf_encryption_method="cmafEncryptionMethod",
4192
+ ism_encryption_method="ismEncryptionMethod",
3115
4193
  ts_encryption_method="tsEncryptionMethod"
3116
4194
  ),
3117
4195
  speke_key_provider=mediapackagev2.CfnOriginEndpoint.SpekeKeyProviderProperty(
@@ -3126,6 +4204,7 @@ class CfnOriginEndpoint(
3126
4204
  ),
3127
4205
 
3128
4206
  # the properties below are optional
4207
+ cmaf_exclude_segment_drm_metadata=False,
3129
4208
  constant_initialization_vector="constantInitializationVector",
3130
4209
  key_rotation_interval_seconds=123
3131
4210
  ),
@@ -3465,7 +4544,7 @@ class CfnOriginEndpoint(
3465
4544
  )
3466
4545
 
3467
4546
 
3468
- @jsii.implements(_IInspectable_c2943556)
4547
+ @jsii.implements(_IInspectable_c2943556, _IOriginEndpointPolicyRef_b3d033fb)
3469
4548
  class CfnOriginEndpointPolicy(
3470
4549
  _CfnResource_9df397a6,
3471
4550
  metaclass=jsii.JSIIMeta,
@@ -3489,7 +4568,13 @@ class CfnOriginEndpointPolicy(
3489
4568
  channel_group_name="channelGroupName",
3490
4569
  channel_name="channelName",
3491
4570
  origin_endpoint_name="originEndpointName",
3492
- policy=policy
4571
+ policy=policy,
4572
+
4573
+ # the properties below are optional
4574
+ cdn_auth_configuration=mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty(
4575
+ cdn_identifier_secret_arns=["cdnIdentifierSecretArns"],
4576
+ secrets_role_arn="secretsRoleArn"
4577
+ )
3493
4578
  )
3494
4579
  '''
3495
4580
 
@@ -3502,14 +4587,17 @@ class CfnOriginEndpointPolicy(
3502
4587
  channel_name: builtins.str,
3503
4588
  origin_endpoint_name: builtins.str,
3504
4589
  policy: typing.Any,
4590
+ cdn_auth_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpointPolicy.CdnAuthConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3505
4591
  ) -> None:
3506
- '''
4592
+ '''Create a new ``AWS::MediaPackageV2::OriginEndpointPolicy``.
4593
+
3507
4594
  :param scope: Scope in which this resource is defined.
3508
4595
  :param id: Construct identifier for this resource (unique in its scope).
3509
4596
  :param channel_group_name: The name of the channel group associated with the origin endpoint policy.
3510
4597
  :param channel_name: The channel name associated with the origin endpoint policy.
3511
4598
  :param origin_endpoint_name: The name of the origin endpoint associated with the origin endpoint policy.
3512
4599
  :param policy: The policy associated with the origin endpoint.
4600
+ :param cdn_auth_configuration: The settings to enable CDN authorization headers in MediaPackage.
3513
4601
  '''
3514
4602
  if __debug__:
3515
4603
  type_hints = typing.get_type_hints(_typecheckingstub__aac7ba5cbcac1c12933a477adf316805431ea433d0ce36ca80901377b6745377)
@@ -3520,6 +4608,7 @@ class CfnOriginEndpointPolicy(
3520
4608
  channel_name=channel_name,
3521
4609
  origin_endpoint_name=origin_endpoint_name,
3522
4610
  policy=policy,
4611
+ cdn_auth_configuration=cdn_auth_configuration,
3523
4612
  )
3524
4613
 
3525
4614
  jsii.create(self.__class__, self, [scope, id, props])
@@ -3559,6 +4648,12 @@ class CfnOriginEndpointPolicy(
3559
4648
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3560
4649
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3561
4650
 
4651
+ @builtins.property
4652
+ @jsii.member(jsii_name="originEndpointPolicyRef")
4653
+ def origin_endpoint_policy_ref(self) -> _OriginEndpointPolicyReference_9aea8bed:
4654
+ '''A reference to a OriginEndpointPolicy resource.'''
4655
+ return typing.cast(_OriginEndpointPolicyReference_9aea8bed, jsii.get(self, "originEndpointPolicyRef"))
4656
+
3562
4657
  @builtins.property
3563
4658
  @jsii.member(jsii_name="channelGroupName")
3564
4659
  def channel_group_name(self) -> builtins.str:
@@ -3611,6 +4706,98 @@ class CfnOriginEndpointPolicy(
3611
4706
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3612
4707
  jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
3613
4708
 
4709
+ @builtins.property
4710
+ @jsii.member(jsii_name="cdnAuthConfiguration")
4711
+ def cdn_auth_configuration(
4712
+ self,
4713
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpointPolicy.CdnAuthConfigurationProperty"]]:
4714
+ '''The settings to enable CDN authorization headers in MediaPackage.'''
4715
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpointPolicy.CdnAuthConfigurationProperty"]], jsii.get(self, "cdnAuthConfiguration"))
4716
+
4717
+ @cdn_auth_configuration.setter
4718
+ def cdn_auth_configuration(
4719
+ self,
4720
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpointPolicy.CdnAuthConfigurationProperty"]],
4721
+ ) -> None:
4722
+ if __debug__:
4723
+ type_hints = typing.get_type_hints(_typecheckingstub__bb5c350a2cc1621e0ea6d63c230deab544127f834aa0418f2d3ec475c6dfc3d3)
4724
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4725
+ jsii.set(self, "cdnAuthConfiguration", value) # pyright: ignore[reportArgumentType]
4726
+
4727
+ @jsii.data_type(
4728
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty",
4729
+ jsii_struct_bases=[],
4730
+ name_mapping={
4731
+ "cdn_identifier_secret_arns": "cdnIdentifierSecretArns",
4732
+ "secrets_role_arn": "secretsRoleArn",
4733
+ },
4734
+ )
4735
+ class CdnAuthConfigurationProperty:
4736
+ def __init__(
4737
+ self,
4738
+ *,
4739
+ cdn_identifier_secret_arns: typing.Sequence[builtins.str],
4740
+ secrets_role_arn: builtins.str,
4741
+ ) -> None:
4742
+ '''The settings to enable CDN authorization headers in MediaPackage.
4743
+
4744
+ :param cdn_identifier_secret_arns: The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.
4745
+ :param secrets_role_arn: The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization.
4746
+
4747
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpointpolicy-cdnauthconfiguration.html
4748
+ :exampleMetadata: fixture=_generated
4749
+
4750
+ Example::
4751
+
4752
+ # The code below shows an example of how to instantiate this type.
4753
+ # The values are placeholders you should change.
4754
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
4755
+
4756
+ cdn_auth_configuration_property = mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty(
4757
+ cdn_identifier_secret_arns=["cdnIdentifierSecretArns"],
4758
+ secrets_role_arn="secretsRoleArn"
4759
+ )
4760
+ '''
4761
+ if __debug__:
4762
+ type_hints = typing.get_type_hints(_typecheckingstub__2efc99cbc23753feeba6e611700f7b275a0d9dbb8667ffa3a69bd76404c7768b)
4763
+ check_type(argname="argument cdn_identifier_secret_arns", value=cdn_identifier_secret_arns, expected_type=type_hints["cdn_identifier_secret_arns"])
4764
+ check_type(argname="argument secrets_role_arn", value=secrets_role_arn, expected_type=type_hints["secrets_role_arn"])
4765
+ self._values: typing.Dict[builtins.str, typing.Any] = {
4766
+ "cdn_identifier_secret_arns": cdn_identifier_secret_arns,
4767
+ "secrets_role_arn": secrets_role_arn,
4768
+ }
4769
+
4770
+ @builtins.property
4771
+ def cdn_identifier_secret_arns(self) -> typing.List[builtins.str]:
4772
+ '''The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.
4773
+
4774
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpointpolicy-cdnauthconfiguration.html#cfn-mediapackagev2-originendpointpolicy-cdnauthconfiguration-cdnidentifiersecretarns
4775
+ '''
4776
+ result = self._values.get("cdn_identifier_secret_arns")
4777
+ assert result is not None, "Required property 'cdn_identifier_secret_arns' is missing"
4778
+ return typing.cast(typing.List[builtins.str], result)
4779
+
4780
+ @builtins.property
4781
+ def secrets_role_arn(self) -> builtins.str:
4782
+ '''The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization.
4783
+
4784
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpointpolicy-cdnauthconfiguration.html#cfn-mediapackagev2-originendpointpolicy-cdnauthconfiguration-secretsrolearn
4785
+ '''
4786
+ result = self._values.get("secrets_role_arn")
4787
+ assert result is not None, "Required property 'secrets_role_arn' is missing"
4788
+ return typing.cast(builtins.str, result)
4789
+
4790
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4791
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4792
+
4793
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4794
+ return not (rhs == self)
4795
+
4796
+ def __repr__(self) -> str:
4797
+ return "CdnAuthConfigurationProperty(%s)" % ", ".join(
4798
+ k + "=" + repr(v) for k, v in self._values.items()
4799
+ )
4800
+
3614
4801
 
3615
4802
  @jsii.data_type(
3616
4803
  jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpointPolicyProps",
@@ -3620,6 +4807,7 @@ class CfnOriginEndpointPolicy(
3620
4807
  "channel_name": "channelName",
3621
4808
  "origin_endpoint_name": "originEndpointName",
3622
4809
  "policy": "policy",
4810
+ "cdn_auth_configuration": "cdnAuthConfiguration",
3623
4811
  },
3624
4812
  )
3625
4813
  class CfnOriginEndpointPolicyProps:
@@ -3630,6 +4818,7 @@ class CfnOriginEndpointPolicyProps:
3630
4818
  channel_name: builtins.str,
3631
4819
  origin_endpoint_name: builtins.str,
3632
4820
  policy: typing.Any,
4821
+ cdn_auth_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpointPolicy.CdnAuthConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3633
4822
  ) -> None:
3634
4823
  '''Properties for defining a ``CfnOriginEndpointPolicy``.
3635
4824
 
@@ -3637,6 +4826,7 @@ class CfnOriginEndpointPolicyProps:
3637
4826
  :param channel_name: The channel name associated with the origin endpoint policy.
3638
4827
  :param origin_endpoint_name: The name of the origin endpoint associated with the origin endpoint policy.
3639
4828
  :param policy: The policy associated with the origin endpoint.
4829
+ :param cdn_auth_configuration: The settings to enable CDN authorization headers in MediaPackage.
3640
4830
 
3641
4831
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html
3642
4832
  :exampleMetadata: fixture=_generated
@@ -3653,7 +4843,13 @@ class CfnOriginEndpointPolicyProps:
3653
4843
  channel_group_name="channelGroupName",
3654
4844
  channel_name="channelName",
3655
4845
  origin_endpoint_name="originEndpointName",
3656
- policy=policy
4846
+ policy=policy,
4847
+
4848
+ # the properties below are optional
4849
+ cdn_auth_configuration=mediapackagev2.CfnOriginEndpointPolicy.CdnAuthConfigurationProperty(
4850
+ cdn_identifier_secret_arns=["cdnIdentifierSecretArns"],
4851
+ secrets_role_arn="secretsRoleArn"
4852
+ )
3657
4853
  )
3658
4854
  '''
3659
4855
  if __debug__:
@@ -3662,12 +4858,15 @@ class CfnOriginEndpointPolicyProps:
3662
4858
  check_type(argname="argument channel_name", value=channel_name, expected_type=type_hints["channel_name"])
3663
4859
  check_type(argname="argument origin_endpoint_name", value=origin_endpoint_name, expected_type=type_hints["origin_endpoint_name"])
3664
4860
  check_type(argname="argument policy", value=policy, expected_type=type_hints["policy"])
4861
+ check_type(argname="argument cdn_auth_configuration", value=cdn_auth_configuration, expected_type=type_hints["cdn_auth_configuration"])
3665
4862
  self._values: typing.Dict[builtins.str, typing.Any] = {
3666
4863
  "channel_group_name": channel_group_name,
3667
4864
  "channel_name": channel_name,
3668
4865
  "origin_endpoint_name": origin_endpoint_name,
3669
4866
  "policy": policy,
3670
4867
  }
4868
+ if cdn_auth_configuration is not None:
4869
+ self._values["cdn_auth_configuration"] = cdn_auth_configuration
3671
4870
 
3672
4871
  @builtins.property
3673
4872
  def channel_group_name(self) -> builtins.str:
@@ -3709,6 +4908,17 @@ class CfnOriginEndpointPolicyProps:
3709
4908
  assert result is not None, "Required property 'policy' is missing"
3710
4909
  return typing.cast(typing.Any, result)
3711
4910
 
4911
+ @builtins.property
4912
+ def cdn_auth_configuration(
4913
+ self,
4914
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnOriginEndpointPolicy.CdnAuthConfigurationProperty]]:
4915
+ '''The settings to enable CDN authorization headers in MediaPackage.
4916
+
4917
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html#cfn-mediapackagev2-originendpointpolicy-cdnauthconfiguration
4918
+ '''
4919
+ result = self._values.get("cdn_auth_configuration")
4920
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnOriginEndpointPolicy.CdnAuthConfigurationProperty]], result)
4921
+
3712
4922
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
3713
4923
  return isinstance(rhs, self.__class__) and rhs._values == self._values
3714
4924
 
@@ -3734,6 +4944,7 @@ class CfnOriginEndpointPolicyProps:
3734
4944
  "force_endpoint_error_configuration": "forceEndpointErrorConfiguration",
3735
4945
  "hls_manifests": "hlsManifests",
3736
4946
  "low_latency_hls_manifests": "lowLatencyHlsManifests",
4947
+ "mss_manifests": "mssManifests",
3737
4948
  "segment": "segment",
3738
4949
  "startover_window_seconds": "startoverWindowSeconds",
3739
4950
  "tags": "tags",
@@ -3752,6 +4963,7 @@ class CfnOriginEndpointProps:
3752
4963
  force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3753
4964
  hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.HlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3754
4965
  low_latency_hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
4966
+ mss_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.MssManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3755
4967
  segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SegmentProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3756
4968
  startover_window_seconds: typing.Optional[jsii.Number] = None,
3757
4969
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -3765,8 +4977,9 @@ class CfnOriginEndpointProps:
3765
4977
  :param dash_manifests: A DASH manifest configuration.
3766
4978
  :param description: The description associated with the origin endpoint.
3767
4979
  :param force_endpoint_error_configuration: The failover settings for the endpoint.
3768
- :param hls_manifests: The HLS manfiests associated with the origin endpoint configuration.
4980
+ :param hls_manifests: The HLS manifests associated with the origin endpoint configuration.
3769
4981
  :param low_latency_hls_manifests: The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.
4982
+ :param mss_manifests: A list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint. Each configuration represents a different MSS streaming option available from this endpoint.
3770
4983
  :param segment: The segment associated with the origin endpoint.
3771
4984
  :param startover_window_seconds: The size of the window (in seconds) to specify a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.
3772
4985
  :param tags: The tags associated with the origin endpoint.
@@ -3791,7 +5004,29 @@ class CfnOriginEndpointProps:
3791
5004
  manifest_name="manifestName",
3792
5005
 
3793
5006
  # the properties below are optional
5007
+ base_urls=[mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty(
5008
+ url="url",
5009
+
5010
+ # the properties below are optional
5011
+ dvb_priority=123,
5012
+ dvb_weight=123,
5013
+ service_location="serviceLocation"
5014
+ )],
5015
+ compactness="compactness",
3794
5016
  drm_signaling="drmSignaling",
5017
+ dvb_settings=mediapackagev2.CfnOriginEndpoint.DashDvbSettingsProperty(
5018
+ error_metrics=[mediapackagev2.CfnOriginEndpoint.DashDvbMetricsReportingProperty(
5019
+ reporting_url="reportingUrl",
5020
+
5021
+ # the properties below are optional
5022
+ probability=123
5023
+ )],
5024
+ font_download=mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty(
5025
+ font_family="fontFamily",
5026
+ mime_type="mimeType",
5027
+ url="url"
5028
+ )
5029
+ ),
3795
5030
  filter_configuration=mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty(
3796
5031
  clip_start_time="clipStartTime",
3797
5032
  end="end",
@@ -3803,10 +5038,23 @@ class CfnOriginEndpointProps:
3803
5038
  min_buffer_time_seconds=123,
3804
5039
  min_update_period_seconds=123,
3805
5040
  period_triggers=["periodTriggers"],
5041
+ profiles=["profiles"],
5042
+ program_information=mediapackagev2.CfnOriginEndpoint.DashProgramInformationProperty(
5043
+ copyright="copyright",
5044
+ language_code="languageCode",
5045
+ more_information_url="moreInformationUrl",
5046
+ source="source",
5047
+ title="title"
5048
+ ),
3806
5049
  scte_dash=mediapackagev2.CfnOriginEndpoint.ScteDashProperty(
3807
5050
  ad_marker_dash="adMarkerDash"
3808
5051
  ),
3809
5052
  segment_template_format="segmentTemplateFormat",
5053
+ subtitle_configuration=mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty(
5054
+ ttml_configuration=mediapackagev2.CfnOriginEndpoint.DashTtmlConfigurationProperty(
5055
+ ttml_profile="ttmlProfile"
5056
+ )
5057
+ ),
3810
5058
  suggested_presentation_delay_seconds=123,
3811
5059
  utc_timing=mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty(
3812
5060
  timing_mode="timingMode",
@@ -3869,10 +5117,25 @@ class CfnOriginEndpointProps:
3869
5117
  url="url",
3870
5118
  url_encode_child_manifest=False
3871
5119
  )],
5120
+ mss_manifests=[mediapackagev2.CfnOriginEndpoint.MssManifestConfigurationProperty(
5121
+ manifest_name="manifestName",
5122
+
5123
+ # the properties below are optional
5124
+ filter_configuration=mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty(
5125
+ clip_start_time="clipStartTime",
5126
+ end="end",
5127
+ manifest_filter="manifestFilter",
5128
+ start="start",
5129
+ time_delay_seconds=123
5130
+ ),
5131
+ manifest_layout="manifestLayout",
5132
+ manifest_window_seconds=123
5133
+ )],
3872
5134
  segment=mediapackagev2.CfnOriginEndpoint.SegmentProperty(
3873
5135
  encryption=mediapackagev2.CfnOriginEndpoint.EncryptionProperty(
3874
5136
  encryption_method=mediapackagev2.CfnOriginEndpoint.EncryptionMethodProperty(
3875
5137
  cmaf_encryption_method="cmafEncryptionMethod",
5138
+ ism_encryption_method="ismEncryptionMethod",
3876
5139
  ts_encryption_method="tsEncryptionMethod"
3877
5140
  ),
3878
5141
  speke_key_provider=mediapackagev2.CfnOriginEndpoint.SpekeKeyProviderProperty(
@@ -3887,6 +5150,7 @@ class CfnOriginEndpointProps:
3887
5150
  ),
3888
5151
 
3889
5152
  # the properties below are optional
5153
+ cmaf_exclude_segment_drm_metadata=False,
3890
5154
  constant_initialization_vector="constantInitializationVector",
3891
5155
  key_rotation_interval_seconds=123
3892
5156
  ),
@@ -3917,6 +5181,7 @@ class CfnOriginEndpointProps:
3917
5181
  check_type(argname="argument force_endpoint_error_configuration", value=force_endpoint_error_configuration, expected_type=type_hints["force_endpoint_error_configuration"])
3918
5182
  check_type(argname="argument hls_manifests", value=hls_manifests, expected_type=type_hints["hls_manifests"])
3919
5183
  check_type(argname="argument low_latency_hls_manifests", value=low_latency_hls_manifests, expected_type=type_hints["low_latency_hls_manifests"])
5184
+ check_type(argname="argument mss_manifests", value=mss_manifests, expected_type=type_hints["mss_manifests"])
3920
5185
  check_type(argname="argument segment", value=segment, expected_type=type_hints["segment"])
3921
5186
  check_type(argname="argument startover_window_seconds", value=startover_window_seconds, expected_type=type_hints["startover_window_seconds"])
3922
5187
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
@@ -3936,6 +5201,8 @@ class CfnOriginEndpointProps:
3936
5201
  self._values["hls_manifests"] = hls_manifests
3937
5202
  if low_latency_hls_manifests is not None:
3938
5203
  self._values["low_latency_hls_manifests"] = low_latency_hls_manifests
5204
+ if mss_manifests is not None:
5205
+ self._values["mss_manifests"] = mss_manifests
3939
5206
  if segment is not None:
3940
5207
  self._values["segment"] = segment
3941
5208
  if startover_window_seconds is not None:
@@ -4018,7 +5285,7 @@ class CfnOriginEndpointProps:
4018
5285
  def hls_manifests(
4019
5286
  self,
4020
5287
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.HlsManifestConfigurationProperty]]]]:
4021
- '''The HLS manfiests associated with the origin endpoint configuration.
5288
+ '''The HLS manifests associated with the origin endpoint configuration.
4022
5289
 
4023
5290
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-hlsmanifests
4024
5291
  '''
@@ -4036,6 +5303,19 @@ class CfnOriginEndpointProps:
4036
5303
  result = self._values.get("low_latency_hls_manifests")
4037
5304
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty]]]], result)
4038
5305
 
5306
+ @builtins.property
5307
+ def mss_manifests(
5308
+ self,
5309
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.MssManifestConfigurationProperty]]]]:
5310
+ '''A list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint.
5311
+
5312
+ Each configuration represents a different MSS streaming option available from this endpoint.
5313
+
5314
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-mssmanifests
5315
+ '''
5316
+ result = self._values.get("mss_manifests")
5317
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.MssManifestConfigurationProperty]]]], result)
5318
+
4039
5319
  @builtins.property
4040
5320
  def segment(
4041
5321
  self,
@@ -4174,6 +5454,7 @@ def _typecheckingstub__52a72049adc4af63f65ccfb6f3c098cecb2b442bbe00bad4a877f2099
4174
5454
  def _typecheckingstub__116c8177c767f1c1239016dd387671ce140ac29b5e59b8e19832080acf68bef5(
4175
5455
  *,
4176
5456
  mqcs_input_switching: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5457
+ preferred_input: typing.Optional[jsii.Number] = None,
4177
5458
  ) -> None:
4178
5459
  """Type checking stubs"""
4179
5460
  pass
@@ -4311,6 +5592,7 @@ def _typecheckingstub__7dba3dfc2892c78e53aee7675a7a24aa25c0b29481aca92446e31a0d8
4311
5592
  force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4312
5593
  hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.HlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
4313
5594
  low_latency_hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
5595
+ mss_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.MssManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
4314
5596
  segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SegmentProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4315
5597
  startover_window_seconds: typing.Optional[jsii.Number] = None,
4316
5598
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -4384,6 +5666,12 @@ def _typecheckingstub__0ab0da83ecaf5e8b2eb477e1a7bb2f955c99813829faeb44ce46e408a
4384
5666
  """Type checking stubs"""
4385
5667
  pass
4386
5668
 
5669
+ def _typecheckingstub__05c39e22a8fee804960ccb55c9ca3411dc4e96823b582c9162b38b1ea0f78253(
5670
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.MssManifestConfigurationProperty]]]],
5671
+ ) -> None:
5672
+ """Type checking stubs"""
5673
+ pass
5674
+
4387
5675
  def _typecheckingstub__761931cab894d0c1a04fe9fe8aad0785de043e26b7f476c427bb231ae9fc1eeb(
4388
5676
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.SegmentProperty]],
4389
5677
  ) -> None:
@@ -4402,23 +5690,89 @@ def _typecheckingstub__65cc25545f38d01b8ccc61c9494f0994747ef22d12fc3c94c71cb091a
4402
5690
  """Type checking stubs"""
4403
5691
  pass
4404
5692
 
5693
+ def _typecheckingstub__be1d880fe401caed5e0186c4f4a6b76f8d63f2e78cf2fcbb490b66d185d4af29(
5694
+ *,
5695
+ url: builtins.str,
5696
+ dvb_priority: typing.Optional[jsii.Number] = None,
5697
+ dvb_weight: typing.Optional[jsii.Number] = None,
5698
+ service_location: typing.Optional[builtins.str] = None,
5699
+ ) -> None:
5700
+ """Type checking stubs"""
5701
+ pass
5702
+
5703
+ def _typecheckingstub__81c2694b55243cfd80ec8b5b8d807b1d991f3ae38973b41f6fb77d9d5ea24965(
5704
+ *,
5705
+ font_family: typing.Optional[builtins.str] = None,
5706
+ mime_type: typing.Optional[builtins.str] = None,
5707
+ url: typing.Optional[builtins.str] = None,
5708
+ ) -> None:
5709
+ """Type checking stubs"""
5710
+ pass
5711
+
5712
+ def _typecheckingstub__fadf127f9f82d1f5f09e73b8a4d72d5685c1236b84cdaa5c6132a7ab4774e495(
5713
+ *,
5714
+ reporting_url: builtins.str,
5715
+ probability: typing.Optional[jsii.Number] = None,
5716
+ ) -> None:
5717
+ """Type checking stubs"""
5718
+ pass
5719
+
5720
+ def _typecheckingstub__280a149dc1f481cd4b69b2b250e75d424c71bee34e699369b2294841b0aed7d8(
5721
+ *,
5722
+ error_metrics: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashDvbMetricsReportingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
5723
+ font_download: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashDvbFontDownloadProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5724
+ ) -> None:
5725
+ """Type checking stubs"""
5726
+ pass
5727
+
4405
5728
  def _typecheckingstub__20e3bfad4ae40517c778173bab356d7bd208497ee33a09fdc9e380135384dfc6(
4406
5729
  *,
4407
5730
  manifest_name: builtins.str,
5731
+ base_urls: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashBaseUrlProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
5732
+ compactness: typing.Optional[builtins.str] = None,
4408
5733
  drm_signaling: typing.Optional[builtins.str] = None,
5734
+ dvb_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashDvbSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4409
5735
  filter_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.FilterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4410
5736
  manifest_window_seconds: typing.Optional[jsii.Number] = None,
4411
5737
  min_buffer_time_seconds: typing.Optional[jsii.Number] = None,
4412
5738
  min_update_period_seconds: typing.Optional[jsii.Number] = None,
4413
5739
  period_triggers: typing.Optional[typing.Sequence[builtins.str]] = None,
5740
+ profiles: typing.Optional[typing.Sequence[builtins.str]] = None,
5741
+ program_information: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashProgramInformationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4414
5742
  scte_dash: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ScteDashProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4415
5743
  segment_template_format: typing.Optional[builtins.str] = None,
5744
+ subtitle_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashSubtitleConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4416
5745
  suggested_presentation_delay_seconds: typing.Optional[jsii.Number] = None,
4417
5746
  utc_timing: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashUtcTimingProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4418
5747
  ) -> None:
4419
5748
  """Type checking stubs"""
4420
5749
  pass
4421
5750
 
5751
+ def _typecheckingstub__5b0c2b5b70e24041767a172f1ebbd9317cd4ce50194b747d40b0c075a554bb92(
5752
+ *,
5753
+ copyright: typing.Optional[builtins.str] = None,
5754
+ language_code: typing.Optional[builtins.str] = None,
5755
+ more_information_url: typing.Optional[builtins.str] = None,
5756
+ source: typing.Optional[builtins.str] = None,
5757
+ title: typing.Optional[builtins.str] = None,
5758
+ ) -> None:
5759
+ """Type checking stubs"""
5760
+ pass
5761
+
5762
+ def _typecheckingstub__aa51912df0060cf290274ace134d0cb16e34e1de7ea689b411eeae296d9a8155(
5763
+ *,
5764
+ ttml_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashTtmlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5765
+ ) -> None:
5766
+ """Type checking stubs"""
5767
+ pass
5768
+
5769
+ def _typecheckingstub__bba187ab72699f6dc21195cb98838c8f292af76576ca0254079260c1346c116d(
5770
+ *,
5771
+ ttml_profile: builtins.str,
5772
+ ) -> None:
5773
+ """Type checking stubs"""
5774
+ pass
5775
+
4422
5776
  def _typecheckingstub__09bad37e3e4d3382385a9f8aab252d146616b680c49d6ef16671c82ef1248794(
4423
5777
  *,
4424
5778
  timing_mode: typing.Optional[builtins.str] = None,
@@ -4438,6 +5792,7 @@ def _typecheckingstub__5bec1eea406d4bb796486d5773d483a771df06a4cb391f44e1755e988
4438
5792
  def _typecheckingstub__abdd735051ce598919313a259e3efc1aa635283b073d78fb9c4e876eef4ca8b8(
4439
5793
  *,
4440
5794
  cmaf_encryption_method: typing.Optional[builtins.str] = None,
5795
+ ism_encryption_method: typing.Optional[builtins.str] = None,
4441
5796
  ts_encryption_method: typing.Optional[builtins.str] = None,
4442
5797
  ) -> None:
4443
5798
  """Type checking stubs"""
@@ -4447,6 +5802,7 @@ def _typecheckingstub__ba68bba2e5edd62f12d66393f036d9e0dc8f60c4705d328714b3a2f95
4447
5802
  *,
4448
5803
  encryption_method: typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.EncryptionMethodProperty, typing.Dict[builtins.str, typing.Any]]],
4449
5804
  speke_key_provider: typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SpekeKeyProviderProperty, typing.Dict[builtins.str, typing.Any]]],
5805
+ cmaf_exclude_segment_drm_metadata: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
4450
5806
  constant_initialization_vector: typing.Optional[builtins.str] = None,
4451
5807
  key_rotation_interval_seconds: typing.Optional[jsii.Number] = None,
4452
5808
  ) -> None:
@@ -4501,6 +5857,16 @@ def _typecheckingstub__7ba3db62514b88b8da1b21ec0b9459116f857508c0670adb698a120b3
4501
5857
  """Type checking stubs"""
4502
5858
  pass
4503
5859
 
5860
+ def _typecheckingstub__5eb842c2ab9f37a97b78623838b99a1722e0398b4d9b44ac0a32ee5e11a89b1c(
5861
+ *,
5862
+ manifest_name: builtins.str,
5863
+ filter_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.FilterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5864
+ manifest_layout: typing.Optional[builtins.str] = None,
5865
+ manifest_window_seconds: typing.Optional[jsii.Number] = None,
5866
+ ) -> None:
5867
+ """Type checking stubs"""
5868
+ pass
5869
+
4504
5870
  def _typecheckingstub__13ac94f52ccc71367f414c5388529d309fac2b39d9caa3e0e662dc2cfae97455(
4505
5871
  *,
4506
5872
  ad_marker_dash: typing.Optional[builtins.str] = None,
@@ -4562,6 +5928,7 @@ def _typecheckingstub__aac7ba5cbcac1c12933a477adf316805431ea433d0ce36ca80901377b
4562
5928
  channel_name: builtins.str,
4563
5929
  origin_endpoint_name: builtins.str,
4564
5930
  policy: typing.Any,
5931
+ cdn_auth_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpointPolicy.CdnAuthConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4565
5932
  ) -> None:
4566
5933
  """Type checking stubs"""
4567
5934
  pass
@@ -4602,12 +5969,27 @@ def _typecheckingstub__03b8094def1eae0770367451a814cb41dcad8e59ef89ff30e7423278b
4602
5969
  """Type checking stubs"""
4603
5970
  pass
4604
5971
 
5972
+ def _typecheckingstub__bb5c350a2cc1621e0ea6d63c230deab544127f834aa0418f2d3ec475c6dfc3d3(
5973
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnOriginEndpointPolicy.CdnAuthConfigurationProperty]],
5974
+ ) -> None:
5975
+ """Type checking stubs"""
5976
+ pass
5977
+
5978
+ def _typecheckingstub__2efc99cbc23753feeba6e611700f7b275a0d9dbb8667ffa3a69bd76404c7768b(
5979
+ *,
5980
+ cdn_identifier_secret_arns: typing.Sequence[builtins.str],
5981
+ secrets_role_arn: builtins.str,
5982
+ ) -> None:
5983
+ """Type checking stubs"""
5984
+ pass
5985
+
4605
5986
  def _typecheckingstub__f894be53e4aa1a8dbf54a25d139b2ffb41422bce69404dd7f536c4f418ceaa35(
4606
5987
  *,
4607
5988
  channel_group_name: builtins.str,
4608
5989
  channel_name: builtins.str,
4609
5990
  origin_endpoint_name: builtins.str,
4610
5991
  policy: typing.Any,
5992
+ cdn_auth_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpointPolicy.CdnAuthConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4611
5993
  ) -> None:
4612
5994
  """Type checking stubs"""
4613
5995
  pass
@@ -4623,6 +6005,7 @@ def _typecheckingstub__d261c9ffb32b381ea679962b9a614498343af1f15dd4bdfdbf788de76
4623
6005
  force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4624
6006
  hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.HlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
4625
6007
  low_latency_hls_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6008
+ mss_manifests: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.MssManifestConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
4626
6009
  segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SegmentProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4627
6010
  startover_window_seconds: typing.Optional[jsii.Number] = None,
4628
6011
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,