OriginEndpoint

public struct OriginEndpoint : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

    Declaration

    Swift

    public let arn: String?
  • Undocumented

    Declaration

    Swift

    public let authorization: Authorization?
  • The ID of the Channel the OriginEndpoint is associated with.

    Declaration

    Swift

    public let channelId: String?
  • Undocumented

    Declaration

    Swift

    public let cmafPackage: CmafPackage?
  • Undocumented

    Declaration

    Swift

    public let dashPackage: DashPackage?
  • A short text description of the OriginEndpoint.

    Declaration

    Swift

    public let description: String?
  • Undocumented

    Declaration

    Swift

    public let hlsPackage: HlsPackage?
  • id

    The ID of the OriginEndpoint.

    Declaration

    Swift

    public let id: String?
  • A short string appended to the end of the OriginEndpoint URL.

    Declaration

    Swift

    public let manifestName: String?
  • Undocumented

    Declaration

    Swift

    public let mssPackage: MssPackage?
  • Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

    Declaration

    Swift

    public let origination: Origination?
  • Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

    Declaration

    Swift

    public let startoverWindowSeconds: Int?
  • Undocumented

    Declaration

    Swift

    public let tags: [String : String]?
  • Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

    Declaration

    Swift

    public let timeDelaySeconds: Int?
  • url

    The URL of the packaged OriginEndpoint for consumption.

    Declaration

    Swift

    public let url: String?
  • A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

    Declaration

    Swift

    public let whitelist: [String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, authorization: Authorization? = nil, channelId: String? = nil, cmafPackage: CmafPackage? = nil, dashPackage: DashPackage? = nil, description: String? = nil, hlsPackage: HlsPackage? = nil, id: String? = nil, manifestName: String? = nil, mssPackage: MssPackage? = nil, origination: Origination? = nil, startoverWindowSeconds: Int? = nil, tags: [String : String]? = nil, timeDelaySeconds: Int? = nil, url: String? = nil, whitelist: [String]? = nil)