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 Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an IpAddressType, it defaults to select IPv4.

Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.


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 Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an IpAddressType, it defaults to select IPv4.

Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.

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