EncoderConfigurationArgs

data class EncoderConfigurationArgs(val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val video: Output<VideoPropertiesArgs>? = null) : ConvertibleToJava<EncoderConfigurationArgs>

Resource Type definition for AWS::IVS::EncoderConfiguration.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, video: Output<VideoPropertiesArgs>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Encoder configuration name.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val video: Output<VideoPropertiesArgs>? = null

Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps

Functions

Link copied to clipboard
open override fun toJava(): EncoderConfigurationArgs