SpekeKeyProvider class

A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.

Constructors

SpekeKeyProvider({required String resourceId, required String roleArn, required List<String> systemIds, required String url, String? certificateArn})
SpekeKeyProvider.fromJson(Map<String, dynamic> json)
factory

Properties

certificateArn String?
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.
final
hashCode int
The hash code for this object.
no setterinherited
resourceId String
The resource ID to include in key requests.
final
roleArn String
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemIds List<String>
The system IDs to include in key requests.
final
url String
The URL of the external key provider service.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited