Interface CfnPackagingConfiguration.EncryptionContractConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPackagingConfiguration.EncryptionContractConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnPackagingConfiguration
@Stability(Stable)
public static interface CfnPackagingConfiguration.EncryptionContractConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Use
encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines the content keys 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. For more information about these presets, see SPEKE Version 2.0 Presets .
Note the following considerations when using encryptionContractConfiguration :
- You can use
encryptionContractConfigurationfor DASH endpoints that use SPEKE Version 2.0. SPEKE Version 2.0 relies on the CPIX Version 2.3 specification. - You cannot combine an
UNENCRYPTEDpreset withUNENCRYPTEDorSHAREDpresets acrosspresetSpeke20AudioandpresetSpeke20Video. - When you use a
SHAREDpreset, you must use it for bothpresetSpeke20AudioandpresetSpeke20Video.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.mediapackage.*; EncryptionContractConfigurationProperty encryptionContractConfigurationProperty = EncryptionContractConfigurationProperty.builder().build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPackagingConfiguration.EncryptionContractConfigurationProperty -
Method Summary
Static MethodsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
@Stability(Stable) static CfnPackagingConfiguration.EncryptionContractConfigurationProperty.Builder builder()
-