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.

Describes an App Runner VPC connector resource. A VPC connector describes the Amazon Virtual Private Cloud (Amazon VPC) that an App Runner service is associated with, and the subnets and security group that are used.

Multiple revisions of a connector might have the same Name and different Revision values.

At this time, App Runner supports only one revision per name.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.VpcConnector

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

Syntax

C#
public class VpcConnector

The VpcConnector type exposes the following members

Constructors

NameDescription
Public Method VpcConnector()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

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

Public Property DeletedAt System.DateTime

Gets and sets the property DeletedAt.

The time when the VPC connector was deleted. It's in Unix time stamp format.

Public Property SecurityGroups System.Collections.Generic.List<System.String>

Gets and sets the property SecurityGroups.

A list of IDs of security groups that App Runner uses 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.

Public Property Status Amazon.AppRunner.VpcConnectorStatus

Gets and sets the property Status.

The current state of the VPC connector. If the status of a connector revision is INACTIVE, it was deleted and can't be used. Inactive connector revisions are permanently removed some time after they are deleted.

Public Property Subnets System.Collections.Generic.List<System.String>

Gets and sets the property Subnets.

A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.

Public Property VpcConnectorArn System.String

Gets and sets the property VpcConnectorArn.

The Amazon Resource Name (ARN) of this VPC connector.

Public Property VpcConnectorName System.String

Gets and sets the property VpcConnectorName.

The customer-provided VPC connector name.

Public Property VpcConnectorRevision System.Int32

Gets and sets the property VpcConnectorRevision.

The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.

At this time, App Runner supports only one revision per name.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5