InputSwitchScheduleActionSettings
public struct InputSwitchScheduleActionSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration.
Declaration
Swift
public let inputAttachmentNameReference: String
-
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
Declaration
Swift
public let inputClippingSettings: InputClippingSettings?
-
The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.
Declaration
Swift
public let urlPath: [String]?
-
Undocumented
Declaration
Swift
public init(inputAttachmentNameReference: String, inputClippingSettings: InputClippingSettings? = nil, urlPath: [String]? = nil)