Values.RouterInputTransitEncryptionSourceThe transit encryption settings for a router input.
type nonrec t = {encryptionKeyType : RouterInputTransitEncryptionKeyType.t option;Specifies the type of encryption key to use for transit encryption.
*)encryptionKeyConfiguration : RouterInputTransitEncryptionKeyConfiguration.t;Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.
*)}val make :
?encryptionKeyType:??? ->
encryptionKeyConfiguration:RouterInputTransitEncryptionKeyConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of (string * [> `String of SecretArn.t ]) list ])
list ])
list ]