InputPrepareScheduleActionSettings

public struct InputPrepareScheduleActionSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.

    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? = nil, inputClippingSettings: InputClippingSettings? = nil, urlPath: [String]? = nil)