LifecycleEvent

public struct LifecycleEvent : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Diagnostic information about the deployment lifecycle event.

    Declaration

    Swift

    public let diagnostics: Diagnostics?
  • A timestamp that indicates when the deployment lifecycle event ended.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

    Declaration

    Swift

    public let lifecycleEventName: String?
  • A timestamp that indicates when the deployment lifecycle event started.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • 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.

    Declaration

    Swift

    public let status: LifecycleEventStatus?
  • Undocumented

    Declaration

    Swift

    public init(diagnostics: Diagnostics? = nil, endTime: TimeStamp? = nil, lifecycleEventName: String? = nil, startTime: TimeStamp? = nil, status: LifecycleEventStatus? = nil)