Struct aws_sdk_codedeploy::model::lifecycle_event::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LifecycleEvent
Implementations
The deployment lifecycle event name, such as ApplicationStop
,
BeforeInstall
, AfterInstall
,
ApplicationStart
, or ValidateService
.
The deployment lifecycle event name, such as ApplicationStop
,
BeforeInstall
, AfterInstall
,
ApplicationStart
, or ValidateService
.
Diagnostic information about the deployment lifecycle event.
Diagnostic information about the deployment lifecycle event.
A timestamp that indicates when the deployment lifecycle event started.
A timestamp that indicates when the deployment lifecycle event started.
A timestamp that indicates when the deployment lifecycle event ended.
A timestamp that indicates when the deployment lifecycle event ended.
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.
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.
Consumes the builder and constructs a LifecycleEvent
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more