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 CreateConnection operation. Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.

A connection resource is needed to access GitHub and Bitbucket repositories. Both require a user interface approval process through the App Runner console before you can use the connection.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateConnectionRequest : AmazonAppRunnerRequest
         IAmazonWebServiceRequest

The CreateConnectionRequest type exposes the following members

Constructors

NameDescription
Public Method CreateConnectionRequest()

Properties

NameTypeDescription
Public Property ConnectionName System.String

Gets and sets the property ConnectionName.

A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.

Public Property ProviderType Amazon.AppRunner.ProviderType

Gets and sets the property ProviderType.

The source repository provider.

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

Gets and sets the property Tags.

A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.

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