Encoder Configuration Args
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)