AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.NetworkConfiguration

Namespace: Amazon.AppRunner.Model
Assembly: AWSSDK.AppRunner.dll
Version: 3.x.y.z

Syntax

C#
public class NetworkConfiguration

The NetworkConfiguration type exposes the following members

Constructors

NameDescription
Public Method NetworkConfiguration()

Properties

NameTypeDescription
Public Property EgressConfiguration Amazon.AppRunner.Model.EgressConfiguration

Gets and sets the property EgressConfiguration.

Network configuration settings for outbound message traffic.

Public Property IngressConfiguration Amazon.AppRunner.Model.IngressConfiguration

Gets and sets the property IngressConfiguration.

Network configuration settings for inbound message traffic.

Public Property IpAddressType Amazon.AppRunner.IpAddressType

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5