SdiSourceArgs

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)

Properties

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

The name of the SdiSource.

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

A collection of key-value pairs.

Link copied to clipboard
val type: Output<SdiSourceType>? = null

Functions

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