PresetArgs

constructor(audio: Output<PresetAudioArgs>? = null, audioCodecOptions: Output<PresetAudioCodecOptionsArgs>? = null, container: Output<String>? = null, description: Output<String>? = null, name: Output<String>? = null, thumbnails: Output<PresetThumbnailsArgs>? = null, type: Output<String>? = null, video: Output<PresetVideoArgs>? = null, videoCodecOptions: Output<Map<String, String>>? = null, videoWatermarks: Output<List<PresetVideoWatermarkArgs>>? = null)