Values.EgressConfigurationSourceDescribes configuration settings related to outbound network traffic of an App Runner service.
type nonrec t = {egressType : EgressType.t option;The type of egress configuration. Set to DEFAULT for access to resources hosted on public networks. Set to VPC to associate your service to a custom VPC specified by VpcConnectorArn.
*)vpcConnectorArn : AppRunnerResourceArn.t option;The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AppRunnerResourceArn.t ]) list ]