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.

Creates an application.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateApplicationAsync.

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

Syntax

C#
public abstract CreateApplicationResponse CreateApplication(
         CreateApplicationRequest request
)

Parameters

request
Type: Amazon.CodeDeploy.Model.CreateApplicationRequest

Container for the necessary parameters to execute the CreateApplication service method.

Return Value


The response from the CreateApplication service method, as returned by CodeDeploy.

Exceptions

ExceptionCondition
ApplicationAlreadyExistsException An application with the specified name with the user or Amazon Web Services account already exists.
ApplicationLimitExceededException More applications were attempted to be created than are allowed.
ApplicationNameRequiredException The minimum number of required application names was not specified.
InvalidApplicationNameException The application name was specified in an invalid format.
InvalidComputePlatformException The computePlatform is invalid. The computePlatform should be Lambda, Server, or ECS.
InvalidTagsToAddException The specified tags are not valid.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also