AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.VpcIngressConnection

Namespace: Amazon.AppRunner.Model
Assembly: AWSSDK.AppRunner.dll
Version: 3.x.y.z

Syntax

C#
public class VpcIngressConnection

The VpcIngressConnection type exposes the following members

Constructors

NameDescription
Public Method VpcIngressConnection()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

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

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

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

  • Type: Timestamp

  • Required: Yes

Public Property DeletedAt System.DateTime

Gets and sets the property DeletedAt.

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

  • Type: Timestamp

  • Required: No

Public Property DomainName System.String

Gets and sets the property DomainName.

The domain name associated with the VPC Ingress Connection resource.

Public Property IngressVpcConfiguration Amazon.AppRunner.Model.IngressVpcConfiguration

Gets and sets the property IngressVpcConfiguration.

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

Public Property ServiceArn System.String

Gets and sets the property ServiceArn.

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

Public Property Status Amazon.AppRunner.VpcIngressConnectionStatus

Gets and sets the property Status.

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..

Public Property VpcIngressConnectionArn System.String

Gets and sets the property VpcIngressConnectionArn.

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

Public Property VpcIngressConnectionName System.String

Gets and sets the property VpcIngressConnectionName.

The customer-provided VPC Ingress Connection name.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5