toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
?
)
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
?