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

CreateVpcIngressConnectionRequest

import type { CreateVpcIngressConnectionRequest } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface CreateVpcIngressConnectionRequest {
IngressVpcConfiguration: IngressVpcConfiguration;
ServiceArn: string;
Tags?: Tag[] | null;
VpcIngressConnectionName: 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 create the VPC Ingress Connection resource.

§
ServiceArn: string
[src]

The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.

§
Tags?: Tag[] | null
[src]

An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.

§
VpcIngressConnectionName: string
[src]

A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.