Struct aws_sdk_mediapackage::model::SpekeKeyProvider
source · #[non_exhaustive]pub struct SpekeKeyProvider { /* private fields */ }
Expand description
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
Implementations§
source§impl SpekeKeyProvider
impl SpekeKeyProvider
sourcepub fn certificate_arn(&self) -> Option<&str>
pub fn certificate_arn(&self) -> Option<&str>
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.
sourcepub fn encryption_contract_configuration(
&self
) -> Option<&EncryptionContractConfiguration>
pub fn encryption_contract_configuration(
&self
) -> Option<&EncryptionContractConfiguration>
Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use. Note the following considerations when using encryptionContractConfiguration: encryptionContractConfiguration can be used for DASH or CMAF endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The resource ID to include in key requests.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.
sourcepub fn system_ids(&self) -> Option<&[String]>
pub fn system_ids(&self) -> Option<&[String]>
The system IDs to include in key requests.
source§impl SpekeKeyProvider
impl SpekeKeyProvider
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SpekeKeyProvider
.
Trait Implementations§
source§impl Clone for SpekeKeyProvider
impl Clone for SpekeKeyProvider
source§fn clone(&self) -> SpekeKeyProvider
fn clone(&self) -> SpekeKeyProvider
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more