Struct aws_sdk_codedeploy::model::lambda_target::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LambdaTarget
Implementations
The unique ID of a deployment.
The unique ID of a deployment.
The unique ID of a deployment target that has a type of lambdaTarget
.
The unique ID of a deployment target that has a type of lambdaTarget
.
The Amazon Resource Name (ARN) of the target.
The Amazon Resource Name (ARN) of the target.
The status an AWS Lambda deployment's target Lambda function.
The status an AWS Lambda deployment's target Lambda function.
The date and time when the target Lambda function was updated by a deployment.
The date and time when the target Lambda function was updated by a deployment.
Appends an item to lifecycle_events
.
To override the contents of this collection use set_lifecycle_events
.
The lifecycle events of the deployment to this target Lambda function.
The lifecycle events of the deployment to this target Lambda function.
A LambdaFunctionInfo
object that describes a target Lambda function.
A LambdaFunctionInfo
object that describes a target Lambda function.
Consumes the builder and constructs a LambdaTarget
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