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

DescribeVpcConnectorRequest

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

§Properties

§
VpcConnectorArn: string
[src]

The Amazon Resource Name (ARN) of the App Runner VPC connector that you want a description for.

The ARN must be a full VPC connector ARN.