Service Network Configuration Args
data class ServiceNetworkConfigurationArgs(val egressConfiguration: Output<ServiceNetworkConfigurationEgressConfigurationArgs>? = null, val ingressConfiguration: Output<ServiceNetworkConfigurationIngressConfigurationArgs>? = null, val ipAddressType: Output<String>? = null) : ConvertibleToJava<ServiceNetworkConfigurationArgs>
Constructors
Link copied to clipboard
constructor(egressConfiguration: Output<ServiceNetworkConfigurationEgressConfigurationArgs>? = null, ingressConfiguration: Output<ServiceNetworkConfigurationIngressConfigurationArgs>? = null, ipAddressType: Output<String>? = null)
Properties
Link copied to clipboard
Network configuration settings for outbound message traffic. See Egress Configuration below for more details.
Link copied to clipboard
Network configuration settings for inbound network traffic. See Ingress Configuration below for more details.
Link copied to clipboard
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. Valid values: IPV4
, DUAL_STACK
. Default: IPV4
.