Skip to content

/AWS1/CL_APREGRESSCONF

Describes configuration settings related to outbound network traffic of an App Runner service.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_EGRESSTYPE TYPE /AWS1/APREGRESSTYPE /AWS1/APREGRESSTYPE

The type of egress configuration.

Set to DEFAULT for access to resources hosted on public networks.

Set to VPC to associate your service to a custom VPC specified by VpcConnectorArn.

IV_VPCCONNECTORARN TYPE /AWS1/APRAPPRUNNERRESOURCEARN /AWS1/APRAPPRUNNERRESOURCEARN

The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC.


Queryable Attributes

EgressType

The type of egress configuration.

Set to DEFAULT for access to resources hosted on public networks.

Set to VPC to associate your service to a custom VPC specified by VpcConnectorArn.

Accessible with the following methods

Method Description
GET_EGRESSTYPE() Getter for EGRESSTYPE, with configurable default
ASK_EGRESSTYPE() Getter for EGRESSTYPE w/ exceptions if field has no value
HAS_EGRESSTYPE() Determine if EGRESSTYPE has a value

VpcConnectorArn

The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC.

Accessible with the following methods

Method Description
GET_VPCCONNECTORARN() Getter for VPCCONNECTORARN, with configurable default
ASK_VPCCONNECTORARN() Getter for VPCCONNECTORARN w/ exceptions if field has no val
HAS_VPCCONNECTORARN() Determine if VPCCONNECTORARN has a value