aws-cdk-lib.aws_medialive.CfnChannel.StaticKeySettingsProperty

interface StaticKeySettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.StaticKeySettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_StaticKeySettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.StaticKeySettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.StaticKeySettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » StaticKeySettingsProperty

The static key settings.

The parent of this entity is KeyProviderSettings.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const staticKeySettingsProperty: medialive.CfnChannel.StaticKeySettingsProperty = {
  keyProviderServer: {
    passwordParam: 'passwordParam',
    uri: 'uri',
    username: 'username',
  },
  staticKeyValue: 'staticKeyValue',
};

Properties

NameTypeDescription
keyProviderServer?IResolvable | InputLocationPropertyThe URL of the license server that is used for protecting content.
staticKeyValue?stringThe static key value as a 32 character hexadecimal string.

keyProviderServer?

Type: IResolvable | InputLocationProperty (optional)

The URL of the license server that is used for protecting content.


staticKeyValue?

Type: string (optional)

The static key value as a 32 character hexadecimal string.