You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_image_config_working_directory"></a> [image\_config\_working\_directory](#input\_image\_config\_working\_directory)| The working directory for the docker image |`string`|`null`| no |
806
806
| <aname="input_image_uri"></a> [image\_uri](#input\_image\_uri)| The ECR image URI containing the function's deployment package. |`string`|`null`| no |
807
807
| <aname="input_invoke_mode"></a> [invoke\_mode](#input\_invoke\_mode)| Invoke mode of the Lambda Function URL. Valid values are BUFFERED (default) and RESPONSE\_STREAM. |`string`|`null`| no |
808
+
| <aname="input_ipv6_allowed_for_dual_stack"></a> [ipv6\_allowed\_for\_dual\_stack](#input\_ipv6\_allowed\_for\_dual\_stack)| Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets |`bool`|`null`| no |
808
809
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| The ARN of KMS key to use by your Lambda Function |`string`|`null`| no |
809
810
| <aname="input_lambda_at_edge"></a> [lambda\_at\_edge](#input\_lambda\_at\_edge)| Set this to true if using Lambda@Edge, to enable publishing, limit the timeout, and allow edgelambda.amazonaws.com to invoke the function |`bool`|`false`| no |
810
811
| <aname="input_lambda_at_edge_logs_all_regions"></a> [lambda\_at\_edge\_logs\_all\_regions](#input\_lambda\_at\_edge\_logs\_all\_regions)| Whether to specify a wildcard in IAM policy used by Lambda@Edge to allow logging in all regions |`bool`|`true`| no |
@@ -876,6 +877,7 @@ No modules.
876
877
|------|-------------|
877
878
| <aname="output_lambda_cloudwatch_log_group_arn"></a> [lambda\_cloudwatch\_log\_group\_arn](#output\_lambda\_cloudwatch\_log\_group\_arn)| The ARN of the Cloudwatch Log Group |
878
879
| <aname="output_lambda_cloudwatch_log_group_name"></a> [lambda\_cloudwatch\_log\_group\_name](#output\_lambda\_cloudwatch\_log\_group\_name)| The name of the Cloudwatch Log Group |
880
+
| <aname="output_lambda_event_source_mapping_arn"></a> [lambda\_event\_source\_mapping\_arn](#output\_lambda\_event\_source\_mapping\_arn)| The event source mapping ARN |
879
881
| <aname="output_lambda_event_source_mapping_function_arn"></a> [lambda\_event\_source\_mapping\_function\_arn](#output\_lambda\_event\_source\_mapping\_function\_arn)| The the ARN of the Lambda function the event source mapping is sending events to |
880
882
| <aname="output_lambda_event_source_mapping_state"></a> [lambda\_event\_source\_mapping\_state](#output\_lambda\_event\_source\_mapping\_state)| The state of the event source mapping |
881
883
| <aname="output_lambda_event_source_mapping_state_transition_reason"></a> [lambda\_event\_source\_mapping\_state\_transition\_reason](#output\_lambda\_event\_source\_mapping\_state\_transition\_reason)| The reason the event source mapping is in its current state |
@@ -896,15 +898,18 @@ No modules.
896
898
| <aname="output_lambda_function_url_id"></a> [lambda\_function\_url\_id](#output\_lambda\_function\_url\_id)| The Lambda Function URL generated id |
897
899
| <aname="output_lambda_function_version"></a> [lambda\_function\_version](#output\_lambda\_function\_version)| Latest published version of Lambda Function |
898
900
| <aname="output_lambda_layer_arn"></a> [lambda\_layer\_arn](#output\_lambda\_layer\_arn)| The ARN of the Lambda Layer with version |
901
+
| <aname="output_lambda_layer_code_sha256"></a> [lambda\_layer\_code\_sha256](#output\_lambda\_layer\_code\_sha256)| Base64-encoded representation of raw SHA-256 sum of the zip file |
899
902
| <aname="output_lambda_layer_created_date"></a> [lambda\_layer\_created\_date](#output\_lambda\_layer\_created\_date)| The date Lambda Layer resource was created |
900
903
| <aname="output_lambda_layer_layer_arn"></a> [lambda\_layer\_layer\_arn](#output\_lambda\_layer\_layer\_arn)| The ARN of the Lambda Layer without version |
904
+
| <aname="output_lambda_layer_signing_job_arn"></a> [lambda\_layer\_signing\_job\_arn](#output\_lambda\_layer\_signing\_job\_arn)| ARN of a signing job |
901
905
| <aname="output_lambda_layer_source_code_size"></a> [lambda\_layer\_source\_code\_size](#output\_lambda\_layer\_source\_code\_size)| The size in bytes of the Lambda Layer .zip file |
902
906
| <aname="output_lambda_layer_version"></a> [lambda\_layer\_version](#output\_lambda\_layer\_version)| The Lambda Layer version |
903
907
| <aname="output_lambda_role_arn"></a> [lambda\_role\_arn](#output\_lambda\_role\_arn)| The ARN of the IAM role created for the Lambda Function |
904
908
| <aname="output_lambda_role_name"></a> [lambda\_role\_name](#output\_lambda\_role\_name)| The name of the IAM role created for the Lambda Function |
905
909
| <aname="output_lambda_role_unique_id"></a> [lambda\_role\_unique\_id](#output\_lambda\_role\_unique\_id)| The unique id of the IAM role created for the Lambda Function |
906
910
| <aname="output_local_filename"></a> [local\_filename](#output\_local\_filename)| The filename of zip archive deployed (if deployment was from local) |
907
911
| <aname="output_s3_object"></a> [s3\_object](#output\_s3\_object)| The map with S3 object data of zip archive deployed (if deployment was from S3) |
912
+
| <aname="output_signing_profile_version_arn"></a> [signing\_profile\_version\_arn](#output\_signing\_profile\_version\_arn)| ARN for a signing profile version |
0 commit comments