Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptioncontractconfiguration.html

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

string

Remarks

Value description:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptioncontractconfiguration.html#cfn-mediapackagev2-originendpoint-encryptioncontractconfiguration-presetspeke20audio

    PresetSpeke20Video

    The SPEKE Version 2.0 preset video associated with the encryption contract configuration of the origin endpoint.

    string? PresetSpeke20Video { get; }
    Property Value

    string

    Remarks

    A collection of video encryption presets.

    Value description:

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptioncontractconfiguration.html#cfn-mediapackagev2-originendpoint-encryptioncontractconfiguration-presetspeke20video

      Back to top Generated by DocFX