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

VpcIngressConnection

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

The App Runner resource that specifies an App Runner endpoint for incoming traffic. It establishes a connection between a VPC interface endpoint and a App Runner service, to make your App Runner service accessible from only within an Amazon VPC.

interface VpcIngressConnection {
AccountId?: string | null;
CreatedAt?: Date | number | null;
DeletedAt?: Date | number | null;
DomainName?: string | null;
IngressVpcConfiguration?: IngressVpcConfiguration | null;
ServiceArn?: string | null;
VpcIngressConnectionArn?: string | null;
VpcIngressConnectionName?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The Account Id you use to create the VPC Ingress Connection resource.

§
CreatedAt?: Date | number | null
[src]

The time when the VPC Ingress Connection was created. It's in the Unix time stamp format.

  • Type: Timestamp
  • Required: Yes
§
DeletedAt?: Date | number | null
[src]

The time when the App Runner service was deleted. It's in the Unix time stamp format.

  • Type: Timestamp
  • Required: No
§
DomainName?: string | null
[src]

The domain name associated with the VPC Ingress Connection resource.

§
IngressVpcConfiguration?: IngressVpcConfiguration | null
[src]

Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.

§
ServiceArn?: string | null
[src]

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

§

The current status of the VPC Ingress Connection. The VPC Ingress Connection displays one of the following statuses: AVAILABLE, PENDING_CREATION, PENDING_UPDATE, PENDING_DELETION,FAILED_CREATION, FAILED_UPDATE, FAILED_DELETION, and DELETED..

§
VpcIngressConnectionArn?: string | null
[src]

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

§
VpcIngressConnectionName?: string | null
[src]

The customer-provided VPC Ingress Connection name.