AWS::MediaLive::Channel MediaConnectRouterOutputDestinationSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::MediaLive::Channel MediaConnectRouterOutputDestinationSettings

MediaConnect Router output destination settings.

The parent of this entity is OutputDestination.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "EncryptionType" : String, "SecretArn" : String }

YAML

EncryptionType: String SecretArn: 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