/AWS1/CL_TRNDESCRDWEBAPPVPCCFG¶
Contains the VPC configuration details for a web app endpoint, including the VPC identifier, subnet IDs, and VPC endpoint ID used for hosting the endpoint.
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 is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.
iv_vpcid TYPE /AWS1/TRNVPCID /AWS1/TRNVPCID¶
The identifier of the VPC where the web app endpoint is hosted.
iv_vpcendpointid TYPE /AWS1/TRNVPCENDPOINTID /AWS1/TRNVPCENDPOINTID¶
The identifier of the VPC endpoint created for the web app.
Queryable Attributes¶
SubnetIds¶
The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.
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 |
VpcId¶
The identifier of the VPC where the web app endpoint is hosted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
VpcEndpointId¶
The identifier of the VPC endpoint created for the web app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCENDPOINTID() |
Getter for VPCENDPOINTID, with configurable default |
ASK_VPCENDPOINTID() |
Getter for VPCENDPOINTID w/ exceptions if field has no value |
HAS_VPCENDPOINTID() |
Determine if VPCENDPOINTID has a value |