Channel Input Attachment
data class ChannelInputAttachment(val automaticInputFailoverSettings: ChannelInputAttachmentAutomaticInputFailoverSettings? = null, val inputAttachmentName: String, val inputId: String, val inputSettings: ChannelInputAttachmentInputSettings? = null)
Constructors
Link copied to clipboard
constructor(automaticInputFailoverSettings: ChannelInputAttachmentAutomaticInputFailoverSettings? = null, inputAttachmentName: String, inputId: String, inputSettings: ChannelInputAttachmentInputSettings? = null)
Properties
Link copied to clipboard
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input. See Automatic Input Failover Settings for more details.
Link copied to clipboard
User-specified name for the attachment.
Link copied to clipboard
Settings of an input. See Input Settings for more details.