InputAttachment
public struct InputAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.
Declaration
Swift
public let automaticInputFailoverSettings: AutomaticInputFailoverSettings? -
User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.
Declaration
Swift
public let inputAttachmentName: String? -
The ID of the input
Declaration
Swift
public let inputId: String? -
Settings of an input (caption selector, etc.)
Declaration
Swift
public let inputSettings: InputSettings? -
Undocumented
Declaration
Swift
public init(automaticInputFailoverSettings: AutomaticInputFailoverSettings? = nil, inputAttachmentName: String? = nil, inputId: String? = nil, inputSettings: InputSettings? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
InputAttachment Structure Reference