Struct aws_sdk_securityhub::model::aws_lambda_function_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsLambdaFunctionDetails
Implementations
An AwsLambdaFunctionCode
object.
An AwsLambdaFunctionCode
object.
The SHA256 hash of the function's deployment package.
The SHA256 hash of the function's deployment package.
The function's dead letter queue.
The function's dead letter queue.
The function's environment variables.
The function's environment variables.
The name of the function.
The name of the function.
The function that Lambda calls to begin executing your function.
The function that Lambda calls to begin executing your function.
The KMS key that is used to encrypt the function's environment variables. This key is only returned if you've configured a customer managed customer managed key.
The KMS key that is used to encrypt the function's environment variables. This key is only returned if you've configured a customer managed customer managed key.
Indicates when the function was last updated.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Indicates when the function was last updated.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Appends an item to layers
.
To override the contents of this collection use set_layers
.
The function's layers.
The function's layers.
For Lambda@Edge functions, the ARN of the master function.
For Lambda@Edge functions, the ARN of the master function.
The memory that is allocated to the function.
The memory that is allocated to the function.
The latest updated revision of the function or alias.
The latest updated revision of the function or alias.
The runtime environment for the Lambda function.
The runtime environment for the Lambda function.
The amount of time that Lambda allows a function to run before stopping it.
The amount of time that Lambda allows a function to run before stopping it.
The function's X-Ray tracing configuration.
The function's X-Ray tracing configuration.
The function's networking configuration.
The function's networking configuration.
The version of the Lambda function.
Consumes the builder and constructs a AwsLambdaFunctionDetails
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