NAME
Paws::MediaConvert::SpekeKeyProvider
USAGE
This 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
DESCRIPTION
If 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.
ATTRIBUTES
CertificateArn => Str
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.
ResourceId => Str
Specify 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 => Str
Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::MediaConvert
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues