Show / Hide Table of Contents

Class CfnPackagingConfiguration.CmafEncryptionProperty

Holds encryption information so that access to the content can be controlled by a DRM solution.

Inheritance
object
CfnPackagingConfiguration.CmafEncryptionProperty
Implements
CfnPackagingConfiguration.ICmafEncryptionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaPackage
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPackagingConfiguration.CmafEncryptionProperty : CfnPackagingConfiguration.ICmafEncryptionProperty
Syntax (vb)
Public Class CfnPackagingConfiguration.CmafEncryptionProperty Implements CfnPackagingConfiguration.ICmafEncryptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-cmafencryption.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.AWS.MediaPackage;

             var cmafEncryptionProperty = new CmafEncryptionProperty {
                 SpekeKeyProvider = new SpekeKeyProviderProperty {
                     RoleArn = "roleArn",
                     SystemIds = new [] { "systemIds" },
                     Url = "url",

                     // the properties below are optional
                     EncryptionContractConfiguration = new EncryptionContractConfigurationProperty {
                         PresetSpeke20Audio = "presetSpeke20Audio",
                         PresetSpeke20Video = "presetSpeke20Video"
                     }
                 }
             };

Synopsis

Constructors

CmafEncryptionProperty()

Holds encryption information so that access to the content can be controlled by a DRM solution.

Properties

SpekeKeyProvider

Parameters for the SPEKE key provider.

Constructors

CmafEncryptionProperty()

Holds encryption information so that access to the content can be controlled by a DRM solution.

public CmafEncryptionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-cmafencryption.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.AWS.MediaPackage;

             var cmafEncryptionProperty = new CmafEncryptionProperty {
                 SpekeKeyProvider = new SpekeKeyProviderProperty {
                     RoleArn = "roleArn",
                     SystemIds = new [] { "systemIds" },
                     Url = "url",

                     // the properties below are optional
                     EncryptionContractConfiguration = new EncryptionContractConfigurationProperty {
                         PresetSpeke20Audio = "presetSpeke20Audio",
                         PresetSpeke20Video = "presetSpeke20Video"
                     }
                 }
             };

Properties

SpekeKeyProvider

Parameters for the SPEKE key provider.

public object SpekeKeyProvider { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-cmafencryption.html#cfn-mediapackage-packagingconfiguration-cmafencryption-spekekeyprovider

Type union: either IResolvable or CfnPackagingConfiguration.ISpekeKeyProviderProperty

Implements

CfnPackagingConfiguration.ICmafEncryptionProperty
Back to top Generated by DocFX