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 RouterInputTransitEncryption
The transit encryption settings for a router input.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EncryptionKeyConfiguration" :RouterInputTransitEncryptionKeyConfiguration, "EncryptionKeyType" :String}
YAML
EncryptionKeyConfiguration:RouterInputTransitEncryptionKeyConfigurationEncryptionKeyType:String
Properties
EncryptionKeyConfiguration-
Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.
Required: Yes
Type: RouterInputTransitEncryptionKeyConfiguration
Update requires: No interruption
EncryptionKeyType-
Specifies the type of encryption key to use for transit encryption.
Required: No
Type: String
Allowed values:
SECRETS_MANAGER | AUTOMATICUpdate requires: No interruption