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 a deployment.
Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z
public class DeploymentInfo
The DeploymentInfo type exposes the following members
Name | Description | |
---|---|---|
![]() |
DeploymentInfo() |
Name | Type | Description | |
---|---|---|---|
![]() |
AdditionalDeploymentStatusInfo | System.String |
Gets and sets the property AdditionalDeploymentStatusInfo. Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated. |
![]() |
ApplicationName | System.String |
Gets and sets the property ApplicationName. The application name. |
![]() |
AutoRollbackConfiguration | Amazon.CodeDeploy.Model.AutoRollbackConfiguration |
Gets and sets the property AutoRollbackConfiguration. Information about the automatic rollback configuration associated with the deployment. |
![]() |
BlueGreenDeploymentConfiguration | Amazon.CodeDeploy.Model.BlueGreenDeploymentConfiguration |
Gets and sets the property BlueGreenDeploymentConfiguration. Information about blue/green deployment options for this deployment. |
![]() |
CompleteTime | System.DateTime |
Gets and sets the property CompleteTime. A timestamp that indicates when the deployment was complete. |
![]() |
ComputePlatform | Amazon.CodeDeploy.ComputePlatform |
Gets and sets the property ComputePlatform.
The destination platform type for the deployment ( |
![]() |
CreateTime | System.DateTime |
Gets and sets the property CreateTime. A timestamp that indicates when the deployment was created. |
![]() |
Creator | Amazon.CodeDeploy.DeploymentCreator |
Gets and sets the property Creator. The means by which the deployment was created:
|
![]() |
DeploymentConfigName | System.String |
Gets and sets the property DeploymentConfigName. The deployment configuration name. |
![]() |
DeploymentGroupName | System.String |
Gets and sets the property DeploymentGroupName. The deployment group name. |
![]() |
DeploymentId | System.String |
Gets and sets the property DeploymentId. The unique ID of a deployment. |
![]() |
DeploymentOverview | Amazon.CodeDeploy.Model.DeploymentOverview |
Gets and sets the property DeploymentOverview. A summary of the deployment status of the instances in the deployment. |
![]() |
DeploymentStatusMessages | System.Collections.Generic.List<System.String> |
Gets and sets the property DeploymentStatusMessages. Messages that contain information about the status of a deployment. |
![]() |
DeploymentStyle | Amazon.CodeDeploy.Model.DeploymentStyle |
Gets and sets the property DeploymentStyle. Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer. |
![]() |
Description | System.String |
Gets and sets the property Description. A comment about the deployment. |
![]() |
ErrorInformation | Amazon.CodeDeploy.Model.ErrorInformation |
Gets and sets the property ErrorInformation. Information about any error associated with this deployment. |
![]() |
ExternalId | System.String |
Gets and sets the property ExternalId. The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment. |
![]() |
FileExistsBehavior | Amazon.CodeDeploy.FileExistsBehavior |
Gets and sets the property FileExistsBehavior. Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
|
![]() |
IgnoreApplicationStopFailures | System.Boolean |
Gets and sets the property IgnoreApplicationStopFailures.
If true, then if an If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the CodeDeploy agent runs the scripts specified for
If the cause of the failure is a script from the last successful deployment that
will never run successfully, create a new deployment and use |
![]() |
InstanceTerminationWaitTimeStarted | System.Boolean |
Gets and sets the property InstanceTerminationWaitTimeStarted. Indicates whether the wait period set for the termination of instances in the original environment has started. Status is 'false' if the KEEP_ALIVE option is specified. Otherwise, 'true' as soon as the termination wait period starts. |
![]() |
LoadBalancerInfo | Amazon.CodeDeploy.Model.LoadBalancerInfo |
Gets and sets the property LoadBalancerInfo. Information about the load balancer used in the deployment. |
![]() |
OverrideAlarmConfiguration | Amazon.CodeDeploy.Model.AlarmConfiguration |
Gets and sets the property OverrideAlarmConfiguration. |
![]() |
PreviousRevision | Amazon.CodeDeploy.Model.RevisionLocation |
Gets and sets the property PreviousRevision. Information about the application revision that was deployed to the deployment group before the most recent successful deployment. |
![]() |
RelatedDeployments | Amazon.CodeDeploy.Model.RelatedDeployments |
Gets and sets the property RelatedDeployments. |
![]() |
Revision | Amazon.CodeDeploy.Model.RevisionLocation |
Gets and sets the property Revision. Information about the location of stored application artifacts and the service from which to retrieve them. |
![]() |
RollbackInfo | Amazon.CodeDeploy.Model.RollbackInfo |
Gets and sets the property RollbackInfo. Information about a deployment rollback. |
![]() |
StartTime | System.DateTime |
Gets and sets the property StartTime. A timestamp that indicates when the deployment was deployed to the deployment group. In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process. |
![]() |
Status | Amazon.CodeDeploy.DeploymentStatus |
Gets and sets the property Status. The current state of the deployment as a whole. |
![]() |
TargetInstances | Amazon.CodeDeploy.Model.TargetInstances |
Gets and sets the property TargetInstances. Information about the instances that belong to the replacement environment in a blue/green deployment. |
![]() |
UpdateOutdatedInstancesOnly | System.Boolean |
Gets and sets the property UpdateOutdatedInstancesOnly. Indicates whether only instances that are not running the latest application revision are to be deployed to. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5