aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (569) hide show
  1. aws_cdk/__init__.py +1349 -373
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1017 -155
  12. aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +298 -43
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +94 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +227 -53
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +1875 -132
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +135 -55
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +317 -28
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1405 -178
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +6747 -627
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +42 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +237 -32
  45. aws_cdk/aws_chatbot/__init__.py +70 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +345 -166
  50. aws_cdk/aws_cloudfront/__init__.py +2101 -680
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
  53. aws_cdk/aws_cloudtrail/__init__.py +301 -17
  54. aws_cdk/aws_cloudwatch/__init__.py +1414 -153
  55. aws_cdk/aws_codeartifact/__init__.py +35 -6
  56. aws_cdk/aws_codebuild/__init__.py +1103 -118
  57. aws_cdk/aws_codecommit/__init__.py +23 -9
  58. aws_cdk/aws_codeconnections/__init__.py +13 -2
  59. aws_cdk/aws_codedeploy/__init__.py +67 -6
  60. aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
  61. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  62. aws_cdk/aws_codepipeline/__init__.py +127 -64
  63. aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
  64. aws_cdk/aws_codestar/__init__.py +13 -2
  65. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  66. aws_cdk/aws_codestarnotifications/__init__.py +16 -2
  67. aws_cdk/aws_cognito/__init__.py +814 -80
  68. aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
  69. aws_cdk/aws_comprehend/__init__.py +24 -4
  70. aws_cdk/aws_config/__init__.py +191 -30
  71. aws_cdk/aws_connect/__init__.py +2736 -191
  72. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  73. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  74. aws_cdk/aws_controltower/__init__.py +35 -6
  75. aws_cdk/aws_cur/__init__.py +100 -4
  76. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  77. aws_cdk/aws_databrew/__init__.py +68 -12
  78. aws_cdk/aws_datapipeline/__init__.py +42 -2
  79. aws_cdk/aws_datasync/__init__.py +723 -203
  80. aws_cdk/aws_datazone/__init__.py +4425 -608
  81. aws_cdk/aws_dax/__init__.py +83 -6
  82. aws_cdk/aws_deadline/__init__.py +321 -32
  83. aws_cdk/aws_detective/__init__.py +35 -6
  84. aws_cdk/aws_devicefarm/__init__.py +68 -12
  85. aws_cdk/aws_devopsguru/__init__.py +37 -6
  86. aws_cdk/aws_directoryservice/__init__.py +53 -4
  87. aws_cdk/aws_dlm/__init__.py +13 -2
  88. aws_cdk/aws_dms/__init__.py +184 -27
  89. aws_cdk/aws_docdb/__init__.py +323 -46
  90. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  91. aws_cdk/aws_dsql/__init__.py +340 -12
  92. aws_cdk/aws_dynamodb/__init__.py +1463 -166
  93. aws_cdk/aws_ec2/__init__.py +9636 -1120
  94. aws_cdk/aws_ecr/__init__.py +631 -43
  95. aws_cdk/aws_ecr_assets/__init__.py +4 -0
  96. aws_cdk/aws_ecs/__init__.py +6524 -497
  97. aws_cdk/aws_ecs_patterns/__init__.py +2 -0
  98. aws_cdk/aws_efs/__init__.py +264 -24
  99. aws_cdk/aws_eks/__init__.py +1050 -218
  100. aws_cdk/aws_elasticache/__init__.py +373 -20
  101. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  102. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
  103. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
  104. aws_cdk/aws_elasticsearch/__init__.py +282 -9
  105. aws_cdk/aws_emr/__init__.py +187 -20
  106. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  107. aws_cdk/aws_emrserverless/__init__.py +188 -3
  108. aws_cdk/aws_entityresolution/__init__.py +585 -58
  109. aws_cdk/aws_events/__init__.py +969 -124
  110. aws_cdk/aws_events_targets/__init__.py +310 -54
  111. aws_cdk/aws_eventschemas/__init__.py +46 -8
  112. aws_cdk/aws_evidently/__init__.py +57 -10
  113. aws_cdk/aws_evs/__init__.py +2244 -0
  114. aws_cdk/aws_finspace/__init__.py +71 -2
  115. aws_cdk/aws_fis/__init__.py +26 -4
  116. aws_cdk/aws_fms/__init__.py +35 -6
  117. aws_cdk/aws_forecast/__init__.py +24 -4
  118. aws_cdk/aws_frauddetector/__init__.py +79 -14
  119. aws_cdk/aws_fsx/__init__.py +1236 -142
  120. aws_cdk/aws_gamelift/__init__.py +653 -78
  121. aws_cdk/aws_gameliftstreams/__init__.py +38 -16
  122. aws_cdk/aws_globalaccelerator/__init__.py +55 -14
  123. aws_cdk/aws_glue/__init__.py +1368 -320
  124. aws_cdk/aws_grafana/__init__.py +13 -2
  125. aws_cdk/aws_greengrass/__init__.py +654 -32
  126. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  127. aws_cdk/aws_groundstation/__init__.py +122 -6
  128. aws_cdk/aws_guardduty/__init__.py +1613 -123
  129. aws_cdk/aws_healthimaging/__init__.py +71 -2
  130. aws_cdk/aws_healthlake/__init__.py +42 -2
  131. aws_cdk/aws_iam/__init__.py +480 -140
  132. aws_cdk/aws_identitystore/__init__.py +24 -4
  133. aws_cdk/aws_imagebuilder/__init__.py +1433 -183
  134. aws_cdk/aws_inspector/__init__.py +38 -6
  135. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  136. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  137. aws_cdk/aws_invoicing/__init__.py +13 -2
  138. aws_cdk/aws_iot/__init__.py +1730 -86
  139. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  140. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  141. aws_cdk/aws_iotevents/__init__.py +122 -6
  142. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  143. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  144. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  145. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  146. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  147. aws_cdk/aws_iotwireless/__init__.py +649 -22
  148. aws_cdk/aws_ivs/__init__.py +561 -57
  149. aws_cdk/aws_ivschat/__init__.py +24 -4
  150. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  151. aws_cdk/aws_kendra/__init__.py +120 -28
  152. aws_cdk/aws_kendraranking/__init__.py +13 -2
  153. aws_cdk/aws_kinesis/__init__.py +622 -22
  154. aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
  155. aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
  156. aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
  157. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  158. aws_cdk/aws_kms/__init__.py +188 -41
  159. aws_cdk/aws_lakeformation/__init__.py +80 -15
  160. aws_cdk/aws_lambda/__init__.py +2101 -252
  161. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  163. aws_cdk/aws_launchwizard/__init__.py +13 -2
  164. aws_cdk/aws_lex/__init__.py +871 -8
  165. aws_cdk/aws_licensemanager/__init__.py +24 -4
  166. aws_cdk/aws_lightsail/__init__.py +2159 -975
  167. aws_cdk/aws_location/__init__.py +618 -14
  168. aws_cdk/aws_logs/__init__.py +5904 -956
  169. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  170. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  171. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  172. aws_cdk/aws_m2/__init__.py +94 -19
  173. aws_cdk/aws_macie/__init__.py +49 -11
  174. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  175. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  176. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  177. aws_cdk/aws_medialive/__init__.py +1239 -35
  178. aws_cdk/aws_mediapackage/__init__.py +59 -12
  179. aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
  180. aws_cdk/aws_mediastore/__init__.py +13 -2
  181. aws_cdk/aws_mediatailor/__init__.py +583 -12
  182. aws_cdk/aws_memorydb/__init__.py +271 -12
  183. aws_cdk/aws_mpa/__init__.py +1495 -0
  184. aws_cdk/aws_msk/__init__.py +104 -18
  185. aws_cdk/aws_mwaa/__init__.py +121 -9
  186. aws_cdk/aws_neptune/__init__.py +290 -78
  187. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  188. aws_cdk/aws_networkfirewall/__init__.py +1289 -273
  189. aws_cdk/aws_networkmanager/__init__.py +349 -33
  190. aws_cdk/aws_nimblestudio/__init__.py +75 -8
  191. aws_cdk/aws_notifications/__init__.py +317 -12
  192. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  193. aws_cdk/aws_oam/__init__.py +24 -4
  194. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  195. aws_cdk/aws_odb/__init__.py +5872 -0
  196. aws_cdk/aws_omics/__init__.py +2495 -529
  197. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  198. aws_cdk/aws_opensearchservice/__init__.py +495 -19
  199. aws_cdk/aws_opsworks/__init__.py +235 -139
  200. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  201. aws_cdk/aws_organizations/__init__.py +70 -10
  202. aws_cdk/aws_osis/__init__.py +167 -2
  203. aws_cdk/aws_panorama/__init__.py +151 -6
  204. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  205. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  206. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  207. aws_cdk/aws_pcs/__init__.py +387 -68
  208. aws_cdk/aws_personalize/__init__.py +46 -8
  209. aws_cdk/aws_pinpoint/__init__.py +329 -38
  210. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  211. aws_cdk/aws_pipes/__init__.py +12 -2
  212. aws_cdk/aws_proton/__init__.py +37 -6
  213. aws_cdk/aws_qbusiness/__init__.py +635 -34
  214. aws_cdk/aws_qldb/__init__.py +24 -4
  215. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  216. aws_cdk/aws_ram/__init__.py +24 -4
  217. aws_cdk/aws_rbin/__init__.py +12 -2
  218. aws_cdk/aws_rds/__init__.py +3345 -512
  219. aws_cdk/aws_redshift/__init__.py +143 -20
  220. aws_cdk/aws_redshiftserverless/__init__.py +692 -4
  221. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  222. aws_cdk/aws_rekognition/__init__.py +93 -6
  223. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  224. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  225. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  226. aws_cdk/aws_robomaker/__init__.py +72 -12
  227. aws_cdk/aws_rolesanywhere/__init__.py +180 -6
  228. aws_cdk/aws_route53/__init__.py +3273 -1442
  229. aws_cdk/aws_route53_targets/__init__.py +3 -0
  230. aws_cdk/aws_route53profiles/__init__.py +37 -6
  231. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  232. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  233. aws_cdk/aws_route53resolver/__init__.py +226 -36
  234. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  235. aws_cdk/aws_rum/__init__.py +13 -2
  236. aws_cdk/aws_s3/__init__.py +1291 -158
  237. aws_cdk/aws_s3_assets/__init__.py +11 -11
  238. aws_cdk/aws_s3_deployment/__init__.py +147 -11
  239. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  240. aws_cdk/aws_s3express/__init__.py +266 -8
  241. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  242. aws_cdk/aws_s3outposts/__init__.py +46 -8
  243. aws_cdk/aws_s3tables/__init__.py +2000 -323
  244. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  245. aws_cdk/aws_sagemaker/__init__.py +6617 -363
  246. aws_cdk/aws_sam/__init__.py +79 -14
  247. aws_cdk/aws_scheduler/__init__.py +237 -4
  248. aws_cdk/aws_sdb/__init__.py +12 -2
  249. aws_cdk/aws_secretsmanager/__init__.py +170 -14
  250. aws_cdk/aws_securityhub/__init__.py +3121 -176
  251. aws_cdk/aws_securitylake/__init__.py +46 -8
  252. aws_cdk/aws_servicecatalog/__init__.py +405 -246
  253. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  254. aws_cdk/aws_servicediscovery/__init__.py +140 -47
  255. aws_cdk/aws_ses/__init__.py +1231 -140
  256. aws_cdk/aws_shield/__init__.py +46 -8
  257. aws_cdk/aws_signer/__init__.py +27 -4
  258. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  259. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  260. aws_cdk/aws_sns/__init__.py +245 -29
  261. aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
  262. aws_cdk/aws_sqs/__init__.py +211 -14
  263. aws_cdk/aws_ssm/__init__.py +401 -58
  264. aws_cdk/aws_ssmcontacts/__init__.py +46 -8
  265. aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
  266. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  267. aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
  268. aws_cdk/aws_sso/__init__.py +70 -12
  269. aws_cdk/aws_stepfunctions/__init__.py +615 -70
  270. aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
  271. aws_cdk/aws_supportapp/__init__.py +39 -6
  272. aws_cdk/aws_synthetics/__init__.py +861 -75
  273. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  274. aws_cdk/aws_timestream/__init__.py +104 -8
  275. aws_cdk/aws_transfer/__init__.py +784 -87
  276. aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
  277. aws_cdk/aws_voiceid/__init__.py +41 -2
  278. aws_cdk/aws_vpclattice/__init__.py +376 -30
  279. aws_cdk/aws_waf/__init__.py +79 -14
  280. aws_cdk/aws_wafregional/__init__.py +123 -22
  281. aws_cdk/aws_wafv2/__init__.py +1179 -60
  282. aws_cdk/aws_wisdom/__init__.py +1401 -90
  283. aws_cdk/aws_workspaces/__init__.py +93 -6
  284. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  285. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  286. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  287. aws_cdk/aws_xray/__init__.py +48 -8
  288. aws_cdk/cloud_assembly_schema/__init__.py +231 -6
  289. aws_cdk/custom_resources/__init__.py +40 -12
  290. aws_cdk/cx_api/__init__.py +85 -14
  291. aws_cdk/interfaces/__init__.py +739 -0
  292. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  293. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  295. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  296. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  297. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  298. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  299. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  300. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  301. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  302. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  303. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  304. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  305. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  306. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  307. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  308. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  309. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  310. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  311. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  312. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  313. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  314. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  315. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  316. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  317. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  318. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  319. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  320. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  321. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  322. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  323. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  324. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  325. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  326. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  327. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  328. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  329. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  330. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  331. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  332. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  333. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  334. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  335. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  336. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  337. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  338. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  339. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  340. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  341. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  342. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  343. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  344. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  345. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  346. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  347. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  348. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  349. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  350. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  351. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  352. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  353. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  354. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  355. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  356. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  358. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  359. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  360. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  361. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  362. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  363. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  364. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  365. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  366. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  367. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  368. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  369. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  370. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  371. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  372. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  373. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  374. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  376. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  377. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  378. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  379. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  380. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  381. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  382. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  383. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  385. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  386. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  387. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  388. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  389. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  390. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  391. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  392. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  393. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  394. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  396. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  397. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  398. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  399. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  400. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  401. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  402. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  403. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  404. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  405. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  406. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  407. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  408. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  409. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  410. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  411. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  412. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  413. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  414. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  415. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  416. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  417. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  418. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  419. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  420. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  421. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  422. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  423. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  424. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  425. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  426. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  427. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  428. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  429. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  430. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  431. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  432. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  433. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  434. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  436. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  437. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  438. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  439. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  440. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  441. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  442. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  443. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  444. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  445. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  446. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  447. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  448. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  449. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  450. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  451. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  452. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  453. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  454. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  455. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  456. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  457. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  458. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  459. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  460. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  461. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  462. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  463. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  464. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  465. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  466. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  467. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  468. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  469. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  470. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  471. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  472. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  473. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  474. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  475. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  476. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  477. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  478. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  479. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  480. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  481. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  482. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  483. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  484. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  485. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  486. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  487. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  488. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  489. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  490. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  491. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  492. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  493. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  494. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  495. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  496. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  497. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  498. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  499. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  500. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  501. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  502. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  503. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  504. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  505. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  506. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  507. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  508. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  509. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  510. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  511. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  512. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  513. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  514. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  515. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  516. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  517. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  518. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  519. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  520. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  521. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  522. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  523. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  524. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  525. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  526. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  527. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  528. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  529. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  530. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  531. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  532. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  533. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  534. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  535. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  536. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  537. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  538. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  539. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  540. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  541. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  542. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  543. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  544. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  545. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  546. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  547. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  548. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  549. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  550. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  551. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  552. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  553. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  554. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  555. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  556. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  557. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  558. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  559. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  560. aws_cdk/pipelines/__init__.py +192 -42
  561. aws_cdk/region_info/__init__.py +3 -0
  562. aws_cdk/triggers/__init__.py +60 -18
  563. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
  564. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  565. aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
  566. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  567. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  568. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  569. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -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)
@@ -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,7 +574,7 @@ 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,
@@ -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.
@@ -1376,6 +1483,7 @@ class CfnOriginEndpoint(
1376
1483
  :param force_endpoint_error_configuration: The failover settings for the endpoint.
1377
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:
@@ -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,53 +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
- '''The DASH manifest configuration associated with the origin endpoint.
1840
+ '''The base URLs to use for retrieving segments.
1711
1841
 
1712
- :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.
1713
- :param drm_signaling:
1714
- :param filter_configuration:
1715
- :param manifest_window_seconds:
1716
- :param min_buffer_time_seconds:
1717
- :param min_update_period_seconds:
1718
- :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.
1719
- :param scte_dash:
1720
- :param segment_template_format:
1721
- :param suggested_presentation_delay_seconds:
1722
- :param utc_timing:
1842
+ You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.
1723
1843
 
1724
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html
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
1725
1850
  :exampleMetadata: fixture=_generated
1726
1851
 
1727
1852
  Example::
@@ -1730,171 +1855,72 @@ class CfnOriginEndpoint(
1730
1855
  # The values are placeholders you should change.
1731
1856
  from aws_cdk import aws_mediapackagev2 as mediapackagev2
1732
1857
 
1733
- dash_manifest_configuration_property = mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty(
1734
- manifest_name="manifestName",
1858
+ dash_base_url_property = mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty(
1859
+ url="url",
1735
1860
 
1736
1861
  # the properties below are optional
1737
- drm_signaling="drmSignaling",
1738
- filter_configuration=mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty(
1739
- clip_start_time="clipStartTime",
1740
- end="end",
1741
- manifest_filter="manifestFilter",
1742
- start="start",
1743
- time_delay_seconds=123
1744
- ),
1745
- manifest_window_seconds=123,
1746
- min_buffer_time_seconds=123,
1747
- min_update_period_seconds=123,
1748
- period_triggers=["periodTriggers"],
1749
- scte_dash=mediapackagev2.CfnOriginEndpoint.ScteDashProperty(
1750
- ad_marker_dash="adMarkerDash"
1751
- ),
1752
- segment_template_format="segmentTemplateFormat",
1753
- suggested_presentation_delay_seconds=123,
1754
- utc_timing=mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty(
1755
- timing_mode="timingMode",
1756
- timing_source="timingSource"
1757
- )
1862
+ dvb_priority=123,
1863
+ dvb_weight=123,
1864
+ service_location="serviceLocation"
1758
1865
  )
1759
1866
  '''
1760
1867
  if __debug__:
1761
- type_hints = typing.get_type_hints(_typecheckingstub__20e3bfad4ae40517c778173bab356d7bd208497ee33a09fdc9e380135384dfc6)
1762
- check_type(argname="argument manifest_name", value=manifest_name, expected_type=type_hints["manifest_name"])
1763
- check_type(argname="argument drm_signaling", value=drm_signaling, expected_type=type_hints["drm_signaling"])
1764
- check_type(argname="argument filter_configuration", value=filter_configuration, expected_type=type_hints["filter_configuration"])
1765
- check_type(argname="argument manifest_window_seconds", value=manifest_window_seconds, expected_type=type_hints["manifest_window_seconds"])
1766
- check_type(argname="argument min_buffer_time_seconds", value=min_buffer_time_seconds, expected_type=type_hints["min_buffer_time_seconds"])
1767
- check_type(argname="argument min_update_period_seconds", value=min_update_period_seconds, expected_type=type_hints["min_update_period_seconds"])
1768
- check_type(argname="argument period_triggers", value=period_triggers, expected_type=type_hints["period_triggers"])
1769
- check_type(argname="argument scte_dash", value=scte_dash, expected_type=type_hints["scte_dash"])
1770
- check_type(argname="argument segment_template_format", value=segment_template_format, expected_type=type_hints["segment_template_format"])
1771
- check_type(argname="argument suggested_presentation_delay_seconds", value=suggested_presentation_delay_seconds, expected_type=type_hints["suggested_presentation_delay_seconds"])
1772
- 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"])
1773
1873
  self._values: typing.Dict[builtins.str, typing.Any] = {
1774
- "manifest_name": manifest_name,
1874
+ "url": url,
1775
1875
  }
1776
- if drm_signaling is not None:
1777
- self._values["drm_signaling"] = drm_signaling
1778
- if filter_configuration is not None:
1779
- self._values["filter_configuration"] = filter_configuration
1780
- if manifest_window_seconds is not None:
1781
- self._values["manifest_window_seconds"] = manifest_window_seconds
1782
- if min_buffer_time_seconds is not None:
1783
- self._values["min_buffer_time_seconds"] = min_buffer_time_seconds
1784
- if min_update_period_seconds is not None:
1785
- self._values["min_update_period_seconds"] = min_update_period_seconds
1786
- if period_triggers is not None:
1787
- self._values["period_triggers"] = period_triggers
1788
- if scte_dash is not None:
1789
- self._values["scte_dash"] = scte_dash
1790
- if segment_template_format is not None:
1791
- self._values["segment_template_format"] = segment_template_format
1792
- if suggested_presentation_delay_seconds is not None:
1793
- self._values["suggested_presentation_delay_seconds"] = suggested_presentation_delay_seconds
1794
- if utc_timing is not None:
1795
- 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
1796
1882
 
1797
1883
  @builtins.property
1798
- def manifest_name(self) -> builtins.str:
1799
- '''
1800
- 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.
1801
1886
 
1802
- :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
1803
1888
  '''
1804
- result = self._values.get("manifest_name")
1805
- 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"
1806
1891
  return typing.cast(builtins.str, result)
1807
1892
 
1808
1893
  @builtins.property
1809
- def drm_signaling(self) -> typing.Optional[builtins.str]:
1810
- '''
1811
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-drmsignaling
1812
- '''
1813
- result = self._values.get("drm_signaling")
1814
- return typing.cast(typing.Optional[builtins.str], result)
1815
-
1816
- @builtins.property
1817
- def filter_configuration(
1818
- self,
1819
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]]:
1820
- '''
1821
-
1822
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-filterconfiguration
1823
- '''
1824
- result = self._values.get("filter_configuration")
1825
- 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.
1826
1896
 
1827
- @builtins.property
1828
- def manifest_window_seconds(self) -> typing.Optional[jsii.Number]:
1829
- '''
1830
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-manifestwindowseconds
1831
- '''
1832
- result = self._values.get("manifest_window_seconds")
1833
- 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.
1834
1898
 
1835
- @builtins.property
1836
- def min_buffer_time_seconds(self) -> typing.Optional[jsii.Number]:
1837
- '''
1838
- :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
1839
1900
  '''
1840
- result = self._values.get("min_buffer_time_seconds")
1901
+ result = self._values.get("dvb_priority")
1841
1902
  return typing.cast(typing.Optional[jsii.Number], result)
1842
1903
 
1843
1904
  @builtins.property
1844
- def min_update_period_seconds(self) -> typing.Optional[jsii.Number]:
1845
- '''
1846
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minupdateperiodseconds
1847
- '''
1848
- result = self._values.get("min_update_period_seconds")
1849
- 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.
1850
1907
 
1851
- @builtins.property
1852
- def period_triggers(self) -> typing.Optional[typing.List[builtins.str]]:
1853
- '''
1854
- Leave this value empty to indicate that the manifest is contained all in one period.
1855
- 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.
1856
1909
 
1857
- :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
1858
1911
  '''
1859
- result = self._values.get("period_triggers")
1860
- 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)
1861
1914
 
1862
1915
  @builtins.property
1863
- def scte_dash(
1864
- self,
1865
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.ScteDashProperty"]]:
1866
- '''
1867
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-sctedash
1868
- '''
1869
- result = self._values.get("scte_dash")
1870
- 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.
1871
1918
 
1872
- @builtins.property
1873
- def segment_template_format(self) -> typing.Optional[builtins.str]:
1874
- '''
1875
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-segmenttemplateformat
1919
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-servicelocation
1876
1920
  '''
1877
- result = self._values.get("segment_template_format")
1921
+ result = self._values.get("service_location")
1878
1922
  return typing.cast(typing.Optional[builtins.str], result)
1879
1923
 
1880
- @builtins.property
1881
- def suggested_presentation_delay_seconds(self) -> typing.Optional[jsii.Number]:
1882
- '''
1883
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-suggestedpresentationdelayseconds
1884
- '''
1885
- result = self._values.get("suggested_presentation_delay_seconds")
1886
- return typing.cast(typing.Optional[jsii.Number], result)
1887
-
1888
- @builtins.property
1889
- def utc_timing(
1890
- self,
1891
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashUtcTimingProperty"]]:
1892
- '''
1893
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-utctiming
1894
- '''
1895
- result = self._values.get("utc_timing")
1896
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.DashUtcTimingProperty"]], result)
1897
-
1898
1924
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1899
1925
  return isinstance(rhs, self.__class__) and rhs._values == self._values
1900
1926
 
@@ -1902,28 +1928,36 @@ class CfnOriginEndpoint(
1902
1928
  return not (rhs == self)
1903
1929
 
1904
1930
  def __repr__(self) -> str:
1905
- return "DashManifestConfigurationProperty(%s)" % ", ".join(
1931
+ return "DashBaseUrlProperty(%s)" % ", ".join(
1906
1932
  k + "=" + repr(v) for k, v in self._values.items()
1907
1933
  )
1908
1934
 
1909
1935
  @jsii.data_type(
1910
- jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty",
1936
+ jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty",
1911
1937
  jsii_struct_bases=[],
1912
- name_mapping={"timing_mode": "timingMode", "timing_source": "timingSource"},
1938
+ name_mapping={
1939
+ "font_family": "fontFamily",
1940
+ "mime_type": "mimeType",
1941
+ "url": "url",
1942
+ },
1913
1943
  )
1914
- class DashUtcTimingProperty:
1944
+ class DashDvbFontDownloadProperty:
1915
1945
  def __init__(
1916
1946
  self,
1917
1947
  *,
1918
- timing_mode: typing.Optional[builtins.str] = None,
1919
- 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,
1920
1951
  ) -> None:
1921
- '''Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
1952
+ '''For use with DVB-DASH profiles only.
1922
1953
 
1923
- :param timing_mode: The UTC timing mode.
1924
- :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.
1925
1955
 
1926
- :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
1927
1961
  :exampleMetadata: fixture=_generated
1928
1962
 
1929
1963
  Example::
@@ -1932,7 +1966,877 @@ class CfnOriginEndpoint(
1932
1966
  # The values are placeholders you should change.
1933
1967
  from aws_cdk import aws_mediapackagev2 as mediapackagev2
1934
1968
 
1935
- dash_utc_timing_property = mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty(
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
2831
+ :exampleMetadata: fixture=_generated
2832
+
2833
+ Example::
2834
+
2835
+ # The code below shows an example of how to instantiate this type.
2836
+ # The values are placeholders you should change.
2837
+ from aws_cdk import aws_mediapackagev2 as mediapackagev2
2838
+
2839
+ dash_utc_timing_property = mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty(
1936
2840
  timing_mode="timingMode",
1937
2841
  timing_source="timingSource"
1938
2842
  )
@@ -2078,6 +2982,7 @@ class CfnOriginEndpoint(
2078
2982
  jsii_struct_bases=[],
2079
2983
  name_mapping={
2080
2984
  "cmaf_encryption_method": "cmafEncryptionMethod",
2985
+ "ism_encryption_method": "ismEncryptionMethod",
2081
2986
  "ts_encryption_method": "tsEncryptionMethod",
2082
2987
  },
2083
2988
  )
@@ -2086,11 +2991,13 @@ class CfnOriginEndpoint(
2086
2991
  self,
2087
2992
  *,
2088
2993
  cmaf_encryption_method: typing.Optional[builtins.str] = None,
2994
+ ism_encryption_method: typing.Optional[builtins.str] = None,
2089
2995
  ts_encryption_method: typing.Optional[builtins.str] = None,
2090
2996
  ) -> None:
2091
2997
  '''The encryption method associated with the origin endpoint.
2092
2998
 
2093
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.
2094
3001
  :param ts_encryption_method: The encryption method to use.
2095
3002
 
2096
3003
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptionmethod.html
@@ -2104,16 +3011,20 @@ class CfnOriginEndpoint(
2104
3011
 
2105
3012
  encryption_method_property = mediapackagev2.CfnOriginEndpoint.EncryptionMethodProperty(
2106
3013
  cmaf_encryption_method="cmafEncryptionMethod",
3014
+ ism_encryption_method="ismEncryptionMethod",
2107
3015
  ts_encryption_method="tsEncryptionMethod"
2108
3016
  )
2109
3017
  '''
2110
3018
  if __debug__:
2111
3019
  type_hints = typing.get_type_hints(_typecheckingstub__abdd735051ce598919313a259e3efc1aa635283b073d78fb9c4e876eef4ca8b8)
2112
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"])
2113
3022
  check_type(argname="argument ts_encryption_method", value=ts_encryption_method, expected_type=type_hints["ts_encryption_method"])
2114
3023
  self._values: typing.Dict[builtins.str, typing.Any] = {}
2115
3024
  if cmaf_encryption_method is not None:
2116
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
2117
3028
  if ts_encryption_method is not None:
2118
3029
  self._values["ts_encryption_method"] = ts_encryption_method
2119
3030
 
@@ -2126,6 +3037,17 @@ class CfnOriginEndpoint(
2126
3037
  result = self._values.get("cmaf_encryption_method")
2127
3038
  return typing.cast(typing.Optional[builtins.str], result)
2128
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
+
2129
3051
  @builtins.property
2130
3052
  def ts_encryption_method(self) -> typing.Optional[builtins.str]:
2131
3053
  '''The encryption method to use.
@@ -2152,6 +3074,7 @@ class CfnOriginEndpoint(
2152
3074
  name_mapping={
2153
3075
  "encryption_method": "encryptionMethod",
2154
3076
  "speke_key_provider": "spekeKeyProvider",
3077
+ "cmaf_exclude_segment_drm_metadata": "cmafExcludeSegmentDrmMetadata",
2155
3078
  "constant_initialization_vector": "constantInitializationVector",
2156
3079
  "key_rotation_interval_seconds": "keyRotationIntervalSeconds",
2157
3080
  },
@@ -2162,6 +3085,7 @@ class CfnOriginEndpoint(
2162
3085
  *,
2163
3086
  encryption_method: typing.Union[_IResolvable_da3f097b, typing.Union["CfnOriginEndpoint.EncryptionMethodProperty", typing.Dict[builtins.str, typing.Any]]],
2164
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,
2165
3089
  constant_initialization_vector: typing.Optional[builtins.str] = None,
2166
3090
  key_rotation_interval_seconds: typing.Optional[jsii.Number] = None,
2167
3091
  ) -> None:
@@ -2169,6 +3093,7 @@ class CfnOriginEndpoint(
2169
3093
 
2170
3094
  :param encryption_method: The encryption method to use.
2171
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``
2172
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).
2173
3098
  :param key_rotation_interval_seconds: The interval, in seconds, to rotate encryption keys for the origin endpoint.
2174
3099
 
@@ -2184,6 +3109,7 @@ class CfnOriginEndpoint(
2184
3109
  encryption_property = mediapackagev2.CfnOriginEndpoint.EncryptionProperty(
2185
3110
  encryption_method=mediapackagev2.CfnOriginEndpoint.EncryptionMethodProperty(
2186
3111
  cmaf_encryption_method="cmafEncryptionMethod",
3112
+ ism_encryption_method="ismEncryptionMethod",
2187
3113
  ts_encryption_method="tsEncryptionMethod"
2188
3114
  ),
2189
3115
  speke_key_provider=mediapackagev2.CfnOriginEndpoint.SpekeKeyProviderProperty(
@@ -2198,6 +3124,7 @@ class CfnOriginEndpoint(
2198
3124
  ),
2199
3125
 
2200
3126
  # the properties below are optional
3127
+ cmaf_exclude_segment_drm_metadata=False,
2201
3128
  constant_initialization_vector="constantInitializationVector",
2202
3129
  key_rotation_interval_seconds=123
2203
3130
  )
@@ -2206,12 +3133,15 @@ class CfnOriginEndpoint(
2206
3133
  type_hints = typing.get_type_hints(_typecheckingstub__ba68bba2e5edd62f12d66393f036d9e0dc8f60c4705d328714b3a2f959ba4a07)
2207
3134
  check_type(argname="argument encryption_method", value=encryption_method, expected_type=type_hints["encryption_method"])
2208
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"])
2209
3137
  check_type(argname="argument constant_initialization_vector", value=constant_initialization_vector, expected_type=type_hints["constant_initialization_vector"])
2210
3138
  check_type(argname="argument key_rotation_interval_seconds", value=key_rotation_interval_seconds, expected_type=type_hints["key_rotation_interval_seconds"])
2211
3139
  self._values: typing.Dict[builtins.str, typing.Any] = {
2212
3140
  "encryption_method": encryption_method,
2213
3141
  "speke_key_provider": speke_key_provider,
2214
3142
  }
3143
+ if cmaf_exclude_segment_drm_metadata is not None:
3144
+ self._values["cmaf_exclude_segment_drm_metadata"] = cmaf_exclude_segment_drm_metadata
2215
3145
  if constant_initialization_vector is not None:
2216
3146
  self._values["constant_initialization_vector"] = constant_initialization_vector
2217
3147
  if key_rotation_interval_seconds is not None:
@@ -2241,6 +3171,30 @@ class CfnOriginEndpoint(
2241
3171
  assert result is not None, "Required property 'speke_key_provider' is missing"
2242
3172
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.SpekeKeyProviderProperty"], result)
2243
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
+
2244
3198
  @builtins.property
2245
3199
  def constant_initialization_vector(self) -> typing.Optional[builtins.str]:
2246
3200
  '''A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content.
@@ -2498,13 +3452,13 @@ class CfnOriginEndpoint(
2498
3452
 
2499
3453
  :param manifest_name: The name of the manifest associated with the HLS manifest configuration.
2500
3454
  :param child_manifest_name: The name of the child manifest associated with the HLS manifest configuration.
2501
- :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.
2502
3456
  :param manifest_window_seconds: The duration of the manifest window, in seconds, for the HLS manifest configuration.
2503
3457
  :param program_date_time_interval_seconds: The ``EXT-X-PROGRAM-DATE-TIME`` interval, in seconds, associated with the HLS manifest configuration.
2504
3458
  :param scte_hls: THE SCTE-35 HLS configuration associated with the HLS manifest configuration.
2505
- :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.
2506
3460
  :param url: The URL of the HLS manifest configuration.
2507
- :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* .
2508
3462
 
2509
3463
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html
2510
3464
  :exampleMetadata: fixture=_generated
@@ -2596,7 +3550,7 @@ class CfnOriginEndpoint(
2596
3550
  def filter_configuration(
2597
3551
  self,
2598
3552
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]]:
2599
- '''
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.
2600
3554
 
2601
3555
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-filterconfiguration
2602
3556
  '''
@@ -2636,7 +3590,8 @@ class CfnOriginEndpoint(
2636
3590
  def start_tag(
2637
3591
  self,
2638
3592
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.StartTagProperty"]]:
2639
- '''
3593
+ '''To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.
3594
+
2640
3595
  When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
2641
3596
 
2642
3597
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-starttag
@@ -2657,8 +3612,9 @@ class CfnOriginEndpoint(
2657
3612
  def url_encode_child_manifest(
2658
3613
  self,
2659
3614
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2660
- '''
2661
- 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* .
2662
3618
 
2663
3619
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-urlencodechildmanifest
2664
3620
  '''
@@ -2709,13 +3665,13 @@ class CfnOriginEndpoint(
2709
3665
 
2710
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.
2711
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.
2712
- :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.
2713
3669
  :param manifest_window_seconds: The total duration (in seconds) of the manifest's content.
2714
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.
2715
3671
  :param scte_hls: The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.
2716
- :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.
2717
3673
  :param url: The URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.
2718
- :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* .
2719
3675
 
2720
3676
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html
2721
3677
  :exampleMetadata: fixture=_generated
@@ -2809,7 +3765,7 @@ class CfnOriginEndpoint(
2809
3765
  def filter_configuration(
2810
3766
  self,
2811
3767
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.FilterConfigurationProperty"]]:
2812
- '''
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.
2813
3769
 
2814
3770
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-filterconfiguration
2815
3771
  '''
@@ -2853,7 +3809,8 @@ class CfnOriginEndpoint(
2853
3809
  def start_tag(
2854
3810
  self,
2855
3811
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOriginEndpoint.StartTagProperty"]]:
2856
- '''
3812
+ '''To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.
3813
+
2857
3814
  When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
2858
3815
 
2859
3816
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-starttag
@@ -2874,8 +3831,9 @@ class CfnOriginEndpoint(
2874
3831
  def url_encode_child_manifest(
2875
3832
  self,
2876
3833
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2877
- '''
2878
- 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* .
2879
3837
 
2880
3838
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-urlencodechildmanifest
2881
3839
  '''
@@ -2893,6 +3851,124 @@ class CfnOriginEndpoint(
2893
3851
  k + "=" + repr(v) for k, v in self._values.items()
2894
3852
  )
2895
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
+
2896
3972
  @jsii.data_type(
2897
3973
  jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpoint.ScteDashProperty",
2898
3974
  jsii_struct_bases=[],
@@ -3113,6 +4189,7 @@ class CfnOriginEndpoint(
3113
4189
  encryption=mediapackagev2.CfnOriginEndpoint.EncryptionProperty(
3114
4190
  encryption_method=mediapackagev2.CfnOriginEndpoint.EncryptionMethodProperty(
3115
4191
  cmaf_encryption_method="cmafEncryptionMethod",
4192
+ ism_encryption_method="ismEncryptionMethod",
3116
4193
  ts_encryption_method="tsEncryptionMethod"
3117
4194
  ),
3118
4195
  speke_key_provider=mediapackagev2.CfnOriginEndpoint.SpekeKeyProviderProperty(
@@ -3127,6 +4204,7 @@ class CfnOriginEndpoint(
3127
4204
  ),
3128
4205
 
3129
4206
  # the properties below are optional
4207
+ cmaf_exclude_segment_drm_metadata=False,
3130
4208
  constant_initialization_vector="constantInitializationVector",
3131
4209
  key_rotation_interval_seconds=123
3132
4210
  ),
@@ -3466,7 +4544,7 @@ class CfnOriginEndpoint(
3466
4544
  )
3467
4545
 
3468
4546
 
3469
- @jsii.implements(_IInspectable_c2943556)
4547
+ @jsii.implements(_IInspectable_c2943556, _IOriginEndpointPolicyRef_b3d033fb)
3470
4548
  class CfnOriginEndpointPolicy(
3471
4549
  _CfnResource_9df397a6,
3472
4550
  metaclass=jsii.JSIIMeta,
@@ -3490,7 +4568,13 @@ class CfnOriginEndpointPolicy(
3490
4568
  channel_group_name="channelGroupName",
3491
4569
  channel_name="channelName",
3492
4570
  origin_endpoint_name="originEndpointName",
3493
- 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
+ )
3494
4578
  )
3495
4579
  '''
3496
4580
 
@@ -3503,14 +4587,17 @@ class CfnOriginEndpointPolicy(
3503
4587
  channel_name: builtins.str,
3504
4588
  origin_endpoint_name: builtins.str,
3505
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,
3506
4591
  ) -> None:
3507
- '''
4592
+ '''Create a new ``AWS::MediaPackageV2::OriginEndpointPolicy``.
4593
+
3508
4594
  :param scope: Scope in which this resource is defined.
3509
4595
  :param id: Construct identifier for this resource (unique in its scope).
3510
4596
  :param channel_group_name: The name of the channel group associated with the origin endpoint policy.
3511
4597
  :param channel_name: The channel name associated with the origin endpoint policy.
3512
4598
  :param origin_endpoint_name: The name of the origin endpoint associated with the origin endpoint policy.
3513
4599
  :param policy: The policy associated with the origin endpoint.
4600
+ :param cdn_auth_configuration: The settings to enable CDN authorization headers in MediaPackage.
3514
4601
  '''
3515
4602
  if __debug__:
3516
4603
  type_hints = typing.get_type_hints(_typecheckingstub__aac7ba5cbcac1c12933a477adf316805431ea433d0ce36ca80901377b6745377)
@@ -3521,6 +4608,7 @@ class CfnOriginEndpointPolicy(
3521
4608
  channel_name=channel_name,
3522
4609
  origin_endpoint_name=origin_endpoint_name,
3523
4610
  policy=policy,
4611
+ cdn_auth_configuration=cdn_auth_configuration,
3524
4612
  )
3525
4613
 
3526
4614
  jsii.create(self.__class__, self, [scope, id, props])
@@ -3560,6 +4648,12 @@ class CfnOriginEndpointPolicy(
3560
4648
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3561
4649
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3562
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
+
3563
4657
  @builtins.property
3564
4658
  @jsii.member(jsii_name="channelGroupName")
3565
4659
  def channel_group_name(self) -> builtins.str:
@@ -3612,6 +4706,98 @@ class CfnOriginEndpointPolicy(
3612
4706
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3613
4707
  jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
3614
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
+
3615
4801
 
3616
4802
  @jsii.data_type(
3617
4803
  jsii_type="aws-cdk-lib.aws_mediapackagev2.CfnOriginEndpointPolicyProps",
@@ -3621,6 +4807,7 @@ class CfnOriginEndpointPolicy(
3621
4807
  "channel_name": "channelName",
3622
4808
  "origin_endpoint_name": "originEndpointName",
3623
4809
  "policy": "policy",
4810
+ "cdn_auth_configuration": "cdnAuthConfiguration",
3624
4811
  },
3625
4812
  )
3626
4813
  class CfnOriginEndpointPolicyProps:
@@ -3631,6 +4818,7 @@ class CfnOriginEndpointPolicyProps:
3631
4818
  channel_name: builtins.str,
3632
4819
  origin_endpoint_name: builtins.str,
3633
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,
3634
4822
  ) -> None:
3635
4823
  '''Properties for defining a ``CfnOriginEndpointPolicy``.
3636
4824
 
@@ -3638,6 +4826,7 @@ class CfnOriginEndpointPolicyProps:
3638
4826
  :param channel_name: The channel name associated with the origin endpoint policy.
3639
4827
  :param origin_endpoint_name: The name of the origin endpoint associated with the origin endpoint policy.
3640
4828
  :param policy: The policy associated with the origin endpoint.
4829
+ :param cdn_auth_configuration: The settings to enable CDN authorization headers in MediaPackage.
3641
4830
 
3642
4831
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html
3643
4832
  :exampleMetadata: fixture=_generated
@@ -3654,7 +4843,13 @@ class CfnOriginEndpointPolicyProps:
3654
4843
  channel_group_name="channelGroupName",
3655
4844
  channel_name="channelName",
3656
4845
  origin_endpoint_name="originEndpointName",
3657
- 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
+ )
3658
4853
  )
3659
4854
  '''
3660
4855
  if __debug__:
@@ -3663,12 +4858,15 @@ class CfnOriginEndpointPolicyProps:
3663
4858
  check_type(argname="argument channel_name", value=channel_name, expected_type=type_hints["channel_name"])
3664
4859
  check_type(argname="argument origin_endpoint_name", value=origin_endpoint_name, expected_type=type_hints["origin_endpoint_name"])
3665
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"])
3666
4862
  self._values: typing.Dict[builtins.str, typing.Any] = {
3667
4863
  "channel_group_name": channel_group_name,
3668
4864
  "channel_name": channel_name,
3669
4865
  "origin_endpoint_name": origin_endpoint_name,
3670
4866
  "policy": policy,
3671
4867
  }
4868
+ if cdn_auth_configuration is not None:
4869
+ self._values["cdn_auth_configuration"] = cdn_auth_configuration
3672
4870
 
3673
4871
  @builtins.property
3674
4872
  def channel_group_name(self) -> builtins.str:
@@ -3710,6 +4908,17 @@ class CfnOriginEndpointPolicyProps:
3710
4908
  assert result is not None, "Required property 'policy' is missing"
3711
4909
  return typing.cast(typing.Any, result)
3712
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
+
3713
4922
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
3714
4923
  return isinstance(rhs, self.__class__) and rhs._values == self._values
3715
4924
 
@@ -3735,6 +4944,7 @@ class CfnOriginEndpointPolicyProps:
3735
4944
  "force_endpoint_error_configuration": "forceEndpointErrorConfiguration",
3736
4945
  "hls_manifests": "hlsManifests",
3737
4946
  "low_latency_hls_manifests": "lowLatencyHlsManifests",
4947
+ "mss_manifests": "mssManifests",
3738
4948
  "segment": "segment",
3739
4949
  "startover_window_seconds": "startoverWindowSeconds",
3740
4950
  "tags": "tags",
@@ -3753,6 +4963,7 @@ class CfnOriginEndpointProps:
3753
4963
  force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3754
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,
3755
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,
3756
4967
  segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SegmentProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3757
4968
  startover_window_seconds: typing.Optional[jsii.Number] = None,
3758
4969
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -3768,6 +4979,7 @@ class CfnOriginEndpointProps:
3768
4979
  :param force_endpoint_error_configuration: The failover settings for the endpoint.
3769
4980
  :param hls_manifests: The HLS manifests associated with the origin endpoint configuration.
3770
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.
3771
4983
  :param segment: The segment associated with the origin endpoint.
3772
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.
3773
4985
  :param tags: The tags associated with the origin endpoint.
@@ -3792,7 +5004,29 @@ class CfnOriginEndpointProps:
3792
5004
  manifest_name="manifestName",
3793
5005
 
3794
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",
3795
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
+ ),
3796
5030
  filter_configuration=mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty(
3797
5031
  clip_start_time="clipStartTime",
3798
5032
  end="end",
@@ -3804,10 +5038,23 @@ class CfnOriginEndpointProps:
3804
5038
  min_buffer_time_seconds=123,
3805
5039
  min_update_period_seconds=123,
3806
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
+ ),
3807
5049
  scte_dash=mediapackagev2.CfnOriginEndpoint.ScteDashProperty(
3808
5050
  ad_marker_dash="adMarkerDash"
3809
5051
  ),
3810
5052
  segment_template_format="segmentTemplateFormat",
5053
+ subtitle_configuration=mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty(
5054
+ ttml_configuration=mediapackagev2.CfnOriginEndpoint.DashTtmlConfigurationProperty(
5055
+ ttml_profile="ttmlProfile"
5056
+ )
5057
+ ),
3811
5058
  suggested_presentation_delay_seconds=123,
3812
5059
  utc_timing=mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty(
3813
5060
  timing_mode="timingMode",
@@ -3870,10 +5117,25 @@ class CfnOriginEndpointProps:
3870
5117
  url="url",
3871
5118
  url_encode_child_manifest=False
3872
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
+ )],
3873
5134
  segment=mediapackagev2.CfnOriginEndpoint.SegmentProperty(
3874
5135
  encryption=mediapackagev2.CfnOriginEndpoint.EncryptionProperty(
3875
5136
  encryption_method=mediapackagev2.CfnOriginEndpoint.EncryptionMethodProperty(
3876
5137
  cmaf_encryption_method="cmafEncryptionMethod",
5138
+ ism_encryption_method="ismEncryptionMethod",
3877
5139
  ts_encryption_method="tsEncryptionMethod"
3878
5140
  ),
3879
5141
  speke_key_provider=mediapackagev2.CfnOriginEndpoint.SpekeKeyProviderProperty(
@@ -3888,6 +5150,7 @@ class CfnOriginEndpointProps:
3888
5150
  ),
3889
5151
 
3890
5152
  # the properties below are optional
5153
+ cmaf_exclude_segment_drm_metadata=False,
3891
5154
  constant_initialization_vector="constantInitializationVector",
3892
5155
  key_rotation_interval_seconds=123
3893
5156
  ),
@@ -3918,6 +5181,7 @@ class CfnOriginEndpointProps:
3918
5181
  check_type(argname="argument force_endpoint_error_configuration", value=force_endpoint_error_configuration, expected_type=type_hints["force_endpoint_error_configuration"])
3919
5182
  check_type(argname="argument hls_manifests", value=hls_manifests, expected_type=type_hints["hls_manifests"])
3920
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"])
3921
5185
  check_type(argname="argument segment", value=segment, expected_type=type_hints["segment"])
3922
5186
  check_type(argname="argument startover_window_seconds", value=startover_window_seconds, expected_type=type_hints["startover_window_seconds"])
3923
5187
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
@@ -3937,6 +5201,8 @@ class CfnOriginEndpointProps:
3937
5201
  self._values["hls_manifests"] = hls_manifests
3938
5202
  if low_latency_hls_manifests is not None:
3939
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
3940
5206
  if segment is not None:
3941
5207
  self._values["segment"] = segment
3942
5208
  if startover_window_seconds is not None:
@@ -4037,6 +5303,19 @@ class CfnOriginEndpointProps:
4037
5303
  result = self._values.get("low_latency_hls_manifests")
4038
5304
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty]]]], result)
4039
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
+
4040
5319
  @builtins.property
4041
5320
  def segment(
4042
5321
  self,
@@ -4175,6 +5454,7 @@ def _typecheckingstub__52a72049adc4af63f65ccfb6f3c098cecb2b442bbe00bad4a877f2099
4175
5454
  def _typecheckingstub__116c8177c767f1c1239016dd387671ce140ac29b5e59b8e19832080acf68bef5(
4176
5455
  *,
4177
5456
  mqcs_input_switching: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5457
+ preferred_input: typing.Optional[jsii.Number] = None,
4178
5458
  ) -> None:
4179
5459
  """Type checking stubs"""
4180
5460
  pass
@@ -4312,6 +5592,7 @@ def _typecheckingstub__7dba3dfc2892c78e53aee7675a7a24aa25c0b29481aca92446e31a0d8
4312
5592
  force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4313
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,
4314
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,
4315
5596
  segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SegmentProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4316
5597
  startover_window_seconds: typing.Optional[jsii.Number] = None,
4317
5598
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -4385,6 +5666,12 @@ def _typecheckingstub__0ab0da83ecaf5e8b2eb477e1a7bb2f955c99813829faeb44ce46e408a
4385
5666
  """Type checking stubs"""
4386
5667
  pass
4387
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
+
4388
5675
  def _typecheckingstub__761931cab894d0c1a04fe9fe8aad0785de043e26b7f476c427bb231ae9fc1eeb(
4389
5676
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnOriginEndpoint.SegmentProperty]],
4390
5677
  ) -> None:
@@ -4403,23 +5690,89 @@ def _typecheckingstub__65cc25545f38d01b8ccc61c9494f0994747ef22d12fc3c94c71cb091a
4403
5690
  """Type checking stubs"""
4404
5691
  pass
4405
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
+
4406
5728
  def _typecheckingstub__20e3bfad4ae40517c778173bab356d7bd208497ee33a09fdc9e380135384dfc6(
4407
5729
  *,
4408
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,
4409
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,
4410
5735
  filter_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.FilterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4411
5736
  manifest_window_seconds: typing.Optional[jsii.Number] = None,
4412
5737
  min_buffer_time_seconds: typing.Optional[jsii.Number] = None,
4413
5738
  min_update_period_seconds: typing.Optional[jsii.Number] = None,
4414
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,
4415
5742
  scte_dash: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ScteDashProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4416
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,
4417
5745
  suggested_presentation_delay_seconds: typing.Optional[jsii.Number] = None,
4418
5746
  utc_timing: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.DashUtcTimingProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4419
5747
  ) -> None:
4420
5748
  """Type checking stubs"""
4421
5749
  pass
4422
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
+
4423
5776
  def _typecheckingstub__09bad37e3e4d3382385a9f8aab252d146616b680c49d6ef16671c82ef1248794(
4424
5777
  *,
4425
5778
  timing_mode: typing.Optional[builtins.str] = None,
@@ -4439,6 +5792,7 @@ def _typecheckingstub__5bec1eea406d4bb796486d5773d483a771df06a4cb391f44e1755e988
4439
5792
  def _typecheckingstub__abdd735051ce598919313a259e3efc1aa635283b073d78fb9c4e876eef4ca8b8(
4440
5793
  *,
4441
5794
  cmaf_encryption_method: typing.Optional[builtins.str] = None,
5795
+ ism_encryption_method: typing.Optional[builtins.str] = None,
4442
5796
  ts_encryption_method: typing.Optional[builtins.str] = None,
4443
5797
  ) -> None:
4444
5798
  """Type checking stubs"""
@@ -4448,6 +5802,7 @@ def _typecheckingstub__ba68bba2e5edd62f12d66393f036d9e0dc8f60c4705d328714b3a2f95
4448
5802
  *,
4449
5803
  encryption_method: typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.EncryptionMethodProperty, typing.Dict[builtins.str, typing.Any]]],
4450
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,
4451
5806
  constant_initialization_vector: typing.Optional[builtins.str] = None,
4452
5807
  key_rotation_interval_seconds: typing.Optional[jsii.Number] = None,
4453
5808
  ) -> None:
@@ -4502,6 +5857,16 @@ def _typecheckingstub__7ba3db62514b88b8da1b21ec0b9459116f857508c0670adb698a120b3
4502
5857
  """Type checking stubs"""
4503
5858
  pass
4504
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
+
4505
5870
  def _typecheckingstub__13ac94f52ccc71367f414c5388529d309fac2b39d9caa3e0e662dc2cfae97455(
4506
5871
  *,
4507
5872
  ad_marker_dash: typing.Optional[builtins.str] = None,
@@ -4563,6 +5928,7 @@ def _typecheckingstub__aac7ba5cbcac1c12933a477adf316805431ea433d0ce36ca80901377b
4563
5928
  channel_name: builtins.str,
4564
5929
  origin_endpoint_name: builtins.str,
4565
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,
4566
5932
  ) -> None:
4567
5933
  """Type checking stubs"""
4568
5934
  pass
@@ -4603,12 +5969,27 @@ def _typecheckingstub__03b8094def1eae0770367451a814cb41dcad8e59ef89ff30e7423278b
4603
5969
  """Type checking stubs"""
4604
5970
  pass
4605
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
+
4606
5986
  def _typecheckingstub__f894be53e4aa1a8dbf54a25d139b2ffb41422bce69404dd7f536c4f418ceaa35(
4607
5987
  *,
4608
5988
  channel_group_name: builtins.str,
4609
5989
  channel_name: builtins.str,
4610
5990
  origin_endpoint_name: builtins.str,
4611
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,
4612
5993
  ) -> None:
4613
5994
  """Type checking stubs"""
4614
5995
  pass
@@ -4624,6 +6005,7 @@ def _typecheckingstub__d261c9ffb32b381ea679962b9a614498343af1f15dd4bdfdbf788de76
4624
6005
  force_endpoint_error_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4625
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,
4626
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,
4627
6009
  segment: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOriginEndpoint.SegmentProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4628
6010
  startover_window_seconds: typing.Optional[jsii.Number] = None,
4629
6011
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,