Class CfnOriginEndpointPropsMixin.EncryptionContractConfigurationProperty
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.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaPackageV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnOriginEndpointPropsMixin.EncryptionContractConfigurationProperty : CfnOriginEndpointPropsMixin.IEncryptionContractConfigurationProperty
Syntax (vb)
Public Class CfnOriginEndpointPropsMixin.EncryptionContractConfigurationProperty Implements 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.CfnPropertyMixins.AWS.MediaPackageV2;
var encryptionContractConfigurationProperty = new EncryptionContractConfigurationProperty {
PresetSpeke20Audio = "presetSpeke20Audio",
PresetSpeke20Video = "presetSpeke20Video"
};
Synopsis
Constructors
| EncryptionContractConfigurationProperty() | Use |
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. |
Constructors
EncryptionContractConfigurationProperty()
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.
public EncryptionContractConfigurationProperty()
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.CfnPropertyMixins.AWS.MediaPackageV2;
var encryptionContractConfigurationProperty = new EncryptionContractConfigurationProperty {
PresetSpeke20Audio = "presetSpeke20Audio",
PresetSpeke20Video = "presetSpeke20Video"
};
Properties
PresetSpeke20Audio
A collection of audio encryption presets.
public string? PresetSpeke20Audio { get; set; }
Property Value
Remarks
PresetSpeke20Video
The SPEKE Version 2.0 preset video associated with the encryption contract configuration of the origin endpoint.
public string? PresetSpeke20Video { get; set; }
Property Value
Remarks
A collection of video encryption presets.
Value description: