toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.medialive.kotlin.inputs
/
ChannelEncoderSettingsVideoDescriptionArgs
/
ChannelEncoderSettingsVideoDescriptionArgs
Channel
Encoder
Settings
Video
Description
Args
constructor
(
codecSettings
:
Output
<
ChannelEncoderSettingsVideoDescriptionCodecSettingsArgs
>
?
=
null
,
height
:
Output
<
Int
>
?
=
null
,
name
:
Output
<
String
>
,
respondToAfd
:
Output
<
String
>
?
=
null
,
scalingBehavior
:
Output
<
String
>
?
=
null
,
sharpness
:
Output
<
Int
>
?
=
null
,
width
:
Output
<
Int
>
?
=
null
)