NetworkConfiguration - AWS App Runner

NetworkConfiguration

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

Contents

EgressConfiguration

Network configuration settings for outbound message traffic.

Type: EgressConfiguration object

Required: No

IngressConfiguration

Network configuration settings for inbound message traffic.

Type: IngressConfiguration object

Required: No

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.

Note

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.

Type: String

Valid Values: IPV4 | DUAL_STACK

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: