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¶
mwaa_create_web_login_token(Name)
Arguments¶
Name |
[required] The name of the Amazon MWAA environment. For example,
|
Value¶
A list with the following syntax:
list(
WebToken = "string",
WebServerHostname = "string",
IamIdentity = "string",
AirflowIdentity = "string"
)
Request syntax¶
svc$create_web_login_token(
Name = "string"
)