MediaPackageOutputDestinationSettings

public struct MediaPackageOutputDestinationSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.

    Declaration

    Swift

    public let channelId: String?
  • Undocumented

    Declaration

    Swift

    public init(channelId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws