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.

Container for the parameters to the CreateVpcIngressConnection operation. Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppRunner.AmazonAppRunnerRequest
      Amazon.AppRunner.Model.CreateVpcIngressConnectionRequest

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

Syntax

C#
public class CreateVpcIngressConnectionRequest : AmazonAppRunnerRequest
         IAmazonWebServiceRequest

The CreateVpcIngressConnectionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IngressVpcConfiguration Amazon.AppRunner.Model.IngressVpcConfiguration

Gets and sets the property IngressVpcConfiguration.

Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.

Public Property ServiceArn System.String

Gets and sets the property ServiceArn.

The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.

Public Property Tags System.Collections.Generic.List<Amazon.AppRunner.Model.Tag>

Gets and sets the property Tags.

An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.

Public Property VpcIngressConnectionName System.String

Gets and sets the property VpcIngressConnectionName.

A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.

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