/AWS1/CL_TRNUPDATEWEBAPPVPCCFG¶
Contains the VPC configuration settings for updating a web app endpoint, including the subnet IDs where the endpoint should be deployed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_subnetids TYPE /AWS1/CL_TRNSUBNETIDS_W=>TT_SUBNETIDS TT_SUBNETIDS¶
The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.
iv_ipaddresstype TYPE /AWS1/TRNWEBAPPVPCENDPTIPADRTY /AWS1/TRNWEBAPPVPCENDPTIPADRTY¶
The IP address type for the web app's VPC endpoint. This determines whether the endpoint is accessible over IPv4 only, or over both IPv4 and IPv6.
Queryable Attributes¶
SubnetIds¶
The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETIDS() |
Getter for SUBNETIDS, with configurable default |
ASK_SUBNETIDS() |
Getter for SUBNETIDS w/ exceptions if field has no value |
HAS_SUBNETIDS() |
Determine if SUBNETIDS has a value |
IpAddressType¶
The IP address type for the web app's VPC endpoint. This determines whether the endpoint is accessible over IPv4 only, or over both IPv4 and IPv6.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPADDRESSTYPE() |
Getter for IPADDRESSTYPE, with configurable default |
ASK_IPADDRESSTYPE() |
Getter for IPADDRESSTYPE w/ exceptions if field has no value |
HAS_IPADDRESSTYPE() |
Determine if IPADDRESSTYPE has a value |