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

VpcIngressConnectionSummary

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

Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.

interface VpcIngressConnectionSummary {
ServiceArn?: string | null;
VpcIngressConnectionArn?: string | null;
}

§Properties

§
ServiceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.

§
VpcIngressConnectionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the VPC Ingress Connection.