Create Web Login Token
mwaa_create_web_login_token | R Documentation |
Creates a web login token for the Airflow Web UI¶
Description¶
Creates a web login token for the Airflow Web UI. To learn more, see Creating an Apache Airflow web login token.
Usage¶
Arguments¶
Name
[required] The name of the Amazon MWAA environment. For example,
MyMWAAEnvironment
.
Value¶
A list with the following syntax:
list(
WebToken = "string",
WebServerHostname = "string",
IamIdentity = "string",
AirflowIdentity = "string"
)