Interface CfnOriginEndpointPropsMixin.IEncryptionContractConfigurationProperty
Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE Version 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.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnOriginEndpointPropsMixin.IEncryptionContractConfigurationProperty
Syntax (vb)
Public Interface CfnOriginEndpointPropsMixin.IEncryptionContractConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins;
var encryptionContractConfigurationProperty = new EncryptionContractConfigurationProperty {
PresetSpeke20Audio = "presetSpeke20Audio",
PresetSpeke20Video = "presetSpeke20Video"
};
Synopsis
Properties
| PresetSpeke20Audio | A collection of audio encryption presets. |
| PresetSpeke20Video | The SPEKE Version 2.0 preset video associated with the encryption contract configuration of the origin endpoint. |
Properties
PresetSpeke20Audio
A collection of audio encryption presets.
string? PresetSpeke20Audio { get; }
Property Value
Remarks
PresetSpeke20Video
The SPEKE Version 2.0 preset video associated with the encryption contract configuration of the origin endpoint.
string? PresetSpeke20Video { get; }
Property Value
Remarks
A collection of video encryption presets.
Value description: