SpekeKeyProvider
public struct SpekeKeyProvider : 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 resource ID that your SPEKE-compliant key provider uses to identify this content.
Declaration
Swift
public let resourceId: String?
-
Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system ids. Other group types support one system id. See https://dashif.org/identifiers/content_protection/ for more details.
Declaration
Swift
public let systemIds: [String]?
-
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, resourceId: String? = nil, systemIds: [String]? = nil, url: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws