Skip to content

/AWS1/CL_APRNETWORKCONF

Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_egressconfiguration TYPE REF TO /AWS1/CL_APREGRESSCONF /AWS1/CL_APREGRESSCONF

Network configuration settings for outbound message traffic.

io_ingressconfiguration TYPE REF TO /AWS1/CL_APRINGRESSCONF /AWS1/CL_APRINGRESSCONF

Network configuration settings for inbound message traffic.

iv_ipaddresstype TYPE /AWS1/APRIPADDRESSTYPE /AWS1/APRIPADDRESSTYPE

App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6). This is an optional parameter. If you do not specify an IpAddressType, it defaults to select IPv4.


Queryable Attributes

EgressConfiguration

Network configuration settings for outbound message traffic.

Accessible with the following methods

Method Description
GET_EGRESSCONFIGURATION() Getter for EGRESSCONFIGURATION

IngressConfiguration

Network configuration settings for inbound message traffic.

Accessible with the following methods

Method Description
GET_INGRESSCONFIGURATION() Getter for INGRESSCONFIGURATION

IpAddressType

App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6). This is an optional parameter. If you do not specify an IpAddressType, it defaults to select IPv4.

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