Skip to content

/AWS1/CL_APRINGRESSVPCCONF

The configuration of your VPC and the associated VPC endpoint. The VPC endpoint is an Amazon Web Services PrivateLink resource that allows access to your App Runner services from within an Amazon VPC.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_VPCID TYPE /AWS1/APRSTRING /AWS1/APRSTRING

The ID of the VPC that is used for the VPC endpoint.

IV_VPCENDPOINTID TYPE /AWS1/APRSTRING /AWS1/APRSTRING

The ID of the VPC endpoint that your App Runner service connects to.


Queryable Attributes

VpcId

The ID of the VPC that is used for the VPC endpoint.

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 ID of the VPC endpoint that your App Runner service connects to.

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