/AWS1/CL_CNHCREATEWEBAPPCONF¶
Input configuration for creating a Pulse web application. Used only in CreateDomain operation input.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_ehrrole TYPE /AWS1/CNHSTRING /AWS1/CNHSTRING¶
ARN of the IAM role used for EHR operations.
iv_idcinstanceid TYPE /AWS1/CNHSTRING /AWS1/CNHSTRING¶
The Identity Center instance ID to use for creating the application.
iv_idcregion TYPE /AWS1/CNHSTRING /AWS1/CNHSTRING¶
The AWS region where Identity Center is configured.
Queryable Attributes¶
ehrRole¶
ARN of the IAM role used for EHR operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EHRROLE() |
Getter for EHRROLE, with configurable default |
ASK_EHRROLE() |
Getter for EHRROLE w/ exceptions if field has no value |
HAS_EHRROLE() |
Determine if EHRROLE has a value |
idcInstanceId¶
The Identity Center instance ID to use for creating the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDCINSTANCEID() |
Getter for IDCINSTANCEID, with configurable default |
ASK_IDCINSTANCEID() |
Getter for IDCINSTANCEID w/ exceptions if field has no value |
HAS_IDCINSTANCEID() |
Determine if IDCINSTANCEID has a value |
idcRegion¶
The AWS region where Identity Center is configured.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDCREGION() |
Getter for IDCREGION, with configurable default |
ASK_IDCREGION() |
Getter for IDCREGION w/ exceptions if field has no value |
HAS_IDCREGION() |
Determine if IDCREGION has a value |