Values.VpcIngressConnectionSummarySourceProvides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.
type nonrec t = {vpcIngressConnectionArn : AppRunnerResourceArn.t option;The Amazon Resource Name (ARN) of the VPC Ingress Connection.
*)serviceArn : AppRunnerResourceArn.t option;The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
*)}