![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaConvert::SpekeKeyProvider USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::MediaConvert::SpekeKeyProvider object: $service_obj->Method(Att1 => { CertificateArn => $value, ..., Url => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConvert::SpekeKeyProvider object: $result = $service_obj->Method(...); $result->Att1->CertificateArn DESCRIPTIONIf your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead. ATTRIBUTESCertificateArn => StrIf 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. ResourceId => StrSpecify the resource ID that your SPEKE-compliant key provider uses to identify this content. SystemIds => ArrayRef[Str|Undef]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. Url => StrSpecify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaConvert BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|