ServiceNetworkConfiguration class

Constructors

ServiceNetworkConfiguration({Input<ServiceNetworkConfigurationEgressConfiguration?>? egressConfiguration, Input<ServiceNetworkConfigurationIngressConfiguration?>? ingressConfiguration, Input<String?>? ipAddressType})
Creates a new ServiceNetworkConfiguration. egressConfiguration Network configuration settings for outbound message traffic. See egressConfiguration below. ingressConfiguration Network configuration settings for inbound network traffic. See ingressConfiguration below. ipAddressType App Runner provides you with the option to choose between IP version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: IPV4, DUAL_STACK. Default: IPV4.
const
ServiceNetworkConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

egressConfiguration → Input<ServiceNetworkConfigurationEgressConfiguration?>?
Network configuration settings for outbound message traffic. See egressConfiguration below.
final
hashCode int
The hash code for this object.
no setterinherited
ingressConfiguration → Input<ServiceNetworkConfigurationIngressConfiguration?>?
Network configuration settings for inbound network traffic. See ingressConfiguration below.
final
ipAddressType → Input<String?>?
App Runner provides you with the option to choose between IP version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: IPV4, DUAL_STACK. Default: IPV4.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited