

# NetworkConfiguration
<a name="API_NetworkConfiguration"></a>

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

## Contents
<a name="API_NetworkConfiguration_Contents"></a>

 ** EgressConfiguration **   <a name="apprunner-Type-NetworkConfiguration-EgressConfiguration"></a>
Network configuration settings for outbound message traffic.  
Type: [EgressConfiguration](API_EgressConfiguration.md) object  
Required: No

 ** IngressConfiguration **   <a name="apprunner-Type-NetworkConfiguration-IngressConfiguration"></a>
Network configuration settings for inbound message traffic.  
Type: [IngressConfiguration](API_IngressConfiguration.md) object  
Required: No

 ** IpAddressType **   <a name="apprunner-Type-NetworkConfiguration-IpAddressType"></a>
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.  
Type: String  
Valid Values: `IPV4 | DUAL_STACK`   
Required: No

## See Also
<a name="API_NetworkConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/apprunner-2020-05-15/NetworkConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/apprunner-2020-05-15/NetworkConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/apprunner-2020-05-15/NetworkConfiguration) 