Values.CreateWebLoginTokenResponseSourceCreates a web login token for the Airflow Web UI. To learn more, see Creating an Apache Airflow web login token.
type nonrec t = {webToken : Token.t option;An Airflow web server login token.
*)webServerHostname : Hostname.t option;The Airflow web server hostname for the environment.
*)iamIdentity : IamIdentity.t option;The name of the IAM identity creating the web login token. This might be an IAM user, or an assumed or federated identity. For example, assumed-role/Admin/your-name.
*)airflowIdentity : AirflowIdentity.t option;The user name of the Apache Airflow identity creating the web login token.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]