Sdi Source Args
data class SdiSourceArgs(val mode: Output<SdiSourceMode>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<SdiSourceType>? = null) : ConvertibleToJava<SdiSourceArgs>
Definition of AWS::MediaLive::SdiSource Resource Type
Constructors
Link copied to clipboard
constructor(mode: Output<SdiSourceMode>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<SdiSourceType>? = null)