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.

Information about an application.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.ApplicationInfo

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

Syntax

C#
public class ApplicationInfo

The ApplicationInfo type exposes the following members

Constructors

NameDescription
Public Method ApplicationInfo()

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The application ID.

Public Property ApplicationName System.String

Gets and sets the property ApplicationName.

The application name.

Public Property ComputePlatform Amazon.CodeDeploy.ComputePlatform

Gets and sets the property ComputePlatform.

The destination platform type for deployment of the application (Lambda or Server).

Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The time at which the application was created.

Public Property GitHubAccountName System.String

Gets and sets the property GitHubAccountName.

The name for a connection to a GitHub account.

Public Property LinkedToGitHub System.Boolean

Gets and sets the property LinkedToGitHub.

True if the user has authenticated with GitHub for the specified application. Otherwise, false.

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