/AWS1/CL_R5AEXECAPPROVALCONF¶
Configuration for approval steps in a Region switch plan execution. Approval steps require manual intervention before the execution can proceed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_approvalrole TYPE /AWS1/R5AROLEARN /AWS1/R5AROLEARN¶
The IAM approval role for the configuration.
Optional arguments:¶
iv_timeoutminutes TYPE /AWS1/R5AINTEGER /AWS1/R5AINTEGER¶
The timeout value specified for the configuration.
Queryable Attributes¶
timeoutMinutes¶
The timeout value specified for the configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOUTMINUTES() |
Getter for TIMEOUTMINUTES, with configurable default |
ASK_TIMEOUTMINUTES() |
Getter for TIMEOUTMINUTES w/ exceptions if field has no valu |
HAS_TIMEOUTMINUTES() |
Determine if TIMEOUTMINUTES has a value |
approvalRole¶
The IAM approval role for the configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROVALROLE() |
Getter for APPROVALROLE, with configurable default |
ASK_APPROVALROLE() |
Getter for APPROVALROLE w/ exceptions if field has no value |
HAS_APPROVALROLE() |
Determine if APPROVALROLE has a value |