Values.FlowTransitEncryptionSourceThe configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
type nonrec t = {encryptionKeyType : FlowTransitEncryptionKeyType.t option;The type of encryption key to use for flow transit encryption.
*)encryptionKeyConfiguration : FlowTransitEncryptionKeyConfiguration.t;The configuration details for the encryption key.
*)}val make :
?encryptionKeyType:??? ->
encryptionKeyConfiguration:FlowTransitEncryptionKeyConfiguration.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 ]