@Generated(value="software.amazon.awssdk:codegen") public final class NetworkConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkConfiguration.Builder |
builder() |
EgressConfiguration |
egressConfiguration()
Network configuration settings for outbound message traffic.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IngressConfiguration |
ingressConfiguration()
Network configuration settings for inbound message traffic.
|
IpAddressType |
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.
|
String |
ipAddressTypeAsString()
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkConfiguration.Builder> |
serializableBuilderClass() |
NetworkConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EgressConfiguration egressConfiguration()
Network configuration settings for outbound message traffic.
public final IngressConfiguration ingressConfiguration()
Network configuration settings for inbound message traffic.
public final IpAddressType 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.
If the service returns an enum value that is not available in the current SDK version, ipAddressType
will return IpAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ipAddressTypeAsString().
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.
IpAddressTypepublic final String ipAddressTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, ipAddressType
will return IpAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ipAddressTypeAsString().
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.
IpAddressTypepublic NetworkConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>public static NetworkConfiguration.Builder builder()
public static Class<? extends NetworkConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.