/AWS1/CL_DPLLAMBDATARGET¶
Information about the target Lambda function during an Lambda deployment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_deploymentid TYPE /AWS1/DPLDEPLOYMENTID /AWS1/DPLDEPLOYMENTID¶
The unique ID of a deployment.
iv_targetid TYPE /AWS1/DPLTARGETID /AWS1/DPLTARGETID¶
The unique ID of a deployment target that has a type of
lambdaTarget.
iv_targetarn TYPE /AWS1/DPLTARGETARN /AWS1/DPLTARGETARN¶
The Amazon Resource Name (ARN) of the target.
iv_status TYPE /AWS1/DPLTARGETSTATUS /AWS1/DPLTARGETSTATUS¶
The status an Lambda deployment's target Lambda function.
iv_lastupdatedat TYPE /AWS1/DPLTIME /AWS1/DPLTIME¶
The date and time when the target Lambda function was updated by a deployment.
it_lifecycleevents TYPE /AWS1/CL_DPLLIFECYCLEEVENT=>TT_LIFECYCLEEVENTLIST TT_LIFECYCLEEVENTLIST¶
The lifecycle events of the deployment to this target Lambda function.
io_lambdafunctioninfo TYPE REF TO /AWS1/CL_DPLLAMBDAFUNCTIONINFO /AWS1/CL_DPLLAMBDAFUNCTIONINFO¶
A
LambdaFunctionInfoobject that describes a target Lambda function.
Queryable Attributes¶
deploymentId¶
The unique ID of a deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTID() |
Getter for DEPLOYMENTID, with configurable default |
ASK_DEPLOYMENTID() |
Getter for DEPLOYMENTID w/ exceptions if field has no value |
HAS_DEPLOYMENTID() |
Determine if DEPLOYMENTID has a value |
targetId¶
The unique ID of a deployment target that has a type of
lambdaTarget.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETID() |
Getter for TARGETID, with configurable default |
ASK_TARGETID() |
Getter for TARGETID w/ exceptions if field has no value |
HAS_TARGETID() |
Determine if TARGETID has a value |
targetArn¶
The Amazon Resource Name (ARN) of the target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETARN() |
Getter for TARGETARN, with configurable default |
ASK_TARGETARN() |
Getter for TARGETARN w/ exceptions if field has no value |
HAS_TARGETARN() |
Determine if TARGETARN has a value |
status¶
The status an Lambda deployment's target Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
lastUpdatedAt¶
The date and time when the target Lambda function was updated by a deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
lifecycleEvents¶
The lifecycle events of the deployment to this target Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIFECYCLEEVENTS() |
Getter for LIFECYCLEEVENTS, with configurable default |
ASK_LIFECYCLEEVENTS() |
Getter for LIFECYCLEEVENTS w/ exceptions if field has no val |
HAS_LIFECYCLEEVENTS() |
Determine if LIFECYCLEEVENTS has a value |
lambdaFunctionInfo¶
A
LambdaFunctionInfoobject that describes a target Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDAFUNCTIONINFO() |
Getter for LAMBDAFUNCTIONINFO |