View a markdown version of this page

AWS::MediaLive::Channel MediaConnectRouterOutputDestinationSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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