Module Values.RouterInputTransitEncryptionSource

The transit encryption settings for a router input.

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

    Specifies the type of encryption key to use for transit encryption.

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

    Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.

    *)
}
Sourceval context_ : string
Sourceval make : ?encryptionKeyType:??? -> encryptionKeyConfiguration:RouterInputTransitEncryptionKeyConfiguration.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