Show / Hide Table of Contents

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.

Inheritance
object
CfnOriginEndpointPropsMixin.EncryptionContractConfigurationProperty
Implements
CfnOriginEndpointPropsMixin.IEncryptionContractConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.CfnPropertyMixins.AWS.MediaPackageV2;

             var encryptionContractConfigurationProperty = new EncryptionContractConfigurationProperty {
                 PresetSpeke20Audio = "presetSpeke20Audio",
                 PresetSpeke20Video = "presetSpeke20Video"
             };

Synopsis

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.

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

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.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

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.

    public string? PresetSpeke20Video { get; set; }
    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

      Implements

      CfnOriginEndpointPropsMixin.IEncryptionContractConfigurationProperty
      Back to top Generated by DocFX