class Aws::CodeDeploy::Types::LifecycleEvent

Information about a deployment lifecycle event.

@!attribute [rw] lifecycle_event_name

The deployment lifecycle event name, such as `ApplicationStop`,
`BeforeInstall`, `AfterInstall`, `ApplicationStart`, or
`ValidateService`.
@return [String]

@!attribute [rw] diagnostics

Diagnostic information about the deployment lifecycle event.
@return [Types::Diagnostics]

@!attribute [rw] start_time

A timestamp that indicates when the deployment lifecycle event
started.
@return [Time]

@!attribute [rw] end_time

A timestamp that indicates when the deployment lifecycle event
ended.
@return [Time]

@!attribute [rw] 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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/LifecycleEvent AWS API Documentation

Constants

SENSITIVE