SpekeKeyProviderCmaf

public struct SpekeKeyProviderCmaf : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate with a master key using AWS Certificate Manager. Specify the certificate’s Amazon Resource Name (ARN) here.

    Declaration

    Swift

    public let certificateArn: String?
  • Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of this CMAF package. The DASH manifest can currently signal up to three system IDs. For more information, see https://dashif.org/identifiers/content_protection/.

    Declaration

    Swift

    public let dashSignaledSystemIds: [String]?
  • Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part of this CMAF package. The HLS manifest can currently signal only one system ID. For more information, see https://dashif.org/identifiers/content_protection/.

    Declaration

    Swift

    public let hlsSignaledSystemIds: [String]?
  • Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.

    Declaration

    Swift

    public let resourceId: String?
  • url

    Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.

    Declaration

    Swift

    public let url: String?
  • Undocumented

    Declaration

    Swift

    public init(certificateArn: String? = nil, dashSignaledSystemIds: [String]? = nil, hlsSignaledSystemIds: [String]? = nil, resourceId: String? = nil, url: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws