/AWS1/CL_R5ACUSTACTLAMBDACONF¶
Configuration for Amazon Web Services Lambda functions that perform custom actions during a Region switch.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_lambdas TYPE /AWS1/CL_R5ALAMBDAS=>TT_LAMBDALIST TT_LAMBDALIST¶
The Amazon Web Services Lambda functions for the execution block.
iv_retryintervalminutes TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The retry interval specified.
iv_regiontorun TYPE /AWS1/R5AREGIONTORUNIN /AWS1/R5AREGIONTORUNIN¶
The Amazon Web Services Region for the function to run in.
Optional arguments:¶
iv_timeoutminutes TYPE /AWS1/R5AINTEGER /AWS1/R5AINTEGER¶
The timeout value specified for the configuration.
io_ungraceful TYPE REF TO /AWS1/CL_R5ALAMBDAUNGRACEFUL /AWS1/CL_R5ALAMBDAUNGRACEFUL¶
The settings for ungraceful execution.
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 |
lambdas¶
The Amazon Web Services Lambda functions for the execution block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDAS() |
Getter for LAMBDAS, with configurable default |
ASK_LAMBDAS() |
Getter for LAMBDAS w/ exceptions if field has no value |
HAS_LAMBDAS() |
Determine if LAMBDAS has a value |
retryIntervalMinutes¶
The retry interval specified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETRYINTERVALMINUTES() |
Getter for RETRYINTERVALMINUTES, with configurable default |
ASK_RETRYINTERVALMINUTES() |
Getter for RETRYINTERVALMINUTES w/ exceptions if field has n |
STR_RETRYINTERVALMINUTES() |
String format for RETRYINTERVALMINUTES, with configurable de |
HAS_RETRYINTERVALMINUTES() |
Determine if RETRYINTERVALMINUTES has a value |
regionToRun¶
The Amazon Web Services Region for the function to run in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONTORUN() |
Getter for REGIONTORUN, with configurable default |
ASK_REGIONTORUN() |
Getter for REGIONTORUN w/ exceptions if field has no value |
HAS_REGIONTORUN() |
Determine if REGIONTORUN has a value |
ungraceful¶
The settings for ungraceful execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNGRACEFUL() |
Getter for UNGRACEFUL |