Struct aws_sdk_codedeploy::input::put_lifecycle_event_hook_execution_status_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PutLifecycleEventHookExecutionStatusInput
Implementations
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is
specified in the hooks
section of the AppSpec file.
The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is
specified in the hooks
section of the AppSpec file.
The result of a Lambda function that validates a deployment lifecycle event.
Succeeded
and Failed
are the only valid values for
status
.
The result of a Lambda function that validates a deployment lifecycle event.
Succeeded
and Failed
are the only valid values for
status
.
Consumes the builder and constructs a PutLifecycleEventHookExecutionStatusInput
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