Values.MediaLiveTransitEncryptionSourceThe encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through Secrets Manager.
type nonrec t = {encryptionKeyType : MediaLiveTransitEncryptionKeyType.t option;The type of encryption key to use for MediaLive transit encryption.
*)encryptionKeyConfiguration : MediaLiveTransitEncryptionKeyConfiguration.t;The configuration details for the MediaLive encryption key.
*)}val make :
?encryptionKeyType:??? ->
encryptionKeyConfiguration:MediaLiveTransitEncryptionKeyConfiguration.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 ]