interface MssEncryptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaPackage.CfnOriginEndpoint.MssEncryptionProperty |
![]() | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint.MssEncryptionProperty |
![]() | aws_cdk.aws_mediapackage.CfnOriginEndpoint.MssEncryptionProperty |
![]() | @aws-cdk/aws-mediapackage » CfnOriginEndpoint » MssEncryptionProperty |
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 * as mediapackage from '@aws-cdk/aws-mediapackage';
const mssEncryptionProperty: mediapackage.CfnOriginEndpoint.MssEncryptionProperty = {
spekeKeyProvider: {
resourceId: 'resourceId',
roleArn: 'roleArn',
systemIds: ['systemIds'],
url: 'url',
// the properties below are optional
certificateArn: 'certificateArn',
encryptionContractConfiguration: { },
},
};
Properties
Name | Type | Description |
---|---|---|
speke | IResolvable | Speke | Parameters for the SPEKE key provider. |
spekeKeyProvider
Type:
IResolvable
|
Speke
Parameters for the SPEKE key provider.