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.

Information about an instance in a deployment.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.InstanceSummary

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

Syntax

C#
[Obsolete("InstanceSummary is deprecated, use DeploymentTarget instead.")]
public class InstanceSummary

The InstanceSummary type exposes the following members

Constructors

NameDescription
Public Method InstanceSummary()

Properties

NameTypeDescription
Public Property DeploymentId System.String

Gets and sets the property DeploymentId.

The unique ID of a deployment.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The instance ID.

Public Property InstanceType Amazon.CodeDeploy.InstanceType

Gets and sets the property InstanceType.

Information about which environment an instance belongs to in a blue/green deployment.

  • BLUE: The instance is part of the original environment.

  • GREEN: The instance is part of the replacement environment.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

A timestamp that indicates when the instance information was last updated.

Public Property LifecycleEvents System.Collections.Generic.List<Amazon.CodeDeploy.Model.LifecycleEvent>

Gets and sets the property LifecycleEvents.

A list of lifecycle events for this instance.

Public Property Status Amazon.CodeDeploy.InstanceStatus

Gets and sets the property Status.

The deployment status for this instance:

  • Pending: The deployment is pending for this instance.

  • In Progress: The deployment is in progress for this instance.

  • Succeeded: The deployment has succeeded for this instance.

  • Failed: The deployment has failed for this instance.

  • Skipped: The deployment has been skipped for this instance.

  • Unknown: The deployment status is unknown for this instance.

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