aws-cdk-lib 2.172.0__py3-none-any.whl → 2.173.1__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 (69) hide show
  1. aws_cdk/__init__.py +57 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.172.0.jsii.tgz → aws-cdk-lib@2.173.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +40 -40
  5. aws_cdk/aws_apigateway/__init__.py +111 -64
  6. aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
  7. aws_cdk/aws_appsync/__init__.py +4 -3
  8. aws_cdk/aws_autoscaling/__init__.py +15 -6
  9. aws_cdk/aws_bedrock/__init__.py +32 -44
  10. aws_cdk/aws_chatbot/__init__.py +72 -46
  11. aws_cdk/aws_cleanrooms/__init__.py +4 -6
  12. aws_cdk/aws_cloudfront/__init__.py +4 -2
  13. aws_cdk/aws_cloudtrail/__init__.py +104 -68
  14. aws_cdk/aws_cloudwatch/__init__.py +51 -14
  15. aws_cdk/aws_codebuild/__init__.py +39 -0
  16. aws_cdk/aws_codepipeline/__init__.py +4 -4
  17. aws_cdk/aws_cognito/__init__.py +221 -53
  18. aws_cdk/aws_config/__init__.py +13 -10
  19. aws_cdk/aws_connect/__init__.py +25 -23
  20. aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
  21. aws_cdk/aws_docdb/__init__.py +128 -0
  22. aws_cdk/aws_dynamodb/__init__.py +256 -0
  23. aws_cdk/aws_ec2/__init__.py +130 -48
  24. aws_cdk/aws_ecs/__init__.py +25 -13
  25. aws_cdk/aws_eks/__init__.py +86 -24
  26. aws_cdk/aws_elasticache/__init__.py +22 -22
  27. aws_cdk/aws_elasticloadbalancingv2/__init__.py +138 -128
  28. aws_cdk/aws_events/__init__.py +39 -26
  29. aws_cdk/aws_fsx/__init__.py +134 -10
  30. aws_cdk/aws_imagebuilder/__init__.py +8 -8
  31. aws_cdk/aws_invoicing/__init__.py +651 -0
  32. aws_cdk/aws_iot/__init__.py +28 -22
  33. aws_cdk/aws_iotfleetwise/__init__.py +473 -332
  34. aws_cdk/aws_iotsitewise/__init__.py +6 -4
  35. aws_cdk/aws_ivs/__init__.py +43 -31
  36. aws_cdk/aws_kendra/__init__.py +4 -0
  37. aws_cdk/aws_lakeformation/__init__.py +2 -1
  38. aws_cdk/aws_lambda/__init__.py +258 -156
  39. aws_cdk/aws_logs/__init__.py +532 -0
  40. aws_cdk/aws_m2/__init__.py +15 -15
  41. aws_cdk/aws_mediaconnect/__init__.py +24 -14
  42. aws_cdk/aws_medialive/__init__.py +2359 -5
  43. aws_cdk/aws_mediapackage/__init__.py +3 -9
  44. aws_cdk/aws_mediapackagev2/__init__.py +19 -17
  45. aws_cdk/aws_memorydb/__init__.py +664 -4
  46. aws_cdk/aws_qbusiness/__init__.py +2018 -66
  47. aws_cdk/aws_rds/__init__.py +30 -0
  48. aws_cdk/aws_resourcegroups/__init__.py +26 -17
  49. aws_cdk/aws_route53/__init__.py +1177 -10
  50. aws_cdk/aws_route53_targets/__init__.py +224 -100
  51. aws_cdk/aws_route53resolver/__init__.py +4 -2
  52. aws_cdk/aws_s3/__init__.py +4 -4
  53. aws_cdk/aws_s3express/__init__.py +30 -19
  54. aws_cdk/aws_sagemaker/__init__.py +783 -9
  55. aws_cdk/aws_secretsmanager/__init__.py +20 -6
  56. aws_cdk/aws_securityhub/__init__.py +64 -32
  57. aws_cdk/aws_servicediscovery/__init__.py +43 -0
  58. aws_cdk/aws_ses/__init__.py +109 -0
  59. aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
  60. aws_cdk/aws_synthetics/__init__.py +7 -5
  61. aws_cdk/aws_vpclattice/__init__.py +1479 -122
  62. aws_cdk/aws_wisdom/__init__.py +2698 -232
  63. aws_cdk/aws_workspacesweb/__init__.py +118 -61
  64. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/METADATA +1 -1
  65. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/RECORD +69 -68
  66. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/LICENSE +0 -0
  67. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/NOTICE +0 -0
  68. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/WHEEL +0 -0
  69. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/top_level.txt +0 -0
@@ -94,6 +94,7 @@ class CfnChannel(
94
94
  scope: _constructs_77d1e7e8.Construct,
95
95
  id: builtins.str,
96
96
  *,
97
+ anywhere_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.AnywhereSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
97
98
  cdi_input_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.CdiInputSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
98
99
  channel_class: typing.Optional[builtins.str] = None,
99
100
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputDestinationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -110,6 +111,7 @@ class CfnChannel(
110
111
  '''
111
112
  :param scope: Scope in which this resource is defined.
112
113
  :param id: Construct identifier for this resource (unique in its scope).
114
+ :param anywhere_settings:
113
115
  :param cdi_input_specification: Specification of CDI inputs for this channel.
114
116
  :param channel_class: The class for this channel. For a channel with two pipelines, the class is STANDARD. For a channel with one pipeline, the class is SINGLE_PIPELINE.
115
117
  :param destinations: The settings that identify the destination for the outputs in this MediaLive output package.
@@ -128,6 +130,7 @@ class CfnChannel(
128
130
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
129
131
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
130
132
  props = CfnChannelProps(
133
+ anywhere_settings=anywhere_settings,
131
134
  cdi_input_specification=cdi_input_specification,
132
135
  channel_class=channel_class,
133
136
  destinations=destinations,
@@ -218,6 +221,23 @@ class CfnChannel(
218
221
  '''Tag Manager which manages the tags for this resource.'''
219
222
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
220
223
 
224
+ @builtins.property
225
+ @jsii.member(jsii_name="anywhereSettings")
226
+ def anywhere_settings(
227
+ self,
228
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.AnywhereSettingsProperty"]]:
229
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.AnywhereSettingsProperty"]], jsii.get(self, "anywhereSettings"))
230
+
231
+ @anywhere_settings.setter
232
+ def anywhere_settings(
233
+ self,
234
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.AnywhereSettingsProperty"]],
235
+ ) -> None:
236
+ if __debug__:
237
+ type_hints = typing.get_type_hints(_typecheckingstub__fd7334cacbe92d6917c2266de7d120f4dfdf1176775aaa8b7fb067d8645290e0)
238
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
239
+ jsii.set(self, "anywhereSettings", value) # pyright: ignore[reportArgumentType]
240
+
221
241
  @builtins.property
222
242
  @jsii.member(jsii_name="cdiInputSpecification")
223
243
  def cdi_input_specification(
@@ -847,6 +867,76 @@ class CfnChannel(
847
867
  k + "=" + repr(v) for k, v in self._values.items()
848
868
  )
849
869
 
870
+ @jsii.data_type(
871
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.AnywhereSettingsProperty",
872
+ jsii_struct_bases=[],
873
+ name_mapping={
874
+ "channel_placement_group_id": "channelPlacementGroupId",
875
+ "cluster_id": "clusterId",
876
+ },
877
+ )
878
+ class AnywhereSettingsProperty:
879
+ def __init__(
880
+ self,
881
+ *,
882
+ channel_placement_group_id: typing.Optional[builtins.str] = None,
883
+ cluster_id: typing.Optional[builtins.str] = None,
884
+ ) -> None:
885
+ '''
886
+ :param channel_placement_group_id:
887
+ :param cluster_id:
888
+
889
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-anywheresettings.html
890
+ :exampleMetadata: fixture=_generated
891
+
892
+ Example::
893
+
894
+ # The code below shows an example of how to instantiate this type.
895
+ # The values are placeholders you should change.
896
+ from aws_cdk import aws_medialive as medialive
897
+
898
+ anywhere_settings_property = medialive.CfnChannel.AnywhereSettingsProperty(
899
+ channel_placement_group_id="channelPlacementGroupId",
900
+ cluster_id="clusterId"
901
+ )
902
+ '''
903
+ if __debug__:
904
+ type_hints = typing.get_type_hints(_typecheckingstub__d6c0a8023466233d1db2bd05632377d60e6162786b0431e78a4be1aaf7c02d4c)
905
+ check_type(argname="argument channel_placement_group_id", value=channel_placement_group_id, expected_type=type_hints["channel_placement_group_id"])
906
+ check_type(argname="argument cluster_id", value=cluster_id, expected_type=type_hints["cluster_id"])
907
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
908
+ if channel_placement_group_id is not None:
909
+ self._values["channel_placement_group_id"] = channel_placement_group_id
910
+ if cluster_id is not None:
911
+ self._values["cluster_id"] = cluster_id
912
+
913
+ @builtins.property
914
+ def channel_placement_group_id(self) -> typing.Optional[builtins.str]:
915
+ '''
916
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-anywheresettings.html#cfn-medialive-channel-anywheresettings-channelplacementgroupid
917
+ '''
918
+ result = self._values.get("channel_placement_group_id")
919
+ return typing.cast(typing.Optional[builtins.str], result)
920
+
921
+ @builtins.property
922
+ def cluster_id(self) -> typing.Optional[builtins.str]:
923
+ '''
924
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-anywheresettings.html#cfn-medialive-channel-anywheresettings-clusterid
925
+ '''
926
+ result = self._values.get("cluster_id")
927
+ return typing.cast(typing.Optional[builtins.str], result)
928
+
929
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
930
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
931
+
932
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
933
+ return not (rhs == self)
934
+
935
+ def __repr__(self) -> str:
936
+ return "AnywhereSettingsProperty(%s)" % ", ".join(
937
+ k + "=" + repr(v) for k, v in self._values.items()
938
+ )
939
+
850
940
  @jsii.data_type(
851
941
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.ArchiveCdnSettingsProperty",
852
942
  jsii_struct_bases=[],
@@ -3191,6 +3281,430 @@ class CfnChannel(
3191
3281
  k + "=" + repr(v) for k, v in self._values.items()
3192
3282
  )
3193
3283
 
3284
+ @jsii.data_type(
3285
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.Av1ColorSpaceSettingsProperty",
3286
+ jsii_struct_bases=[],
3287
+ name_mapping={
3288
+ "color_space_passthrough_settings": "colorSpacePassthroughSettings",
3289
+ "hdr10_settings": "hdr10Settings",
3290
+ "rec601_settings": "rec601Settings",
3291
+ "rec709_settings": "rec709Settings",
3292
+ },
3293
+ )
3294
+ class Av1ColorSpaceSettingsProperty:
3295
+ def __init__(
3296
+ self,
3297
+ *,
3298
+ color_space_passthrough_settings: typing.Any = None,
3299
+ hdr10_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.Hdr10SettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3300
+ rec601_settings: typing.Any = None,
3301
+ rec709_settings: typing.Any = None,
3302
+ ) -> None:
3303
+ '''
3304
+ :param color_space_passthrough_settings:
3305
+ :param hdr10_settings:
3306
+ :param rec601_settings:
3307
+ :param rec709_settings:
3308
+
3309
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1colorspacesettings.html
3310
+ :exampleMetadata: fixture=_generated
3311
+
3312
+ Example::
3313
+
3314
+ # The code below shows an example of how to instantiate this type.
3315
+ # The values are placeholders you should change.
3316
+ from aws_cdk import aws_medialive as medialive
3317
+
3318
+ # color_space_passthrough_settings: Any
3319
+ # rec601_settings: Any
3320
+ # rec709_settings: Any
3321
+
3322
+ av1_color_space_settings_property = medialive.CfnChannel.Av1ColorSpaceSettingsProperty(
3323
+ color_space_passthrough_settings=color_space_passthrough_settings,
3324
+ hdr10_settings=medialive.CfnChannel.Hdr10SettingsProperty(
3325
+ max_cll=123,
3326
+ max_fall=123
3327
+ ),
3328
+ rec601_settings=rec601_settings,
3329
+ rec709_settings=rec709_settings
3330
+ )
3331
+ '''
3332
+ if __debug__:
3333
+ type_hints = typing.get_type_hints(_typecheckingstub__fc0689af3b0f6f7131d0da1e3e64aeee57f565115f0a26ac370f2cf08cbba949)
3334
+ check_type(argname="argument color_space_passthrough_settings", value=color_space_passthrough_settings, expected_type=type_hints["color_space_passthrough_settings"])
3335
+ check_type(argname="argument hdr10_settings", value=hdr10_settings, expected_type=type_hints["hdr10_settings"])
3336
+ check_type(argname="argument rec601_settings", value=rec601_settings, expected_type=type_hints["rec601_settings"])
3337
+ check_type(argname="argument rec709_settings", value=rec709_settings, expected_type=type_hints["rec709_settings"])
3338
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3339
+ if color_space_passthrough_settings is not None:
3340
+ self._values["color_space_passthrough_settings"] = color_space_passthrough_settings
3341
+ if hdr10_settings is not None:
3342
+ self._values["hdr10_settings"] = hdr10_settings
3343
+ if rec601_settings is not None:
3344
+ self._values["rec601_settings"] = rec601_settings
3345
+ if rec709_settings is not None:
3346
+ self._values["rec709_settings"] = rec709_settings
3347
+
3348
+ @builtins.property
3349
+ def color_space_passthrough_settings(self) -> typing.Any:
3350
+ '''
3351
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1colorspacesettings.html#cfn-medialive-channel-av1colorspacesettings-colorspacepassthroughsettings
3352
+ '''
3353
+ result = self._values.get("color_space_passthrough_settings")
3354
+ return typing.cast(typing.Any, result)
3355
+
3356
+ @builtins.property
3357
+ def hdr10_settings(
3358
+ self,
3359
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.Hdr10SettingsProperty"]]:
3360
+ '''
3361
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1colorspacesettings.html#cfn-medialive-channel-av1colorspacesettings-hdr10settings
3362
+ '''
3363
+ result = self._values.get("hdr10_settings")
3364
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.Hdr10SettingsProperty"]], result)
3365
+
3366
+ @builtins.property
3367
+ def rec601_settings(self) -> typing.Any:
3368
+ '''
3369
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1colorspacesettings.html#cfn-medialive-channel-av1colorspacesettings-rec601settings
3370
+ '''
3371
+ result = self._values.get("rec601_settings")
3372
+ return typing.cast(typing.Any, result)
3373
+
3374
+ @builtins.property
3375
+ def rec709_settings(self) -> typing.Any:
3376
+ '''
3377
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1colorspacesettings.html#cfn-medialive-channel-av1colorspacesettings-rec709settings
3378
+ '''
3379
+ result = self._values.get("rec709_settings")
3380
+ return typing.cast(typing.Any, result)
3381
+
3382
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3383
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3384
+
3385
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3386
+ return not (rhs == self)
3387
+
3388
+ def __repr__(self) -> str:
3389
+ return "Av1ColorSpaceSettingsProperty(%s)" % ", ".join(
3390
+ k + "=" + repr(v) for k, v in self._values.items()
3391
+ )
3392
+
3393
+ @jsii.data_type(
3394
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.Av1SettingsProperty",
3395
+ jsii_struct_bases=[],
3396
+ name_mapping={
3397
+ "afd_signaling": "afdSignaling",
3398
+ "buf_size": "bufSize",
3399
+ "color_space_settings": "colorSpaceSettings",
3400
+ "fixed_afd": "fixedAfd",
3401
+ "framerate_denominator": "framerateDenominator",
3402
+ "framerate_numerator": "framerateNumerator",
3403
+ "gop_size": "gopSize",
3404
+ "gop_size_units": "gopSizeUnits",
3405
+ "level": "level",
3406
+ "look_ahead_rate_control": "lookAheadRateControl",
3407
+ "max_bitrate": "maxBitrate",
3408
+ "min_i_interval": "minIInterval",
3409
+ "par_denominator": "parDenominator",
3410
+ "par_numerator": "parNumerator",
3411
+ "qvbr_quality_level": "qvbrQualityLevel",
3412
+ "scene_change_detect": "sceneChangeDetect",
3413
+ "timecode_burnin_settings": "timecodeBurninSettings",
3414
+ },
3415
+ )
3416
+ class Av1SettingsProperty:
3417
+ def __init__(
3418
+ self,
3419
+ *,
3420
+ afd_signaling: typing.Optional[builtins.str] = None,
3421
+ buf_size: typing.Optional[jsii.Number] = None,
3422
+ color_space_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.Av1ColorSpaceSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3423
+ fixed_afd: typing.Optional[builtins.str] = None,
3424
+ framerate_denominator: typing.Optional[jsii.Number] = None,
3425
+ framerate_numerator: typing.Optional[jsii.Number] = None,
3426
+ gop_size: typing.Optional[jsii.Number] = None,
3427
+ gop_size_units: typing.Optional[builtins.str] = None,
3428
+ level: typing.Optional[builtins.str] = None,
3429
+ look_ahead_rate_control: typing.Optional[builtins.str] = None,
3430
+ max_bitrate: typing.Optional[jsii.Number] = None,
3431
+ min_i_interval: typing.Optional[jsii.Number] = None,
3432
+ par_denominator: typing.Optional[jsii.Number] = None,
3433
+ par_numerator: typing.Optional[jsii.Number] = None,
3434
+ qvbr_quality_level: typing.Optional[jsii.Number] = None,
3435
+ scene_change_detect: typing.Optional[builtins.str] = None,
3436
+ timecode_burnin_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.TimecodeBurninSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3437
+ ) -> None:
3438
+ '''
3439
+ :param afd_signaling:
3440
+ :param buf_size:
3441
+ :param color_space_settings:
3442
+ :param fixed_afd:
3443
+ :param framerate_denominator:
3444
+ :param framerate_numerator:
3445
+ :param gop_size:
3446
+ :param gop_size_units:
3447
+ :param level:
3448
+ :param look_ahead_rate_control:
3449
+ :param max_bitrate:
3450
+ :param min_i_interval:
3451
+ :param par_denominator:
3452
+ :param par_numerator:
3453
+ :param qvbr_quality_level:
3454
+ :param scene_change_detect:
3455
+ :param timecode_burnin_settings:
3456
+
3457
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html
3458
+ :exampleMetadata: fixture=_generated
3459
+
3460
+ Example::
3461
+
3462
+ # The code below shows an example of how to instantiate this type.
3463
+ # The values are placeholders you should change.
3464
+ from aws_cdk import aws_medialive as medialive
3465
+
3466
+ # color_space_passthrough_settings: Any
3467
+ # rec601_settings: Any
3468
+ # rec709_settings: Any
3469
+
3470
+ av1_settings_property = medialive.CfnChannel.Av1SettingsProperty(
3471
+ afd_signaling="afdSignaling",
3472
+ buf_size=123,
3473
+ color_space_settings=medialive.CfnChannel.Av1ColorSpaceSettingsProperty(
3474
+ color_space_passthrough_settings=color_space_passthrough_settings,
3475
+ hdr10_settings=medialive.CfnChannel.Hdr10SettingsProperty(
3476
+ max_cll=123,
3477
+ max_fall=123
3478
+ ),
3479
+ rec601_settings=rec601_settings,
3480
+ rec709_settings=rec709_settings
3481
+ ),
3482
+ fixed_afd="fixedAfd",
3483
+ framerate_denominator=123,
3484
+ framerate_numerator=123,
3485
+ gop_size=123,
3486
+ gop_size_units="gopSizeUnits",
3487
+ level="level",
3488
+ look_ahead_rate_control="lookAheadRateControl",
3489
+ max_bitrate=123,
3490
+ min_iInterval=123,
3491
+ par_denominator=123,
3492
+ par_numerator=123,
3493
+ qvbr_quality_level=123,
3494
+ scene_change_detect="sceneChangeDetect",
3495
+ timecode_burnin_settings=medialive.CfnChannel.TimecodeBurninSettingsProperty(
3496
+ font_size="fontSize",
3497
+ position="position",
3498
+ prefix="prefix"
3499
+ )
3500
+ )
3501
+ '''
3502
+ if __debug__:
3503
+ type_hints = typing.get_type_hints(_typecheckingstub__1911156090a37730cd16cc0d13076f448f8b192dca9427883cf77e884bbd03df)
3504
+ check_type(argname="argument afd_signaling", value=afd_signaling, expected_type=type_hints["afd_signaling"])
3505
+ check_type(argname="argument buf_size", value=buf_size, expected_type=type_hints["buf_size"])
3506
+ check_type(argname="argument color_space_settings", value=color_space_settings, expected_type=type_hints["color_space_settings"])
3507
+ check_type(argname="argument fixed_afd", value=fixed_afd, expected_type=type_hints["fixed_afd"])
3508
+ check_type(argname="argument framerate_denominator", value=framerate_denominator, expected_type=type_hints["framerate_denominator"])
3509
+ check_type(argname="argument framerate_numerator", value=framerate_numerator, expected_type=type_hints["framerate_numerator"])
3510
+ check_type(argname="argument gop_size", value=gop_size, expected_type=type_hints["gop_size"])
3511
+ check_type(argname="argument gop_size_units", value=gop_size_units, expected_type=type_hints["gop_size_units"])
3512
+ check_type(argname="argument level", value=level, expected_type=type_hints["level"])
3513
+ check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
3514
+ check_type(argname="argument max_bitrate", value=max_bitrate, expected_type=type_hints["max_bitrate"])
3515
+ check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
3516
+ check_type(argname="argument par_denominator", value=par_denominator, expected_type=type_hints["par_denominator"])
3517
+ check_type(argname="argument par_numerator", value=par_numerator, expected_type=type_hints["par_numerator"])
3518
+ check_type(argname="argument qvbr_quality_level", value=qvbr_quality_level, expected_type=type_hints["qvbr_quality_level"])
3519
+ check_type(argname="argument scene_change_detect", value=scene_change_detect, expected_type=type_hints["scene_change_detect"])
3520
+ check_type(argname="argument timecode_burnin_settings", value=timecode_burnin_settings, expected_type=type_hints["timecode_burnin_settings"])
3521
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3522
+ if afd_signaling is not None:
3523
+ self._values["afd_signaling"] = afd_signaling
3524
+ if buf_size is not None:
3525
+ self._values["buf_size"] = buf_size
3526
+ if color_space_settings is not None:
3527
+ self._values["color_space_settings"] = color_space_settings
3528
+ if fixed_afd is not None:
3529
+ self._values["fixed_afd"] = fixed_afd
3530
+ if framerate_denominator is not None:
3531
+ self._values["framerate_denominator"] = framerate_denominator
3532
+ if framerate_numerator is not None:
3533
+ self._values["framerate_numerator"] = framerate_numerator
3534
+ if gop_size is not None:
3535
+ self._values["gop_size"] = gop_size
3536
+ if gop_size_units is not None:
3537
+ self._values["gop_size_units"] = gop_size_units
3538
+ if level is not None:
3539
+ self._values["level"] = level
3540
+ if look_ahead_rate_control is not None:
3541
+ self._values["look_ahead_rate_control"] = look_ahead_rate_control
3542
+ if max_bitrate is not None:
3543
+ self._values["max_bitrate"] = max_bitrate
3544
+ if min_i_interval is not None:
3545
+ self._values["min_i_interval"] = min_i_interval
3546
+ if par_denominator is not None:
3547
+ self._values["par_denominator"] = par_denominator
3548
+ if par_numerator is not None:
3549
+ self._values["par_numerator"] = par_numerator
3550
+ if qvbr_quality_level is not None:
3551
+ self._values["qvbr_quality_level"] = qvbr_quality_level
3552
+ if scene_change_detect is not None:
3553
+ self._values["scene_change_detect"] = scene_change_detect
3554
+ if timecode_burnin_settings is not None:
3555
+ self._values["timecode_burnin_settings"] = timecode_burnin_settings
3556
+
3557
+ @builtins.property
3558
+ def afd_signaling(self) -> typing.Optional[builtins.str]:
3559
+ '''
3560
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-afdsignaling
3561
+ '''
3562
+ result = self._values.get("afd_signaling")
3563
+ return typing.cast(typing.Optional[builtins.str], result)
3564
+
3565
+ @builtins.property
3566
+ def buf_size(self) -> typing.Optional[jsii.Number]:
3567
+ '''
3568
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-bufsize
3569
+ '''
3570
+ result = self._values.get("buf_size")
3571
+ return typing.cast(typing.Optional[jsii.Number], result)
3572
+
3573
+ @builtins.property
3574
+ def color_space_settings(
3575
+ self,
3576
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.Av1ColorSpaceSettingsProperty"]]:
3577
+ '''
3578
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-colorspacesettings
3579
+ '''
3580
+ result = self._values.get("color_space_settings")
3581
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.Av1ColorSpaceSettingsProperty"]], result)
3582
+
3583
+ @builtins.property
3584
+ def fixed_afd(self) -> typing.Optional[builtins.str]:
3585
+ '''
3586
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-fixedafd
3587
+ '''
3588
+ result = self._values.get("fixed_afd")
3589
+ return typing.cast(typing.Optional[builtins.str], result)
3590
+
3591
+ @builtins.property
3592
+ def framerate_denominator(self) -> typing.Optional[jsii.Number]:
3593
+ '''
3594
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-frameratedenominator
3595
+ '''
3596
+ result = self._values.get("framerate_denominator")
3597
+ return typing.cast(typing.Optional[jsii.Number], result)
3598
+
3599
+ @builtins.property
3600
+ def framerate_numerator(self) -> typing.Optional[jsii.Number]:
3601
+ '''
3602
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-frameratenumerator
3603
+ '''
3604
+ result = self._values.get("framerate_numerator")
3605
+ return typing.cast(typing.Optional[jsii.Number], result)
3606
+
3607
+ @builtins.property
3608
+ def gop_size(self) -> typing.Optional[jsii.Number]:
3609
+ '''
3610
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-gopsize
3611
+ '''
3612
+ result = self._values.get("gop_size")
3613
+ return typing.cast(typing.Optional[jsii.Number], result)
3614
+
3615
+ @builtins.property
3616
+ def gop_size_units(self) -> typing.Optional[builtins.str]:
3617
+ '''
3618
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-gopsizeunits
3619
+ '''
3620
+ result = self._values.get("gop_size_units")
3621
+ return typing.cast(typing.Optional[builtins.str], result)
3622
+
3623
+ @builtins.property
3624
+ def level(self) -> typing.Optional[builtins.str]:
3625
+ '''
3626
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-level
3627
+ '''
3628
+ result = self._values.get("level")
3629
+ return typing.cast(typing.Optional[builtins.str], result)
3630
+
3631
+ @builtins.property
3632
+ def look_ahead_rate_control(self) -> typing.Optional[builtins.str]:
3633
+ '''
3634
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-lookaheadratecontrol
3635
+ '''
3636
+ result = self._values.get("look_ahead_rate_control")
3637
+ return typing.cast(typing.Optional[builtins.str], result)
3638
+
3639
+ @builtins.property
3640
+ def max_bitrate(self) -> typing.Optional[jsii.Number]:
3641
+ '''
3642
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-maxbitrate
3643
+ '''
3644
+ result = self._values.get("max_bitrate")
3645
+ return typing.cast(typing.Optional[jsii.Number], result)
3646
+
3647
+ @builtins.property
3648
+ def min_i_interval(self) -> typing.Optional[jsii.Number]:
3649
+ '''
3650
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-miniinterval
3651
+ '''
3652
+ result = self._values.get("min_i_interval")
3653
+ return typing.cast(typing.Optional[jsii.Number], result)
3654
+
3655
+ @builtins.property
3656
+ def par_denominator(self) -> typing.Optional[jsii.Number]:
3657
+ '''
3658
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-pardenominator
3659
+ '''
3660
+ result = self._values.get("par_denominator")
3661
+ return typing.cast(typing.Optional[jsii.Number], result)
3662
+
3663
+ @builtins.property
3664
+ def par_numerator(self) -> typing.Optional[jsii.Number]:
3665
+ '''
3666
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-parnumerator
3667
+ '''
3668
+ result = self._values.get("par_numerator")
3669
+ return typing.cast(typing.Optional[jsii.Number], result)
3670
+
3671
+ @builtins.property
3672
+ def qvbr_quality_level(self) -> typing.Optional[jsii.Number]:
3673
+ '''
3674
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-qvbrqualitylevel
3675
+ '''
3676
+ result = self._values.get("qvbr_quality_level")
3677
+ return typing.cast(typing.Optional[jsii.Number], result)
3678
+
3679
+ @builtins.property
3680
+ def scene_change_detect(self) -> typing.Optional[builtins.str]:
3681
+ '''
3682
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-scenechangedetect
3683
+ '''
3684
+ result = self._values.get("scene_change_detect")
3685
+ return typing.cast(typing.Optional[builtins.str], result)
3686
+
3687
+ @builtins.property
3688
+ def timecode_burnin_settings(
3689
+ self,
3690
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.TimecodeBurninSettingsProperty"]]:
3691
+ '''
3692
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-timecodeburninsettings
3693
+ '''
3694
+ result = self._values.get("timecode_burnin_settings")
3695
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.TimecodeBurninSettingsProperty"]], result)
3696
+
3697
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3698
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3699
+
3700
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3701
+ return not (rhs == self)
3702
+
3703
+ def __repr__(self) -> str:
3704
+ return "Av1SettingsProperty(%s)" % ", ".join(
3705
+ k + "=" + repr(v) for k, v in self._values.items()
3706
+ )
3707
+
3194
3708
  @jsii.data_type(
3195
3709
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.AvailBlankingProperty",
3196
3710
  jsii_struct_bases=[],
@@ -3477,6 +3991,76 @@ class CfnChannel(
3477
3991
  k + "=" + repr(v) for k, v in self._values.items()
3478
3992
  )
3479
3993
 
3994
+ @jsii.data_type(
3995
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.BandwidthReductionFilterSettingsProperty",
3996
+ jsii_struct_bases=[],
3997
+ name_mapping={
3998
+ "post_filter_sharpening": "postFilterSharpening",
3999
+ "strength": "strength",
4000
+ },
4001
+ )
4002
+ class BandwidthReductionFilterSettingsProperty:
4003
+ def __init__(
4004
+ self,
4005
+ *,
4006
+ post_filter_sharpening: typing.Optional[builtins.str] = None,
4007
+ strength: typing.Optional[builtins.str] = None,
4008
+ ) -> None:
4009
+ '''
4010
+ :param post_filter_sharpening:
4011
+ :param strength:
4012
+
4013
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-bandwidthreductionfiltersettings.html
4014
+ :exampleMetadata: fixture=_generated
4015
+
4016
+ Example::
4017
+
4018
+ # The code below shows an example of how to instantiate this type.
4019
+ # The values are placeholders you should change.
4020
+ from aws_cdk import aws_medialive as medialive
4021
+
4022
+ bandwidth_reduction_filter_settings_property = medialive.CfnChannel.BandwidthReductionFilterSettingsProperty(
4023
+ post_filter_sharpening="postFilterSharpening",
4024
+ strength="strength"
4025
+ )
4026
+ '''
4027
+ if __debug__:
4028
+ type_hints = typing.get_type_hints(_typecheckingstub__5efb7541658d9d0c04df05cb6a2f57c468165ae09c088d61c15c2eee7c1437c9)
4029
+ check_type(argname="argument post_filter_sharpening", value=post_filter_sharpening, expected_type=type_hints["post_filter_sharpening"])
4030
+ check_type(argname="argument strength", value=strength, expected_type=type_hints["strength"])
4031
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4032
+ if post_filter_sharpening is not None:
4033
+ self._values["post_filter_sharpening"] = post_filter_sharpening
4034
+ if strength is not None:
4035
+ self._values["strength"] = strength
4036
+
4037
+ @builtins.property
4038
+ def post_filter_sharpening(self) -> typing.Optional[builtins.str]:
4039
+ '''
4040
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-bandwidthreductionfiltersettings.html#cfn-medialive-channel-bandwidthreductionfiltersettings-postfiltersharpening
4041
+ '''
4042
+ result = self._values.get("post_filter_sharpening")
4043
+ return typing.cast(typing.Optional[builtins.str], result)
4044
+
4045
+ @builtins.property
4046
+ def strength(self) -> typing.Optional[builtins.str]:
4047
+ '''
4048
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-bandwidthreductionfiltersettings.html#cfn-medialive-channel-bandwidthreductionfiltersettings-strength
4049
+ '''
4050
+ result = self._values.get("strength")
4051
+ return typing.cast(typing.Optional[builtins.str], result)
4052
+
4053
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4054
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4055
+
4056
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4057
+ return not (rhs == self)
4058
+
4059
+ def __repr__(self) -> str:
4060
+ return "BandwidthReductionFilterSettingsProperty(%s)" % ", ".join(
4061
+ k + "=" + repr(v) for k, v in self._values.items()
4062
+ )
4063
+
3480
4064
  @jsii.data_type(
3481
4065
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.BlackoutSlateProperty",
3482
4066
  jsii_struct_bases=[],
@@ -8636,18 +9220,23 @@ class CfnChannel(
8636
9220
  @jsii.data_type(
8637
9221
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.H264FilterSettingsProperty",
8638
9222
  jsii_struct_bases=[],
8639
- name_mapping={"temporal_filter_settings": "temporalFilterSettings"},
9223
+ name_mapping={
9224
+ "bandwidth_reduction_filter_settings": "bandwidthReductionFilterSettings",
9225
+ "temporal_filter_settings": "temporalFilterSettings",
9226
+ },
8640
9227
  )
8641
9228
  class H264FilterSettingsProperty:
8642
9229
  def __init__(
8643
9230
  self,
8644
9231
  *,
9232
+ bandwidth_reduction_filter_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.BandwidthReductionFilterSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
8645
9233
  temporal_filter_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.TemporalFilterSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
8646
9234
  ) -> None:
8647
9235
  '''Settings to configure video filters that apply to the H264 codec.
8648
9236
 
8649
9237
  The parent of this entity is H264Settings.
8650
9238
 
9239
+ :param bandwidth_reduction_filter_settings:
8651
9240
  :param temporal_filter_settings: Settings for applying the temporal filter to the video.
8652
9241
 
8653
9242
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264filtersettings.html
@@ -8660,6 +9249,10 @@ class CfnChannel(
8660
9249
  from aws_cdk import aws_medialive as medialive
8661
9250
 
8662
9251
  h264_filter_settings_property = medialive.CfnChannel.H264FilterSettingsProperty(
9252
+ bandwidth_reduction_filter_settings=medialive.CfnChannel.BandwidthReductionFilterSettingsProperty(
9253
+ post_filter_sharpening="postFilterSharpening",
9254
+ strength="strength"
9255
+ ),
8663
9256
  temporal_filter_settings=medialive.CfnChannel.TemporalFilterSettingsProperty(
8664
9257
  post_filter_sharpening="postFilterSharpening",
8665
9258
  strength="strength"
@@ -8668,11 +9261,24 @@ class CfnChannel(
8668
9261
  '''
8669
9262
  if __debug__:
8670
9263
  type_hints = typing.get_type_hints(_typecheckingstub__3cb4c4dca99a161d3102f1d8f1c337fcb22715a5dcf9f2603a771d9b285530a9)
9264
+ check_type(argname="argument bandwidth_reduction_filter_settings", value=bandwidth_reduction_filter_settings, expected_type=type_hints["bandwidth_reduction_filter_settings"])
8671
9265
  check_type(argname="argument temporal_filter_settings", value=temporal_filter_settings, expected_type=type_hints["temporal_filter_settings"])
8672
9266
  self._values: typing.Dict[builtins.str, typing.Any] = {}
9267
+ if bandwidth_reduction_filter_settings is not None:
9268
+ self._values["bandwidth_reduction_filter_settings"] = bandwidth_reduction_filter_settings
8673
9269
  if temporal_filter_settings is not None:
8674
9270
  self._values["temporal_filter_settings"] = temporal_filter_settings
8675
9271
 
9272
+ @builtins.property
9273
+ def bandwidth_reduction_filter_settings(
9274
+ self,
9275
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.BandwidthReductionFilterSettingsProperty"]]:
9276
+ '''
9277
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264filtersettings.html#cfn-medialive-channel-h264filtersettings-bandwidthreductionfiltersettings
9278
+ '''
9279
+ result = self._values.get("bandwidth_reduction_filter_settings")
9280
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.BandwidthReductionFilterSettingsProperty"]], result)
9281
+
8676
9282
  @builtins.property
8677
9283
  def temporal_filter_settings(
8678
9284
  self,
@@ -8863,6 +9469,10 @@ class CfnChannel(
8863
9469
  ),
8864
9470
  entropy_encoding="entropyEncoding",
8865
9471
  filter_settings=medialive.CfnChannel.H264FilterSettingsProperty(
9472
+ bandwidth_reduction_filter_settings=medialive.CfnChannel.BandwidthReductionFilterSettingsProperty(
9473
+ post_filter_sharpening="postFilterSharpening",
9474
+ strength="strength"
9475
+ ),
8866
9476
  temporal_filter_settings=medialive.CfnChannel.TemporalFilterSettingsProperty(
8867
9477
  post_filter_sharpening="postFilterSharpening",
8868
9478
  strength="strength"
@@ -9628,18 +10238,23 @@ class CfnChannel(
9628
10238
  @jsii.data_type(
9629
10239
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.H265FilterSettingsProperty",
9630
10240
  jsii_struct_bases=[],
9631
- name_mapping={"temporal_filter_settings": "temporalFilterSettings"},
10241
+ name_mapping={
10242
+ "bandwidth_reduction_filter_settings": "bandwidthReductionFilterSettings",
10243
+ "temporal_filter_settings": "temporalFilterSettings",
10244
+ },
9632
10245
  )
9633
10246
  class H265FilterSettingsProperty:
9634
10247
  def __init__(
9635
10248
  self,
9636
10249
  *,
10250
+ bandwidth_reduction_filter_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.BandwidthReductionFilterSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
9637
10251
  temporal_filter_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.TemporalFilterSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
9638
10252
  ) -> None:
9639
10253
  '''Settings to configure video filters that apply to the H265 codec.
9640
10254
 
9641
10255
  The parent of this entity is H265Settings.
9642
10256
 
10257
+ :param bandwidth_reduction_filter_settings:
9643
10258
  :param temporal_filter_settings: Settings for applying the temporal filter to the video.
9644
10259
 
9645
10260
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265filtersettings.html
@@ -9652,6 +10267,10 @@ class CfnChannel(
9652
10267
  from aws_cdk import aws_medialive as medialive
9653
10268
 
9654
10269
  h265_filter_settings_property = medialive.CfnChannel.H265FilterSettingsProperty(
10270
+ bandwidth_reduction_filter_settings=medialive.CfnChannel.BandwidthReductionFilterSettingsProperty(
10271
+ post_filter_sharpening="postFilterSharpening",
10272
+ strength="strength"
10273
+ ),
9655
10274
  temporal_filter_settings=medialive.CfnChannel.TemporalFilterSettingsProperty(
9656
10275
  post_filter_sharpening="postFilterSharpening",
9657
10276
  strength="strength"
@@ -9660,11 +10279,24 @@ class CfnChannel(
9660
10279
  '''
9661
10280
  if __debug__:
9662
10281
  type_hints = typing.get_type_hints(_typecheckingstub__7f4aab61301008c3afe08531765fce8b3533bbb0bd6c3f8e6455c9b09692d8d5)
10282
+ check_type(argname="argument bandwidth_reduction_filter_settings", value=bandwidth_reduction_filter_settings, expected_type=type_hints["bandwidth_reduction_filter_settings"])
9663
10283
  check_type(argname="argument temporal_filter_settings", value=temporal_filter_settings, expected_type=type_hints["temporal_filter_settings"])
9664
10284
  self._values: typing.Dict[builtins.str, typing.Any] = {}
10285
+ if bandwidth_reduction_filter_settings is not None:
10286
+ self._values["bandwidth_reduction_filter_settings"] = bandwidth_reduction_filter_settings
9665
10287
  if temporal_filter_settings is not None:
9666
10288
  self._values["temporal_filter_settings"] = temporal_filter_settings
9667
10289
 
10290
+ @builtins.property
10291
+ def bandwidth_reduction_filter_settings(
10292
+ self,
10293
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.BandwidthReductionFilterSettingsProperty"]]:
10294
+ '''
10295
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265filtersettings.html#cfn-medialive-channel-h265filtersettings-bandwidthreductionfiltersettings
10296
+ '''
10297
+ result = self._values.get("bandwidth_reduction_filter_settings")
10298
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.BandwidthReductionFilterSettingsProperty"]], result)
10299
+
9668
10300
  @builtins.property
9669
10301
  def temporal_filter_settings(
9670
10302
  self,
@@ -9841,6 +10473,10 @@ class CfnChannel(
9841
10473
  rec709_settings=medialive.CfnChannel.Rec709SettingsProperty()
9842
10474
  ),
9843
10475
  filter_settings=medialive.CfnChannel.H265FilterSettingsProperty(
10476
+ bandwidth_reduction_filter_settings=medialive.CfnChannel.BandwidthReductionFilterSettingsProperty(
10477
+ post_filter_sharpening="postFilterSharpening",
10478
+ strength="strength"
10479
+ ),
9844
10480
  temporal_filter_settings=medialive.CfnChannel.TemporalFilterSettingsProperty(
9845
10481
  post_filter_sharpening="postFilterSharpening",
9846
10482
  strength="strength"
@@ -12487,6 +13123,7 @@ class CfnChannel(
12487
13123
  "input_attachment_name": "inputAttachmentName",
12488
13124
  "input_id": "inputId",
12489
13125
  "input_settings": "inputSettings",
13126
+ "logical_interface_names": "logicalInterfaceNames",
12490
13127
  },
12491
13128
  )
12492
13129
  class InputAttachmentProperty:
@@ -12497,6 +13134,7 @@ class CfnChannel(
12497
13134
  input_attachment_name: typing.Optional[builtins.str] = None,
12498
13135
  input_id: typing.Optional[builtins.str] = None,
12499
13136
  input_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.InputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
13137
+ logical_interface_names: typing.Optional[typing.Sequence[builtins.str]] = None,
12500
13138
  ) -> None:
12501
13139
  '''An input to attach to this channel.
12502
13140
 
@@ -12506,6 +13144,7 @@ class CfnChannel(
12506
13144
  :param input_attachment_name: A name for the attachment. This is required if you want to use this input in an input switch action.
12507
13145
  :param input_id: The ID of the input to attach.
12508
13146
  :param input_settings: Information about the content to extract from the input and about the general handling of the content.
13147
+ :param logical_interface_names:
12509
13148
 
12510
13149
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html
12511
13150
  :exampleMetadata: fixture=_generated
@@ -12613,6 +13252,9 @@ class CfnChannel(
12613
13252
  retry_interval=123,
12614
13253
  scte35_source="scte35Source"
12615
13254
  ),
13255
+ multicast_input_settings=medialive.CfnChannel.MulticastInputSettingsProperty(
13256
+ source_ip_address="sourceIpAddress"
13257
+ ),
12616
13258
  server_validation="serverValidation"
12617
13259
  ),
12618
13260
  scte35_pid=123,
@@ -12636,7 +13278,8 @@ class CfnChannel(
12636
13278
  )
12637
13279
  )
12638
13280
  )
12639
- )
13281
+ ),
13282
+ logical_interface_names=["logicalInterfaceNames"]
12640
13283
  )
12641
13284
  '''
12642
13285
  if __debug__:
@@ -12645,6 +13288,7 @@ class CfnChannel(
12645
13288
  check_type(argname="argument input_attachment_name", value=input_attachment_name, expected_type=type_hints["input_attachment_name"])
12646
13289
  check_type(argname="argument input_id", value=input_id, expected_type=type_hints["input_id"])
12647
13290
  check_type(argname="argument input_settings", value=input_settings, expected_type=type_hints["input_settings"])
13291
+ check_type(argname="argument logical_interface_names", value=logical_interface_names, expected_type=type_hints["logical_interface_names"])
12648
13292
  self._values: typing.Dict[builtins.str, typing.Any] = {}
12649
13293
  if automatic_input_failover_settings is not None:
12650
13294
  self._values["automatic_input_failover_settings"] = automatic_input_failover_settings
@@ -12654,6 +13298,8 @@ class CfnChannel(
12654
13298
  self._values["input_id"] = input_id
12655
13299
  if input_settings is not None:
12656
13300
  self._values["input_settings"] = input_settings
13301
+ if logical_interface_names is not None:
13302
+ self._values["logical_interface_names"] = logical_interface_names
12657
13303
 
12658
13304
  @builtins.property
12659
13305
  def automatic_input_failover_settings(
@@ -12697,6 +13343,14 @@ class CfnChannel(
12697
13343
  result = self._values.get("input_settings")
12698
13344
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.InputSettingsProperty"]], result)
12699
13345
 
13346
+ @builtins.property
13347
+ def logical_interface_names(self) -> typing.Optional[typing.List[builtins.str]]:
13348
+ '''
13349
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html#cfn-medialive-channel-inputattachment-logicalinterfacenames
13350
+ '''
13351
+ result = self._values.get("logical_interface_names")
13352
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
13353
+
12700
13354
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
12701
13355
  return isinstance(rhs, self.__class__) and rhs._values == self._values
12702
13356
 
@@ -13205,6 +13859,9 @@ class CfnChannel(
13205
13859
  retry_interval=123,
13206
13860
  scte35_source="scte35Source"
13207
13861
  ),
13862
+ multicast_input_settings=medialive.CfnChannel.MulticastInputSettingsProperty(
13863
+ source_ip_address="sourceIpAddress"
13864
+ ),
13208
13865
  server_validation="serverValidation"
13209
13866
  ),
13210
13867
  scte35_pid=123,
@@ -16222,6 +16879,129 @@ class CfnChannel(
16222
16879
  k + "=" + repr(v) for k, v in self._values.items()
16223
16880
  )
16224
16881
 
16882
+ @jsii.data_type(
16883
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MulticastInputSettingsProperty",
16884
+ jsii_struct_bases=[],
16885
+ name_mapping={"source_ip_address": "sourceIpAddress"},
16886
+ )
16887
+ class MulticastInputSettingsProperty:
16888
+ def __init__(
16889
+ self,
16890
+ *,
16891
+ source_ip_address: typing.Optional[builtins.str] = None,
16892
+ ) -> None:
16893
+ '''
16894
+ :param source_ip_address:
16895
+
16896
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multicastinputsettings.html
16897
+ :exampleMetadata: fixture=_generated
16898
+
16899
+ Example::
16900
+
16901
+ # The code below shows an example of how to instantiate this type.
16902
+ # The values are placeholders you should change.
16903
+ from aws_cdk import aws_medialive as medialive
16904
+
16905
+ multicast_input_settings_property = medialive.CfnChannel.MulticastInputSettingsProperty(
16906
+ source_ip_address="sourceIpAddress"
16907
+ )
16908
+ '''
16909
+ if __debug__:
16910
+ type_hints = typing.get_type_hints(_typecheckingstub__b3ad490bd9f24c208240da7b5f794f7dbc70202d873d368ab40794a7155d8f9f)
16911
+ check_type(argname="argument source_ip_address", value=source_ip_address, expected_type=type_hints["source_ip_address"])
16912
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
16913
+ if source_ip_address is not None:
16914
+ self._values["source_ip_address"] = source_ip_address
16915
+
16916
+ @builtins.property
16917
+ def source_ip_address(self) -> typing.Optional[builtins.str]:
16918
+ '''
16919
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multicastinputsettings.html#cfn-medialive-channel-multicastinputsettings-sourceipaddress
16920
+ '''
16921
+ result = self._values.get("source_ip_address")
16922
+ return typing.cast(typing.Optional[builtins.str], result)
16923
+
16924
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
16925
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
16926
+
16927
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
16928
+ return not (rhs == self)
16929
+
16930
+ def __repr__(self) -> str:
16931
+ return "MulticastInputSettingsProperty(%s)" % ", ".join(
16932
+ k + "=" + repr(v) for k, v in self._values.items()
16933
+ )
16934
+
16935
+ @jsii.data_type(
16936
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MultiplexContainerSettingsProperty",
16937
+ jsii_struct_bases=[],
16938
+ name_mapping={"multiplex_m2_ts_settings": "multiplexM2TsSettings"},
16939
+ )
16940
+ class MultiplexContainerSettingsProperty:
16941
+ def __init__(
16942
+ self,
16943
+ *,
16944
+ multiplex_m2_ts_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MultiplexM2tsSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
16945
+ ) -> None:
16946
+ '''
16947
+ :param multiplex_m2_ts_settings:
16948
+
16949
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexcontainersettings.html
16950
+ :exampleMetadata: fixture=_generated
16951
+
16952
+ Example::
16953
+
16954
+ # The code below shows an example of how to instantiate this type.
16955
+ # The values are placeholders you should change.
16956
+ from aws_cdk import aws_medialive as medialive
16957
+
16958
+ multiplex_container_settings_property = medialive.CfnChannel.MultiplexContainerSettingsProperty(
16959
+ multiplex_m2_ts_settings=medialive.CfnChannel.MultiplexM2tsSettingsProperty(
16960
+ absent_input_audio_behavior="absentInputAudioBehavior",
16961
+ arib="arib",
16962
+ audio_buffer_model="audioBufferModel",
16963
+ audio_frames_per_pes=123,
16964
+ audio_stream_type="audioStreamType",
16965
+ cc_descriptor="ccDescriptor",
16966
+ ebif="ebif",
16967
+ es_rate_in_pes="esRateInPes",
16968
+ klv="klv",
16969
+ nielsen_id3_behavior="nielsenId3Behavior",
16970
+ pcr_control="pcrControl",
16971
+ pcr_period=123,
16972
+ scte35_control="scte35Control",
16973
+ scte35_preroll_pullup_milliseconds=123
16974
+ )
16975
+ )
16976
+ '''
16977
+ if __debug__:
16978
+ type_hints = typing.get_type_hints(_typecheckingstub__fc3772121d1204bd68241abd17d5581259ed5496af461b477c06c168589e39a1)
16979
+ check_type(argname="argument multiplex_m2_ts_settings", value=multiplex_m2_ts_settings, expected_type=type_hints["multiplex_m2_ts_settings"])
16980
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
16981
+ if multiplex_m2_ts_settings is not None:
16982
+ self._values["multiplex_m2_ts_settings"] = multiplex_m2_ts_settings
16983
+
16984
+ @builtins.property
16985
+ def multiplex_m2_ts_settings(
16986
+ self,
16987
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MultiplexM2tsSettingsProperty"]]:
16988
+ '''
16989
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexcontainersettings.html#cfn-medialive-channel-multiplexcontainersettings-multiplexm2tssettings
16990
+ '''
16991
+ result = self._values.get("multiplex_m2_ts_settings")
16992
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MultiplexM2tsSettingsProperty"]], result)
16993
+
16994
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
16995
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
16996
+
16997
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
16998
+ return not (rhs == self)
16999
+
17000
+ def __repr__(self) -> str:
17001
+ return "MultiplexContainerSettingsProperty(%s)" % ", ".join(
17002
+ k + "=" + repr(v) for k, v in self._values.items()
17003
+ )
17004
+
16225
17005
  @jsii.data_type(
16226
17006
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MultiplexGroupSettingsProperty",
16227
17007
  jsii_struct_bases=[],
@@ -16254,21 +17034,276 @@ class CfnChannel(
16254
17034
  k + "=" + repr(v) for k, v in self._values.items()
16255
17035
  )
16256
17036
 
17037
+ @jsii.data_type(
17038
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MultiplexM2tsSettingsProperty",
17039
+ jsii_struct_bases=[],
17040
+ name_mapping={
17041
+ "absent_input_audio_behavior": "absentInputAudioBehavior",
17042
+ "arib": "arib",
17043
+ "audio_buffer_model": "audioBufferModel",
17044
+ "audio_frames_per_pes": "audioFramesPerPes",
17045
+ "audio_stream_type": "audioStreamType",
17046
+ "cc_descriptor": "ccDescriptor",
17047
+ "ebif": "ebif",
17048
+ "es_rate_in_pes": "esRateInPes",
17049
+ "klv": "klv",
17050
+ "nielsen_id3_behavior": "nielsenId3Behavior",
17051
+ "pcr_control": "pcrControl",
17052
+ "pcr_period": "pcrPeriod",
17053
+ "scte35_control": "scte35Control",
17054
+ "scte35_preroll_pullup_milliseconds": "scte35PrerollPullupMilliseconds",
17055
+ },
17056
+ )
17057
+ class MultiplexM2tsSettingsProperty:
17058
+ def __init__(
17059
+ self,
17060
+ *,
17061
+ absent_input_audio_behavior: typing.Optional[builtins.str] = None,
17062
+ arib: typing.Optional[builtins.str] = None,
17063
+ audio_buffer_model: typing.Optional[builtins.str] = None,
17064
+ audio_frames_per_pes: typing.Optional[jsii.Number] = None,
17065
+ audio_stream_type: typing.Optional[builtins.str] = None,
17066
+ cc_descriptor: typing.Optional[builtins.str] = None,
17067
+ ebif: typing.Optional[builtins.str] = None,
17068
+ es_rate_in_pes: typing.Optional[builtins.str] = None,
17069
+ klv: typing.Optional[builtins.str] = None,
17070
+ nielsen_id3_behavior: typing.Optional[builtins.str] = None,
17071
+ pcr_control: typing.Optional[builtins.str] = None,
17072
+ pcr_period: typing.Optional[jsii.Number] = None,
17073
+ scte35_control: typing.Optional[builtins.str] = None,
17074
+ scte35_preroll_pullup_milliseconds: typing.Optional[jsii.Number] = None,
17075
+ ) -> None:
17076
+ '''
17077
+ :param absent_input_audio_behavior:
17078
+ :param arib:
17079
+ :param audio_buffer_model:
17080
+ :param audio_frames_per_pes:
17081
+ :param audio_stream_type:
17082
+ :param cc_descriptor:
17083
+ :param ebif:
17084
+ :param es_rate_in_pes:
17085
+ :param klv:
17086
+ :param nielsen_id3_behavior:
17087
+ :param pcr_control:
17088
+ :param pcr_period:
17089
+ :param scte35_control:
17090
+ :param scte35_preroll_pullup_milliseconds:
17091
+
17092
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html
17093
+ :exampleMetadata: fixture=_generated
17094
+
17095
+ Example::
17096
+
17097
+ # The code below shows an example of how to instantiate this type.
17098
+ # The values are placeholders you should change.
17099
+ from aws_cdk import aws_medialive as medialive
17100
+
17101
+ multiplex_m2ts_settings_property = medialive.CfnChannel.MultiplexM2tsSettingsProperty(
17102
+ absent_input_audio_behavior="absentInputAudioBehavior",
17103
+ arib="arib",
17104
+ audio_buffer_model="audioBufferModel",
17105
+ audio_frames_per_pes=123,
17106
+ audio_stream_type="audioStreamType",
17107
+ cc_descriptor="ccDescriptor",
17108
+ ebif="ebif",
17109
+ es_rate_in_pes="esRateInPes",
17110
+ klv="klv",
17111
+ nielsen_id3_behavior="nielsenId3Behavior",
17112
+ pcr_control="pcrControl",
17113
+ pcr_period=123,
17114
+ scte35_control="scte35Control",
17115
+ scte35_preroll_pullup_milliseconds=123
17116
+ )
17117
+ '''
17118
+ if __debug__:
17119
+ type_hints = typing.get_type_hints(_typecheckingstub__70620c5871a8d528502f2a5ea127dc5eabd3a3c8f7f9852cddd826c93e4ca124)
17120
+ check_type(argname="argument absent_input_audio_behavior", value=absent_input_audio_behavior, expected_type=type_hints["absent_input_audio_behavior"])
17121
+ check_type(argname="argument arib", value=arib, expected_type=type_hints["arib"])
17122
+ check_type(argname="argument audio_buffer_model", value=audio_buffer_model, expected_type=type_hints["audio_buffer_model"])
17123
+ check_type(argname="argument audio_frames_per_pes", value=audio_frames_per_pes, expected_type=type_hints["audio_frames_per_pes"])
17124
+ check_type(argname="argument audio_stream_type", value=audio_stream_type, expected_type=type_hints["audio_stream_type"])
17125
+ check_type(argname="argument cc_descriptor", value=cc_descriptor, expected_type=type_hints["cc_descriptor"])
17126
+ check_type(argname="argument ebif", value=ebif, expected_type=type_hints["ebif"])
17127
+ check_type(argname="argument es_rate_in_pes", value=es_rate_in_pes, expected_type=type_hints["es_rate_in_pes"])
17128
+ check_type(argname="argument klv", value=klv, expected_type=type_hints["klv"])
17129
+ check_type(argname="argument nielsen_id3_behavior", value=nielsen_id3_behavior, expected_type=type_hints["nielsen_id3_behavior"])
17130
+ check_type(argname="argument pcr_control", value=pcr_control, expected_type=type_hints["pcr_control"])
17131
+ check_type(argname="argument pcr_period", value=pcr_period, expected_type=type_hints["pcr_period"])
17132
+ check_type(argname="argument scte35_control", value=scte35_control, expected_type=type_hints["scte35_control"])
17133
+ check_type(argname="argument scte35_preroll_pullup_milliseconds", value=scte35_preroll_pullup_milliseconds, expected_type=type_hints["scte35_preroll_pullup_milliseconds"])
17134
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
17135
+ if absent_input_audio_behavior is not None:
17136
+ self._values["absent_input_audio_behavior"] = absent_input_audio_behavior
17137
+ if arib is not None:
17138
+ self._values["arib"] = arib
17139
+ if audio_buffer_model is not None:
17140
+ self._values["audio_buffer_model"] = audio_buffer_model
17141
+ if audio_frames_per_pes is not None:
17142
+ self._values["audio_frames_per_pes"] = audio_frames_per_pes
17143
+ if audio_stream_type is not None:
17144
+ self._values["audio_stream_type"] = audio_stream_type
17145
+ if cc_descriptor is not None:
17146
+ self._values["cc_descriptor"] = cc_descriptor
17147
+ if ebif is not None:
17148
+ self._values["ebif"] = ebif
17149
+ if es_rate_in_pes is not None:
17150
+ self._values["es_rate_in_pes"] = es_rate_in_pes
17151
+ if klv is not None:
17152
+ self._values["klv"] = klv
17153
+ if nielsen_id3_behavior is not None:
17154
+ self._values["nielsen_id3_behavior"] = nielsen_id3_behavior
17155
+ if pcr_control is not None:
17156
+ self._values["pcr_control"] = pcr_control
17157
+ if pcr_period is not None:
17158
+ self._values["pcr_period"] = pcr_period
17159
+ if scte35_control is not None:
17160
+ self._values["scte35_control"] = scte35_control
17161
+ if scte35_preroll_pullup_milliseconds is not None:
17162
+ self._values["scte35_preroll_pullup_milliseconds"] = scte35_preroll_pullup_milliseconds
17163
+
17164
+ @builtins.property
17165
+ def absent_input_audio_behavior(self) -> typing.Optional[builtins.str]:
17166
+ '''
17167
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-absentinputaudiobehavior
17168
+ '''
17169
+ result = self._values.get("absent_input_audio_behavior")
17170
+ return typing.cast(typing.Optional[builtins.str], result)
17171
+
17172
+ @builtins.property
17173
+ def arib(self) -> typing.Optional[builtins.str]:
17174
+ '''
17175
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-arib
17176
+ '''
17177
+ result = self._values.get("arib")
17178
+ return typing.cast(typing.Optional[builtins.str], result)
17179
+
17180
+ @builtins.property
17181
+ def audio_buffer_model(self) -> typing.Optional[builtins.str]:
17182
+ '''
17183
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-audiobuffermodel
17184
+ '''
17185
+ result = self._values.get("audio_buffer_model")
17186
+ return typing.cast(typing.Optional[builtins.str], result)
17187
+
17188
+ @builtins.property
17189
+ def audio_frames_per_pes(self) -> typing.Optional[jsii.Number]:
17190
+ '''
17191
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-audioframesperpes
17192
+ '''
17193
+ result = self._values.get("audio_frames_per_pes")
17194
+ return typing.cast(typing.Optional[jsii.Number], result)
17195
+
17196
+ @builtins.property
17197
+ def audio_stream_type(self) -> typing.Optional[builtins.str]:
17198
+ '''
17199
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-audiostreamtype
17200
+ '''
17201
+ result = self._values.get("audio_stream_type")
17202
+ return typing.cast(typing.Optional[builtins.str], result)
17203
+
17204
+ @builtins.property
17205
+ def cc_descriptor(self) -> typing.Optional[builtins.str]:
17206
+ '''
17207
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-ccdescriptor
17208
+ '''
17209
+ result = self._values.get("cc_descriptor")
17210
+ return typing.cast(typing.Optional[builtins.str], result)
17211
+
17212
+ @builtins.property
17213
+ def ebif(self) -> typing.Optional[builtins.str]:
17214
+ '''
17215
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-ebif
17216
+ '''
17217
+ result = self._values.get("ebif")
17218
+ return typing.cast(typing.Optional[builtins.str], result)
17219
+
17220
+ @builtins.property
17221
+ def es_rate_in_pes(self) -> typing.Optional[builtins.str]:
17222
+ '''
17223
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-esrateinpes
17224
+ '''
17225
+ result = self._values.get("es_rate_in_pes")
17226
+ return typing.cast(typing.Optional[builtins.str], result)
17227
+
17228
+ @builtins.property
17229
+ def klv(self) -> typing.Optional[builtins.str]:
17230
+ '''
17231
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-klv
17232
+ '''
17233
+ result = self._values.get("klv")
17234
+ return typing.cast(typing.Optional[builtins.str], result)
17235
+
17236
+ @builtins.property
17237
+ def nielsen_id3_behavior(self) -> typing.Optional[builtins.str]:
17238
+ '''
17239
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-nielsenid3behavior
17240
+ '''
17241
+ result = self._values.get("nielsen_id3_behavior")
17242
+ return typing.cast(typing.Optional[builtins.str], result)
17243
+
17244
+ @builtins.property
17245
+ def pcr_control(self) -> typing.Optional[builtins.str]:
17246
+ '''
17247
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-pcrcontrol
17248
+ '''
17249
+ result = self._values.get("pcr_control")
17250
+ return typing.cast(typing.Optional[builtins.str], result)
17251
+
17252
+ @builtins.property
17253
+ def pcr_period(self) -> typing.Optional[jsii.Number]:
17254
+ '''
17255
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-pcrperiod
17256
+ '''
17257
+ result = self._values.get("pcr_period")
17258
+ return typing.cast(typing.Optional[jsii.Number], result)
17259
+
17260
+ @builtins.property
17261
+ def scte35_control(self) -> typing.Optional[builtins.str]:
17262
+ '''
17263
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-scte35control
17264
+ '''
17265
+ result = self._values.get("scte35_control")
17266
+ return typing.cast(typing.Optional[builtins.str], result)
17267
+
17268
+ @builtins.property
17269
+ def scte35_preroll_pullup_milliseconds(self) -> typing.Optional[jsii.Number]:
17270
+ '''
17271
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexm2tssettings.html#cfn-medialive-channel-multiplexm2tssettings-scte35prerollpullupmilliseconds
17272
+ '''
17273
+ result = self._values.get("scte35_preroll_pullup_milliseconds")
17274
+ return typing.cast(typing.Optional[jsii.Number], result)
17275
+
17276
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
17277
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
17278
+
17279
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
17280
+ return not (rhs == self)
17281
+
17282
+ def __repr__(self) -> str:
17283
+ return "MultiplexM2tsSettingsProperty(%s)" % ", ".join(
17284
+ k + "=" + repr(v) for k, v in self._values.items()
17285
+ )
17286
+
16257
17287
  @jsii.data_type(
16258
17288
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MultiplexOutputSettingsProperty",
16259
17289
  jsii_struct_bases=[],
16260
- name_mapping={"destination": "destination"},
17290
+ name_mapping={
17291
+ "container_settings": "containerSettings",
17292
+ "destination": "destination",
17293
+ },
16261
17294
  )
16262
17295
  class MultiplexOutputSettingsProperty:
16263
17296
  def __init__(
16264
17297
  self,
16265
17298
  *,
17299
+ container_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MultiplexContainerSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
16266
17300
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputLocationRefProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
16267
17301
  ) -> None:
16268
17302
  '''Configuration of a Multiplex output.
16269
17303
 
16270
17304
  The parent of this entity is OutputSettings.
16271
17305
 
17306
+ :param container_settings:
16272
17307
  :param destination: Destination is a Multiplex.
16273
17308
 
16274
17309
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexoutputsettings.html
@@ -16281,6 +17316,24 @@ class CfnChannel(
16281
17316
  from aws_cdk import aws_medialive as medialive
16282
17317
 
16283
17318
  multiplex_output_settings_property = medialive.CfnChannel.MultiplexOutputSettingsProperty(
17319
+ container_settings=medialive.CfnChannel.MultiplexContainerSettingsProperty(
17320
+ multiplex_m2_ts_settings=medialive.CfnChannel.MultiplexM2tsSettingsProperty(
17321
+ absent_input_audio_behavior="absentInputAudioBehavior",
17322
+ arib="arib",
17323
+ audio_buffer_model="audioBufferModel",
17324
+ audio_frames_per_pes=123,
17325
+ audio_stream_type="audioStreamType",
17326
+ cc_descriptor="ccDescriptor",
17327
+ ebif="ebif",
17328
+ es_rate_in_pes="esRateInPes",
17329
+ klv="klv",
17330
+ nielsen_id3_behavior="nielsenId3Behavior",
17331
+ pcr_control="pcrControl",
17332
+ pcr_period=123,
17333
+ scte35_control="scte35Control",
17334
+ scte35_preroll_pullup_milliseconds=123
17335
+ )
17336
+ ),
16284
17337
  destination=medialive.CfnChannel.OutputLocationRefProperty(
16285
17338
  destination_ref_id="destinationRefId"
16286
17339
  )
@@ -16288,11 +17341,24 @@ class CfnChannel(
16288
17341
  '''
16289
17342
  if __debug__:
16290
17343
  type_hints = typing.get_type_hints(_typecheckingstub__52ebebe942659e27c19c5486e05945da782f2c536964a95e7d5ae1b27ae2199b)
17344
+ check_type(argname="argument container_settings", value=container_settings, expected_type=type_hints["container_settings"])
16291
17345
  check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
16292
17346
  self._values: typing.Dict[builtins.str, typing.Any] = {}
17347
+ if container_settings is not None:
17348
+ self._values["container_settings"] = container_settings
16293
17349
  if destination is not None:
16294
17350
  self._values["destination"] = destination
16295
17351
 
17352
+ @builtins.property
17353
+ def container_settings(
17354
+ self,
17355
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MultiplexContainerSettingsProperty"]]:
17356
+ '''
17357
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexoutputsettings.html#cfn-medialive-channel-multiplexoutputsettings-containersettings
17358
+ '''
17359
+ result = self._values.get("container_settings")
17360
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MultiplexContainerSettingsProperty"]], result)
17361
+
16296
17362
  @builtins.property
16297
17363
  def destination(
16298
17364
  self,
@@ -16395,6 +17461,7 @@ class CfnChannel(
16395
17461
  jsii_struct_bases=[],
16396
17462
  name_mapping={
16397
17463
  "hls_input_settings": "hlsInputSettings",
17464
+ "multicast_input_settings": "multicastInputSettings",
16398
17465
  "server_validation": "serverValidation",
16399
17466
  },
16400
17467
  )
@@ -16403,6 +17470,7 @@ class CfnChannel(
16403
17470
  self,
16404
17471
  *,
16405
17472
  hls_input_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.HlsInputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
17473
+ multicast_input_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MulticastInputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
16406
17474
  server_validation: typing.Optional[builtins.str] = None,
16407
17475
  ) -> None:
16408
17476
  '''Information about how to connect to the upstream system.
@@ -16410,6 +17478,7 @@ class CfnChannel(
16410
17478
  The parent of this entity is InputSettings.
16411
17479
 
16412
17480
  :param hls_input_settings: Information about how to connect to the upstream system.
17481
+ :param multicast_input_settings:
16413
17482
  :param server_validation: Checks HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate is checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) don't strictly match the corresponding certificate's wildcard pattern and would otherwise cause the channel to error. This setting is ignored for protocols that do not use HTTPS.
16414
17483
 
16415
17484
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-networkinputsettings.html
@@ -16429,16 +17498,22 @@ class CfnChannel(
16429
17498
  retry_interval=123,
16430
17499
  scte35_source="scte35Source"
16431
17500
  ),
17501
+ multicast_input_settings=medialive.CfnChannel.MulticastInputSettingsProperty(
17502
+ source_ip_address="sourceIpAddress"
17503
+ ),
16432
17504
  server_validation="serverValidation"
16433
17505
  )
16434
17506
  '''
16435
17507
  if __debug__:
16436
17508
  type_hints = typing.get_type_hints(_typecheckingstub__ab23db986deaa43367c603c9618f01cd28c250f8c84fe85f51bb50441ecc1422)
16437
17509
  check_type(argname="argument hls_input_settings", value=hls_input_settings, expected_type=type_hints["hls_input_settings"])
17510
+ check_type(argname="argument multicast_input_settings", value=multicast_input_settings, expected_type=type_hints["multicast_input_settings"])
16438
17511
  check_type(argname="argument server_validation", value=server_validation, expected_type=type_hints["server_validation"])
16439
17512
  self._values: typing.Dict[builtins.str, typing.Any] = {}
16440
17513
  if hls_input_settings is not None:
16441
17514
  self._values["hls_input_settings"] = hls_input_settings
17515
+ if multicast_input_settings is not None:
17516
+ self._values["multicast_input_settings"] = multicast_input_settings
16442
17517
  if server_validation is not None:
16443
17518
  self._values["server_validation"] = server_validation
16444
17519
 
@@ -16453,6 +17528,16 @@ class CfnChannel(
16453
17528
  result = self._values.get("hls_input_settings")
16454
17529
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.HlsInputSettingsProperty"]], result)
16455
17530
 
17531
+ @builtins.property
17532
+ def multicast_input_settings(
17533
+ self,
17534
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MulticastInputSettingsProperty"]]:
17535
+ '''
17536
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-networkinputsettings.html#cfn-medialive-channel-networkinputsettings-multicastinputsettings
17537
+ '''
17538
+ result = self._values.get("multicast_input_settings")
17539
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.MulticastInputSettingsProperty"]], result)
17540
+
16456
17541
  @builtins.property
16457
17542
  def server_validation(self) -> typing.Optional[builtins.str]:
16458
17543
  '''Checks HTTPS server certificates.
@@ -16842,6 +17927,7 @@ class CfnChannel(
16842
17927
  "media_package_settings": "mediaPackageSettings",
16843
17928
  "multiplex_settings": "multiplexSettings",
16844
17929
  "settings": "settings",
17930
+ "srt_settings": "srtSettings",
16845
17931
  },
16846
17932
  )
16847
17933
  class OutputDestinationProperty:
@@ -16852,6 +17938,7 @@ class CfnChannel(
16852
17938
  media_package_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MediaPackageOutputDestinationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
16853
17939
  multiplex_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MultiplexProgramChannelDestinationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
16854
17940
  settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputDestinationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
17941
+ srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.SrtOutputDestinationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
16855
17942
  ) -> None:
16856
17943
  '''Configuration information for an output.
16857
17944
 
@@ -16861,6 +17948,7 @@ class CfnChannel(
16861
17948
  :param media_package_settings: The destination settings for a MediaPackage output.
16862
17949
  :param multiplex_settings: Destination settings for a Multiplex output; one destination for both encoders.
16863
17950
  :param settings: The destination settings for an output.
17951
+ :param srt_settings:
16864
17952
 
16865
17953
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html
16866
17954
  :exampleMetadata: fixture=_generated
@@ -16885,6 +17973,11 @@ class CfnChannel(
16885
17973
  stream_name="streamName",
16886
17974
  url="url",
16887
17975
  username="username"
17976
+ )],
17977
+ srt_settings=[medialive.CfnChannel.SrtOutputDestinationSettingsProperty(
17978
+ encryption_passphrase_secret_arn="encryptionPassphraseSecretArn",
17979
+ stream_id="streamId",
17980
+ url="url"
16888
17981
  )]
16889
17982
  )
16890
17983
  '''
@@ -16894,6 +17987,7 @@ class CfnChannel(
16894
17987
  check_type(argname="argument media_package_settings", value=media_package_settings, expected_type=type_hints["media_package_settings"])
16895
17988
  check_type(argname="argument multiplex_settings", value=multiplex_settings, expected_type=type_hints["multiplex_settings"])
16896
17989
  check_type(argname="argument settings", value=settings, expected_type=type_hints["settings"])
17990
+ check_type(argname="argument srt_settings", value=srt_settings, expected_type=type_hints["srt_settings"])
16897
17991
  self._values: typing.Dict[builtins.str, typing.Any] = {}
16898
17992
  if id is not None:
16899
17993
  self._values["id"] = id
@@ -16903,6 +17997,8 @@ class CfnChannel(
16903
17997
  self._values["multiplex_settings"] = multiplex_settings
16904
17998
  if settings is not None:
16905
17999
  self._values["settings"] = settings
18000
+ if srt_settings is not None:
18001
+ self._values["srt_settings"] = srt_settings
16906
18002
 
16907
18003
  @builtins.property
16908
18004
  def id(self) -> typing.Optional[builtins.str]:
@@ -16948,6 +18044,16 @@ class CfnChannel(
16948
18044
  result = self._values.get("settings")
16949
18045
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputDestinationSettingsProperty"]]]], result)
16950
18046
 
18047
+ @builtins.property
18048
+ def srt_settings(
18049
+ self,
18050
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.SrtOutputDestinationSettingsProperty"]]]]:
18051
+ '''
18052
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestination.html#cfn-medialive-channel-outputdestination-srtsettings
18053
+ '''
18054
+ result = self._values.get("srt_settings")
18055
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.SrtOutputDestinationSettingsProperty"]]]], result)
18056
+
16951
18057
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
16952
18058
  return isinstance(rhs, self.__class__) and rhs._values == self._values
16953
18059
 
@@ -17272,6 +18378,9 @@ class CfnChannel(
17272
18378
  input_loss_action="inputLossAction",
17273
18379
  restart_delay=123
17274
18380
  ),
18381
+ srt_group_settings=medialive.CfnChannel.SrtGroupSettingsProperty(
18382
+ input_loss_action="inputLossAction"
18383
+ ),
17275
18384
  udp_group_settings=medialive.CfnChannel.UdpGroupSettingsProperty(
17276
18385
  input_loss_action="inputLossAction",
17277
18386
  timed_metadata_id3_frame="timedMetadataId3Frame",
@@ -17410,6 +18519,24 @@ class CfnChannel(
17410
18519
  name_modifier="nameModifier"
17411
18520
  ),
17412
18521
  multiplex_output_settings=medialive.CfnChannel.MultiplexOutputSettingsProperty(
18522
+ container_settings=medialive.CfnChannel.MultiplexContainerSettingsProperty(
18523
+ multiplex_m2_ts_settings=medialive.CfnChannel.MultiplexM2tsSettingsProperty(
18524
+ absent_input_audio_behavior="absentInputAudioBehavior",
18525
+ arib="arib",
18526
+ audio_buffer_model="audioBufferModel",
18527
+ audio_frames_per_pes=123,
18528
+ audio_stream_type="audioStreamType",
18529
+ cc_descriptor="ccDescriptor",
18530
+ ebif="ebif",
18531
+ es_rate_in_pes="esRateInPes",
18532
+ klv="klv",
18533
+ nielsen_id3_behavior="nielsenId3Behavior",
18534
+ pcr_control="pcrControl",
18535
+ pcr_period=123,
18536
+ scte35_control="scte35Control",
18537
+ scte35_preroll_pullup_milliseconds=123
18538
+ )
18539
+ ),
17413
18540
  destination=medialive.CfnChannel.OutputLocationRefProperty(
17414
18541
  destination_ref_id="destinationRefId"
17415
18542
  )
@@ -17422,6 +18549,77 @@ class CfnChannel(
17422
18549
  ),
17423
18550
  num_retries=123
17424
18551
  ),
18552
+ srt_output_settings=medialive.CfnChannel.SrtOutputSettingsProperty(
18553
+ buffer_msec=123,
18554
+ container_settings=medialive.CfnChannel.UdpContainerSettingsProperty(
18555
+ m2_ts_settings=medialive.CfnChannel.M2tsSettingsProperty(
18556
+ absent_input_audio_behavior="absentInputAudioBehavior",
18557
+ arib="arib",
18558
+ arib_captions_pid="aribCaptionsPid",
18559
+ arib_captions_pid_control="aribCaptionsPidControl",
18560
+ audio_buffer_model="audioBufferModel",
18561
+ audio_frames_per_pes=123,
18562
+ audio_pids="audioPids",
18563
+ audio_stream_type="audioStreamType",
18564
+ bitrate=123,
18565
+ buffer_model="bufferModel",
18566
+ cc_descriptor="ccDescriptor",
18567
+ dvb_nit_settings=medialive.CfnChannel.DvbNitSettingsProperty(
18568
+ network_id=123,
18569
+ network_name="networkName",
18570
+ rep_interval=123
18571
+ ),
18572
+ dvb_sdt_settings=medialive.CfnChannel.DvbSdtSettingsProperty(
18573
+ output_sdt="outputSdt",
18574
+ rep_interval=123,
18575
+ service_name="serviceName",
18576
+ service_provider_name="serviceProviderName"
18577
+ ),
18578
+ dvb_sub_pids="dvbSubPids",
18579
+ dvb_tdt_settings=medialive.CfnChannel.DvbTdtSettingsProperty(
18580
+ rep_interval=123
18581
+ ),
18582
+ dvb_teletext_pid="dvbTeletextPid",
18583
+ ebif="ebif",
18584
+ ebp_audio_interval="ebpAudioInterval",
18585
+ ebp_lookahead_ms=123,
18586
+ ebp_placement="ebpPlacement",
18587
+ ecm_pid="ecmPid",
18588
+ es_rate_in_pes="esRateInPes",
18589
+ etv_platform_pid="etvPlatformPid",
18590
+ etv_signal_pid="etvSignalPid",
18591
+ fragment_time=123,
18592
+ klv="klv",
18593
+ klv_data_pids="klvDataPids",
18594
+ nielsen_id3_behavior="nielsenId3Behavior",
18595
+ null_packet_bitrate=123,
18596
+ pat_interval=123,
18597
+ pcr_control="pcrControl",
18598
+ pcr_period=123,
18599
+ pcr_pid="pcrPid",
18600
+ pmt_interval=123,
18601
+ pmt_pid="pmtPid",
18602
+ program_num=123,
18603
+ rate_mode="rateMode",
18604
+ scte27_pids="scte27Pids",
18605
+ scte35_control="scte35Control",
18606
+ scte35_pid="scte35Pid",
18607
+ scte35_preroll_pullup_milliseconds=123,
18608
+ segmentation_markers="segmentationMarkers",
18609
+ segmentation_style="segmentationStyle",
18610
+ segmentation_time=123,
18611
+ timed_metadata_behavior="timedMetadataBehavior",
18612
+ timed_metadata_pid="timedMetadataPid",
18613
+ transport_stream_id=123,
18614
+ video_pid="videoPid"
18615
+ )
18616
+ ),
18617
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
18618
+ destination_ref_id="destinationRefId"
18619
+ ),
18620
+ encryption_type="encryptionType",
18621
+ latency=123
18622
+ ),
17425
18623
  udp_output_settings=medialive.CfnChannel.UdpOutputSettingsProperty(
17426
18624
  buffer_msec=123,
17427
18625
  container_settings=medialive.CfnChannel.UdpContainerSettingsProperty(
@@ -17570,6 +18768,7 @@ class CfnChannel(
17570
18768
  "ms_smooth_group_settings": "msSmoothGroupSettings",
17571
18769
  "multiplex_group_settings": "multiplexGroupSettings",
17572
18770
  "rtmp_group_settings": "rtmpGroupSettings",
18771
+ "srt_group_settings": "srtGroupSettings",
17573
18772
  "udp_group_settings": "udpGroupSettings",
17574
18773
  },
17575
18774
  )
@@ -17585,6 +18784,7 @@ class CfnChannel(
17585
18784
  ms_smooth_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MsSmoothGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
17586
18785
  multiplex_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MultiplexGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
17587
18786
  rtmp_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.RtmpGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
18787
+ srt_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.SrtGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
17588
18788
  udp_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.UdpGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
17589
18789
  ) -> None:
17590
18790
  '''The configuration of the output group.
@@ -17599,6 +18799,7 @@ class CfnChannel(
17599
18799
  :param ms_smooth_group_settings: The configuration of a Microsoft Smooth output group.
17600
18800
  :param multiplex_group_settings: The settings for a Multiplex output group.
17601
18801
  :param rtmp_group_settings: The configuration of an RTMP output group.
18802
+ :param srt_group_settings:
17602
18803
  :param udp_group_settings: The configuration of a UDP output group.
17603
18804
 
17604
18805
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html
@@ -17774,6 +18975,9 @@ class CfnChannel(
17774
18975
  input_loss_action="inputLossAction",
17775
18976
  restart_delay=123
17776
18977
  ),
18978
+ srt_group_settings=medialive.CfnChannel.SrtGroupSettingsProperty(
18979
+ input_loss_action="inputLossAction"
18980
+ ),
17777
18981
  udp_group_settings=medialive.CfnChannel.UdpGroupSettingsProperty(
17778
18982
  input_loss_action="inputLossAction",
17779
18983
  timed_metadata_id3_frame="timedMetadataId3Frame",
@@ -17791,6 +18995,7 @@ class CfnChannel(
17791
18995
  check_type(argname="argument ms_smooth_group_settings", value=ms_smooth_group_settings, expected_type=type_hints["ms_smooth_group_settings"])
17792
18996
  check_type(argname="argument multiplex_group_settings", value=multiplex_group_settings, expected_type=type_hints["multiplex_group_settings"])
17793
18997
  check_type(argname="argument rtmp_group_settings", value=rtmp_group_settings, expected_type=type_hints["rtmp_group_settings"])
18998
+ check_type(argname="argument srt_group_settings", value=srt_group_settings, expected_type=type_hints["srt_group_settings"])
17794
18999
  check_type(argname="argument udp_group_settings", value=udp_group_settings, expected_type=type_hints["udp_group_settings"])
17795
19000
  self._values: typing.Dict[builtins.str, typing.Any] = {}
17796
19001
  if archive_group_settings is not None:
@@ -17809,6 +19014,8 @@ class CfnChannel(
17809
19014
  self._values["multiplex_group_settings"] = multiplex_group_settings
17810
19015
  if rtmp_group_settings is not None:
17811
19016
  self._values["rtmp_group_settings"] = rtmp_group_settings
19017
+ if srt_group_settings is not None:
19018
+ self._values["srt_group_settings"] = srt_group_settings
17812
19019
  if udp_group_settings is not None:
17813
19020
  self._values["udp_group_settings"] = udp_group_settings
17814
19021
 
@@ -17901,6 +19108,16 @@ class CfnChannel(
17901
19108
  result = self._values.get("rtmp_group_settings")
17902
19109
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.RtmpGroupSettingsProperty"]], result)
17903
19110
 
19111
+ @builtins.property
19112
+ def srt_group_settings(
19113
+ self,
19114
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.SrtGroupSettingsProperty"]]:
19115
+ '''
19116
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-srtgroupsettings
19117
+ '''
19118
+ result = self._values.get("srt_group_settings")
19119
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.SrtGroupSettingsProperty"]], result)
19120
+
17904
19121
  @builtins.property
17905
19122
  def udp_group_settings(
17906
19123
  self,
@@ -18229,6 +19446,24 @@ class CfnChannel(
18229
19446
  name_modifier="nameModifier"
18230
19447
  ),
18231
19448
  multiplex_output_settings=medialive.CfnChannel.MultiplexOutputSettingsProperty(
19449
+ container_settings=medialive.CfnChannel.MultiplexContainerSettingsProperty(
19450
+ multiplex_m2_ts_settings=medialive.CfnChannel.MultiplexM2tsSettingsProperty(
19451
+ absent_input_audio_behavior="absentInputAudioBehavior",
19452
+ arib="arib",
19453
+ audio_buffer_model="audioBufferModel",
19454
+ audio_frames_per_pes=123,
19455
+ audio_stream_type="audioStreamType",
19456
+ cc_descriptor="ccDescriptor",
19457
+ ebif="ebif",
19458
+ es_rate_in_pes="esRateInPes",
19459
+ klv="klv",
19460
+ nielsen_id3_behavior="nielsenId3Behavior",
19461
+ pcr_control="pcrControl",
19462
+ pcr_period=123,
19463
+ scte35_control="scte35Control",
19464
+ scte35_preroll_pullup_milliseconds=123
19465
+ )
19466
+ ),
18232
19467
  destination=medialive.CfnChannel.OutputLocationRefProperty(
18233
19468
  destination_ref_id="destinationRefId"
18234
19469
  )
@@ -18241,6 +19476,77 @@ class CfnChannel(
18241
19476
  ),
18242
19477
  num_retries=123
18243
19478
  ),
19479
+ srt_output_settings=medialive.CfnChannel.SrtOutputSettingsProperty(
19480
+ buffer_msec=123,
19481
+ container_settings=medialive.CfnChannel.UdpContainerSettingsProperty(
19482
+ m2_ts_settings=medialive.CfnChannel.M2tsSettingsProperty(
19483
+ absent_input_audio_behavior="absentInputAudioBehavior",
19484
+ arib="arib",
19485
+ arib_captions_pid="aribCaptionsPid",
19486
+ arib_captions_pid_control="aribCaptionsPidControl",
19487
+ audio_buffer_model="audioBufferModel",
19488
+ audio_frames_per_pes=123,
19489
+ audio_pids="audioPids",
19490
+ audio_stream_type="audioStreamType",
19491
+ bitrate=123,
19492
+ buffer_model="bufferModel",
19493
+ cc_descriptor="ccDescriptor",
19494
+ dvb_nit_settings=medialive.CfnChannel.DvbNitSettingsProperty(
19495
+ network_id=123,
19496
+ network_name="networkName",
19497
+ rep_interval=123
19498
+ ),
19499
+ dvb_sdt_settings=medialive.CfnChannel.DvbSdtSettingsProperty(
19500
+ output_sdt="outputSdt",
19501
+ rep_interval=123,
19502
+ service_name="serviceName",
19503
+ service_provider_name="serviceProviderName"
19504
+ ),
19505
+ dvb_sub_pids="dvbSubPids",
19506
+ dvb_tdt_settings=medialive.CfnChannel.DvbTdtSettingsProperty(
19507
+ rep_interval=123
19508
+ ),
19509
+ dvb_teletext_pid="dvbTeletextPid",
19510
+ ebif="ebif",
19511
+ ebp_audio_interval="ebpAudioInterval",
19512
+ ebp_lookahead_ms=123,
19513
+ ebp_placement="ebpPlacement",
19514
+ ecm_pid="ecmPid",
19515
+ es_rate_in_pes="esRateInPes",
19516
+ etv_platform_pid="etvPlatformPid",
19517
+ etv_signal_pid="etvSignalPid",
19518
+ fragment_time=123,
19519
+ klv="klv",
19520
+ klv_data_pids="klvDataPids",
19521
+ nielsen_id3_behavior="nielsenId3Behavior",
19522
+ null_packet_bitrate=123,
19523
+ pat_interval=123,
19524
+ pcr_control="pcrControl",
19525
+ pcr_period=123,
19526
+ pcr_pid="pcrPid",
19527
+ pmt_interval=123,
19528
+ pmt_pid="pmtPid",
19529
+ program_num=123,
19530
+ rate_mode="rateMode",
19531
+ scte27_pids="scte27Pids",
19532
+ scte35_control="scte35Control",
19533
+ scte35_pid="scte35Pid",
19534
+ scte35_preroll_pullup_milliseconds=123,
19535
+ segmentation_markers="segmentationMarkers",
19536
+ segmentation_style="segmentationStyle",
19537
+ segmentation_time=123,
19538
+ timed_metadata_behavior="timedMetadataBehavior",
19539
+ timed_metadata_pid="timedMetadataPid",
19540
+ transport_stream_id=123,
19541
+ video_pid="videoPid"
19542
+ )
19543
+ ),
19544
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
19545
+ destination_ref_id="destinationRefId"
19546
+ ),
19547
+ encryption_type="encryptionType",
19548
+ latency=123
19549
+ ),
18244
19550
  udp_output_settings=medialive.CfnChannel.UdpOutputSettingsProperty(
18245
19551
  buffer_msec=123,
18246
19552
  container_settings=medialive.CfnChannel.UdpContainerSettingsProperty(
@@ -18410,6 +19716,7 @@ class CfnChannel(
18410
19716
  "ms_smooth_output_settings": "msSmoothOutputSettings",
18411
19717
  "multiplex_output_settings": "multiplexOutputSettings",
18412
19718
  "rtmp_output_settings": "rtmpOutputSettings",
19719
+ "srt_output_settings": "srtOutputSettings",
18413
19720
  "udp_output_settings": "udpOutputSettings",
18414
19721
  },
18415
19722
  )
@@ -18425,6 +19732,7 @@ class CfnChannel(
18425
19732
  ms_smooth_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MsSmoothOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
18426
19733
  multiplex_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MultiplexOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
18427
19734
  rtmp_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.RtmpOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
19735
+ srt_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.SrtOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
18428
19736
  udp_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.UdpOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
18429
19737
  ) -> None:
18430
19738
  '''The output settings.
@@ -18439,6 +19747,7 @@ class CfnChannel(
18439
19747
  :param ms_smooth_output_settings: The settings for a Microsoft Smooth output.
18440
19748
  :param multiplex_output_settings: Configuration of a Multiplex output.
18441
19749
  :param rtmp_output_settings: The settings for an RTMP output. The parent of this entity is OutputGroupSettings.
19750
+ :param srt_output_settings:
18442
19751
  :param udp_output_settings: The settings for a UDP output. The parent of this entity is OutputGroupSettings.
18443
19752
 
18444
19753
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html
@@ -18578,6 +19887,24 @@ class CfnChannel(
18578
19887
  name_modifier="nameModifier"
18579
19888
  ),
18580
19889
  multiplex_output_settings=medialive.CfnChannel.MultiplexOutputSettingsProperty(
19890
+ container_settings=medialive.CfnChannel.MultiplexContainerSettingsProperty(
19891
+ multiplex_m2_ts_settings=medialive.CfnChannel.MultiplexM2tsSettingsProperty(
19892
+ absent_input_audio_behavior="absentInputAudioBehavior",
19893
+ arib="arib",
19894
+ audio_buffer_model="audioBufferModel",
19895
+ audio_frames_per_pes=123,
19896
+ audio_stream_type="audioStreamType",
19897
+ cc_descriptor="ccDescriptor",
19898
+ ebif="ebif",
19899
+ es_rate_in_pes="esRateInPes",
19900
+ klv="klv",
19901
+ nielsen_id3_behavior="nielsenId3Behavior",
19902
+ pcr_control="pcrControl",
19903
+ pcr_period=123,
19904
+ scte35_control="scte35Control",
19905
+ scte35_preroll_pullup_milliseconds=123
19906
+ )
19907
+ ),
18581
19908
  destination=medialive.CfnChannel.OutputLocationRefProperty(
18582
19909
  destination_ref_id="destinationRefId"
18583
19910
  )
@@ -18590,6 +19917,77 @@ class CfnChannel(
18590
19917
  ),
18591
19918
  num_retries=123
18592
19919
  ),
19920
+ srt_output_settings=medialive.CfnChannel.SrtOutputSettingsProperty(
19921
+ buffer_msec=123,
19922
+ container_settings=medialive.CfnChannel.UdpContainerSettingsProperty(
19923
+ m2_ts_settings=medialive.CfnChannel.M2tsSettingsProperty(
19924
+ absent_input_audio_behavior="absentInputAudioBehavior",
19925
+ arib="arib",
19926
+ arib_captions_pid="aribCaptionsPid",
19927
+ arib_captions_pid_control="aribCaptionsPidControl",
19928
+ audio_buffer_model="audioBufferModel",
19929
+ audio_frames_per_pes=123,
19930
+ audio_pids="audioPids",
19931
+ audio_stream_type="audioStreamType",
19932
+ bitrate=123,
19933
+ buffer_model="bufferModel",
19934
+ cc_descriptor="ccDescriptor",
19935
+ dvb_nit_settings=medialive.CfnChannel.DvbNitSettingsProperty(
19936
+ network_id=123,
19937
+ network_name="networkName",
19938
+ rep_interval=123
19939
+ ),
19940
+ dvb_sdt_settings=medialive.CfnChannel.DvbSdtSettingsProperty(
19941
+ output_sdt="outputSdt",
19942
+ rep_interval=123,
19943
+ service_name="serviceName",
19944
+ service_provider_name="serviceProviderName"
19945
+ ),
19946
+ dvb_sub_pids="dvbSubPids",
19947
+ dvb_tdt_settings=medialive.CfnChannel.DvbTdtSettingsProperty(
19948
+ rep_interval=123
19949
+ ),
19950
+ dvb_teletext_pid="dvbTeletextPid",
19951
+ ebif="ebif",
19952
+ ebp_audio_interval="ebpAudioInterval",
19953
+ ebp_lookahead_ms=123,
19954
+ ebp_placement="ebpPlacement",
19955
+ ecm_pid="ecmPid",
19956
+ es_rate_in_pes="esRateInPes",
19957
+ etv_platform_pid="etvPlatformPid",
19958
+ etv_signal_pid="etvSignalPid",
19959
+ fragment_time=123,
19960
+ klv="klv",
19961
+ klv_data_pids="klvDataPids",
19962
+ nielsen_id3_behavior="nielsenId3Behavior",
19963
+ null_packet_bitrate=123,
19964
+ pat_interval=123,
19965
+ pcr_control="pcrControl",
19966
+ pcr_period=123,
19967
+ pcr_pid="pcrPid",
19968
+ pmt_interval=123,
19969
+ pmt_pid="pmtPid",
19970
+ program_num=123,
19971
+ rate_mode="rateMode",
19972
+ scte27_pids="scte27Pids",
19973
+ scte35_control="scte35Control",
19974
+ scte35_pid="scte35Pid",
19975
+ scte35_preroll_pullup_milliseconds=123,
19976
+ segmentation_markers="segmentationMarkers",
19977
+ segmentation_style="segmentationStyle",
19978
+ segmentation_time=123,
19979
+ timed_metadata_behavior="timedMetadataBehavior",
19980
+ timed_metadata_pid="timedMetadataPid",
19981
+ transport_stream_id=123,
19982
+ video_pid="videoPid"
19983
+ )
19984
+ ),
19985
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
19986
+ destination_ref_id="destinationRefId"
19987
+ ),
19988
+ encryption_type="encryptionType",
19989
+ latency=123
19990
+ ),
18593
19991
  udp_output_settings=medialive.CfnChannel.UdpOutputSettingsProperty(
18594
19992
  buffer_msec=123,
18595
19993
  container_settings=medialive.CfnChannel.UdpContainerSettingsProperty(
@@ -18676,6 +20074,7 @@ class CfnChannel(
18676
20074
  check_type(argname="argument ms_smooth_output_settings", value=ms_smooth_output_settings, expected_type=type_hints["ms_smooth_output_settings"])
18677
20075
  check_type(argname="argument multiplex_output_settings", value=multiplex_output_settings, expected_type=type_hints["multiplex_output_settings"])
18678
20076
  check_type(argname="argument rtmp_output_settings", value=rtmp_output_settings, expected_type=type_hints["rtmp_output_settings"])
20077
+ check_type(argname="argument srt_output_settings", value=srt_output_settings, expected_type=type_hints["srt_output_settings"])
18679
20078
  check_type(argname="argument udp_output_settings", value=udp_output_settings, expected_type=type_hints["udp_output_settings"])
18680
20079
  self._values: typing.Dict[builtins.str, typing.Any] = {}
18681
20080
  if archive_output_settings is not None:
@@ -18694,6 +20093,8 @@ class CfnChannel(
18694
20093
  self._values["multiplex_output_settings"] = multiplex_output_settings
18695
20094
  if rtmp_output_settings is not None:
18696
20095
  self._values["rtmp_output_settings"] = rtmp_output_settings
20096
+ if srt_output_settings is not None:
20097
+ self._values["srt_output_settings"] = srt_output_settings
18697
20098
  if udp_output_settings is not None:
18698
20099
  self._values["udp_output_settings"] = udp_output_settings
18699
20100
 
@@ -18792,6 +20193,16 @@ class CfnChannel(
18792
20193
  result = self._values.get("rtmp_output_settings")
18793
20194
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.RtmpOutputSettingsProperty"]], result)
18794
20195
 
20196
+ @builtins.property
20197
+ def srt_output_settings(
20198
+ self,
20199
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.SrtOutputSettingsProperty"]]:
20200
+ '''
20201
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-srtoutputsettings
20202
+ '''
20203
+ result = self._values.get("srt_output_settings")
20204
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.SrtOutputSettingsProperty"]], result)
20205
+
18795
20206
  @builtins.property
18796
20207
  def udp_output_settings(
18797
20208
  self,
@@ -19803,6 +21214,327 @@ class CfnChannel(
19803
21214
  k + "=" + repr(v) for k, v in self._values.items()
19804
21215
  )
19805
21216
 
21217
+ @jsii.data_type(
21218
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.SrtGroupSettingsProperty",
21219
+ jsii_struct_bases=[],
21220
+ name_mapping={"input_loss_action": "inputLossAction"},
21221
+ )
21222
+ class SrtGroupSettingsProperty:
21223
+ def __init__(
21224
+ self,
21225
+ *,
21226
+ input_loss_action: typing.Optional[builtins.str] = None,
21227
+ ) -> None:
21228
+ '''
21229
+ :param input_loss_action:
21230
+
21231
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtgroupsettings.html
21232
+ :exampleMetadata: fixture=_generated
21233
+
21234
+ Example::
21235
+
21236
+ # The code below shows an example of how to instantiate this type.
21237
+ # The values are placeholders you should change.
21238
+ from aws_cdk import aws_medialive as medialive
21239
+
21240
+ srt_group_settings_property = medialive.CfnChannel.SrtGroupSettingsProperty(
21241
+ input_loss_action="inputLossAction"
21242
+ )
21243
+ '''
21244
+ if __debug__:
21245
+ type_hints = typing.get_type_hints(_typecheckingstub__ba8ad0a0892f533c35790b1f7f1b18f63626c2dfacf901809eca7fd4c3ce7e5e)
21246
+ check_type(argname="argument input_loss_action", value=input_loss_action, expected_type=type_hints["input_loss_action"])
21247
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
21248
+ if input_loss_action is not None:
21249
+ self._values["input_loss_action"] = input_loss_action
21250
+
21251
+ @builtins.property
21252
+ def input_loss_action(self) -> typing.Optional[builtins.str]:
21253
+ '''
21254
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtgroupsettings.html#cfn-medialive-channel-srtgroupsettings-inputlossaction
21255
+ '''
21256
+ result = self._values.get("input_loss_action")
21257
+ return typing.cast(typing.Optional[builtins.str], result)
21258
+
21259
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
21260
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
21261
+
21262
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
21263
+ return not (rhs == self)
21264
+
21265
+ def __repr__(self) -> str:
21266
+ return "SrtGroupSettingsProperty(%s)" % ", ".join(
21267
+ k + "=" + repr(v) for k, v in self._values.items()
21268
+ )
21269
+
21270
+ @jsii.data_type(
21271
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.SrtOutputDestinationSettingsProperty",
21272
+ jsii_struct_bases=[],
21273
+ name_mapping={
21274
+ "encryption_passphrase_secret_arn": "encryptionPassphraseSecretArn",
21275
+ "stream_id": "streamId",
21276
+ "url": "url",
21277
+ },
21278
+ )
21279
+ class SrtOutputDestinationSettingsProperty:
21280
+ def __init__(
21281
+ self,
21282
+ *,
21283
+ encryption_passphrase_secret_arn: typing.Optional[builtins.str] = None,
21284
+ stream_id: typing.Optional[builtins.str] = None,
21285
+ url: typing.Optional[builtins.str] = None,
21286
+ ) -> None:
21287
+ '''
21288
+ :param encryption_passphrase_secret_arn:
21289
+ :param stream_id:
21290
+ :param url:
21291
+
21292
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputdestinationsettings.html
21293
+ :exampleMetadata: fixture=_generated
21294
+
21295
+ Example::
21296
+
21297
+ # The code below shows an example of how to instantiate this type.
21298
+ # The values are placeholders you should change.
21299
+ from aws_cdk import aws_medialive as medialive
21300
+
21301
+ srt_output_destination_settings_property = medialive.CfnChannel.SrtOutputDestinationSettingsProperty(
21302
+ encryption_passphrase_secret_arn="encryptionPassphraseSecretArn",
21303
+ stream_id="streamId",
21304
+ url="url"
21305
+ )
21306
+ '''
21307
+ if __debug__:
21308
+ type_hints = typing.get_type_hints(_typecheckingstub__6b18d4cb0dcca463f05b4d7bb9ed322d215c92faf8acb5ecca2210acd706eed7)
21309
+ check_type(argname="argument encryption_passphrase_secret_arn", value=encryption_passphrase_secret_arn, expected_type=type_hints["encryption_passphrase_secret_arn"])
21310
+ check_type(argname="argument stream_id", value=stream_id, expected_type=type_hints["stream_id"])
21311
+ check_type(argname="argument url", value=url, expected_type=type_hints["url"])
21312
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
21313
+ if encryption_passphrase_secret_arn is not None:
21314
+ self._values["encryption_passphrase_secret_arn"] = encryption_passphrase_secret_arn
21315
+ if stream_id is not None:
21316
+ self._values["stream_id"] = stream_id
21317
+ if url is not None:
21318
+ self._values["url"] = url
21319
+
21320
+ @builtins.property
21321
+ def encryption_passphrase_secret_arn(self) -> typing.Optional[builtins.str]:
21322
+ '''
21323
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputdestinationsettings.html#cfn-medialive-channel-srtoutputdestinationsettings-encryptionpassphrasesecretarn
21324
+ '''
21325
+ result = self._values.get("encryption_passphrase_secret_arn")
21326
+ return typing.cast(typing.Optional[builtins.str], result)
21327
+
21328
+ @builtins.property
21329
+ def stream_id(self) -> typing.Optional[builtins.str]:
21330
+ '''
21331
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputdestinationsettings.html#cfn-medialive-channel-srtoutputdestinationsettings-streamid
21332
+ '''
21333
+ result = self._values.get("stream_id")
21334
+ return typing.cast(typing.Optional[builtins.str], result)
21335
+
21336
+ @builtins.property
21337
+ def url(self) -> typing.Optional[builtins.str]:
21338
+ '''
21339
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputdestinationsettings.html#cfn-medialive-channel-srtoutputdestinationsettings-url
21340
+ '''
21341
+ result = self._values.get("url")
21342
+ return typing.cast(typing.Optional[builtins.str], result)
21343
+
21344
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
21345
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
21346
+
21347
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
21348
+ return not (rhs == self)
21349
+
21350
+ def __repr__(self) -> str:
21351
+ return "SrtOutputDestinationSettingsProperty(%s)" % ", ".join(
21352
+ k + "=" + repr(v) for k, v in self._values.items()
21353
+ )
21354
+
21355
+ @jsii.data_type(
21356
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.SrtOutputSettingsProperty",
21357
+ jsii_struct_bases=[],
21358
+ name_mapping={
21359
+ "buffer_msec": "bufferMsec",
21360
+ "container_settings": "containerSettings",
21361
+ "destination": "destination",
21362
+ "encryption_type": "encryptionType",
21363
+ "latency": "latency",
21364
+ },
21365
+ )
21366
+ class SrtOutputSettingsProperty:
21367
+ def __init__(
21368
+ self,
21369
+ *,
21370
+ buffer_msec: typing.Optional[jsii.Number] = None,
21371
+ container_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.UdpContainerSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
21372
+ destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputLocationRefProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
21373
+ encryption_type: typing.Optional[builtins.str] = None,
21374
+ latency: typing.Optional[jsii.Number] = None,
21375
+ ) -> None:
21376
+ '''
21377
+ :param buffer_msec:
21378
+ :param container_settings:
21379
+ :param destination:
21380
+ :param encryption_type:
21381
+ :param latency:
21382
+
21383
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputsettings.html
21384
+ :exampleMetadata: fixture=_generated
21385
+
21386
+ Example::
21387
+
21388
+ # The code below shows an example of how to instantiate this type.
21389
+ # The values are placeholders you should change.
21390
+ from aws_cdk import aws_medialive as medialive
21391
+
21392
+ srt_output_settings_property = medialive.CfnChannel.SrtOutputSettingsProperty(
21393
+ buffer_msec=123,
21394
+ container_settings=medialive.CfnChannel.UdpContainerSettingsProperty(
21395
+ m2_ts_settings=medialive.CfnChannel.M2tsSettingsProperty(
21396
+ absent_input_audio_behavior="absentInputAudioBehavior",
21397
+ arib="arib",
21398
+ arib_captions_pid="aribCaptionsPid",
21399
+ arib_captions_pid_control="aribCaptionsPidControl",
21400
+ audio_buffer_model="audioBufferModel",
21401
+ audio_frames_per_pes=123,
21402
+ audio_pids="audioPids",
21403
+ audio_stream_type="audioStreamType",
21404
+ bitrate=123,
21405
+ buffer_model="bufferModel",
21406
+ cc_descriptor="ccDescriptor",
21407
+ dvb_nit_settings=medialive.CfnChannel.DvbNitSettingsProperty(
21408
+ network_id=123,
21409
+ network_name="networkName",
21410
+ rep_interval=123
21411
+ ),
21412
+ dvb_sdt_settings=medialive.CfnChannel.DvbSdtSettingsProperty(
21413
+ output_sdt="outputSdt",
21414
+ rep_interval=123,
21415
+ service_name="serviceName",
21416
+ service_provider_name="serviceProviderName"
21417
+ ),
21418
+ dvb_sub_pids="dvbSubPids",
21419
+ dvb_tdt_settings=medialive.CfnChannel.DvbTdtSettingsProperty(
21420
+ rep_interval=123
21421
+ ),
21422
+ dvb_teletext_pid="dvbTeletextPid",
21423
+ ebif="ebif",
21424
+ ebp_audio_interval="ebpAudioInterval",
21425
+ ebp_lookahead_ms=123,
21426
+ ebp_placement="ebpPlacement",
21427
+ ecm_pid="ecmPid",
21428
+ es_rate_in_pes="esRateInPes",
21429
+ etv_platform_pid="etvPlatformPid",
21430
+ etv_signal_pid="etvSignalPid",
21431
+ fragment_time=123,
21432
+ klv="klv",
21433
+ klv_data_pids="klvDataPids",
21434
+ nielsen_id3_behavior="nielsenId3Behavior",
21435
+ null_packet_bitrate=123,
21436
+ pat_interval=123,
21437
+ pcr_control="pcrControl",
21438
+ pcr_period=123,
21439
+ pcr_pid="pcrPid",
21440
+ pmt_interval=123,
21441
+ pmt_pid="pmtPid",
21442
+ program_num=123,
21443
+ rate_mode="rateMode",
21444
+ scte27_pids="scte27Pids",
21445
+ scte35_control="scte35Control",
21446
+ scte35_pid="scte35Pid",
21447
+ scte35_preroll_pullup_milliseconds=123,
21448
+ segmentation_markers="segmentationMarkers",
21449
+ segmentation_style="segmentationStyle",
21450
+ segmentation_time=123,
21451
+ timed_metadata_behavior="timedMetadataBehavior",
21452
+ timed_metadata_pid="timedMetadataPid",
21453
+ transport_stream_id=123,
21454
+ video_pid="videoPid"
21455
+ )
21456
+ ),
21457
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
21458
+ destination_ref_id="destinationRefId"
21459
+ ),
21460
+ encryption_type="encryptionType",
21461
+ latency=123
21462
+ )
21463
+ '''
21464
+ if __debug__:
21465
+ type_hints = typing.get_type_hints(_typecheckingstub__343e1d351f17b6f558adb1f5986a7b8783e1d22117b61b28d1d0ef318f0073bc)
21466
+ check_type(argname="argument buffer_msec", value=buffer_msec, expected_type=type_hints["buffer_msec"])
21467
+ check_type(argname="argument container_settings", value=container_settings, expected_type=type_hints["container_settings"])
21468
+ check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
21469
+ check_type(argname="argument encryption_type", value=encryption_type, expected_type=type_hints["encryption_type"])
21470
+ check_type(argname="argument latency", value=latency, expected_type=type_hints["latency"])
21471
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
21472
+ if buffer_msec is not None:
21473
+ self._values["buffer_msec"] = buffer_msec
21474
+ if container_settings is not None:
21475
+ self._values["container_settings"] = container_settings
21476
+ if destination is not None:
21477
+ self._values["destination"] = destination
21478
+ if encryption_type is not None:
21479
+ self._values["encryption_type"] = encryption_type
21480
+ if latency is not None:
21481
+ self._values["latency"] = latency
21482
+
21483
+ @builtins.property
21484
+ def buffer_msec(self) -> typing.Optional[jsii.Number]:
21485
+ '''
21486
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputsettings.html#cfn-medialive-channel-srtoutputsettings-buffermsec
21487
+ '''
21488
+ result = self._values.get("buffer_msec")
21489
+ return typing.cast(typing.Optional[jsii.Number], result)
21490
+
21491
+ @builtins.property
21492
+ def container_settings(
21493
+ self,
21494
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.UdpContainerSettingsProperty"]]:
21495
+ '''
21496
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputsettings.html#cfn-medialive-channel-srtoutputsettings-containersettings
21497
+ '''
21498
+ result = self._values.get("container_settings")
21499
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.UdpContainerSettingsProperty"]], result)
21500
+
21501
+ @builtins.property
21502
+ def destination(
21503
+ self,
21504
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]]:
21505
+ '''
21506
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputsettings.html#cfn-medialive-channel-srtoutputsettings-destination
21507
+ '''
21508
+ result = self._values.get("destination")
21509
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]], result)
21510
+
21511
+ @builtins.property
21512
+ def encryption_type(self) -> typing.Optional[builtins.str]:
21513
+ '''
21514
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputsettings.html#cfn-medialive-channel-srtoutputsettings-encryptiontype
21515
+ '''
21516
+ result = self._values.get("encryption_type")
21517
+ return typing.cast(typing.Optional[builtins.str], result)
21518
+
21519
+ @builtins.property
21520
+ def latency(self) -> typing.Optional[jsii.Number]:
21521
+ '''
21522
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputsettings.html#cfn-medialive-channel-srtoutputsettings-latency
21523
+ '''
21524
+ result = self._values.get("latency")
21525
+ return typing.cast(typing.Optional[jsii.Number], result)
21526
+
21527
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
21528
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
21529
+
21530
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
21531
+ return not (rhs == self)
21532
+
21533
+ def __repr__(self) -> str:
21534
+ return "SrtOutputSettingsProperty(%s)" % ", ".join(
21535
+ k + "=" + repr(v) for k, v in self._values.items()
21536
+ )
21537
+
19806
21538
  @jsii.data_type(
19807
21539
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.StandardHlsSettingsProperty",
19808
21540
  jsii_struct_bases=[],
@@ -20923,6 +22655,7 @@ class CfnChannel(
20923
22655
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.VideoCodecSettingsProperty",
20924
22656
  jsii_struct_bases=[],
20925
22657
  name_mapping={
22658
+ "av1_settings": "av1Settings",
20926
22659
  "frame_capture_settings": "frameCaptureSettings",
20927
22660
  "h264_settings": "h264Settings",
20928
22661
  "h265_settings": "h265Settings",
@@ -20933,6 +22666,7 @@ class CfnChannel(
20933
22666
  def __init__(
20934
22667
  self,
20935
22668
  *,
22669
+ av1_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.Av1SettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
20936
22670
  frame_capture_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.FrameCaptureSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
20937
22671
  h264_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.H264SettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
20938
22672
  h265_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.H265SettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -20942,6 +22676,7 @@ class CfnChannel(
20942
22676
 
20943
22677
  The parent of this entity is VideoDescription.
20944
22678
 
22679
+ :param av1_settings:
20945
22680
  :param frame_capture_settings: The settings for the video codec in a frame capture output.
20946
22681
  :param h264_settings: The settings for the H.264 codec in the output.
20947
22682
  :param h265_settings: Settings for video encoded with the H265 codec.
@@ -20956,7 +22691,42 @@ class CfnChannel(
20956
22691
  # The values are placeholders you should change.
20957
22692
  from aws_cdk import aws_medialive as medialive
20958
22693
 
22694
+ # color_space_passthrough_settings: Any
22695
+ # rec601_settings: Any
22696
+ # rec709_settings: Any
22697
+
20959
22698
  video_codec_settings_property = medialive.CfnChannel.VideoCodecSettingsProperty(
22699
+ av1_settings=medialive.CfnChannel.Av1SettingsProperty(
22700
+ afd_signaling="afdSignaling",
22701
+ buf_size=123,
22702
+ color_space_settings=medialive.CfnChannel.Av1ColorSpaceSettingsProperty(
22703
+ color_space_passthrough_settings=color_space_passthrough_settings,
22704
+ hdr10_settings=medialive.CfnChannel.Hdr10SettingsProperty(
22705
+ max_cll=123,
22706
+ max_fall=123
22707
+ ),
22708
+ rec601_settings=rec601_settings,
22709
+ rec709_settings=rec709_settings
22710
+ ),
22711
+ fixed_afd="fixedAfd",
22712
+ framerate_denominator=123,
22713
+ framerate_numerator=123,
22714
+ gop_size=123,
22715
+ gop_size_units="gopSizeUnits",
22716
+ level="level",
22717
+ look_ahead_rate_control="lookAheadRateControl",
22718
+ max_bitrate=123,
22719
+ min_iInterval=123,
22720
+ par_denominator=123,
22721
+ par_numerator=123,
22722
+ qvbr_quality_level=123,
22723
+ scene_change_detect="sceneChangeDetect",
22724
+ timecode_burnin_settings=medialive.CfnChannel.TimecodeBurninSettingsProperty(
22725
+ font_size="fontSize",
22726
+ position="position",
22727
+ prefix="prefix"
22728
+ )
22729
+ ),
20960
22730
  frame_capture_settings=medialive.CfnChannel.FrameCaptureSettingsProperty(
20961
22731
  capture_interval=123,
20962
22732
  capture_interval_units="captureIntervalUnits",
@@ -20980,6 +22750,10 @@ class CfnChannel(
20980
22750
  ),
20981
22751
  entropy_encoding="entropyEncoding",
20982
22752
  filter_settings=medialive.CfnChannel.H264FilterSettingsProperty(
22753
+ bandwidth_reduction_filter_settings=medialive.CfnChannel.BandwidthReductionFilterSettingsProperty(
22754
+ post_filter_sharpening="postFilterSharpening",
22755
+ strength="strength"
22756
+ ),
20983
22757
  temporal_filter_settings=medialive.CfnChannel.TemporalFilterSettingsProperty(
20984
22758
  post_filter_sharpening="postFilterSharpening",
20985
22759
  strength="strength"
@@ -21042,6 +22816,10 @@ class CfnChannel(
21042
22816
  rec709_settings=medialive.CfnChannel.Rec709SettingsProperty()
21043
22817
  ),
21044
22818
  filter_settings=medialive.CfnChannel.H265FilterSettingsProperty(
22819
+ bandwidth_reduction_filter_settings=medialive.CfnChannel.BandwidthReductionFilterSettingsProperty(
22820
+ post_filter_sharpening="postFilterSharpening",
22821
+ strength="strength"
22822
+ ),
21045
22823
  temporal_filter_settings=medialive.CfnChannel.TemporalFilterSettingsProperty(
21046
22824
  post_filter_sharpening="postFilterSharpening",
21047
22825
  strength="strength"
@@ -21113,11 +22891,14 @@ class CfnChannel(
21113
22891
  '''
21114
22892
  if __debug__:
21115
22893
  type_hints = typing.get_type_hints(_typecheckingstub__c80dde1bf6f6c24a8ef9eb602868cb10de17563bdf49656f508df14eff7b5c19)
22894
+ check_type(argname="argument av1_settings", value=av1_settings, expected_type=type_hints["av1_settings"])
21116
22895
  check_type(argname="argument frame_capture_settings", value=frame_capture_settings, expected_type=type_hints["frame_capture_settings"])
21117
22896
  check_type(argname="argument h264_settings", value=h264_settings, expected_type=type_hints["h264_settings"])
21118
22897
  check_type(argname="argument h265_settings", value=h265_settings, expected_type=type_hints["h265_settings"])
21119
22898
  check_type(argname="argument mpeg2_settings", value=mpeg2_settings, expected_type=type_hints["mpeg2_settings"])
21120
22899
  self._values: typing.Dict[builtins.str, typing.Any] = {}
22900
+ if av1_settings is not None:
22901
+ self._values["av1_settings"] = av1_settings
21121
22902
  if frame_capture_settings is not None:
21122
22903
  self._values["frame_capture_settings"] = frame_capture_settings
21123
22904
  if h264_settings is not None:
@@ -21127,6 +22908,16 @@ class CfnChannel(
21127
22908
  if mpeg2_settings is not None:
21128
22909
  self._values["mpeg2_settings"] = mpeg2_settings
21129
22910
 
22911
+ @builtins.property
22912
+ def av1_settings(
22913
+ self,
22914
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.Av1SettingsProperty"]]:
22915
+ '''
22916
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videocodecsettings.html#cfn-medialive-channel-videocodecsettings-av1settings
22917
+ '''
22918
+ result = self._values.get("av1_settings")
22919
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.Av1SettingsProperty"]], result)
22920
+
21130
22921
  @builtins.property
21131
22922
  def frame_capture_settings(
21132
22923
  self,
@@ -21228,8 +23019,43 @@ class CfnChannel(
21228
23019
  # The values are placeholders you should change.
21229
23020
  from aws_cdk import aws_medialive as medialive
21230
23021
 
23022
+ # color_space_passthrough_settings: Any
23023
+ # rec601_settings: Any
23024
+ # rec709_settings: Any
23025
+
21231
23026
  video_description_property = medialive.CfnChannel.VideoDescriptionProperty(
21232
23027
  codec_settings=medialive.CfnChannel.VideoCodecSettingsProperty(
23028
+ av1_settings=medialive.CfnChannel.Av1SettingsProperty(
23029
+ afd_signaling="afdSignaling",
23030
+ buf_size=123,
23031
+ color_space_settings=medialive.CfnChannel.Av1ColorSpaceSettingsProperty(
23032
+ color_space_passthrough_settings=color_space_passthrough_settings,
23033
+ hdr10_settings=medialive.CfnChannel.Hdr10SettingsProperty(
23034
+ max_cll=123,
23035
+ max_fall=123
23036
+ ),
23037
+ rec601_settings=rec601_settings,
23038
+ rec709_settings=rec709_settings
23039
+ ),
23040
+ fixed_afd="fixedAfd",
23041
+ framerate_denominator=123,
23042
+ framerate_numerator=123,
23043
+ gop_size=123,
23044
+ gop_size_units="gopSizeUnits",
23045
+ level="level",
23046
+ look_ahead_rate_control="lookAheadRateControl",
23047
+ max_bitrate=123,
23048
+ min_iInterval=123,
23049
+ par_denominator=123,
23050
+ par_numerator=123,
23051
+ qvbr_quality_level=123,
23052
+ scene_change_detect="sceneChangeDetect",
23053
+ timecode_burnin_settings=medialive.CfnChannel.TimecodeBurninSettingsProperty(
23054
+ font_size="fontSize",
23055
+ position="position",
23056
+ prefix="prefix"
23057
+ )
23058
+ ),
21233
23059
  frame_capture_settings=medialive.CfnChannel.FrameCaptureSettingsProperty(
21234
23060
  capture_interval=123,
21235
23061
  capture_interval_units="captureIntervalUnits",
@@ -21253,6 +23079,10 @@ class CfnChannel(
21253
23079
  ),
21254
23080
  entropy_encoding="entropyEncoding",
21255
23081
  filter_settings=medialive.CfnChannel.H264FilterSettingsProperty(
23082
+ bandwidth_reduction_filter_settings=medialive.CfnChannel.BandwidthReductionFilterSettingsProperty(
23083
+ post_filter_sharpening="postFilterSharpening",
23084
+ strength="strength"
23085
+ ),
21256
23086
  temporal_filter_settings=medialive.CfnChannel.TemporalFilterSettingsProperty(
21257
23087
  post_filter_sharpening="postFilterSharpening",
21258
23088
  strength="strength"
@@ -21315,6 +23145,10 @@ class CfnChannel(
21315
23145
  rec709_settings=medialive.CfnChannel.Rec709SettingsProperty()
21316
23146
  ),
21317
23147
  filter_settings=medialive.CfnChannel.H265FilterSettingsProperty(
23148
+ bandwidth_reduction_filter_settings=medialive.CfnChannel.BandwidthReductionFilterSettingsProperty(
23149
+ post_filter_sharpening="postFilterSharpening",
23150
+ strength="strength"
23151
+ ),
21318
23152
  temporal_filter_settings=medialive.CfnChannel.TemporalFilterSettingsProperty(
21319
23153
  post_filter_sharpening="postFilterSharpening",
21320
23154
  strength="strength"
@@ -22436,6 +24270,7 @@ class CfnChannelPlacementGroupProps:
22436
24270
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannelProps",
22437
24271
  jsii_struct_bases=[],
22438
24272
  name_mapping={
24273
+ "anywhere_settings": "anywhereSettings",
22439
24274
  "cdi_input_specification": "cdiInputSpecification",
22440
24275
  "channel_class": "channelClass",
22441
24276
  "destinations": "destinations",
@@ -22454,6 +24289,7 @@ class CfnChannelProps:
22454
24289
  def __init__(
22455
24290
  self,
22456
24291
  *,
24292
+ anywhere_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.AnywhereSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
22457
24293
  cdi_input_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CdiInputSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
22458
24294
  channel_class: typing.Optional[builtins.str] = None,
22459
24295
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputDestinationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -22469,6 +24305,7 @@ class CfnChannelProps:
22469
24305
  ) -> None:
22470
24306
  '''Properties for defining a ``CfnChannel``.
22471
24307
 
24308
+ :param anywhere_settings:
22472
24309
  :param cdi_input_specification: Specification of CDI inputs for this channel.
22473
24310
  :param channel_class: The class for this channel. For a channel with two pipelines, the class is STANDARD. For a channel with one pipeline, the class is SINGLE_PIPELINE.
22474
24311
  :param destinations: The settings that identify the destination for the outputs in this MediaLive output package.
@@ -22491,6 +24328,7 @@ class CfnChannelProps:
22491
24328
  '''
22492
24329
  if __debug__:
22493
24330
  type_hints = typing.get_type_hints(_typecheckingstub__b13ea4bee752af01767701d05a81e0c16839b625a40da4f298a5e05d768ae6ab)
24331
+ check_type(argname="argument anywhere_settings", value=anywhere_settings, expected_type=type_hints["anywhere_settings"])
22494
24332
  check_type(argname="argument cdi_input_specification", value=cdi_input_specification, expected_type=type_hints["cdi_input_specification"])
22495
24333
  check_type(argname="argument channel_class", value=channel_class, expected_type=type_hints["channel_class"])
22496
24334
  check_type(argname="argument destinations", value=destinations, expected_type=type_hints["destinations"])
@@ -22504,6 +24342,8 @@ class CfnChannelProps:
22504
24342
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
22505
24343
  check_type(argname="argument vpc", value=vpc, expected_type=type_hints["vpc"])
22506
24344
  self._values: typing.Dict[builtins.str, typing.Any] = {}
24345
+ if anywhere_settings is not None:
24346
+ self._values["anywhere_settings"] = anywhere_settings
22507
24347
  if cdi_input_specification is not None:
22508
24348
  self._values["cdi_input_specification"] = cdi_input_specification
22509
24349
  if channel_class is not None:
@@ -22529,6 +24369,16 @@ class CfnChannelProps:
22529
24369
  if vpc is not None:
22530
24370
  self._values["vpc"] = vpc
22531
24371
 
24372
+ @builtins.property
24373
+ def anywhere_settings(
24374
+ self,
24375
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnChannel.AnywhereSettingsProperty]]:
24376
+ '''
24377
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-anywheresettings
24378
+ '''
24379
+ result = self._values.get("anywhere_settings")
24380
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnChannel.AnywhereSettingsProperty]], result)
24381
+
22532
24382
  @builtins.property
22533
24383
  def cdi_input_specification(
22534
24384
  self,
@@ -24854,15 +26704,28 @@ class CfnInput(
24854
26704
 
24855
26705
  cfn_input = medialive.CfnInput(self, "MyCfnInput",
24856
26706
  destinations=[medialive.CfnInput.InputDestinationRequestProperty(
26707
+ network="network",
26708
+ network_routes=[medialive.CfnInput.InputRequestDestinationRouteProperty(
26709
+ cidr="cidr",
26710
+ gateway="gateway"
26711
+ )],
26712
+ static_ip_address="staticIpAddress",
24857
26713
  stream_name="streamName"
24858
26714
  )],
24859
26715
  input_devices=[medialive.CfnInput.InputDeviceSettingsProperty(
24860
26716
  id="id"
24861
26717
  )],
26718
+ input_network_location="inputNetworkLocation",
24862
26719
  input_security_groups=["inputSecurityGroups"],
24863
26720
  media_connect_flows=[medialive.CfnInput.MediaConnectFlowRequestProperty(
24864
26721
  flow_arn="flowArn"
24865
26722
  )],
26723
+ multicast_settings=medialive.CfnInput.MulticastSettingsCreateRequestProperty(
26724
+ sources=[medialive.CfnInput.MulticastSourceCreateRequestProperty(
26725
+ source_ip="sourceIp",
26726
+ url="url"
26727
+ )]
26728
+ ),
24866
26729
  name="name",
24867
26730
  role_arn="roleArn",
24868
26731
  sources=[medialive.CfnInput.InputSourceRequestProperty(
@@ -24898,8 +26761,10 @@ class CfnInput(
24898
26761
  *,
24899
26762
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputDestinationRequestProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
24900
26763
  input_devices: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputDeviceSettingsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
26764
+ input_network_location: typing.Optional[builtins.str] = None,
24901
26765
  input_security_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
24902
26766
  media_connect_flows: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.MediaConnectFlowRequestProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
26767
+ multicast_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.MulticastSettingsCreateRequestProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
24903
26768
  name: typing.Optional[builtins.str] = None,
24904
26769
  role_arn: typing.Optional[builtins.str] = None,
24905
26770
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputSourceRequestProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -24913,8 +26778,10 @@ class CfnInput(
24913
26778
  :param id: Construct identifier for this resource (unique in its scope).
24914
26779
  :param destinations: Settings that apply only if the input is a push type of input.
24915
26780
  :param input_devices: Settings that apply only if the input is an Elemental Link input.
26781
+ :param input_network_location:
24916
26782
  :param input_security_groups: The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.
24917
26783
  :param media_connect_flows: Settings that apply only if the input is a MediaConnect input.
26784
+ :param multicast_settings:
24918
26785
  :param name: A name for the input.
24919
26786
  :param role_arn: The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input. This doesn't apply to other types of inputs. The role is identified by its ARN.
24920
26787
  :param sources: Settings that apply only if the input is a pull type of input.
@@ -24930,8 +26797,10 @@ class CfnInput(
24930
26797
  props = CfnInputProps(
24931
26798
  destinations=destinations,
24932
26799
  input_devices=input_devices,
26800
+ input_network_location=input_network_location,
24933
26801
  input_security_groups=input_security_groups,
24934
26802
  media_connect_flows=media_connect_flows,
26803
+ multicast_settings=multicast_settings,
24935
26804
  name=name,
24936
26805
  role_arn=role_arn,
24937
26806
  sources=sources,
@@ -25062,6 +26931,18 @@ class CfnInput(
25062
26931
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
25063
26932
  jsii.set(self, "inputDevices", value) # pyright: ignore[reportArgumentType]
25064
26933
 
26934
+ @builtins.property
26935
+ @jsii.member(jsii_name="inputNetworkLocation")
26936
+ def input_network_location(self) -> typing.Optional[builtins.str]:
26937
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "inputNetworkLocation"))
26938
+
26939
+ @input_network_location.setter
26940
+ def input_network_location(self, value: typing.Optional[builtins.str]) -> None:
26941
+ if __debug__:
26942
+ type_hints = typing.get_type_hints(_typecheckingstub__8b585ba037729fd47c9519de4c47ab40d10390a89d94e9d002535e64209e4f73)
26943
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
26944
+ jsii.set(self, "inputNetworkLocation", value) # pyright: ignore[reportArgumentType]
26945
+
25065
26946
  @builtins.property
25066
26947
  @jsii.member(jsii_name="inputSecurityGroups")
25067
26948
  def input_security_groups(self) -> typing.Optional[typing.List[builtins.str]]:
@@ -25096,6 +26977,23 @@ class CfnInput(
25096
26977
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
25097
26978
  jsii.set(self, "mediaConnectFlows", value) # pyright: ignore[reportArgumentType]
25098
26979
 
26980
+ @builtins.property
26981
+ @jsii.member(jsii_name="multicastSettings")
26982
+ def multicast_settings(
26983
+ self,
26984
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.MulticastSettingsCreateRequestProperty"]]:
26985
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.MulticastSettingsCreateRequestProperty"]], jsii.get(self, "multicastSettings"))
26986
+
26987
+ @multicast_settings.setter
26988
+ def multicast_settings(
26989
+ self,
26990
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInput.MulticastSettingsCreateRequestProperty"]],
26991
+ ) -> None:
26992
+ if __debug__:
26993
+ type_hints = typing.get_type_hints(_typecheckingstub__3be032c1c827fbe2f5705ea336074bf1a3ef5655571641de3b73c117673255ac)
26994
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
26995
+ jsii.set(self, "multicastSettings", value) # pyright: ignore[reportArgumentType]
26996
+
25099
26997
  @builtins.property
25100
26998
  @jsii.member(jsii_name="name")
25101
26999
  def name(self) -> typing.Optional[builtins.str]:
@@ -25204,18 +27102,29 @@ class CfnInput(
25204
27102
  @jsii.data_type(
25205
27103
  jsii_type="aws-cdk-lib.aws_medialive.CfnInput.InputDestinationRequestProperty",
25206
27104
  jsii_struct_bases=[],
25207
- name_mapping={"stream_name": "streamName"},
27105
+ name_mapping={
27106
+ "network": "network",
27107
+ "network_routes": "networkRoutes",
27108
+ "static_ip_address": "staticIpAddress",
27109
+ "stream_name": "streamName",
27110
+ },
25208
27111
  )
25209
27112
  class InputDestinationRequestProperty:
25210
27113
  def __init__(
25211
27114
  self,
25212
27115
  *,
27116
+ network: typing.Optional[builtins.str] = None,
27117
+ network_routes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.InputRequestDestinationRouteProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
27118
+ static_ip_address: typing.Optional[builtins.str] = None,
25213
27119
  stream_name: typing.Optional[builtins.str] = None,
25214
27120
  ) -> None:
25215
27121
  '''Settings that apply only if the input is a push type of input.
25216
27122
 
25217
27123
  The parent of this entity is Input.
25218
27124
 
27125
+ :param network:
27126
+ :param network_routes:
27127
+ :param static_ip_address:
25219
27128
  :param stream_name: The stream name (application name/application instance) for the location the RTMP source content will be pushed to in MediaLive.
25220
27129
 
25221
27130
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdestinationrequest.html
@@ -25228,16 +27137,57 @@ class CfnInput(
25228
27137
  from aws_cdk import aws_medialive as medialive
25229
27138
 
25230
27139
  input_destination_request_property = medialive.CfnInput.InputDestinationRequestProperty(
27140
+ network="network",
27141
+ network_routes=[medialive.CfnInput.InputRequestDestinationRouteProperty(
27142
+ cidr="cidr",
27143
+ gateway="gateway"
27144
+ )],
27145
+ static_ip_address="staticIpAddress",
25231
27146
  stream_name="streamName"
25232
27147
  )
25233
27148
  '''
25234
27149
  if __debug__:
25235
27150
  type_hints = typing.get_type_hints(_typecheckingstub__09c9b47df08f57a6e8b0b3f37b32fd88bedb55ea142fe627a7771479eb02b5c3)
27151
+ check_type(argname="argument network", value=network, expected_type=type_hints["network"])
27152
+ check_type(argname="argument network_routes", value=network_routes, expected_type=type_hints["network_routes"])
27153
+ check_type(argname="argument static_ip_address", value=static_ip_address, expected_type=type_hints["static_ip_address"])
25236
27154
  check_type(argname="argument stream_name", value=stream_name, expected_type=type_hints["stream_name"])
25237
27155
  self._values: typing.Dict[builtins.str, typing.Any] = {}
27156
+ if network is not None:
27157
+ self._values["network"] = network
27158
+ if network_routes is not None:
27159
+ self._values["network_routes"] = network_routes
27160
+ if static_ip_address is not None:
27161
+ self._values["static_ip_address"] = static_ip_address
25238
27162
  if stream_name is not None:
25239
27163
  self._values["stream_name"] = stream_name
25240
27164
 
27165
+ @builtins.property
27166
+ def network(self) -> typing.Optional[builtins.str]:
27167
+ '''
27168
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdestinationrequest.html#cfn-medialive-input-inputdestinationrequest-network
27169
+ '''
27170
+ result = self._values.get("network")
27171
+ return typing.cast(typing.Optional[builtins.str], result)
27172
+
27173
+ @builtins.property
27174
+ def network_routes(
27175
+ self,
27176
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.InputRequestDestinationRouteProperty"]]]]:
27177
+ '''
27178
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdestinationrequest.html#cfn-medialive-input-inputdestinationrequest-networkroutes
27179
+ '''
27180
+ result = self._values.get("network_routes")
27181
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.InputRequestDestinationRouteProperty"]]]], result)
27182
+
27183
+ @builtins.property
27184
+ def static_ip_address(self) -> typing.Optional[builtins.str]:
27185
+ '''
27186
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdestinationrequest.html#cfn-medialive-input-inputdestinationrequest-staticipaddress
27187
+ '''
27188
+ result = self._values.get("static_ip_address")
27189
+ return typing.cast(typing.Optional[builtins.str], result)
27190
+
25241
27191
  @builtins.property
25242
27192
  def stream_name(self) -> typing.Optional[builtins.str]:
25243
27193
  '''The stream name (application name/application instance) for the location the RTMP source content will be pushed to in MediaLive.
@@ -25360,6 +27310,73 @@ class CfnInput(
25360
27310
  k + "=" + repr(v) for k, v in self._values.items()
25361
27311
  )
25362
27312
 
27313
+ @jsii.data_type(
27314
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.InputRequestDestinationRouteProperty",
27315
+ jsii_struct_bases=[],
27316
+ name_mapping={"cidr": "cidr", "gateway": "gateway"},
27317
+ )
27318
+ class InputRequestDestinationRouteProperty:
27319
+ def __init__(
27320
+ self,
27321
+ *,
27322
+ cidr: typing.Optional[builtins.str] = None,
27323
+ gateway: typing.Optional[builtins.str] = None,
27324
+ ) -> None:
27325
+ '''
27326
+ :param cidr:
27327
+ :param gateway:
27328
+
27329
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputrequestdestinationroute.html
27330
+ :exampleMetadata: fixture=_generated
27331
+
27332
+ Example::
27333
+
27334
+ # The code below shows an example of how to instantiate this type.
27335
+ # The values are placeholders you should change.
27336
+ from aws_cdk import aws_medialive as medialive
27337
+
27338
+ input_request_destination_route_property = medialive.CfnInput.InputRequestDestinationRouteProperty(
27339
+ cidr="cidr",
27340
+ gateway="gateway"
27341
+ )
27342
+ '''
27343
+ if __debug__:
27344
+ type_hints = typing.get_type_hints(_typecheckingstub__49a42f86677548150b6c05cd2ecf15371954f68c82ca5c8b29dc88bf5d2e20bc)
27345
+ check_type(argname="argument cidr", value=cidr, expected_type=type_hints["cidr"])
27346
+ check_type(argname="argument gateway", value=gateway, expected_type=type_hints["gateway"])
27347
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
27348
+ if cidr is not None:
27349
+ self._values["cidr"] = cidr
27350
+ if gateway is not None:
27351
+ self._values["gateway"] = gateway
27352
+
27353
+ @builtins.property
27354
+ def cidr(self) -> typing.Optional[builtins.str]:
27355
+ '''
27356
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputrequestdestinationroute.html#cfn-medialive-input-inputrequestdestinationroute-cidr
27357
+ '''
27358
+ result = self._values.get("cidr")
27359
+ return typing.cast(typing.Optional[builtins.str], result)
27360
+
27361
+ @builtins.property
27362
+ def gateway(self) -> typing.Optional[builtins.str]:
27363
+ '''
27364
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputrequestdestinationroute.html#cfn-medialive-input-inputrequestdestinationroute-gateway
27365
+ '''
27366
+ result = self._values.get("gateway")
27367
+ return typing.cast(typing.Optional[builtins.str], result)
27368
+
27369
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
27370
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
27371
+
27372
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
27373
+ return not (rhs == self)
27374
+
27375
+ def __repr__(self) -> str:
27376
+ return "InputRequestDestinationRouteProperty(%s)" % ", ".join(
27377
+ k + "=" + repr(v) for k, v in self._values.items()
27378
+ )
27379
+
25363
27380
  @jsii.data_type(
25364
27381
  jsii_type="aws-cdk-lib.aws_medialive.CfnInput.InputSourceRequestProperty",
25365
27382
  jsii_struct_bases=[],
@@ -25587,6 +27604,131 @@ class CfnInput(
25587
27604
  k + "=" + repr(v) for k, v in self._values.items()
25588
27605
  )
25589
27606
 
27607
+ @jsii.data_type(
27608
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.MulticastSettingsCreateRequestProperty",
27609
+ jsii_struct_bases=[],
27610
+ name_mapping={"sources": "sources"},
27611
+ )
27612
+ class MulticastSettingsCreateRequestProperty:
27613
+ def __init__(
27614
+ self,
27615
+ *,
27616
+ sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInput.MulticastSourceCreateRequestProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
27617
+ ) -> None:
27618
+ '''
27619
+ :param sources:
27620
+
27621
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-multicastsettingscreaterequest.html
27622
+ :exampleMetadata: fixture=_generated
27623
+
27624
+ Example::
27625
+
27626
+ # The code below shows an example of how to instantiate this type.
27627
+ # The values are placeholders you should change.
27628
+ from aws_cdk import aws_medialive as medialive
27629
+
27630
+ multicast_settings_create_request_property = medialive.CfnInput.MulticastSettingsCreateRequestProperty(
27631
+ sources=[medialive.CfnInput.MulticastSourceCreateRequestProperty(
27632
+ source_ip="sourceIp",
27633
+ url="url"
27634
+ )]
27635
+ )
27636
+ '''
27637
+ if __debug__:
27638
+ type_hints = typing.get_type_hints(_typecheckingstub__5b2afe663ea49baa6ba9bc3c1c8d18e484d886633d7bee956a14111aa71bae46)
27639
+ check_type(argname="argument sources", value=sources, expected_type=type_hints["sources"])
27640
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
27641
+ if sources is not None:
27642
+ self._values["sources"] = sources
27643
+
27644
+ @builtins.property
27645
+ def sources(
27646
+ self,
27647
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.MulticastSourceCreateRequestProperty"]]]]:
27648
+ '''
27649
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-multicastsettingscreaterequest.html#cfn-medialive-input-multicastsettingscreaterequest-sources
27650
+ '''
27651
+ result = self._values.get("sources")
27652
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInput.MulticastSourceCreateRequestProperty"]]]], result)
27653
+
27654
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
27655
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
27656
+
27657
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
27658
+ return not (rhs == self)
27659
+
27660
+ def __repr__(self) -> str:
27661
+ return "MulticastSettingsCreateRequestProperty(%s)" % ", ".join(
27662
+ k + "=" + repr(v) for k, v in self._values.items()
27663
+ )
27664
+
27665
+ @jsii.data_type(
27666
+ jsii_type="aws-cdk-lib.aws_medialive.CfnInput.MulticastSourceCreateRequestProperty",
27667
+ jsii_struct_bases=[],
27668
+ name_mapping={"source_ip": "sourceIp", "url": "url"},
27669
+ )
27670
+ class MulticastSourceCreateRequestProperty:
27671
+ def __init__(
27672
+ self,
27673
+ *,
27674
+ source_ip: typing.Optional[builtins.str] = None,
27675
+ url: typing.Optional[builtins.str] = None,
27676
+ ) -> None:
27677
+ '''
27678
+ :param source_ip:
27679
+ :param url:
27680
+
27681
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-multicastsourcecreaterequest.html
27682
+ :exampleMetadata: fixture=_generated
27683
+
27684
+ Example::
27685
+
27686
+ # The code below shows an example of how to instantiate this type.
27687
+ # The values are placeholders you should change.
27688
+ from aws_cdk import aws_medialive as medialive
27689
+
27690
+ multicast_source_create_request_property = medialive.CfnInput.MulticastSourceCreateRequestProperty(
27691
+ source_ip="sourceIp",
27692
+ url="url"
27693
+ )
27694
+ '''
27695
+ if __debug__:
27696
+ type_hints = typing.get_type_hints(_typecheckingstub__2e6df72893ce7d89a6f92d69d9db55440192c737e450948d86a7e6e63c5131a0)
27697
+ check_type(argname="argument source_ip", value=source_ip, expected_type=type_hints["source_ip"])
27698
+ check_type(argname="argument url", value=url, expected_type=type_hints["url"])
27699
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
27700
+ if source_ip is not None:
27701
+ self._values["source_ip"] = source_ip
27702
+ if url is not None:
27703
+ self._values["url"] = url
27704
+
27705
+ @builtins.property
27706
+ def source_ip(self) -> typing.Optional[builtins.str]:
27707
+ '''
27708
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-multicastsourcecreaterequest.html#cfn-medialive-input-multicastsourcecreaterequest-sourceip
27709
+ '''
27710
+ result = self._values.get("source_ip")
27711
+ return typing.cast(typing.Optional[builtins.str], result)
27712
+
27713
+ @builtins.property
27714
+ def url(self) -> typing.Optional[builtins.str]:
27715
+ '''
27716
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-multicastsourcecreaterequest.html#cfn-medialive-input-multicastsourcecreaterequest-url
27717
+ '''
27718
+ result = self._values.get("url")
27719
+ return typing.cast(typing.Optional[builtins.str], result)
27720
+
27721
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
27722
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
27723
+
27724
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
27725
+ return not (rhs == self)
27726
+
27727
+ def __repr__(self) -> str:
27728
+ return "MulticastSourceCreateRequestProperty(%s)" % ", ".join(
27729
+ k + "=" + repr(v) for k, v in self._values.items()
27730
+ )
27731
+
25590
27732
  @jsii.data_type(
25591
27733
  jsii_type="aws-cdk-lib.aws_medialive.CfnInput.SrtCallerDecryptionRequestProperty",
25592
27734
  jsii_struct_bases=[],
@@ -25848,8 +27990,10 @@ class CfnInput(
25848
27990
  name_mapping={
25849
27991
  "destinations": "destinations",
25850
27992
  "input_devices": "inputDevices",
27993
+ "input_network_location": "inputNetworkLocation",
25851
27994
  "input_security_groups": "inputSecurityGroups",
25852
27995
  "media_connect_flows": "mediaConnectFlows",
27996
+ "multicast_settings": "multicastSettings",
25853
27997
  "name": "name",
25854
27998
  "role_arn": "roleArn",
25855
27999
  "sources": "sources",
@@ -25865,8 +28009,10 @@ class CfnInputProps:
25865
28009
  *,
25866
28010
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputDestinationRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
25867
28011
  input_devices: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputDeviceSettingsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
28012
+ input_network_location: typing.Optional[builtins.str] = None,
25868
28013
  input_security_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
25869
28014
  media_connect_flows: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MediaConnectFlowRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
28015
+ multicast_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MulticastSettingsCreateRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
25870
28016
  name: typing.Optional[builtins.str] = None,
25871
28017
  role_arn: typing.Optional[builtins.str] = None,
25872
28018
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -25879,8 +28025,10 @@ class CfnInputProps:
25879
28025
 
25880
28026
  :param destinations: Settings that apply only if the input is a push type of input.
25881
28027
  :param input_devices: Settings that apply only if the input is an Elemental Link input.
28028
+ :param input_network_location:
25882
28029
  :param input_security_groups: The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.
25883
28030
  :param media_connect_flows: Settings that apply only if the input is a MediaConnect input.
28031
+ :param multicast_settings:
25884
28032
  :param name: A name for the input.
25885
28033
  :param role_arn: The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input. This doesn't apply to other types of inputs. The role is identified by its ARN.
25886
28034
  :param sources: Settings that apply only if the input is a pull type of input.
@@ -25902,15 +28050,28 @@ class CfnInputProps:
25902
28050
 
25903
28051
  cfn_input_props = medialive.CfnInputProps(
25904
28052
  destinations=[medialive.CfnInput.InputDestinationRequestProperty(
28053
+ network="network",
28054
+ network_routes=[medialive.CfnInput.InputRequestDestinationRouteProperty(
28055
+ cidr="cidr",
28056
+ gateway="gateway"
28057
+ )],
28058
+ static_ip_address="staticIpAddress",
25905
28059
  stream_name="streamName"
25906
28060
  )],
25907
28061
  input_devices=[medialive.CfnInput.InputDeviceSettingsProperty(
25908
28062
  id="id"
25909
28063
  )],
28064
+ input_network_location="inputNetworkLocation",
25910
28065
  input_security_groups=["inputSecurityGroups"],
25911
28066
  media_connect_flows=[medialive.CfnInput.MediaConnectFlowRequestProperty(
25912
28067
  flow_arn="flowArn"
25913
28068
  )],
28069
+ multicast_settings=medialive.CfnInput.MulticastSettingsCreateRequestProperty(
28070
+ sources=[medialive.CfnInput.MulticastSourceCreateRequestProperty(
28071
+ source_ip="sourceIp",
28072
+ url="url"
28073
+ )]
28074
+ ),
25914
28075
  name="name",
25915
28076
  role_arn="roleArn",
25916
28077
  sources=[medialive.CfnInput.InputSourceRequestProperty(
@@ -25942,8 +28103,10 @@ class CfnInputProps:
25942
28103
  type_hints = typing.get_type_hints(_typecheckingstub__f5e4e9b50624e42353cf086c51b3b7174a3d994bf1dc422fe68231305af4a8c7)
25943
28104
  check_type(argname="argument destinations", value=destinations, expected_type=type_hints["destinations"])
25944
28105
  check_type(argname="argument input_devices", value=input_devices, expected_type=type_hints["input_devices"])
28106
+ check_type(argname="argument input_network_location", value=input_network_location, expected_type=type_hints["input_network_location"])
25945
28107
  check_type(argname="argument input_security_groups", value=input_security_groups, expected_type=type_hints["input_security_groups"])
25946
28108
  check_type(argname="argument media_connect_flows", value=media_connect_flows, expected_type=type_hints["media_connect_flows"])
28109
+ check_type(argname="argument multicast_settings", value=multicast_settings, expected_type=type_hints["multicast_settings"])
25947
28110
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
25948
28111
  check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
25949
28112
  check_type(argname="argument sources", value=sources, expected_type=type_hints["sources"])
@@ -25956,10 +28119,14 @@ class CfnInputProps:
25956
28119
  self._values["destinations"] = destinations
25957
28120
  if input_devices is not None:
25958
28121
  self._values["input_devices"] = input_devices
28122
+ if input_network_location is not None:
28123
+ self._values["input_network_location"] = input_network_location
25959
28124
  if input_security_groups is not None:
25960
28125
  self._values["input_security_groups"] = input_security_groups
25961
28126
  if media_connect_flows is not None:
25962
28127
  self._values["media_connect_flows"] = media_connect_flows
28128
+ if multicast_settings is not None:
28129
+ self._values["multicast_settings"] = multicast_settings
25963
28130
  if name is not None:
25964
28131
  self._values["name"] = name
25965
28132
  if role_arn is not None:
@@ -25997,6 +28164,14 @@ class CfnInputProps:
25997
28164
  result = self._values.get("input_devices")
25998
28165
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnInput.InputDeviceSettingsProperty]]]], result)
25999
28166
 
28167
+ @builtins.property
28168
+ def input_network_location(self) -> typing.Optional[builtins.str]:
28169
+ '''
28170
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-inputnetworklocation
28171
+ '''
28172
+ result = self._values.get("input_network_location")
28173
+ return typing.cast(typing.Optional[builtins.str], result)
28174
+
26000
28175
  @builtins.property
26001
28176
  def input_security_groups(self) -> typing.Optional[typing.List[builtins.str]]:
26002
28177
  '''The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.
@@ -26017,6 +28192,16 @@ class CfnInputProps:
26017
28192
  result = self._values.get("media_connect_flows")
26018
28193
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnInput.MediaConnectFlowRequestProperty]]]], result)
26019
28194
 
28195
+ @builtins.property
28196
+ def multicast_settings(
28197
+ self,
28198
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInput.MulticastSettingsCreateRequestProperty]]:
28199
+ '''
28200
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-multicastsettings
28201
+ '''
28202
+ result = self._values.get("multicast_settings")
28203
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInput.MulticastSettingsCreateRequestProperty]], result)
28204
+
26020
28205
  @builtins.property
26021
28206
  def name(self) -> typing.Optional[builtins.str]:
26022
28207
  '''A name for the input.
@@ -29729,6 +31914,7 @@ def _typecheckingstub__0060427de31049849d0b954eb2d8f1219de8b4f8164b94cdfa32d6ef2
29729
31914
  scope: _constructs_77d1e7e8.Construct,
29730
31915
  id: builtins.str,
29731
31916
  *,
31917
+ anywhere_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.AnywhereSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
29732
31918
  cdi_input_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CdiInputSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
29733
31919
  channel_class: typing.Optional[builtins.str] = None,
29734
31920
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputDestinationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -29757,6 +31943,12 @@ def _typecheckingstub__e2253fe8a2d59d3935026cb52637b011dbe3c7c13c56356047e371000
29757
31943
  """Type checking stubs"""
29758
31944
  pass
29759
31945
 
31946
+ def _typecheckingstub__fd7334cacbe92d6917c2266de7d120f4dfdf1176775aaa8b7fb067d8645290e0(
31947
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnChannel.AnywhereSettingsProperty]],
31948
+ ) -> None:
31949
+ """Type checking stubs"""
31950
+ pass
31951
+
29760
31952
  def _typecheckingstub__f92b60869c3a38d6c288b1f41617590836131c33145b5a07d2348dbb82d37420(
29761
31953
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnChannel.CdiInputSpecificationProperty]],
29762
31954
  ) -> None:
@@ -29865,6 +32057,14 @@ def _typecheckingstub__8192630f40f6883538117cc4351df30d49295a7620ea561657270b4fe
29865
32057
  """Type checking stubs"""
29866
32058
  pass
29867
32059
 
32060
+ def _typecheckingstub__d6c0a8023466233d1db2bd05632377d60e6162786b0431e78a4be1aaf7c02d4c(
32061
+ *,
32062
+ channel_placement_group_id: typing.Optional[builtins.str] = None,
32063
+ cluster_id: typing.Optional[builtins.str] = None,
32064
+ ) -> None:
32065
+ """Type checking stubs"""
32066
+ pass
32067
+
29868
32068
  def _typecheckingstub__444596e4c19acefc51bb76250ff228ae64e367eff9a08d2adec73cf04a714acb(
29869
32069
  *,
29870
32070
  archive_s3_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.ArchiveS3SettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -30052,6 +32252,39 @@ def _typecheckingstub__ffaa6f8bf026be072424a94927c7176d87bffd9bfacfba370a49c9283
30052
32252
  """Type checking stubs"""
30053
32253
  pass
30054
32254
 
32255
+ def _typecheckingstub__fc0689af3b0f6f7131d0da1e3e64aeee57f565115f0a26ac370f2cf08cbba949(
32256
+ *,
32257
+ color_space_passthrough_settings: typing.Any = None,
32258
+ hdr10_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.Hdr10SettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
32259
+ rec601_settings: typing.Any = None,
32260
+ rec709_settings: typing.Any = None,
32261
+ ) -> None:
32262
+ """Type checking stubs"""
32263
+ pass
32264
+
32265
+ def _typecheckingstub__1911156090a37730cd16cc0d13076f448f8b192dca9427883cf77e884bbd03df(
32266
+ *,
32267
+ afd_signaling: typing.Optional[builtins.str] = None,
32268
+ buf_size: typing.Optional[jsii.Number] = None,
32269
+ color_space_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.Av1ColorSpaceSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
32270
+ fixed_afd: typing.Optional[builtins.str] = None,
32271
+ framerate_denominator: typing.Optional[jsii.Number] = None,
32272
+ framerate_numerator: typing.Optional[jsii.Number] = None,
32273
+ gop_size: typing.Optional[jsii.Number] = None,
32274
+ gop_size_units: typing.Optional[builtins.str] = None,
32275
+ level: typing.Optional[builtins.str] = None,
32276
+ look_ahead_rate_control: typing.Optional[builtins.str] = None,
32277
+ max_bitrate: typing.Optional[jsii.Number] = None,
32278
+ min_i_interval: typing.Optional[jsii.Number] = None,
32279
+ par_denominator: typing.Optional[jsii.Number] = None,
32280
+ par_numerator: typing.Optional[jsii.Number] = None,
32281
+ qvbr_quality_level: typing.Optional[jsii.Number] = None,
32282
+ scene_change_detect: typing.Optional[builtins.str] = None,
32283
+ timecode_burnin_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.TimecodeBurninSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
32284
+ ) -> None:
32285
+ """Type checking stubs"""
32286
+ pass
32287
+
30055
32288
  def _typecheckingstub__eca0526dd47d2b5efa5857a5e7d3c0d846ea42078c494f626e4d9e9f6011792b(
30056
32289
  *,
30057
32290
  avail_blanking_image: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.InputLocationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -30077,6 +32310,14 @@ def _typecheckingstub__bedfc191e762a8db06c6ce92f0d04f852d1143ef089ff6e80e79930d7
30077
32310
  """Type checking stubs"""
30078
32311
  pass
30079
32312
 
32313
+ def _typecheckingstub__5efb7541658d9d0c04df05cb6a2f57c468165ae09c088d61c15c2eee7c1437c9(
32314
+ *,
32315
+ post_filter_sharpening: typing.Optional[builtins.str] = None,
32316
+ strength: typing.Optional[builtins.str] = None,
32317
+ ) -> None:
32318
+ """Type checking stubs"""
32319
+ pass
32320
+
30080
32321
  def _typecheckingstub__1c1452f91595e5e3b7268fdebee233e49d1afa2b24b9cbfb369014e647424b7b(
30081
32322
  *,
30082
32323
  blackout_slate_image: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.InputLocationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -30487,6 +32728,7 @@ def _typecheckingstub__0e32bc47e7ddcd61047642a385041b1f9668d31b165231f430f01e2b9
30487
32728
 
30488
32729
  def _typecheckingstub__3cb4c4dca99a161d3102f1d8f1c337fcb22715a5dcf9f2603a771d9b285530a9(
30489
32730
  *,
32731
+ bandwidth_reduction_filter_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.BandwidthReductionFilterSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
30490
32732
  temporal_filter_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.TemporalFilterSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
30491
32733
  ) -> None:
30492
32734
  """Type checking stubs"""
@@ -30554,6 +32796,7 @@ def _typecheckingstub__32abe461f10992cf69e1043984b274ff5499daba5fe0817221cfab579
30554
32796
 
30555
32797
  def _typecheckingstub__7f4aab61301008c3afe08531765fce8b3533bbb0bd6c3f8e6455c9b09692d8d5(
30556
32798
  *,
32799
+ bandwidth_reduction_filter_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.BandwidthReductionFilterSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
30557
32800
  temporal_filter_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.TemporalFilterSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
30558
32801
  ) -> None:
30559
32802
  """Type checking stubs"""
@@ -30759,6 +33002,7 @@ def _typecheckingstub__a8ce5d39b59d21c93ae714cc8e38981dd11da05bdbb72bdf578194fc3
30759
33002
  input_attachment_name: typing.Optional[builtins.str] = None,
30760
33003
  input_id: typing.Optional[builtins.str] = None,
30761
33004
  input_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.InputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33005
+ logical_interface_names: typing.Optional[typing.Sequence[builtins.str]] = None,
30762
33006
  ) -> None:
30763
33007
  """Type checking stubs"""
30764
33008
  pass
@@ -31028,8 +33272,43 @@ def _typecheckingstub__62d9d6b00924e5b0c0a069567902ed712a4ed9bcb201b0d8c484496e6
31028
33272
  """Type checking stubs"""
31029
33273
  pass
31030
33274
 
33275
+ def _typecheckingstub__b3ad490bd9f24c208240da7b5f794f7dbc70202d873d368ab40794a7155d8f9f(
33276
+ *,
33277
+ source_ip_address: typing.Optional[builtins.str] = None,
33278
+ ) -> None:
33279
+ """Type checking stubs"""
33280
+ pass
33281
+
33282
+ def _typecheckingstub__fc3772121d1204bd68241abd17d5581259ed5496af461b477c06c168589e39a1(
33283
+ *,
33284
+ multiplex_m2_ts_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MultiplexM2tsSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33285
+ ) -> None:
33286
+ """Type checking stubs"""
33287
+ pass
33288
+
33289
+ def _typecheckingstub__70620c5871a8d528502f2a5ea127dc5eabd3a3c8f7f9852cddd826c93e4ca124(
33290
+ *,
33291
+ absent_input_audio_behavior: typing.Optional[builtins.str] = None,
33292
+ arib: typing.Optional[builtins.str] = None,
33293
+ audio_buffer_model: typing.Optional[builtins.str] = None,
33294
+ audio_frames_per_pes: typing.Optional[jsii.Number] = None,
33295
+ audio_stream_type: typing.Optional[builtins.str] = None,
33296
+ cc_descriptor: typing.Optional[builtins.str] = None,
33297
+ ebif: typing.Optional[builtins.str] = None,
33298
+ es_rate_in_pes: typing.Optional[builtins.str] = None,
33299
+ klv: typing.Optional[builtins.str] = None,
33300
+ nielsen_id3_behavior: typing.Optional[builtins.str] = None,
33301
+ pcr_control: typing.Optional[builtins.str] = None,
33302
+ pcr_period: typing.Optional[jsii.Number] = None,
33303
+ scte35_control: typing.Optional[builtins.str] = None,
33304
+ scte35_preroll_pullup_milliseconds: typing.Optional[jsii.Number] = None,
33305
+ ) -> None:
33306
+ """Type checking stubs"""
33307
+ pass
33308
+
31031
33309
  def _typecheckingstub__52ebebe942659e27c19c5486e05945da782f2c536964a95e7d5ae1b27ae2199b(
31032
33310
  *,
33311
+ container_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MultiplexContainerSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31033
33312
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputLocationRefProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31034
33313
  ) -> None:
31035
33314
  """Type checking stubs"""
@@ -31046,6 +33325,7 @@ def _typecheckingstub__05e351a27b622d5f22d27d90943dfbe1eb20bb237f913c3a6d7e47c8b
31046
33325
  def _typecheckingstub__ab23db986deaa43367c603c9618f01cd28c250f8c84fe85f51bb50441ecc1422(
31047
33326
  *,
31048
33327
  hls_input_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.HlsInputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33328
+ multicast_input_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MulticastInputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31049
33329
  server_validation: typing.Optional[builtins.str] = None,
31050
33330
  ) -> None:
31051
33331
  """Type checking stubs"""
@@ -31092,6 +33372,7 @@ def _typecheckingstub__d1c3f4cbc44fec2f5cf6dcc1097499d83d328f8fd1f15b8dd6ce6bc45
31092
33372
  media_package_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MediaPackageOutputDestinationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
31093
33373
  multiplex_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MultiplexProgramChannelDestinationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31094
33374
  settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputDestinationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
33375
+ srt_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.SrtOutputDestinationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
31095
33376
  ) -> None:
31096
33377
  """Type checking stubs"""
31097
33378
  pass
@@ -31125,6 +33406,7 @@ def _typecheckingstub__99268924a18ec05b9988ead6054214f4699ced2eb8edf3f3c27809068
31125
33406
  ms_smooth_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MsSmoothGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31126
33407
  multiplex_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MultiplexGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31127
33408
  rtmp_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.RtmpGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33409
+ srt_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.SrtGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31128
33410
  udp_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.UdpGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31129
33411
  ) -> None:
31130
33412
  """Type checking stubs"""
@@ -31166,6 +33448,7 @@ def _typecheckingstub__f51710b013df89803afb3f2517730a72a64c710d2e8f52fa7b934290b
31166
33448
  ms_smooth_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MsSmoothOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31167
33449
  multiplex_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MultiplexOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31168
33450
  rtmp_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.RtmpOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33451
+ srt_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.SrtOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31169
33452
  udp_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.UdpOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31170
33453
  ) -> None:
31171
33454
  """Type checking stubs"""
@@ -31238,6 +33521,33 @@ def _typecheckingstub__10d53938ab39b895d66d51ac4942026de711810f8220771dd959a93c1
31238
33521
  """Type checking stubs"""
31239
33522
  pass
31240
33523
 
33524
+ def _typecheckingstub__ba8ad0a0892f533c35790b1f7f1b18f63626c2dfacf901809eca7fd4c3ce7e5e(
33525
+ *,
33526
+ input_loss_action: typing.Optional[builtins.str] = None,
33527
+ ) -> None:
33528
+ """Type checking stubs"""
33529
+ pass
33530
+
33531
+ def _typecheckingstub__6b18d4cb0dcca463f05b4d7bb9ed322d215c92faf8acb5ecca2210acd706eed7(
33532
+ *,
33533
+ encryption_passphrase_secret_arn: typing.Optional[builtins.str] = None,
33534
+ stream_id: typing.Optional[builtins.str] = None,
33535
+ url: typing.Optional[builtins.str] = None,
33536
+ ) -> None:
33537
+ """Type checking stubs"""
33538
+ pass
33539
+
33540
+ def _typecheckingstub__343e1d351f17b6f558adb1f5986a7b8783e1d22117b61b28d1d0ef318f0073bc(
33541
+ *,
33542
+ buffer_msec: typing.Optional[jsii.Number] = None,
33543
+ container_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.UdpContainerSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33544
+ destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputLocationRefProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
33545
+ encryption_type: typing.Optional[builtins.str] = None,
33546
+ latency: typing.Optional[jsii.Number] = None,
33547
+ ) -> None:
33548
+ """Type checking stubs"""
33549
+ pass
33550
+
31241
33551
  def _typecheckingstub__6282ff8146dd7047a6e35269e1ea9d022c2ba9ef828b8a798d53cf288e598b31(
31242
33552
  *,
31243
33553
  audio_rendition_sets: typing.Optional[builtins.str] = None,
@@ -31337,6 +33647,7 @@ def _typecheckingstub__2efe3318d61d9cda558d7cd8116765a8df488cebc18165074826aaedb
31337
33647
 
31338
33648
  def _typecheckingstub__c80dde1bf6f6c24a8ef9eb602868cb10de17563bdf49656f508df14eff7b5c19(
31339
33649
  *,
33650
+ av1_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.Av1SettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31340
33651
  frame_capture_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.FrameCaptureSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31341
33652
  h264_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.H264SettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31342
33653
  h265_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.H265SettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -31482,6 +33793,7 @@ def _typecheckingstub__8ce3dbbf353a6b42ed802e21eee1f03cbc017e2f2b534fa1bd8b55b29
31482
33793
 
31483
33794
  def _typecheckingstub__b13ea4bee752af01767701d05a81e0c16839b625a40da4f298a5e05d768ae6ab(
31484
33795
  *,
33796
+ anywhere_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.AnywhereSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31485
33797
  cdi_input_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CdiInputSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31486
33798
  channel_class: typing.Optional[builtins.str] = None,
31487
33799
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputDestinationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -31897,8 +34209,10 @@ def _typecheckingstub__c37c21db5712f0e670f3144efc99d8c9ed0a67af3bc5d9018df305c7e
31897
34209
  *,
31898
34210
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputDestinationRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
31899
34211
  input_devices: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputDeviceSettingsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
34212
+ input_network_location: typing.Optional[builtins.str] = None,
31900
34213
  input_security_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
31901
34214
  media_connect_flows: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MediaConnectFlowRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
34215
+ multicast_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MulticastSettingsCreateRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
31902
34216
  name: typing.Optional[builtins.str] = None,
31903
34217
  role_arn: typing.Optional[builtins.str] = None,
31904
34218
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -31934,6 +34248,12 @@ def _typecheckingstub__fa854573ca5ff75a03fa7c73c49f967eb050c5f8110cd037bf76b2fac
31934
34248
  """Type checking stubs"""
31935
34249
  pass
31936
34250
 
34251
+ def _typecheckingstub__8b585ba037729fd47c9519de4c47ab40d10390a89d94e9d002535e64209e4f73(
34252
+ value: typing.Optional[builtins.str],
34253
+ ) -> None:
34254
+ """Type checking stubs"""
34255
+ pass
34256
+
31937
34257
  def _typecheckingstub__bea25d5e13d2be08df0fa00244d91e1be0fccf070e6713bcf2ec7f8496e8b86a(
31938
34258
  value: typing.Optional[typing.List[builtins.str]],
31939
34259
  ) -> None:
@@ -31946,6 +34266,12 @@ def _typecheckingstub__36d69a3eef35821448bd3b7d0186fd6931cde0ba3ed063665c2e4374b
31946
34266
  """Type checking stubs"""
31947
34267
  pass
31948
34268
 
34269
+ def _typecheckingstub__3be032c1c827fbe2f5705ea336074bf1a3ef5655571641de3b73c117673255ac(
34270
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInput.MulticastSettingsCreateRequestProperty]],
34271
+ ) -> None:
34272
+ """Type checking stubs"""
34273
+ pass
34274
+
31949
34275
  def _typecheckingstub__e6c903e6cb9991ee5f749c3f36cb893dcfc9c3500eafd66dea88a7359295ed6f(
31950
34276
  value: typing.Optional[builtins.str],
31951
34277
  ) -> None:
@@ -31990,6 +34316,9 @@ def _typecheckingstub__573af095b6f922599f1ad8fe07017e5b0b3c4507ea657c757c3526efa
31990
34316
 
31991
34317
  def _typecheckingstub__09c9b47df08f57a6e8b0b3f37b32fd88bedb55ea142fe627a7771479eb02b5c3(
31992
34318
  *,
34319
+ network: typing.Optional[builtins.str] = None,
34320
+ network_routes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputRequestDestinationRouteProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
34321
+ static_ip_address: typing.Optional[builtins.str] = None,
31993
34322
  stream_name: typing.Optional[builtins.str] = None,
31994
34323
  ) -> None:
31995
34324
  """Type checking stubs"""
@@ -32009,6 +34338,14 @@ def _typecheckingstub__d332b129d8d5c4b16abfa6185c6c402dee09a64bf0a41a41378c10a7e
32009
34338
  """Type checking stubs"""
32010
34339
  pass
32011
34340
 
34341
+ def _typecheckingstub__49a42f86677548150b6c05cd2ecf15371954f68c82ca5c8b29dc88bf5d2e20bc(
34342
+ *,
34343
+ cidr: typing.Optional[builtins.str] = None,
34344
+ gateway: typing.Optional[builtins.str] = None,
34345
+ ) -> None:
34346
+ """Type checking stubs"""
34347
+ pass
34348
+
32012
34349
  def _typecheckingstub__a2b96e38bc252de912c2488457298c14577ee26d5734b6d9575fbe71a0f4f654(
32013
34350
  *,
32014
34351
  password_param: typing.Optional[builtins.str] = None,
@@ -32033,6 +34370,21 @@ def _typecheckingstub__9ac1510d8a06ea8e4310734088ce61190f4c874d079179e9dad6ae76a
32033
34370
  """Type checking stubs"""
32034
34371
  pass
32035
34372
 
34373
+ def _typecheckingstub__5b2afe663ea49baa6ba9bc3c1c8d18e484d886633d7bee956a14111aa71bae46(
34374
+ *,
34375
+ sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MulticastSourceCreateRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
34376
+ ) -> None:
34377
+ """Type checking stubs"""
34378
+ pass
34379
+
34380
+ def _typecheckingstub__2e6df72893ce7d89a6f92d69d9db55440192c737e450948d86a7e6e63c5131a0(
34381
+ *,
34382
+ source_ip: typing.Optional[builtins.str] = None,
34383
+ url: typing.Optional[builtins.str] = None,
34384
+ ) -> None:
34385
+ """Type checking stubs"""
34386
+ pass
34387
+
32036
34388
  def _typecheckingstub__a48539048d4094feb1f4e829c3ed788b34316d1a6c3bdbe1afc101e5c521ba86(
32037
34389
  *,
32038
34390
  algorithm: typing.Optional[builtins.str] = None,
@@ -32063,8 +34415,10 @@ def _typecheckingstub__f5e4e9b50624e42353cf086c51b3b7174a3d994bf1dc422fe68231305
32063
34415
  *,
32064
34416
  destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputDestinationRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
32065
34417
  input_devices: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputDeviceSettingsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
34418
+ input_network_location: typing.Optional[builtins.str] = None,
32066
34419
  input_security_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
32067
34420
  media_connect_flows: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MediaConnectFlowRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
34421
+ multicast_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.MulticastSettingsCreateRequestProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
32068
34422
  name: typing.Optional[builtins.str] = None,
32069
34423
  role_arn: typing.Optional[builtins.str] = None,
32070
34424
  sources: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInput.InputSourceRequestProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,