Module aws_sdk_lambda::model
source · [−]Expand description
Data structures used by operation inputs/outputs.
Modules
Structs
Limits that are related to concurrency and storage. All file and storage sizes are in bytes.
The number of functions and amount of storage in use.
Provides configuration information about a Lambda function alias.
The traffic-shifting configuration of a Lambda function alias.
List of signing profiles that can sign a code package.
Details about a Code signing configuration.
Code signing configuration policies specify the validation failure action for signature mismatch or expiry.
The cross-origin resource sharing (CORS) settings for your Lambda function URL. Use CORS to grant access to your function URL from any origin. You can also use CORS to control access for specific HTTP headers and methods in requests to your function URL.
The dead-letter queue for failed asynchronous invocations.
A configuration object that specifies the destination of an event after Lambda processes it.
A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.
Error messages for environment variables that couldn't be applied.
The results of an operation to update or read environment variables. If the operation is successful, the response contains the environment variables. If it failed, the response contains details about the error.
The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.
A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping
.
Details about the connection between a Lambda function and an Amazon EFS file system.
A structure within a FilterCriteria
object that defines an event filtering pattern.
An object that contains the filters for an event source.
The code for the Lambda function. You can specify either an object in Amazon S3, upload a .zip file archive deployment package directly, or specify the URI of a container image.
Details about a function's deployment package.
Details about a function's configuration.
Details about a Lambda function URL.
Configuration values that override the container image Dockerfile settings. See Container settings.
Error response to GetFunctionConfiguration.
Response to GetFunctionConfiguration request.
A ZIP archive that contains the contents of an Lambda layer. You can specify either an Amazon S3 location, or upload a layer archive directly.
Details about a version of an Lambda layer.
Details about a version of an Lambda layer.
Details about an Lambda layer.
A destination for events that failed processing.
A destination for events that were processed successfully.
Details about the provisioned concurrency configuration for a function alias or version.
The self-managed Apache Kafka cluster for your event source.
To secure and define access to your event source, you can specify the authentication protocol, VPC components, or virtual host.
The function's X-Ray tracing configuration. To sample and record incoming requests, set Mode
to Active
.
The function's X-Ray tracing configuration.
The VPC security groups and subnets that are attached to a Lambda function. For more information, see VPC Settings.
The VPC security groups and subnets that are attached to a Lambda function.