Values.NetworkConfigurationSourceDescribes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.
type nonrec t = {egressConfiguration : EgressConfiguration.t option;Network configuration settings for outbound message traffic.
*)ingressConfiguration : IngressConfiguration.t option;Network configuration settings for inbound message traffic.
*)ipAddressType : IpAddressType.t option;App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6). This is an optional parameter. If you do not specify an IpAddressType, it defaults to select IPv4.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of AppRunnerResourceArn.t ])
list ])
list ]