AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the CreateDeployment operation. Deploys an application revision through the specified deployment group.

Inheritance Hierarchy

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

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateDeploymentRequest : AmazonCodeDeployRequest
         IRequestEvents

The CreateDeploymentRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDeploymentRequest()

Properties

NameTypeDescription
Public Property ApplicationName System.String Gets and sets the property ApplicationName.

The name of an existing AWS CodeDeploy application associated with the applicable IAM user or AWS account.

Public Property DeploymentConfigName System.String Gets and sets the property DeploymentConfigName.

The name of an existing deployment configuration associated with the applicable IAM user or AWS account.

If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

Public Property DeploymentGroupName System.String Gets and sets the property DeploymentGroupName.

The deployment group's name.

Public Property Description System.String Gets and sets the property Description.

A comment about the deployment.

Public Property IgnoreApplicationStopFailures System.Boolean Gets and sets the property IgnoreApplicationStopFailures.

If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to a specific instance, the deployment will not be considered to have failed to that instance at that point and will continue on to the BeforeInstall deployment lifecycle event.

If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to a specific instance, the deployment will stop to that instance, and the deployment to that instance will be considered to have failed.

Public Property Revision Amazon.CodeDeploy.Model.RevisionLocation Gets and sets the property Revision.

The type of revision to deploy, along with information about the revision's location.

Version Information

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