/AWS1/CL_DPLDEPLOYMENTTARGET¶
Information about the deployment target.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_deploymenttargettype TYPE /AWS1/DPLDEPLOYMENTTARGETTYPE /AWS1/DPLDEPLOYMENTTARGETTYPE¶
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
io_instancetarget TYPE REF TO /AWS1/CL_DPLINSTANCETARGET /AWS1/CL_DPLINSTANCETARGET¶
Information about the target for a deployment that uses the EC2/On-premises compute platform.
io_lambdatarget TYPE REF TO /AWS1/CL_DPLLAMBDATARGET /AWS1/CL_DPLLAMBDATARGET¶
Information about the target for a deployment that uses the Lambda compute platform.
io_ecstarget TYPE REF TO /AWS1/CL_DPLECSTARGET /AWS1/CL_DPLECSTARGET¶
Information about the target for a deployment that uses the Amazon ECS compute platform.
io_cloudformationtarget TYPE REF TO /AWS1/CL_DPLCLOUDFORMATIONTGT /AWS1/CL_DPLCLOUDFORMATIONTGT¶
cloudFormationTarget
Queryable Attributes¶
deploymentTargetType¶
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTTARGETTYPE() |
Getter for DEPLOYMENTTARGETTYPE, with configurable default |
ASK_DEPLOYMENTTARGETTYPE() |
Getter for DEPLOYMENTTARGETTYPE w/ exceptions if field has n |
HAS_DEPLOYMENTTARGETTYPE() |
Determine if DEPLOYMENTTARGETTYPE has a value |
instanceTarget¶
Information about the target for a deployment that uses the EC2/On-premises compute platform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETARGET() |
Getter for INSTANCETARGET |
lambdaTarget¶
Information about the target for a deployment that uses the Lambda compute platform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDATARGET() |
Getter for LAMBDATARGET |
ecsTarget¶
Information about the target for a deployment that uses the Amazon ECS compute platform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ECSTARGET() |
Getter for ECSTARGET |
cloudFormationTarget¶
cloudFormationTarget
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDFORMATIONTARGET() |
Getter for CLOUDFORMATIONTARGET |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DEPLOYMENTTARGETLIST¶
TYPES TT_DEPLOYMENTTARGETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DPLDEPLOYMENTTARGET WITH DEFAULT KEY
.