Module Values.CreateWebLoginTokenRequestSource

Creates a web login token for the Airflow Web UI. To learn more, see Creating an Apache Airflow web login token.

Sourcetype nonrec t = {
  1. name : EnvironmentName.t;
    (*

    The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.

    *)
}
Sourceval context_ : string
Sourceval make : name:EnvironmentName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EnvironmentName.t ]) 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