Channel Input Attachment Args
data class ChannelInputAttachmentArgs(val automaticInputFailoverSettings: Output<ChannelInputAttachmentAutomaticInputFailoverSettingsArgs>? = null, val inputAttachmentName: Output<String>, val inputId: Output<String>, val inputSettings: Output<ChannelInputAttachmentInputSettingsArgs>? = null) : ConvertibleToJava<ChannelInputAttachmentArgs>
Constructors
Link copied to clipboard
constructor(automaticInputFailoverSettings: Output<ChannelInputAttachmentAutomaticInputFailoverSettingsArgs>? = null, inputAttachmentName: Output<String>, inputId: Output<String>, inputSettings: Output<ChannelInputAttachmentInputSettingsArgs>? = null)
Properties
Link copied to clipboard
val automaticInputFailoverSettings: Output<ChannelInputAttachmentAutomaticInputFailoverSettingsArgs>? = null
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.