Skip to content

/AWS1/CL_EMRUSERNAMEPASSWORD

The username and password that you use to connect to cluster endpoints.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_username TYPE /AWS1/EMRXMLSTRINGMAXLEN256 /AWS1/EMRXMLSTRINGMAXLEN256

The username associated with the temporary credentials that you use to connect to cluster endpoints.

iv_password TYPE /AWS1/EMRXMLSTRINGMAXLEN256 /AWS1/EMRXMLSTRINGMAXLEN256

The password associated with the temporary credentials that you use to connect to cluster endpoints.


Queryable Attributes

Username

The username associated with the temporary credentials that you use to connect to cluster endpoints.

Accessible with the following methods

Method Description
GET_USERNAME() Getter for USERNAME, with configurable default
ASK_USERNAME() Getter for USERNAME w/ exceptions if field has no value
HAS_USERNAME() Determine if USERNAME has a value

Password

The password associated with the temporary credentials that you use to connect to cluster endpoints.

Accessible with the following methods

Method Description
GET_PASSWORD() Getter for PASSWORD, with configurable default
ASK_PASSWORD() Getter for PASSWORD w/ exceptions if field has no value
HAS_PASSWORD() Determine if PASSWORD has a value