Module Values.FlowTransitEncryptionSource

The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.

Sourcetype nonrec t = {
  1. encryptionKeyType : FlowTransitEncryptionKeyType.t option;
    (*

    The type of encryption key to use for flow transit encryption.

    *)
  2. encryptionKeyConfiguration : FlowTransitEncryptionKeyConfiguration.t;
    (*

    The configuration details for the encryption key.

    *)
}
Sourceval context_ : string
Sourceval make : ?encryptionKeyType:??? -> encryptionKeyConfiguration:FlowTransitEncryptionKeyConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t