This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaConnect::RouterOutput MediaLiveTransitEncryption
The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through AWS Secrets Manager.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "EncryptionKeyConfiguration" :MediaLiveTransitEncryptionKeyConfiguration, "EncryptionKeyType" :String}
YAML
EncryptionKeyConfiguration:MediaLiveTransitEncryptionKeyConfigurationEncryptionKeyType:String
Properties
EncryptionKeyConfiguration-
The configuration details for the MediaLive encryption key.
Required: Yes
Type: MediaLiveTransitEncryptionKeyConfiguration
Update requires: No interruption
EncryptionKeyType-
The type of encryption key to use for MediaLive transit encryption.
Required: No
Type: String
Allowed values:
SECRETS_MANAGER | AUTOMATICUpdate requires: No interruption