interface DashEncryptionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaPackage.CfnPackagingConfiguration.DashEncryptionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackage#CfnPackagingConfiguration_DashEncryptionProperty |
Java | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration.DashEncryptionProperty |
Python | aws_cdk.aws_mediapackage.CfnPackagingConfiguration.DashEncryptionProperty |
TypeScript | aws-cdk-lib » aws_mediapackage » CfnPackagingConfiguration » DashEncryptionProperty |
Holds encryption information so that access to the content can be controlled by a DRM solution.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackage as mediapackage } from 'aws-cdk-lib';
const dashEncryptionProperty: mediapackage.CfnPackagingConfiguration.DashEncryptionProperty = {
spekeKeyProvider: {
roleArn: 'roleArn',
systemIds: ['systemIds'],
url: 'url',
// the properties below are optional
encryptionContractConfiguration: {
presetSpeke20Audio: 'presetSpeke20Audio',
presetSpeke20Video: 'presetSpeke20Video',
},
},
};
Properties
Name | Type | Description |
---|---|---|
speke | IResolvable | Speke | Parameters for the SPEKE key provider. |
spekeKeyProvider
Type:
IResolvable
|
Speke
Parameters for the SPEKE key provider.