Skip to content

/AWS1/CL_MWACREWEBLOGINTOKRSP

CreateWebLoginTokenResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_webtoken TYPE /AWS1/MWATOKEN /AWS1/MWATOKEN

An Airflow web server login token.

iv_webserverhostname TYPE /AWS1/MWAHOSTNAME /AWS1/MWAHOSTNAME

The Airflow web server hostname for the environment.

iv_iamidentity TYPE /AWS1/MWAIAMIDENTITY /AWS1/MWAIAMIDENTITY

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.

iv_airflowidentity TYPE /AWS1/MWAAIRFLOWIDENTITY /AWS1/MWAAIRFLOWIDENTITY

The user name of the Apache Airflow identity creating the web login token.


Queryable Attributes

WebToken

An Airflow web server login token.

Accessible with the following methods

Method Description
GET_WEBTOKEN() Getter for WEBTOKEN, with configurable default
ASK_WEBTOKEN() Getter for WEBTOKEN w/ exceptions if field has no value
HAS_WEBTOKEN() Determine if WEBTOKEN has a value

WebServerHostname

The Airflow web server hostname for the environment.

Accessible with the following methods

Method Description
GET_WEBSERVERHOSTNAME() Getter for WEBSERVERHOSTNAME, with configurable default
ASK_WEBSERVERHOSTNAME() Getter for WEBSERVERHOSTNAME w/ exceptions if field has no v
HAS_WEBSERVERHOSTNAME() Determine if WEBSERVERHOSTNAME has a value

IamIdentity

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.

Accessible with the following methods

Method Description
GET_IAMIDENTITY() Getter for IAMIDENTITY, with configurable default
ASK_IAMIDENTITY() Getter for IAMIDENTITY w/ exceptions if field has no value
HAS_IAMIDENTITY() Determine if IAMIDENTITY has a value

AirflowIdentity

The user name of the Apache Airflow identity creating the web login token.

Accessible with the following methods

Method Description
GET_AIRFLOWIDENTITY() Getter for AIRFLOWIDENTITY, with configurable default
ASK_AIRFLOWIDENTITY() Getter for AIRFLOWIDENTITY w/ exceptions if field has no val
HAS_AIRFLOWIDENTITY() Determine if AIRFLOWIDENTITY has a value