AWS::MediaConnect::RouterInput SecretsManagerEncryptionKeyConfiguration - 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::MediaConnect::RouterInput SecretsManagerEncryptionKeyConfiguration

The configuration settings for transit encryption using Amazon Secrets Manager, including the secret ARN and role ARN.

Syntax

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

JSON

{ "RoleArn" : String, "SecretArn" : String }

YAML

RoleArn: String SecretArn: String

Properties

RoleArn

The ARN of the IAM role assumed by MediaConnect to access the Amazon Secrets Manager secret.

Required: Yes

Type: String

Pattern: ^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$

Update requires: No interruption

SecretArn

The ARN of the Amazon Secrets Manager secret used for transit encryption.

Required: Yes

Type: String

Pattern: ^arn:(aws[a-zA-Z-]*):secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+$

Update requires: No interruption