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_s3_server_side_encryption"></a> [s3\_server\_side\_encryption](#input\_s3\_server\_side\_encryption)| Specifies server-side encryption of the object in S3. Valid values are "AES256" and "aws:kms". |`string`|`null`| no |
856
856
| <aname="input_skip_destroy"></a> [skip\_destroy](#input\_skip\_destroy)| Set to true if you do not wish the function to be deleted at destroy time, and instead just remove the function from the Terraform state. Useful for Lambda@Edge functions attached to CloudFront distributions. |`bool`|`null`| no |
857
857
| <aname="input_snap_start"></a> [snap\_start](#input\_snap\_start)| (Optional) Snap start settings for low-latency startups |`bool`|`false`| no |
858
+
| <aname="input_source_kms_key_arn"></a> [source\_kms\_key\_arn](#input\_source\_kms\_key\_arn)| The ARN of the AWS Key Management Service key used to encrypt the function's .zip deployment package. Conflicts with image\_uri. |`string`|`null`| no |
858
859
| <aname="input_source_path"></a> [source\_path](#input\_source\_path)| The absolute path to a local file or directory containing your Lambda source code |`any`|`null`| no |
859
860
| <aname="input_store_on_s3"></a> [store\_on\_s3](#input\_store\_on\_s3)| Whether to store produced artifacts on S3 or locally. |`bool`|`false`| no |
860
861
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to resources. |`map(string)`|`{}`| no |
0 commit comments