This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaLive::Channel MediaConnectRouterOutputDestinationSettings
MediaConnect Router output destination settings.
The parent of this entity is OutputDestination.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EncryptionType" :String, "SecretArn" :String}
YAML
EncryptionType:StringSecretArn:String
Properties
EncryptionType-
Encryption configuration for MediaConnect Router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.
Required: No
Type: String
Update requires: No interruption
SecretArn-
ARN of the secret used to encrypt this input. Used only with the SECRETS_MANAGER encryption type.
Required: No
Type: String
Update requires: No interruption