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

CreateVpcConnectorRequest

import type { CreateVpcConnectorRequest } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface CreateVpcConnectorRequest {
SecurityGroups?: string[] | null;
Subnets: string[];
Tags?: Tag[] | null;
VpcConnectorName: string;
}

§Properties

§
SecurityGroups?: string[] | null
[src]

A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.

§
Subnets: string[]
[src]

A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.

Note: App Runner currently only provides support for IPv4.

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

A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.

§
VpcConnectorName: string
[src]

A name for the VPC connector.