AWS::MediaLive::Channel StaticKeySettings
The static key settings.
The parent of this entity is KeyProviderSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "KeyProviderServer" :
InputLocation
, "StaticKeyValue" :String
}
YAML
KeyProviderServer:
InputLocation
StaticKeyValue:String
Properties
KeyProviderServer
-
The URL of the license server that is used for protecting content.
Required: No
Type: InputLocation
Update requires: No interruption
StaticKeyValue
-
The static key value as a 32 character hexadecimal string.
Required: No
Type: String
Update requires: No interruption