AWS Lambda Terraform module
Upstream version 8.8.0
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/lambda/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| lambda_cloudwatch_log_group_arn | — | The ARN of the Cloudwatch Log Group | — |
| lambda_cloudwatch_log_group_name | — | The name of the Cloudwatch Log Group | — |
| lambda_event_source_mapping_arn | — | The event source mapping ARN | — |
| lambda_event_source_mapping_function_arn | — | The the ARN of the Lambda function the event source mapping is sending events to | — |
| lambda_event_source_mapping_state | — | The state of the event source mapping | — |
| lambda_event_source_mapping_state_transition_reason | — | The reason the event source mapping is in its current state | — |
| lambda_event_source_mapping_uuid | — | The UUID of the created event source mapping | — |
| lambda_function_arn | — | The ARN of the Lambda Function | — |
| lambda_function_arn_static | — | The static ARN of the Lambda Function. Use this to avoid cycle errors between resources (e.g., Step Functions) | — |
| lambda_function_code_sha256 | — | The base64-encoded representation of the source code package file | — |
| lambda_function_invoke_arn | — | The Invoke ARN of the Lambda Function | — |
| lambda_function_kms_key_arn | — | The ARN for the KMS encryption key of Lambda Function | — |
| lambda_function_last_modified | — | The date Lambda Function resource was last modified | — |
| lambda_function_name | — | The name of the Lambda Function | — |
| lambda_function_qualified_arn | — | The ARN identifying your Lambda Function Version | — |
| lambda_function_qualified_invoke_arn | — | The Invoke ARN identifying your Lambda Function Version | — |
| lambda_function_signing_job_arn | — | ARN of the signing job | — |
| lambda_function_signing_profile_version_arn | — | ARN of the signing profile version | — |
| lambda_function_source_code_hash | — | The user-defined hash of the source code package file | — |
| lambda_function_source_code_size | — | The size in bytes of the function .zip file | — |
| lambda_function_url | — | The URL of the Lambda Function URL | — |
| lambda_function_url_id | — | The Lambda Function URL generated id | — |
| lambda_function_version | — | Latest published version of Lambda Function | — |
| lambda_layer_arn | — | The ARN of the Lambda Layer with version | — |
| lambda_layer_code_sha256 | — | The base64-encoded representation of the Lambda Layer source code package file | — |
| lambda_layer_created_date | — | The date Lambda Layer resource was created | — |
| lambda_layer_layer_arn | — | The ARN of the Lambda Layer without version | — |
| lambda_layer_source_code_hash | — | The user-defined hash of the Lambda Layer source code package file | — |
| lambda_layer_source_code_size | — | The size in bytes of the Lambda Layer .zip file | — |
| lambda_layer_version | — | The Lambda Layer version | — |
| lambda_role_arn | — | The ARN of the IAM role created for the Lambda Function | — |
| lambda_role_name | — | The name of the IAM role created for the Lambda Function | — |
| lambda_role_unique_id | — | The unique id of the IAM role created for the Lambda Function | — |
| local_filename | — | The filename of zip archive deployed (if deployment was from local) | — |
| s3_object | — | The map with S3 object data of zip archive deployed (if deployment was from S3) | — |