Values.SpekeKeyProviderSourceA configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
type nonrec t = {certificateArn : string option;An Amazon Resource Name (ARN) of a Certificate Manager certificate that MediaPackage will use for enforcing secure end-to-end data transfer with the key provider service.
*)encryptionContractConfiguration : EncryptionContractConfiguration.t option;resourceId : string;The resource ID to include in key requests.
*)roleArn : string;An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.
*)systemIds : string list;The system IDs to include in key requests.
*)url : string;The URL of the external key provider service.
*)}