Module Values.DeleteVpcIngressConnectionRequestSource

Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted: AVAILABLE FAILED_CREATION FAILED_UPDATE FAILED_DELETION

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

    The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : vpcIngressConnectionArn:AppRunnerResourceArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AppRunnerResourceArn.t ]) 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