Class EncryptionContractConfiguration

java.lang.Object
software.amazon.awssdk.services.mediapackage.model.EncryptionContractConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<EncryptionContractConfiguration.Builder,EncryptionContractConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class EncryptionContractConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionContractConfiguration.Builder,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.
See Also: