You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaPackage::Types::CmafEncryption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CmafEncryption as input to an Aws::Client method, you can use a vanilla Hash:

{
  key_rotation_interval_seconds: 1,
  speke_key_provider: { # required
    certificate_arn: "__string",
    resource_id: "__string", # required
    role_arn: "__string", # required
    system_ids: ["__string"], # required
    url: "__string", # required
  },
}

A Common Media Application Format (CMAF) encryption configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#key_rotation_interval_secondsInteger

Time (in seconds) between each encryption key rotation.

Returns:

  • (Integer)

    Time (in seconds) between each encryption key rotation.

#speke_key_providerTypes::SpekeKeyProvider

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

Returns:

  • (Types::SpekeKeyProvider)

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