HlsBasicPutSettings

public struct HlsBasicPutSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Number of seconds to wait before retrying connection to the CDN if the connection is lost.

    Declaration

    Swift

    public let connectionRetryInterval: Int?
  • Size in seconds of file cache for streaming outputs.

    Declaration

    Swift

    public let filecacheDuration: Int?
  • Number of retry attempts that will be made before the Live Event is put into an error state.

    Declaration

    Swift

    public let numRetries: Int?
  • If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

    Declaration

    Swift

    public let restartDelay: Int?
  • Undocumented

    Declaration

    Swift

    public init(connectionRetryInterval: Int? = nil, filecacheDuration: Int? = nil, numRetries: Int? = nil, restartDelay: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws