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.

Provides summary information about an App Runner connection resource.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.ConnectionSummary

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

Syntax

C#
public class ConnectionSummary

The ConnectionSummary type exposes the following members

Constructors

NameDescription
Public Method ConnectionSummary()

Properties

NameTypeDescription
Public Property ConnectionArn System.String

Gets and sets the property ConnectionArn.

The Amazon Resource Name (ARN) of this connection.

Public Property ConnectionName System.String

Gets and sets the property ConnectionName.

The customer-provided connection name.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The App Runner connection creation time, expressed as a Unix time stamp.

Public Property ProviderType Amazon.AppRunner.ProviderType

Gets and sets the property ProviderType.

The source repository provider.

Public Property Status Amazon.AppRunner.ConnectionStatus

Gets and sets the property Status.

The current state of the App Runner connection. When the state is AVAILABLE, you can use the connection to create an App Runner service.

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