Values.UpdateVpcIngressConnectionRequestSourceUpdate an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated: AVAILABLE FAILED_CREATION FAILED_UPDATE
type nonrec t = {vpcIngressConnectionArn : AppRunnerResourceArn.t;The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
*)ingressVpcConfiguration : IngressVpcConfiguration.t;Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.
*)}val make :
vpcIngressConnectionArn:AppRunnerResourceArn.t ->
ingressVpcConfiguration:IngressVpcConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AppRunnerResourceArn.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]