Video Properties Args
data class VideoPropertiesArgs(val bitrate: Output<Int>? = null, val framerate: Output<Double>? = null, val height: Output<Int>? = null, val width: Output<Int>? = null) : ConvertibleToJava<VideoPropertiesArgs>
Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps