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

ListVpcIngressConnectionsFilter

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

Returns a list of VPC Ingress Connections based on the filter provided. It can return either ServiceArn or VpcEndpointId, or both.

interface ListVpcIngressConnectionsFilter {
ServiceArn?: string | null;
VpcEndpointId?: string | null;
}

§Properties

§
ServiceArn?: string | null
[src]

The Amazon Resource Name (ARN) of a service to filter by.

§
VpcEndpointId?: string | null
[src]

The ID of a VPC Endpoint to filter by.