Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateVpcIngressConnectionRequest

import type { UpdateVpcIngressConnectionRequest } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface UpdateVpcIngressConnectionRequest {
IngressVpcConfiguration: IngressVpcConfiguration;
VpcIngressConnectionArn: string;
}

§Properties

§
IngressVpcConfiguration: IngressVpcConfiguration
[src]

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.

§
VpcIngressConnectionArn: string
[src]

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