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 a deployment lifecycle event.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.LifecycleEvent

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

Syntax

C#
public class LifecycleEvent

The LifecycleEvent type exposes the following members

Constructors

NameDescription
Public Method LifecycleEvent()

Properties

NameTypeDescription
Public Property Diagnostics Amazon.CodeDeploy.Model.Diagnostics

Gets and sets the property Diagnostics.

Diagnostic information about the deployment lifecycle event.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

A timestamp that indicates when the deployment lifecycle event ended.

Public Property LifecycleEventName System.String

Gets and sets the property LifecycleEventName.

The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

A timestamp that indicates when the deployment lifecycle event started.

Public Property Status Amazon.CodeDeploy.LifecycleEventStatus

Gets and sets the property Status.

The deployment lifecycle event status:

  • Pending: The deployment lifecycle event is pending.

  • InProgress: The deployment lifecycle event is in progress.

  • Succeeded: The deployment lifecycle event ran successfully.

  • Failed: The deployment lifecycle event has failed.

  • Skipped: The deployment lifecycle event has been skipped.

  • Unknown: The deployment lifecycle event is unknown.

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