AwsLambdaFunctionDetails
Details about an AWS Lambda function's configuration.
Contents
- Architectures
-
The instruction set architecture that the function uses. Valid values are
x86_64
orarm64
.Type: Array of strings
Pattern:
.*\S.*
Required: No
- Code
-
An
AwsLambdaFunctionCode
object.Type: AwsLambdaFunctionCode object
Required: No
- CodeSha256
-
The SHA256 hash of the function's deployment package.
Type: String
Pattern:
.*\S.*
Required: No
- DeadLetterConfig
-
The function's dead letter queue.
Type: AwsLambdaFunctionDeadLetterConfig object
Required: No
- Environment
-
The function's environment variables.
Type: AwsLambdaFunctionEnvironment object
Required: No
- FunctionName
-
The name of the function.
Type: String
Pattern:
.*\S.*
Required: No
- Handler
-
The function that Lambda calls to begin executing your function.
Type: String
Pattern:
.*\S.*
Required: No
- KmsKeyArn
-
The AWS 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.
Type: String
Pattern:
.*\S.*
Required: No
- LastModified
-
Indicates when the function was last updated.
For more information about the validation and formatting of timestamp fields in AWS Security Hub, see Timestamps.
Type: String
Pattern:
.*\S.*
Required: No
- Layers
-
The function's layers.
Type: Array of AwsLambdaFunctionLayer objects
Required: No
- MasterArn
-
For Lambda@Edge functions, the ARN of the master function.
Type: String
Pattern:
.*\S.*
Required: No
- MemorySize
-
The memory that is allocated to the function.
Type: Integer
Required: No
- PackageType
-
The type of deployment package that's used to deploy the function code to Lambda. Set to
Image
for a container image andZip
for a .zip file archive.Type: String
Pattern:
.*\S.*
Required: No
- RevisionId
-
The latest updated revision of the function or alias.
Type: String
Pattern:
.*\S.*
Required: No
- Role
-
The function's execution role.
Type: String
Pattern:
.*\S.*
Required: No
- Runtime
-
The runtime environment for the Lambda function.
Type: String
Pattern:
.*\S.*
Required: No
- Timeout
-
The amount of time that Lambda allows a function to run before stopping it.
Type: Integer
Required: No
- TracingConfig
-
The function's AWS X-Ray tracing configuration.
Type: AwsLambdaFunctionTracingConfig object
Required: No
- Version
-
The version of the Lambda function.
Type: String
Pattern:
.*\S.*
Required: No
- VpcConfig
-
The function's networking configuration.
Type: AwsLambdaFunctionVpcConfig object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: