aws-cdk-lib 2.139.1__py3-none-any.whl → 2.140.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +8 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.139.1.jsii.tgz → aws-cdk-lib@2.140.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +70 -56
- aws_cdk/aws_apigateway/__init__.py +126 -53
- aws_cdk/aws_applicationautoscaling/__init__.py +1 -4
- aws_cdk/aws_arczonalshift/__init__.py +49 -44
- aws_cdk/aws_bedrock/__init__.py +2818 -146
- aws_cdk/aws_cloudfront/__init__.py +51 -9
- aws_cdk/aws_codecommit/__init__.py +72 -46
- aws_cdk/aws_connectcampaigns/__init__.py +34 -4
- aws_cdk/aws_datasync/__init__.py +47 -21
- aws_cdk/aws_dms/__init__.py +0 -269
- aws_cdk/aws_ec2/__init__.py +149 -44
- aws_cdk/aws_ecs/__init__.py +2 -4
- aws_cdk/aws_efs/__init__.py +16 -2
- aws_cdk/aws_eks/__init__.py +57 -0
- aws_cdk/aws_events/__init__.py +115 -0
- aws_cdk/aws_events_targets/__init__.py +15 -0
- aws_cdk/aws_fis/__init__.py +2 -1
- aws_cdk/aws_gamelift/__init__.py +1846 -70
- aws_cdk/aws_globalaccelerator/__init__.py +20 -16
- aws_cdk/aws_iam/__init__.py +2 -2
- aws_cdk/aws_kinesis/__init__.py +21 -0
- aws_cdk/aws_kinesisvideo/__init__.py +6 -4
- aws_cdk/aws_kms/__init__.py +22 -1
- aws_cdk/aws_lambda/__init__.py +0 -9
- aws_cdk/aws_medialive/__init__.py +444 -3
- aws_cdk/aws_paymentcryptography/__init__.py +1075 -0
- aws_cdk/aws_personalize/__init__.py +8 -2
- aws_cdk/aws_qbusiness/__init__.py +5257 -0
- aws_cdk/aws_quicksight/__init__.py +9996 -1446
- aws_cdk/aws_rds/__init__.py +42 -0
- aws_cdk/aws_redshiftserverless/__init__.py +13 -9
- aws_cdk/aws_route53/__init__.py +350 -0
- aws_cdk/aws_route53profiles/__init__.py +1048 -0
- aws_cdk/aws_s3/__init__.py +1 -1
- aws_cdk/aws_transfer/__init__.py +102 -37
- aws_cdk/aws_workspacesweb/__init__.py +92 -6
- aws_cdk/custom_resources/__init__.py +23 -2
- aws_cdk/cx_api/__init__.py +16 -0
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.140.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.140.0.dist-info}/RECORD +47 -44
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.140.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.140.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.140.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.140.0.dist-info}/top_level.txt +0 -0
|
@@ -1717,12 +1717,14 @@ class CfnChannel(
|
|
|
1717
1717
|
jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.AudioDescriptionProperty",
|
|
1718
1718
|
jsii_struct_bases=[],
|
|
1719
1719
|
name_mapping={
|
|
1720
|
+
"audio_dash_roles": "audioDashRoles",
|
|
1720
1721
|
"audio_normalization_settings": "audioNormalizationSettings",
|
|
1721
1722
|
"audio_selector_name": "audioSelectorName",
|
|
1722
1723
|
"audio_type": "audioType",
|
|
1723
1724
|
"audio_type_control": "audioTypeControl",
|
|
1724
1725
|
"audio_watermarking_settings": "audioWatermarkingSettings",
|
|
1725
1726
|
"codec_settings": "codecSettings",
|
|
1727
|
+
"dvb_dash_accessibility": "dvbDashAccessibility",
|
|
1726
1728
|
"language_code": "languageCode",
|
|
1727
1729
|
"language_code_control": "languageCodeControl",
|
|
1728
1730
|
"name": "name",
|
|
@@ -1734,12 +1736,14 @@ class CfnChannel(
|
|
|
1734
1736
|
def __init__(
|
|
1735
1737
|
self,
|
|
1736
1738
|
*,
|
|
1739
|
+
audio_dash_roles: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1737
1740
|
audio_normalization_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.AudioNormalizationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1738
1741
|
audio_selector_name: typing.Optional[builtins.str] = None,
|
|
1739
1742
|
audio_type: typing.Optional[builtins.str] = None,
|
|
1740
1743
|
audio_type_control: typing.Optional[builtins.str] = None,
|
|
1741
1744
|
audio_watermarking_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.AudioWatermarkSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1742
1745
|
codec_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.AudioCodecSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1746
|
+
dvb_dash_accessibility: typing.Optional[builtins.str] = None,
|
|
1743
1747
|
language_code: typing.Optional[builtins.str] = None,
|
|
1744
1748
|
language_code_control: typing.Optional[builtins.str] = None,
|
|
1745
1749
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -1750,12 +1754,14 @@ class CfnChannel(
|
|
|
1750
1754
|
|
|
1751
1755
|
The parent of this entity is EncoderSettings.
|
|
1752
1756
|
|
|
1757
|
+
:param audio_dash_roles:
|
|
1753
1758
|
:param audio_normalization_settings: The advanced audio normalization settings.
|
|
1754
1759
|
:param audio_selector_name: The name of the AudioSelector that is used as the source for this AudioDescription.
|
|
1755
1760
|
:param audio_type: Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.
|
|
1756
1761
|
:param audio_type_control: Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.
|
|
1757
1762
|
:param audio_watermarking_settings: Settings to configure one or more solutions that insert audio watermarks in the audio encode.
|
|
1758
1763
|
:param codec_settings: The audio codec settings.
|
|
1764
|
+
:param dvb_dash_accessibility:
|
|
1759
1765
|
:param language_code: Indicates the language of the audio output track. Used only if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.
|
|
1760
1766
|
:param language_code_control: Choosing followInput causes the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode setting is used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.
|
|
1761
1767
|
:param name: The name of this AudioDescription. Outputs use this name to uniquely identify this AudioDescription. Description names should be unique within this channel.
|
|
@@ -1772,6 +1778,7 @@ class CfnChannel(
|
|
|
1772
1778
|
from aws_cdk import aws_medialive as medialive
|
|
1773
1779
|
|
|
1774
1780
|
audio_description_property = medialive.CfnChannel.AudioDescriptionProperty(
|
|
1781
|
+
audio_dash_roles=["audioDashRoles"],
|
|
1775
1782
|
audio_normalization_settings=medialive.CfnChannel.AudioNormalizationSettingsProperty(
|
|
1776
1783
|
algorithm="algorithm",
|
|
1777
1784
|
algorithm_control="algorithmControl",
|
|
@@ -1860,6 +1867,7 @@ class CfnChannel(
|
|
|
1860
1867
|
sample_rate=123
|
|
1861
1868
|
)
|
|
1862
1869
|
),
|
|
1870
|
+
dvb_dash_accessibility="dvbDashAccessibility",
|
|
1863
1871
|
language_code="languageCode",
|
|
1864
1872
|
language_code_control="languageCodeControl",
|
|
1865
1873
|
name="name",
|
|
@@ -1879,18 +1887,22 @@ class CfnChannel(
|
|
|
1879
1887
|
'''
|
|
1880
1888
|
if __debug__:
|
|
1881
1889
|
type_hints = typing.get_type_hints(_typecheckingstub__eac525e44cda4c1cda893c85a29097b10e89383e25cd7a85e3170de4eea2071e)
|
|
1890
|
+
check_type(argname="argument audio_dash_roles", value=audio_dash_roles, expected_type=type_hints["audio_dash_roles"])
|
|
1882
1891
|
check_type(argname="argument audio_normalization_settings", value=audio_normalization_settings, expected_type=type_hints["audio_normalization_settings"])
|
|
1883
1892
|
check_type(argname="argument audio_selector_name", value=audio_selector_name, expected_type=type_hints["audio_selector_name"])
|
|
1884
1893
|
check_type(argname="argument audio_type", value=audio_type, expected_type=type_hints["audio_type"])
|
|
1885
1894
|
check_type(argname="argument audio_type_control", value=audio_type_control, expected_type=type_hints["audio_type_control"])
|
|
1886
1895
|
check_type(argname="argument audio_watermarking_settings", value=audio_watermarking_settings, expected_type=type_hints["audio_watermarking_settings"])
|
|
1887
1896
|
check_type(argname="argument codec_settings", value=codec_settings, expected_type=type_hints["codec_settings"])
|
|
1897
|
+
check_type(argname="argument dvb_dash_accessibility", value=dvb_dash_accessibility, expected_type=type_hints["dvb_dash_accessibility"])
|
|
1888
1898
|
check_type(argname="argument language_code", value=language_code, expected_type=type_hints["language_code"])
|
|
1889
1899
|
check_type(argname="argument language_code_control", value=language_code_control, expected_type=type_hints["language_code_control"])
|
|
1890
1900
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
1891
1901
|
check_type(argname="argument remix_settings", value=remix_settings, expected_type=type_hints["remix_settings"])
|
|
1892
1902
|
check_type(argname="argument stream_name", value=stream_name, expected_type=type_hints["stream_name"])
|
|
1893
1903
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
1904
|
+
if audio_dash_roles is not None:
|
|
1905
|
+
self._values["audio_dash_roles"] = audio_dash_roles
|
|
1894
1906
|
if audio_normalization_settings is not None:
|
|
1895
1907
|
self._values["audio_normalization_settings"] = audio_normalization_settings
|
|
1896
1908
|
if audio_selector_name is not None:
|
|
@@ -1903,6 +1915,8 @@ class CfnChannel(
|
|
|
1903
1915
|
self._values["audio_watermarking_settings"] = audio_watermarking_settings
|
|
1904
1916
|
if codec_settings is not None:
|
|
1905
1917
|
self._values["codec_settings"] = codec_settings
|
|
1918
|
+
if dvb_dash_accessibility is not None:
|
|
1919
|
+
self._values["dvb_dash_accessibility"] = dvb_dash_accessibility
|
|
1906
1920
|
if language_code is not None:
|
|
1907
1921
|
self._values["language_code"] = language_code
|
|
1908
1922
|
if language_code_control is not None:
|
|
@@ -1914,6 +1928,14 @@ class CfnChannel(
|
|
|
1914
1928
|
if stream_name is not None:
|
|
1915
1929
|
self._values["stream_name"] = stream_name
|
|
1916
1930
|
|
|
1931
|
+
@builtins.property
|
|
1932
|
+
def audio_dash_roles(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1933
|
+
'''
|
|
1934
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-audiodashroles
|
|
1935
|
+
'''
|
|
1936
|
+
result = self._values.get("audio_dash_roles")
|
|
1937
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
1938
|
+
|
|
1917
1939
|
@builtins.property
|
|
1918
1940
|
def audio_normalization_settings(
|
|
1919
1941
|
self,
|
|
@@ -1978,6 +2000,14 @@ class CfnChannel(
|
|
|
1978
2000
|
result = self._values.get("codec_settings")
|
|
1979
2001
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.AudioCodecSettingsProperty"]], result)
|
|
1980
2002
|
|
|
2003
|
+
@builtins.property
|
|
2004
|
+
def dvb_dash_accessibility(self) -> typing.Optional[builtins.str]:
|
|
2005
|
+
'''
|
|
2006
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html#cfn-medialive-channel-audiodescription-dvbdashaccessibility
|
|
2007
|
+
'''
|
|
2008
|
+
result = self._values.get("dvb_dash_accessibility")
|
|
2009
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2010
|
+
|
|
1981
2011
|
@builtins.property
|
|
1982
2012
|
def language_code(self) -> typing.Optional[builtins.str]:
|
|
1983
2013
|
'''Indicates the language of the audio output track.
|
|
@@ -3916,8 +3946,10 @@ class CfnChannel(
|
|
|
3916
3946
|
jsii_struct_bases=[],
|
|
3917
3947
|
name_mapping={
|
|
3918
3948
|
"accessibility": "accessibility",
|
|
3949
|
+
"caption_dash_roles": "captionDashRoles",
|
|
3919
3950
|
"caption_selector_name": "captionSelectorName",
|
|
3920
3951
|
"destination_settings": "destinationSettings",
|
|
3952
|
+
"dvb_dash_accessibility": "dvbDashAccessibility",
|
|
3921
3953
|
"language_code": "languageCode",
|
|
3922
3954
|
"language_description": "languageDescription",
|
|
3923
3955
|
"name": "name",
|
|
@@ -3928,8 +3960,10 @@ class CfnChannel(
|
|
|
3928
3960
|
self,
|
|
3929
3961
|
*,
|
|
3930
3962
|
accessibility: typing.Optional[builtins.str] = None,
|
|
3963
|
+
caption_dash_roles: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3931
3964
|
caption_selector_name: typing.Optional[builtins.str] = None,
|
|
3932
3965
|
destination_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.CaptionDestinationSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3966
|
+
dvb_dash_accessibility: typing.Optional[builtins.str] = None,
|
|
3933
3967
|
language_code: typing.Optional[builtins.str] = None,
|
|
3934
3968
|
language_description: typing.Optional[builtins.str] = None,
|
|
3935
3969
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -3939,8 +3973,10 @@ class CfnChannel(
|
|
|
3939
3973
|
The parent of this entity is EncoderSettings.
|
|
3940
3974
|
|
|
3941
3975
|
:param accessibility:
|
|
3976
|
+
:param caption_dash_roles:
|
|
3942
3977
|
:param caption_selector_name: Specifies which input captions selector to use as a captions source when generating output captions. This field should match a captionSelector name.
|
|
3943
3978
|
:param destination_settings: Additional settings for a captions destination that depend on the destination type.
|
|
3979
|
+
:param dvb_dash_accessibility:
|
|
3944
3980
|
:param language_code: An ISO 639-2 three-digit code. For more information, see http://www.loc.gov/standards/iso639-2/.
|
|
3945
3981
|
:param language_description: Human-readable information to indicate the captions that are available for players (for example, English or Spanish).
|
|
3946
3982
|
:param name: The name of the captions description. The name is used to associate a captions description with an output. Names must be unique within a channel.
|
|
@@ -3956,6 +3992,7 @@ class CfnChannel(
|
|
|
3956
3992
|
|
|
3957
3993
|
caption_description_property = medialive.CfnChannel.CaptionDescriptionProperty(
|
|
3958
3994
|
accessibility="accessibility",
|
|
3995
|
+
caption_dash_roles=["captionDashRoles"],
|
|
3959
3996
|
caption_selector_name="captionSelectorName",
|
|
3960
3997
|
destination_settings=medialive.CfnChannel.CaptionDestinationSettingsProperty(
|
|
3961
3998
|
arib_destination_settings=medialive.CfnChannel.AribDestinationSettingsProperty(),
|
|
@@ -4025,6 +4062,7 @@ class CfnChannel(
|
|
|
4025
4062
|
style_control="styleControl"
|
|
4026
4063
|
)
|
|
4027
4064
|
),
|
|
4065
|
+
dvb_dash_accessibility="dvbDashAccessibility",
|
|
4028
4066
|
language_code="languageCode",
|
|
4029
4067
|
language_description="languageDescription",
|
|
4030
4068
|
name="name"
|
|
@@ -4033,18 +4071,24 @@ class CfnChannel(
|
|
|
4033
4071
|
if __debug__:
|
|
4034
4072
|
type_hints = typing.get_type_hints(_typecheckingstub__4b5f4fcefb4c087827d3430996ba616b450c5ed8903530f29c2ee1ad68ef2a45)
|
|
4035
4073
|
check_type(argname="argument accessibility", value=accessibility, expected_type=type_hints["accessibility"])
|
|
4074
|
+
check_type(argname="argument caption_dash_roles", value=caption_dash_roles, expected_type=type_hints["caption_dash_roles"])
|
|
4036
4075
|
check_type(argname="argument caption_selector_name", value=caption_selector_name, expected_type=type_hints["caption_selector_name"])
|
|
4037
4076
|
check_type(argname="argument destination_settings", value=destination_settings, expected_type=type_hints["destination_settings"])
|
|
4077
|
+
check_type(argname="argument dvb_dash_accessibility", value=dvb_dash_accessibility, expected_type=type_hints["dvb_dash_accessibility"])
|
|
4038
4078
|
check_type(argname="argument language_code", value=language_code, expected_type=type_hints["language_code"])
|
|
4039
4079
|
check_type(argname="argument language_description", value=language_description, expected_type=type_hints["language_description"])
|
|
4040
4080
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
4041
4081
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4042
4082
|
if accessibility is not None:
|
|
4043
4083
|
self._values["accessibility"] = accessibility
|
|
4084
|
+
if caption_dash_roles is not None:
|
|
4085
|
+
self._values["caption_dash_roles"] = caption_dash_roles
|
|
4044
4086
|
if caption_selector_name is not None:
|
|
4045
4087
|
self._values["caption_selector_name"] = caption_selector_name
|
|
4046
4088
|
if destination_settings is not None:
|
|
4047
4089
|
self._values["destination_settings"] = destination_settings
|
|
4090
|
+
if dvb_dash_accessibility is not None:
|
|
4091
|
+
self._values["dvb_dash_accessibility"] = dvb_dash_accessibility
|
|
4048
4092
|
if language_code is not None:
|
|
4049
4093
|
self._values["language_code"] = language_code
|
|
4050
4094
|
if language_description is not None:
|
|
@@ -4060,6 +4104,14 @@ class CfnChannel(
|
|
|
4060
4104
|
result = self._values.get("accessibility")
|
|
4061
4105
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
4062
4106
|
|
|
4107
|
+
@builtins.property
|
|
4108
|
+
def caption_dash_roles(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4109
|
+
'''
|
|
4110
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-captiondashroles
|
|
4111
|
+
'''
|
|
4112
|
+
result = self._values.get("caption_dash_roles")
|
|
4113
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
4114
|
+
|
|
4063
4115
|
@builtins.property
|
|
4064
4116
|
def caption_selector_name(self) -> typing.Optional[builtins.str]:
|
|
4065
4117
|
'''Specifies which input captions selector to use as a captions source when generating output captions.
|
|
@@ -4082,6 +4134,14 @@ class CfnChannel(
|
|
|
4082
4134
|
result = self._values.get("destination_settings")
|
|
4083
4135
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.CaptionDestinationSettingsProperty"]], result)
|
|
4084
4136
|
|
|
4137
|
+
@builtins.property
|
|
4138
|
+
def dvb_dash_accessibility(self) -> typing.Optional[builtins.str]:
|
|
4139
|
+
'''
|
|
4140
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captiondescription.html#cfn-medialive-channel-captiondescription-dvbdashaccessibility
|
|
4141
|
+
'''
|
|
4142
|
+
result = self._values.get("dvb_dash_accessibility")
|
|
4143
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4144
|
+
|
|
4085
4145
|
@builtins.property
|
|
4086
4146
|
def language_code(self) -> typing.Optional[builtins.str]:
|
|
4087
4147
|
'''An ISO 639-2 three-digit code.
|
|
@@ -5039,6 +5099,193 @@ class CfnChannel(
|
|
|
5039
5099
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
5040
5100
|
)
|
|
5041
5101
|
|
|
5102
|
+
@jsii.data_type(
|
|
5103
|
+
jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.CmafIngestGroupSettingsProperty",
|
|
5104
|
+
jsii_struct_bases=[],
|
|
5105
|
+
name_mapping={
|
|
5106
|
+
"destination": "destination",
|
|
5107
|
+
"nielsen_id3_behavior": "nielsenId3Behavior",
|
|
5108
|
+
"scte35_type": "scte35Type",
|
|
5109
|
+
"segment_length": "segmentLength",
|
|
5110
|
+
"segment_length_units": "segmentLengthUnits",
|
|
5111
|
+
"send_delay_ms": "sendDelayMs",
|
|
5112
|
+
},
|
|
5113
|
+
)
|
|
5114
|
+
class CmafIngestGroupSettingsProperty:
|
|
5115
|
+
def __init__(
|
|
5116
|
+
self,
|
|
5117
|
+
*,
|
|
5118
|
+
destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputLocationRefProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5119
|
+
nielsen_id3_behavior: typing.Optional[builtins.str] = None,
|
|
5120
|
+
scte35_type: typing.Optional[builtins.str] = None,
|
|
5121
|
+
segment_length: typing.Optional[jsii.Number] = None,
|
|
5122
|
+
segment_length_units: typing.Optional[builtins.str] = None,
|
|
5123
|
+
send_delay_ms: typing.Optional[jsii.Number] = None,
|
|
5124
|
+
) -> None:
|
|
5125
|
+
'''
|
|
5126
|
+
:param destination:
|
|
5127
|
+
:param nielsen_id3_behavior:
|
|
5128
|
+
:param scte35_type:
|
|
5129
|
+
:param segment_length:
|
|
5130
|
+
:param segment_length_units:
|
|
5131
|
+
:param send_delay_ms:
|
|
5132
|
+
|
|
5133
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html
|
|
5134
|
+
:exampleMetadata: fixture=_generated
|
|
5135
|
+
|
|
5136
|
+
Example::
|
|
5137
|
+
|
|
5138
|
+
# The code below shows an example of how to instantiate this type.
|
|
5139
|
+
# The values are placeholders you should change.
|
|
5140
|
+
from aws_cdk import aws_medialive as medialive
|
|
5141
|
+
|
|
5142
|
+
cmaf_ingest_group_settings_property = medialive.CfnChannel.CmafIngestGroupSettingsProperty(
|
|
5143
|
+
destination=medialive.CfnChannel.OutputLocationRefProperty(
|
|
5144
|
+
destination_ref_id="destinationRefId"
|
|
5145
|
+
),
|
|
5146
|
+
nielsen_id3_behavior="nielsenId3Behavior",
|
|
5147
|
+
scte35_type="scte35Type",
|
|
5148
|
+
segment_length=123,
|
|
5149
|
+
segment_length_units="segmentLengthUnits",
|
|
5150
|
+
send_delay_ms=123
|
|
5151
|
+
)
|
|
5152
|
+
'''
|
|
5153
|
+
if __debug__:
|
|
5154
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6fe9142b6885e8776c3e51af0733250a73fcd8e45bb4ec5f866206680352c7eb)
|
|
5155
|
+
check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
|
|
5156
|
+
check_type(argname="argument nielsen_id3_behavior", value=nielsen_id3_behavior, expected_type=type_hints["nielsen_id3_behavior"])
|
|
5157
|
+
check_type(argname="argument scte35_type", value=scte35_type, expected_type=type_hints["scte35_type"])
|
|
5158
|
+
check_type(argname="argument segment_length", value=segment_length, expected_type=type_hints["segment_length"])
|
|
5159
|
+
check_type(argname="argument segment_length_units", value=segment_length_units, expected_type=type_hints["segment_length_units"])
|
|
5160
|
+
check_type(argname="argument send_delay_ms", value=send_delay_ms, expected_type=type_hints["send_delay_ms"])
|
|
5161
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5162
|
+
if destination is not None:
|
|
5163
|
+
self._values["destination"] = destination
|
|
5164
|
+
if nielsen_id3_behavior is not None:
|
|
5165
|
+
self._values["nielsen_id3_behavior"] = nielsen_id3_behavior
|
|
5166
|
+
if scte35_type is not None:
|
|
5167
|
+
self._values["scte35_type"] = scte35_type
|
|
5168
|
+
if segment_length is not None:
|
|
5169
|
+
self._values["segment_length"] = segment_length
|
|
5170
|
+
if segment_length_units is not None:
|
|
5171
|
+
self._values["segment_length_units"] = segment_length_units
|
|
5172
|
+
if send_delay_ms is not None:
|
|
5173
|
+
self._values["send_delay_ms"] = send_delay_ms
|
|
5174
|
+
|
|
5175
|
+
@builtins.property
|
|
5176
|
+
def destination(
|
|
5177
|
+
self,
|
|
5178
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]]:
|
|
5179
|
+
'''
|
|
5180
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-destination
|
|
5181
|
+
'''
|
|
5182
|
+
result = self._values.get("destination")
|
|
5183
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]], result)
|
|
5184
|
+
|
|
5185
|
+
@builtins.property
|
|
5186
|
+
def nielsen_id3_behavior(self) -> typing.Optional[builtins.str]:
|
|
5187
|
+
'''
|
|
5188
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-nielsenid3behavior
|
|
5189
|
+
'''
|
|
5190
|
+
result = self._values.get("nielsen_id3_behavior")
|
|
5191
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5192
|
+
|
|
5193
|
+
@builtins.property
|
|
5194
|
+
def scte35_type(self) -> typing.Optional[builtins.str]:
|
|
5195
|
+
'''
|
|
5196
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-scte35type
|
|
5197
|
+
'''
|
|
5198
|
+
result = self._values.get("scte35_type")
|
|
5199
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5200
|
+
|
|
5201
|
+
@builtins.property
|
|
5202
|
+
def segment_length(self) -> typing.Optional[jsii.Number]:
|
|
5203
|
+
'''
|
|
5204
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-segmentlength
|
|
5205
|
+
'''
|
|
5206
|
+
result = self._values.get("segment_length")
|
|
5207
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
5208
|
+
|
|
5209
|
+
@builtins.property
|
|
5210
|
+
def segment_length_units(self) -> typing.Optional[builtins.str]:
|
|
5211
|
+
'''
|
|
5212
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-segmentlengthunits
|
|
5213
|
+
'''
|
|
5214
|
+
result = self._values.get("segment_length_units")
|
|
5215
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5216
|
+
|
|
5217
|
+
@builtins.property
|
|
5218
|
+
def send_delay_ms(self) -> typing.Optional[jsii.Number]:
|
|
5219
|
+
'''
|
|
5220
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-senddelayms
|
|
5221
|
+
'''
|
|
5222
|
+
result = self._values.get("send_delay_ms")
|
|
5223
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
5224
|
+
|
|
5225
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5226
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5227
|
+
|
|
5228
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5229
|
+
return not (rhs == self)
|
|
5230
|
+
|
|
5231
|
+
def __repr__(self) -> str:
|
|
5232
|
+
return "CmafIngestGroupSettingsProperty(%s)" % ", ".join(
|
|
5233
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5234
|
+
)
|
|
5235
|
+
|
|
5236
|
+
@jsii.data_type(
|
|
5237
|
+
jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.CmafIngestOutputSettingsProperty",
|
|
5238
|
+
jsii_struct_bases=[],
|
|
5239
|
+
name_mapping={"name_modifier": "nameModifier"},
|
|
5240
|
+
)
|
|
5241
|
+
class CmafIngestOutputSettingsProperty:
|
|
5242
|
+
def __init__(
|
|
5243
|
+
self,
|
|
5244
|
+
*,
|
|
5245
|
+
name_modifier: typing.Optional[builtins.str] = None,
|
|
5246
|
+
) -> None:
|
|
5247
|
+
'''
|
|
5248
|
+
:param name_modifier:
|
|
5249
|
+
|
|
5250
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestoutputsettings.html
|
|
5251
|
+
:exampleMetadata: fixture=_generated
|
|
5252
|
+
|
|
5253
|
+
Example::
|
|
5254
|
+
|
|
5255
|
+
# The code below shows an example of how to instantiate this type.
|
|
5256
|
+
# The values are placeholders you should change.
|
|
5257
|
+
from aws_cdk import aws_medialive as medialive
|
|
5258
|
+
|
|
5259
|
+
cmaf_ingest_output_settings_property = medialive.CfnChannel.CmafIngestOutputSettingsProperty(
|
|
5260
|
+
name_modifier="nameModifier"
|
|
5261
|
+
)
|
|
5262
|
+
'''
|
|
5263
|
+
if __debug__:
|
|
5264
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6876fb9c63945be0983729df7880b4775c3a167e3cdfb8a192a9f461fe10138e)
|
|
5265
|
+
check_type(argname="argument name_modifier", value=name_modifier, expected_type=type_hints["name_modifier"])
|
|
5266
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5267
|
+
if name_modifier is not None:
|
|
5268
|
+
self._values["name_modifier"] = name_modifier
|
|
5269
|
+
|
|
5270
|
+
@builtins.property
|
|
5271
|
+
def name_modifier(self) -> typing.Optional[builtins.str]:
|
|
5272
|
+
'''
|
|
5273
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestoutputsettings.html#cfn-medialive-channel-cmafingestoutputsettings-namemodifier
|
|
5274
|
+
'''
|
|
5275
|
+
result = self._values.get("name_modifier")
|
|
5276
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5277
|
+
|
|
5278
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5279
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5280
|
+
|
|
5281
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5282
|
+
return not (rhs == self)
|
|
5283
|
+
|
|
5284
|
+
def __repr__(self) -> str:
|
|
5285
|
+
return "CmafIngestOutputSettingsProperty(%s)" % ", ".join(
|
|
5286
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5287
|
+
)
|
|
5288
|
+
|
|
5042
5289
|
@jsii.data_type(
|
|
5043
5290
|
jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.ColorCorrectionProperty",
|
|
5044
5291
|
jsii_struct_bases=[],
|
|
@@ -9416,6 +9663,8 @@ class CfnChannel(
|
|
|
9416
9663
|
"look_ahead_rate_control": "lookAheadRateControl",
|
|
9417
9664
|
"max_bitrate": "maxBitrate",
|
|
9418
9665
|
"min_i_interval": "minIInterval",
|
|
9666
|
+
"mv_over_picture_boundaries": "mvOverPictureBoundaries",
|
|
9667
|
+
"mv_temporal_predictor": "mvTemporalPredictor",
|
|
9419
9668
|
"par_denominator": "parDenominator",
|
|
9420
9669
|
"par_numerator": "parNumerator",
|
|
9421
9670
|
"profile": "profile",
|
|
@@ -9425,8 +9674,12 @@ class CfnChannel(
|
|
|
9425
9674
|
"scene_change_detect": "sceneChangeDetect",
|
|
9426
9675
|
"slices": "slices",
|
|
9427
9676
|
"tier": "tier",
|
|
9677
|
+
"tile_height": "tileHeight",
|
|
9678
|
+
"tile_padding": "tilePadding",
|
|
9679
|
+
"tile_width": "tileWidth",
|
|
9428
9680
|
"timecode_burnin_settings": "timecodeBurninSettings",
|
|
9429
9681
|
"timecode_insertion": "timecodeInsertion",
|
|
9682
|
+
"treeblock_size": "treeblockSize",
|
|
9430
9683
|
},
|
|
9431
9684
|
)
|
|
9432
9685
|
class H265SettingsProperty:
|
|
@@ -9452,6 +9705,8 @@ class CfnChannel(
|
|
|
9452
9705
|
look_ahead_rate_control: typing.Optional[builtins.str] = None,
|
|
9453
9706
|
max_bitrate: typing.Optional[jsii.Number] = None,
|
|
9454
9707
|
min_i_interval: typing.Optional[jsii.Number] = None,
|
|
9708
|
+
mv_over_picture_boundaries: typing.Optional[builtins.str] = None,
|
|
9709
|
+
mv_temporal_predictor: typing.Optional[builtins.str] = None,
|
|
9455
9710
|
par_denominator: typing.Optional[jsii.Number] = None,
|
|
9456
9711
|
par_numerator: typing.Optional[jsii.Number] = None,
|
|
9457
9712
|
profile: typing.Optional[builtins.str] = None,
|
|
@@ -9461,8 +9716,12 @@ class CfnChannel(
|
|
|
9461
9716
|
scene_change_detect: typing.Optional[builtins.str] = None,
|
|
9462
9717
|
slices: typing.Optional[jsii.Number] = None,
|
|
9463
9718
|
tier: typing.Optional[builtins.str] = None,
|
|
9719
|
+
tile_height: typing.Optional[jsii.Number] = None,
|
|
9720
|
+
tile_padding: typing.Optional[builtins.str] = None,
|
|
9721
|
+
tile_width: typing.Optional[jsii.Number] = None,
|
|
9464
9722
|
timecode_burnin_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.TimecodeBurninSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9465
9723
|
timecode_insertion: typing.Optional[builtins.str] = None,
|
|
9724
|
+
treeblock_size: typing.Optional[builtins.str] = None,
|
|
9466
9725
|
) -> None:
|
|
9467
9726
|
'''H265 Settings.
|
|
9468
9727
|
|
|
@@ -9487,6 +9746,8 @@ class CfnChannel(
|
|
|
9487
9746
|
:param look_ahead_rate_control: Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
|
|
9488
9747
|
:param max_bitrate: For QVBR: See the tooltip for Quality level.
|
|
9489
9748
|
:param min_i_interval: Only meaningful if sceneChangeDetect is set to enabled. Defaults to 5 if multiplex rate control is used. Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
|
|
9749
|
+
:param mv_over_picture_boundaries:
|
|
9750
|
+
:param mv_temporal_predictor:
|
|
9490
9751
|
:param par_denominator: Pixel Aspect Ratio denominator.
|
|
9491
9752
|
:param par_numerator: Pixel Aspect Ratio numerator.
|
|
9492
9753
|
:param profile: H.265 Profile.
|
|
@@ -9496,8 +9757,12 @@ class CfnChannel(
|
|
|
9496
9757
|
:param scene_change_detect: Scene change detection.
|
|
9497
9758
|
:param slices: Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures. This field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.
|
|
9498
9759
|
:param tier: H.265 Tier.
|
|
9760
|
+
:param tile_height:
|
|
9761
|
+
:param tile_padding:
|
|
9762
|
+
:param tile_width:
|
|
9499
9763
|
:param timecode_burnin_settings:
|
|
9500
9764
|
:param timecode_insertion: Determines how timecodes should be inserted into the video elementary stream. - 'disabled': Do not include timecodes - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config
|
|
9765
|
+
:param treeblock_size:
|
|
9501
9766
|
|
|
9502
9767
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html
|
|
9503
9768
|
:exampleMetadata: fixture=_generated
|
|
@@ -9542,6 +9807,8 @@ class CfnChannel(
|
|
|
9542
9807
|
look_ahead_rate_control="lookAheadRateControl",
|
|
9543
9808
|
max_bitrate=123,
|
|
9544
9809
|
min_iInterval=123,
|
|
9810
|
+
mv_over_picture_boundaries="mvOverPictureBoundaries",
|
|
9811
|
+
mv_temporal_predictor="mvTemporalPredictor",
|
|
9545
9812
|
par_denominator=123,
|
|
9546
9813
|
par_numerator=123,
|
|
9547
9814
|
profile="profile",
|
|
@@ -9551,12 +9818,16 @@ class CfnChannel(
|
|
|
9551
9818
|
scene_change_detect="sceneChangeDetect",
|
|
9552
9819
|
slices=123,
|
|
9553
9820
|
tier="tier",
|
|
9821
|
+
tile_height=123,
|
|
9822
|
+
tile_padding="tilePadding",
|
|
9823
|
+
tile_width=123,
|
|
9554
9824
|
timecode_burnin_settings=medialive.CfnChannel.TimecodeBurninSettingsProperty(
|
|
9555
9825
|
font_size="fontSize",
|
|
9556
9826
|
position="position",
|
|
9557
9827
|
prefix="prefix"
|
|
9558
9828
|
),
|
|
9559
|
-
timecode_insertion="timecodeInsertion"
|
|
9829
|
+
timecode_insertion="timecodeInsertion",
|
|
9830
|
+
treeblock_size="treeblockSize"
|
|
9560
9831
|
)
|
|
9561
9832
|
'''
|
|
9562
9833
|
if __debug__:
|
|
@@ -9580,6 +9851,8 @@ class CfnChannel(
|
|
|
9580
9851
|
check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
|
|
9581
9852
|
check_type(argname="argument max_bitrate", value=max_bitrate, expected_type=type_hints["max_bitrate"])
|
|
9582
9853
|
check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
|
|
9854
|
+
check_type(argname="argument mv_over_picture_boundaries", value=mv_over_picture_boundaries, expected_type=type_hints["mv_over_picture_boundaries"])
|
|
9855
|
+
check_type(argname="argument mv_temporal_predictor", value=mv_temporal_predictor, expected_type=type_hints["mv_temporal_predictor"])
|
|
9583
9856
|
check_type(argname="argument par_denominator", value=par_denominator, expected_type=type_hints["par_denominator"])
|
|
9584
9857
|
check_type(argname="argument par_numerator", value=par_numerator, expected_type=type_hints["par_numerator"])
|
|
9585
9858
|
check_type(argname="argument profile", value=profile, expected_type=type_hints["profile"])
|
|
@@ -9589,8 +9862,12 @@ class CfnChannel(
|
|
|
9589
9862
|
check_type(argname="argument scene_change_detect", value=scene_change_detect, expected_type=type_hints["scene_change_detect"])
|
|
9590
9863
|
check_type(argname="argument slices", value=slices, expected_type=type_hints["slices"])
|
|
9591
9864
|
check_type(argname="argument tier", value=tier, expected_type=type_hints["tier"])
|
|
9865
|
+
check_type(argname="argument tile_height", value=tile_height, expected_type=type_hints["tile_height"])
|
|
9866
|
+
check_type(argname="argument tile_padding", value=tile_padding, expected_type=type_hints["tile_padding"])
|
|
9867
|
+
check_type(argname="argument tile_width", value=tile_width, expected_type=type_hints["tile_width"])
|
|
9592
9868
|
check_type(argname="argument timecode_burnin_settings", value=timecode_burnin_settings, expected_type=type_hints["timecode_burnin_settings"])
|
|
9593
9869
|
check_type(argname="argument timecode_insertion", value=timecode_insertion, expected_type=type_hints["timecode_insertion"])
|
|
9870
|
+
check_type(argname="argument treeblock_size", value=treeblock_size, expected_type=type_hints["treeblock_size"])
|
|
9594
9871
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
9595
9872
|
if adaptive_quantization is not None:
|
|
9596
9873
|
self._values["adaptive_quantization"] = adaptive_quantization
|
|
@@ -9630,6 +9907,10 @@ class CfnChannel(
|
|
|
9630
9907
|
self._values["max_bitrate"] = max_bitrate
|
|
9631
9908
|
if min_i_interval is not None:
|
|
9632
9909
|
self._values["min_i_interval"] = min_i_interval
|
|
9910
|
+
if mv_over_picture_boundaries is not None:
|
|
9911
|
+
self._values["mv_over_picture_boundaries"] = mv_over_picture_boundaries
|
|
9912
|
+
if mv_temporal_predictor is not None:
|
|
9913
|
+
self._values["mv_temporal_predictor"] = mv_temporal_predictor
|
|
9633
9914
|
if par_denominator is not None:
|
|
9634
9915
|
self._values["par_denominator"] = par_denominator
|
|
9635
9916
|
if par_numerator is not None:
|
|
@@ -9648,10 +9929,18 @@ class CfnChannel(
|
|
|
9648
9929
|
self._values["slices"] = slices
|
|
9649
9930
|
if tier is not None:
|
|
9650
9931
|
self._values["tier"] = tier
|
|
9932
|
+
if tile_height is not None:
|
|
9933
|
+
self._values["tile_height"] = tile_height
|
|
9934
|
+
if tile_padding is not None:
|
|
9935
|
+
self._values["tile_padding"] = tile_padding
|
|
9936
|
+
if tile_width is not None:
|
|
9937
|
+
self._values["tile_width"] = tile_width
|
|
9651
9938
|
if timecode_burnin_settings is not None:
|
|
9652
9939
|
self._values["timecode_burnin_settings"] = timecode_burnin_settings
|
|
9653
9940
|
if timecode_insertion is not None:
|
|
9654
9941
|
self._values["timecode_insertion"] = timecode_insertion
|
|
9942
|
+
if treeblock_size is not None:
|
|
9943
|
+
self._values["treeblock_size"] = treeblock_size
|
|
9655
9944
|
|
|
9656
9945
|
@builtins.property
|
|
9657
9946
|
def adaptive_quantization(self) -> typing.Optional[builtins.str]:
|
|
@@ -9847,6 +10136,22 @@ class CfnChannel(
|
|
|
9847
10136
|
result = self._values.get("min_i_interval")
|
|
9848
10137
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
9849
10138
|
|
|
10139
|
+
@builtins.property
|
|
10140
|
+
def mv_over_picture_boundaries(self) -> typing.Optional[builtins.str]:
|
|
10141
|
+
'''
|
|
10142
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-mvoverpictureboundaries
|
|
10143
|
+
'''
|
|
10144
|
+
result = self._values.get("mv_over_picture_boundaries")
|
|
10145
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
10146
|
+
|
|
10147
|
+
@builtins.property
|
|
10148
|
+
def mv_temporal_predictor(self) -> typing.Optional[builtins.str]:
|
|
10149
|
+
'''
|
|
10150
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-mvtemporalpredictor
|
|
10151
|
+
'''
|
|
10152
|
+
result = self._values.get("mv_temporal_predictor")
|
|
10153
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
10154
|
+
|
|
9850
10155
|
@builtins.property
|
|
9851
10156
|
def par_denominator(self) -> typing.Optional[jsii.Number]:
|
|
9852
10157
|
'''Pixel Aspect Ratio denominator.
|
|
@@ -9943,6 +10248,30 @@ class CfnChannel(
|
|
|
9943
10248
|
result = self._values.get("tier")
|
|
9944
10249
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
9945
10250
|
|
|
10251
|
+
@builtins.property
|
|
10252
|
+
def tile_height(self) -> typing.Optional[jsii.Number]:
|
|
10253
|
+
'''
|
|
10254
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-tileheight
|
|
10255
|
+
'''
|
|
10256
|
+
result = self._values.get("tile_height")
|
|
10257
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
10258
|
+
|
|
10259
|
+
@builtins.property
|
|
10260
|
+
def tile_padding(self) -> typing.Optional[builtins.str]:
|
|
10261
|
+
'''
|
|
10262
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-tilepadding
|
|
10263
|
+
'''
|
|
10264
|
+
result = self._values.get("tile_padding")
|
|
10265
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
10266
|
+
|
|
10267
|
+
@builtins.property
|
|
10268
|
+
def tile_width(self) -> typing.Optional[jsii.Number]:
|
|
10269
|
+
'''
|
|
10270
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-tilewidth
|
|
10271
|
+
'''
|
|
10272
|
+
result = self._values.get("tile_width")
|
|
10273
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
10274
|
+
|
|
9946
10275
|
@builtins.property
|
|
9947
10276
|
def timecode_burnin_settings(
|
|
9948
10277
|
self,
|
|
@@ -9965,6 +10294,14 @@ class CfnChannel(
|
|
|
9965
10294
|
result = self._values.get("timecode_insertion")
|
|
9966
10295
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
9967
10296
|
|
|
10297
|
+
@builtins.property
|
|
10298
|
+
def treeblock_size(self) -> typing.Optional[builtins.str]:
|
|
10299
|
+
'''
|
|
10300
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-treeblocksize
|
|
10301
|
+
'''
|
|
10302
|
+
result = self._values.get("treeblock_size")
|
|
10303
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
10304
|
+
|
|
9968
10305
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
9969
10306
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
9970
10307
|
|
|
@@ -16721,6 +17058,16 @@ class CfnChannel(
|
|
|
16721
17058
|
),
|
|
16722
17059
|
rollover_interval=123
|
|
16723
17060
|
),
|
|
17061
|
+
cmaf_ingest_group_settings=medialive.CfnChannel.CmafIngestGroupSettingsProperty(
|
|
17062
|
+
destination=medialive.CfnChannel.OutputLocationRefProperty(
|
|
17063
|
+
destination_ref_id="destinationRefId"
|
|
17064
|
+
),
|
|
17065
|
+
nielsen_id3_behavior="nielsenId3Behavior",
|
|
17066
|
+
scte35_type="scte35Type",
|
|
17067
|
+
segment_length=123,
|
|
17068
|
+
segment_length_units="segmentLengthUnits",
|
|
17069
|
+
send_delay_ms=123
|
|
17070
|
+
),
|
|
16724
17071
|
frame_capture_group_settings=medialive.CfnChannel.FrameCaptureGroupSettingsProperty(
|
|
16725
17072
|
destination=medialive.CfnChannel.OutputLocationRefProperty(
|
|
16726
17073
|
destination_ref_id="destinationRefId"
|
|
@@ -16942,6 +17289,9 @@ class CfnChannel(
|
|
|
16942
17289
|
extension="extension",
|
|
16943
17290
|
name_modifier="nameModifier"
|
|
16944
17291
|
),
|
|
17292
|
+
cmaf_ingest_output_settings=medialive.CfnChannel.CmafIngestOutputSettingsProperty(
|
|
17293
|
+
name_modifier="nameModifier"
|
|
17294
|
+
),
|
|
16945
17295
|
frame_capture_output_settings=medialive.CfnChannel.FrameCaptureOutputSettingsProperty(
|
|
16946
17296
|
name_modifier="nameModifier"
|
|
16947
17297
|
),
|
|
@@ -17151,6 +17501,7 @@ class CfnChannel(
|
|
|
17151
17501
|
jsii_struct_bases=[],
|
|
17152
17502
|
name_mapping={
|
|
17153
17503
|
"archive_group_settings": "archiveGroupSettings",
|
|
17504
|
+
"cmaf_ingest_group_settings": "cmafIngestGroupSettings",
|
|
17154
17505
|
"frame_capture_group_settings": "frameCaptureGroupSettings",
|
|
17155
17506
|
"hls_group_settings": "hlsGroupSettings",
|
|
17156
17507
|
"media_package_group_settings": "mediaPackageGroupSettings",
|
|
@@ -17165,6 +17516,7 @@ class CfnChannel(
|
|
|
17165
17516
|
self,
|
|
17166
17517
|
*,
|
|
17167
17518
|
archive_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.ArchiveGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17519
|
+
cmaf_ingest_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.CmafIngestGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17168
17520
|
frame_capture_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.FrameCaptureGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17169
17521
|
hls_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.HlsGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17170
17522
|
media_package_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MediaPackageGroupSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -17178,6 +17530,7 @@ class CfnChannel(
|
|
|
17178
17530
|
The parent of this entity is OutputGroup.
|
|
17179
17531
|
|
|
17180
17532
|
:param archive_group_settings: The configuration of an archive output group. The parent of this entity is OutputGroupSettings.
|
|
17533
|
+
:param cmaf_ingest_group_settings:
|
|
17181
17534
|
:param frame_capture_group_settings: The configuration of a frame capture output group.
|
|
17182
17535
|
:param hls_group_settings: The configuration of an HLS output group.
|
|
17183
17536
|
:param media_package_group_settings: The configuration of a MediaPackage output group.
|
|
@@ -17207,6 +17560,16 @@ class CfnChannel(
|
|
|
17207
17560
|
),
|
|
17208
17561
|
rollover_interval=123
|
|
17209
17562
|
),
|
|
17563
|
+
cmaf_ingest_group_settings=medialive.CfnChannel.CmafIngestGroupSettingsProperty(
|
|
17564
|
+
destination=medialive.CfnChannel.OutputLocationRefProperty(
|
|
17565
|
+
destination_ref_id="destinationRefId"
|
|
17566
|
+
),
|
|
17567
|
+
nielsen_id3_behavior="nielsenId3Behavior",
|
|
17568
|
+
scte35_type="scte35Type",
|
|
17569
|
+
segment_length=123,
|
|
17570
|
+
segment_length_units="segmentLengthUnits",
|
|
17571
|
+
send_delay_ms=123
|
|
17572
|
+
),
|
|
17210
17573
|
frame_capture_group_settings=medialive.CfnChannel.FrameCaptureGroupSettingsProperty(
|
|
17211
17574
|
destination=medialive.CfnChannel.OutputLocationRefProperty(
|
|
17212
17575
|
destination_ref_id="destinationRefId"
|
|
@@ -17359,6 +17722,7 @@ class CfnChannel(
|
|
|
17359
17722
|
if __debug__:
|
|
17360
17723
|
type_hints = typing.get_type_hints(_typecheckingstub__99268924a18ec05b9988ead6054214f4699ced2eb8edf3f3c278090682ca5641)
|
|
17361
17724
|
check_type(argname="argument archive_group_settings", value=archive_group_settings, expected_type=type_hints["archive_group_settings"])
|
|
17725
|
+
check_type(argname="argument cmaf_ingest_group_settings", value=cmaf_ingest_group_settings, expected_type=type_hints["cmaf_ingest_group_settings"])
|
|
17362
17726
|
check_type(argname="argument frame_capture_group_settings", value=frame_capture_group_settings, expected_type=type_hints["frame_capture_group_settings"])
|
|
17363
17727
|
check_type(argname="argument hls_group_settings", value=hls_group_settings, expected_type=type_hints["hls_group_settings"])
|
|
17364
17728
|
check_type(argname="argument media_package_group_settings", value=media_package_group_settings, expected_type=type_hints["media_package_group_settings"])
|
|
@@ -17369,6 +17733,8 @@ class CfnChannel(
|
|
|
17369
17733
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
17370
17734
|
if archive_group_settings is not None:
|
|
17371
17735
|
self._values["archive_group_settings"] = archive_group_settings
|
|
17736
|
+
if cmaf_ingest_group_settings is not None:
|
|
17737
|
+
self._values["cmaf_ingest_group_settings"] = cmaf_ingest_group_settings
|
|
17372
17738
|
if frame_capture_group_settings is not None:
|
|
17373
17739
|
self._values["frame_capture_group_settings"] = frame_capture_group_settings
|
|
17374
17740
|
if hls_group_settings is not None:
|
|
@@ -17397,6 +17763,16 @@ class CfnChannel(
|
|
|
17397
17763
|
result = self._values.get("archive_group_settings")
|
|
17398
17764
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.ArchiveGroupSettingsProperty"]], result)
|
|
17399
17765
|
|
|
17766
|
+
@builtins.property
|
|
17767
|
+
def cmaf_ingest_group_settings(
|
|
17768
|
+
self,
|
|
17769
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.CmafIngestGroupSettingsProperty"]]:
|
|
17770
|
+
'''
|
|
17771
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputgroupsettings.html#cfn-medialive-channel-outputgroupsettings-cmafingestgroupsettings
|
|
17772
|
+
'''
|
|
17773
|
+
result = self._values.get("cmaf_ingest_group_settings")
|
|
17774
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.CmafIngestGroupSettingsProperty"]], result)
|
|
17775
|
+
|
|
17400
17776
|
@builtins.property
|
|
17401
17777
|
def frame_capture_group_settings(
|
|
17402
17778
|
self,
|
|
@@ -17732,6 +18108,9 @@ class CfnChannel(
|
|
|
17732
18108
|
extension="extension",
|
|
17733
18109
|
name_modifier="nameModifier"
|
|
17734
18110
|
),
|
|
18111
|
+
cmaf_ingest_output_settings=medialive.CfnChannel.CmafIngestOutputSettingsProperty(
|
|
18112
|
+
name_modifier="nameModifier"
|
|
18113
|
+
),
|
|
17735
18114
|
frame_capture_output_settings=medialive.CfnChannel.FrameCaptureOutputSettingsProperty(
|
|
17736
18115
|
name_modifier="nameModifier"
|
|
17737
18116
|
),
|
|
@@ -17962,6 +18341,7 @@ class CfnChannel(
|
|
|
17962
18341
|
jsii_struct_bases=[],
|
|
17963
18342
|
name_mapping={
|
|
17964
18343
|
"archive_output_settings": "archiveOutputSettings",
|
|
18344
|
+
"cmaf_ingest_output_settings": "cmafIngestOutputSettings",
|
|
17965
18345
|
"frame_capture_output_settings": "frameCaptureOutputSettings",
|
|
17966
18346
|
"hls_output_settings": "hlsOutputSettings",
|
|
17967
18347
|
"media_package_output_settings": "mediaPackageOutputSettings",
|
|
@@ -17976,6 +18356,7 @@ class CfnChannel(
|
|
|
17976
18356
|
self,
|
|
17977
18357
|
*,
|
|
17978
18358
|
archive_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.ArchiveOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
18359
|
+
cmaf_ingest_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.CmafIngestOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17979
18360
|
frame_capture_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.FrameCaptureOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17980
18361
|
hls_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.HlsOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17981
18362
|
media_package_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.MediaPackageOutputSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -17989,6 +18370,7 @@ class CfnChannel(
|
|
|
17989
18370
|
The parent of this entity is Output.
|
|
17990
18371
|
|
|
17991
18372
|
:param archive_output_settings: The settings for an archive output.
|
|
18373
|
+
:param cmaf_ingest_output_settings:
|
|
17992
18374
|
:param frame_capture_output_settings: The settings for a frame capture output. The parent of this entity is OutputGroupSettings.
|
|
17993
18375
|
:param hls_output_settings: The settings for an HLS output. The parent of this entity is OutputGroupSettings.
|
|
17994
18376
|
:param media_package_output_settings: The settings for a MediaPackage output. The parent of this entity is OutputGroupSettings.
|
|
@@ -18075,6 +18457,9 @@ class CfnChannel(
|
|
|
18075
18457
|
extension="extension",
|
|
18076
18458
|
name_modifier="nameModifier"
|
|
18077
18459
|
),
|
|
18460
|
+
cmaf_ingest_output_settings=medialive.CfnChannel.CmafIngestOutputSettingsProperty(
|
|
18461
|
+
name_modifier="nameModifier"
|
|
18462
|
+
),
|
|
18078
18463
|
frame_capture_output_settings=medialive.CfnChannel.FrameCaptureOutputSettingsProperty(
|
|
18079
18464
|
name_modifier="nameModifier"
|
|
18080
18465
|
),
|
|
@@ -18222,6 +18607,7 @@ class CfnChannel(
|
|
|
18222
18607
|
if __debug__:
|
|
18223
18608
|
type_hints = typing.get_type_hints(_typecheckingstub__f51710b013df89803afb3f2517730a72a64c710d2e8f52fa7b934290b9b4fd24)
|
|
18224
18609
|
check_type(argname="argument archive_output_settings", value=archive_output_settings, expected_type=type_hints["archive_output_settings"])
|
|
18610
|
+
check_type(argname="argument cmaf_ingest_output_settings", value=cmaf_ingest_output_settings, expected_type=type_hints["cmaf_ingest_output_settings"])
|
|
18225
18611
|
check_type(argname="argument frame_capture_output_settings", value=frame_capture_output_settings, expected_type=type_hints["frame_capture_output_settings"])
|
|
18226
18612
|
check_type(argname="argument hls_output_settings", value=hls_output_settings, expected_type=type_hints["hls_output_settings"])
|
|
18227
18613
|
check_type(argname="argument media_package_output_settings", value=media_package_output_settings, expected_type=type_hints["media_package_output_settings"])
|
|
@@ -18232,6 +18618,8 @@ class CfnChannel(
|
|
|
18232
18618
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
18233
18619
|
if archive_output_settings is not None:
|
|
18234
18620
|
self._values["archive_output_settings"] = archive_output_settings
|
|
18621
|
+
if cmaf_ingest_output_settings is not None:
|
|
18622
|
+
self._values["cmaf_ingest_output_settings"] = cmaf_ingest_output_settings
|
|
18235
18623
|
if frame_capture_output_settings is not None:
|
|
18236
18624
|
self._values["frame_capture_output_settings"] = frame_capture_output_settings
|
|
18237
18625
|
if hls_output_settings is not None:
|
|
@@ -18258,6 +18646,16 @@ class CfnChannel(
|
|
|
18258
18646
|
result = self._values.get("archive_output_settings")
|
|
18259
18647
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.ArchiveOutputSettingsProperty"]], result)
|
|
18260
18648
|
|
|
18649
|
+
@builtins.property
|
|
18650
|
+
def cmaf_ingest_output_settings(
|
|
18651
|
+
self,
|
|
18652
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.CmafIngestOutputSettingsProperty"]]:
|
|
18653
|
+
'''
|
|
18654
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputsettings.html#cfn-medialive-channel-outputsettings-cmafingestoutputsettings
|
|
18655
|
+
'''
|
|
18656
|
+
result = self._values.get("cmaf_ingest_output_settings")
|
|
18657
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.CmafIngestOutputSettingsProperty"]], result)
|
|
18658
|
+
|
|
18261
18659
|
@builtins.property
|
|
18262
18660
|
def frame_capture_output_settings(
|
|
18263
18661
|
self,
|
|
@@ -20597,6 +20995,8 @@ class CfnChannel(
|
|
|
20597
20995
|
look_ahead_rate_control="lookAheadRateControl",
|
|
20598
20996
|
max_bitrate=123,
|
|
20599
20997
|
min_iInterval=123,
|
|
20998
|
+
mv_over_picture_boundaries="mvOverPictureBoundaries",
|
|
20999
|
+
mv_temporal_predictor="mvTemporalPredictor",
|
|
20600
21000
|
par_denominator=123,
|
|
20601
21001
|
par_numerator=123,
|
|
20602
21002
|
profile="profile",
|
|
@@ -20606,12 +21006,16 @@ class CfnChannel(
|
|
|
20606
21006
|
scene_change_detect="sceneChangeDetect",
|
|
20607
21007
|
slices=123,
|
|
20608
21008
|
tier="tier",
|
|
21009
|
+
tile_height=123,
|
|
21010
|
+
tile_padding="tilePadding",
|
|
21011
|
+
tile_width=123,
|
|
20609
21012
|
timecode_burnin_settings=medialive.CfnChannel.TimecodeBurninSettingsProperty(
|
|
20610
21013
|
font_size="fontSize",
|
|
20611
21014
|
position="position",
|
|
20612
21015
|
prefix="prefix"
|
|
20613
21016
|
),
|
|
20614
|
-
timecode_insertion="timecodeInsertion"
|
|
21017
|
+
timecode_insertion="timecodeInsertion",
|
|
21018
|
+
treeblock_size="treeblockSize"
|
|
20615
21019
|
),
|
|
20616
21020
|
mpeg2_settings=medialive.CfnChannel.Mpeg2SettingsProperty(
|
|
20617
21021
|
adaptive_quantization="adaptiveQuantization",
|
|
@@ -20862,6 +21266,8 @@ class CfnChannel(
|
|
|
20862
21266
|
look_ahead_rate_control="lookAheadRateControl",
|
|
20863
21267
|
max_bitrate=123,
|
|
20864
21268
|
min_iInterval=123,
|
|
21269
|
+
mv_over_picture_boundaries="mvOverPictureBoundaries",
|
|
21270
|
+
mv_temporal_predictor="mvTemporalPredictor",
|
|
20865
21271
|
par_denominator=123,
|
|
20866
21272
|
par_numerator=123,
|
|
20867
21273
|
profile="profile",
|
|
@@ -20871,12 +21277,16 @@ class CfnChannel(
|
|
|
20871
21277
|
scene_change_detect="sceneChangeDetect",
|
|
20872
21278
|
slices=123,
|
|
20873
21279
|
tier="tier",
|
|
21280
|
+
tile_height=123,
|
|
21281
|
+
tile_padding="tilePadding",
|
|
21282
|
+
tile_width=123,
|
|
20874
21283
|
timecode_burnin_settings=medialive.CfnChannel.TimecodeBurninSettingsProperty(
|
|
20875
21284
|
font_size="fontSize",
|
|
20876
21285
|
position="position",
|
|
20877
21286
|
prefix="prefix"
|
|
20878
21287
|
),
|
|
20879
|
-
timecode_insertion="timecodeInsertion"
|
|
21288
|
+
timecode_insertion="timecodeInsertion",
|
|
21289
|
+
treeblock_size="treeblockSize"
|
|
20880
21290
|
),
|
|
20881
21291
|
mpeg2_settings=medialive.CfnChannel.Mpeg2SettingsProperty(
|
|
20882
21292
|
adaptive_quantization="adaptiveQuantization",
|
|
@@ -25093,12 +25503,14 @@ def _typecheckingstub__818b64750c74718f495f603e3d4f93a619c505c97fc690e547616ab20
|
|
|
25093
25503
|
|
|
25094
25504
|
def _typecheckingstub__eac525e44cda4c1cda893c85a29097b10e89383e25cd7a85e3170de4eea2071e(
|
|
25095
25505
|
*,
|
|
25506
|
+
audio_dash_roles: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
25096
25507
|
audio_normalization_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.AudioNormalizationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
25097
25508
|
audio_selector_name: typing.Optional[builtins.str] = None,
|
|
25098
25509
|
audio_type: typing.Optional[builtins.str] = None,
|
|
25099
25510
|
audio_type_control: typing.Optional[builtins.str] = None,
|
|
25100
25511
|
audio_watermarking_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.AudioWatermarkSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
25101
25512
|
codec_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.AudioCodecSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
25513
|
+
dvb_dash_accessibility: typing.Optional[builtins.str] = None,
|
|
25102
25514
|
language_code: typing.Optional[builtins.str] = None,
|
|
25103
25515
|
language_code_control: typing.Optional[builtins.str] = None,
|
|
25104
25516
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -25276,8 +25688,10 @@ def _typecheckingstub__33dec7d6f1bff74983258afde73011d8330c6183129c52e7873c9573a
|
|
|
25276
25688
|
def _typecheckingstub__4b5f4fcefb4c087827d3430996ba616b450c5ed8903530f29c2ee1ad68ef2a45(
|
|
25277
25689
|
*,
|
|
25278
25690
|
accessibility: typing.Optional[builtins.str] = None,
|
|
25691
|
+
caption_dash_roles: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
25279
25692
|
caption_selector_name: typing.Optional[builtins.str] = None,
|
|
25280
25693
|
destination_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CaptionDestinationSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
25694
|
+
dvb_dash_accessibility: typing.Optional[builtins.str] = None,
|
|
25281
25695
|
language_code: typing.Optional[builtins.str] = None,
|
|
25282
25696
|
language_description: typing.Optional[builtins.str] = None,
|
|
25283
25697
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -25352,6 +25766,25 @@ def _typecheckingstub__c2e5862f596156cbad2564b77122c4d4b9ce5bae1083042678e57d7ca
|
|
|
25352
25766
|
"""Type checking stubs"""
|
|
25353
25767
|
pass
|
|
25354
25768
|
|
|
25769
|
+
def _typecheckingstub__6fe9142b6885e8776c3e51af0733250a73fcd8e45bb4ec5f866206680352c7eb(
|
|
25770
|
+
*,
|
|
25771
|
+
destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputLocationRefProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
25772
|
+
nielsen_id3_behavior: typing.Optional[builtins.str] = None,
|
|
25773
|
+
scte35_type: typing.Optional[builtins.str] = None,
|
|
25774
|
+
segment_length: typing.Optional[jsii.Number] = None,
|
|
25775
|
+
segment_length_units: typing.Optional[builtins.str] = None,
|
|
25776
|
+
send_delay_ms: typing.Optional[jsii.Number] = None,
|
|
25777
|
+
) -> None:
|
|
25778
|
+
"""Type checking stubs"""
|
|
25779
|
+
pass
|
|
25780
|
+
|
|
25781
|
+
def _typecheckingstub__6876fb9c63945be0983729df7880b4775c3a167e3cdfb8a192a9f461fe10138e(
|
|
25782
|
+
*,
|
|
25783
|
+
name_modifier: typing.Optional[builtins.str] = None,
|
|
25784
|
+
) -> None:
|
|
25785
|
+
"""Type checking stubs"""
|
|
25786
|
+
pass
|
|
25787
|
+
|
|
25355
25788
|
def _typecheckingstub__8b62ed6aaafdef63c746b1b2a7a4cb11082ac71229b8cce59b11a12f61d825e5(
|
|
25356
25789
|
*,
|
|
25357
25790
|
input_color_space: typing.Optional[builtins.str] = None,
|
|
@@ -25720,6 +26153,8 @@ def _typecheckingstub__ba24f075b346c08bd6351ec946aa6352e1a32fe09c8751f612abee3e6
|
|
|
25720
26153
|
look_ahead_rate_control: typing.Optional[builtins.str] = None,
|
|
25721
26154
|
max_bitrate: typing.Optional[jsii.Number] = None,
|
|
25722
26155
|
min_i_interval: typing.Optional[jsii.Number] = None,
|
|
26156
|
+
mv_over_picture_boundaries: typing.Optional[builtins.str] = None,
|
|
26157
|
+
mv_temporal_predictor: typing.Optional[builtins.str] = None,
|
|
25723
26158
|
par_denominator: typing.Optional[jsii.Number] = None,
|
|
25724
26159
|
par_numerator: typing.Optional[jsii.Number] = None,
|
|
25725
26160
|
profile: typing.Optional[builtins.str] = None,
|
|
@@ -25729,8 +26164,12 @@ def _typecheckingstub__ba24f075b346c08bd6351ec946aa6352e1a32fe09c8751f612abee3e6
|
|
|
25729
26164
|
scene_change_detect: typing.Optional[builtins.str] = None,
|
|
25730
26165
|
slices: typing.Optional[jsii.Number] = None,
|
|
25731
26166
|
tier: typing.Optional[builtins.str] = None,
|
|
26167
|
+
tile_height: typing.Optional[jsii.Number] = None,
|
|
26168
|
+
tile_padding: typing.Optional[builtins.str] = None,
|
|
26169
|
+
tile_width: typing.Optional[jsii.Number] = None,
|
|
25732
26170
|
timecode_burnin_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.TimecodeBurninSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
25733
26171
|
timecode_insertion: typing.Optional[builtins.str] = None,
|
|
26172
|
+
treeblock_size: typing.Optional[builtins.str] = None,
|
|
25734
26173
|
) -> None:
|
|
25735
26174
|
"""Type checking stubs"""
|
|
25736
26175
|
pass
|
|
@@ -26251,6 +26690,7 @@ def _typecheckingstub__5886afe17c469b30f6234f5b35aa1cb7d8baae50c424479126239a323
|
|
|
26251
26690
|
def _typecheckingstub__99268924a18ec05b9988ead6054214f4699ced2eb8edf3f3c278090682ca5641(
|
|
26252
26691
|
*,
|
|
26253
26692
|
archive_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.ArchiveGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26693
|
+
cmaf_ingest_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CmafIngestGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26254
26694
|
frame_capture_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.FrameCaptureGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26255
26695
|
hls_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.HlsGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26256
26696
|
media_package_group_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MediaPackageGroupSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -26291,6 +26731,7 @@ def _typecheckingstub__a33aaebc955d92537d615c92d210337ac828a0647a81c8d2761ba79e3
|
|
|
26291
26731
|
def _typecheckingstub__f51710b013df89803afb3f2517730a72a64c710d2e8f52fa7b934290b9b4fd24(
|
|
26292
26732
|
*,
|
|
26293
26733
|
archive_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.ArchiveOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26734
|
+
cmaf_ingest_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CmafIngestOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26294
26735
|
frame_capture_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.FrameCaptureOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26295
26736
|
hls_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.HlsOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26296
26737
|
media_package_output_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.MediaPackageOutputSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|