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 CreateApplication operation. Creates an application.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeDeploy.AmazonCodeDeployRequest
      Amazon.CodeDeploy.Model.CreateApplicationRequest

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

Syntax

C#
public class CreateApplicationRequest : AmazonCodeDeployRequest
         IAmazonWebServiceRequest

The CreateApplicationRequest type exposes the following members

Constructors

NameDescription
Public Method CreateApplicationRequest()

Properties

NameTypeDescription
Public Property ApplicationName System.String

Gets and sets the property ApplicationName.

The name of the application. This name must be unique with the applicable user or Amazon Web Services account.

Public Property ComputePlatform Amazon.CodeDeploy.ComputePlatform

Gets and sets the property ComputePlatform.

The destination platform type for the deployment (Lambda, Server, or ECS).

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

Gets and sets the property Tags.

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

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