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 3.5
 
Information about a deployment.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.DeploymentInfo

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

Syntax

C#
public class DeploymentInfo : Object

The DeploymentInfo type exposes the following members

Constructors

NameDescription
Public Method DeploymentInfo()

Properties

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

The application name.

Public Property CompleteTime System.DateTime Gets and sets the property CompleteTime.

A timestamp indicating when the deployment was completed.

Public Property CreateTime System.DateTime Gets and sets the property CreateTime.

A timestamp indicating when the deployment was created.

Public Property Creator Amazon.CodeDeploy.DeploymentCreator Gets and sets the property Creator.

How the deployment was created:

  • user: A user created the deployment.
  • autoscaling: Auto Scaling created the deployment.
Public Property DeploymentConfigName System.String Gets and sets the property DeploymentConfigName.

The deployment configuration name.

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

The deployment group name.

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

The deployment ID.

Public Property DeploymentOverview Amazon.CodeDeploy.Model.DeploymentOverview Gets and sets the property DeploymentOverview.

A summary of the deployment status of the instances in the deployment.

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

A comment about the deployment.

Public Property ErrorInformation Amazon.CodeDeploy.Model.ErrorInformation Gets and sets the property ErrorInformation.

Information about any error associated with this deployment.

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

If 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 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.

Information about the location of application artifacts that are stored and the service to retrieve them from.

Public Property StartTime System.DateTime Gets and sets the property StartTime.

A timestamp indicating when the deployment began deploying to the deployment group.

Note that in some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of various back-end servers that participate in the overall deployment process.

Public Property Status Amazon.CodeDeploy.DeploymentStatus Gets and sets the property Status.

The current state of the deployment as a whole.

Version Information

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