http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-apprunner
/
org.http4k.connect.amazon.apprunner.action
/
NetworkConfiguration
Network
Configuration
@
JsonSerializable
data
class
NetworkConfiguration
(
val
EgressConfiguration
:
EgressConfiguration
?
,
val
IngressConfiguration
:
IngressConfiguration
?
,
val
IpAddressType
:
String
?
)
(
source
)
Members
Constructors
Network
Configuration
Link copied to clipboard
constructor
(
EgressConfiguration
:
EgressConfiguration
?
,
IngressConfiguration
:
IngressConfiguration
?
,
IpAddressType
:
String
?
)
Properties
Egress
Configuration
Link copied to clipboard
val
EgressConfiguration
:
EgressConfiguration
?
Ingress
Configuration
Link copied to clipboard
val
IngressConfiguration
:
IngressConfiguration
?
Ip
Address
Type
Link copied to clipboard
val
IpAddressType
:
String
?