Module Values.UpdateVpcIngressConnectionRequestSource

Update 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

Sourcetype nonrec t = {
  1. vpcIngressConnectionArn : AppRunnerResourceArn.t;
    (*

    The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : vpcIngressConnectionArn:AppRunnerResourceArn.t -> ingressVpcConfiguration:IngressVpcConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AppRunnerResourceArn.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t