/AWS1/CL_APSUSERSTACKASSOCIA00¶
Describes a user in the user pool and the associated stack.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_stackname TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The name of the stack that is associated with the user.
iv_username TYPE /AWS1/APSUSERNAME /AWS1/APSUSERNAME¶
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
iv_authenticationtype TYPE /AWS1/APSAUTHENTICATIONTYPE /AWS1/APSAUTHENTICATIONTYPE¶
The authentication type for the user.
Optional arguments:¶
iv_sendemailnotification TYPE /AWS1/APSBOOLEAN /AWS1/APSBOOLEAN¶
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
Queryable Attributes¶
StackName¶
The name of the stack that is associated with the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STACKNAME() |
Getter for STACKNAME, with configurable default |
ASK_STACKNAME() |
Getter for STACKNAME w/ exceptions if field has no value |
HAS_STACKNAME() |
Determine if STACKNAME has a value |
UserName¶
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
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 |
AuthenticationType¶
The authentication type for the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHENTICATIONTYPE() |
Getter for AUTHENTICATIONTYPE, with configurable default |
ASK_AUTHENTICATIONTYPE() |
Getter for AUTHENTICATIONTYPE w/ exceptions if field has no |
HAS_AUTHENTICATIONTYPE() |
Determine if AUTHENTICATIONTYPE has a value |
SendEmailNotification¶
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENDEMAILNOTIFICATION() |
Getter for SENDEMAILNOTIFICATION, with configurable default |
ASK_SENDEMAILNOTIFICATION() |
Getter for SENDEMAILNOTIFICATION w/ exceptions if field has |
HAS_SENDEMAILNOTIFICATION() |
Determine if SENDEMAILNOTIFICATION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_USERSTACKASSOCIATIONLIST¶
TYPES TT_USERSTACKASSOCIATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APSUSERSTACKASSOCIA00 WITH DEFAULT KEY
.