Skip to content

Commit 13e58dc

Browse files
Update generated code (#1374)
update generated code
1 parent cc963de commit 13e58dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/ValueObject/FunctionConfiguration.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,12 @@ final class FunctionConfiguration
9595
private $environment;
9696

9797
/**
98-
* The KMS key that's used to encrypt the function's environment variables. This key is returned only if you've
99-
* configured a customer managed key.
98+
* The KMS key that's used to encrypt the function's environment variables. When Lambda SnapStart is activated, this key
99+
* is also used to encrypt the function's snapshot. This key is returned only if you've configured a customer managed
100+
* key.
101+
*
102+
* @see https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption
103+
* @see https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html
100104
*/
101105
private $kmsKeyArn;
102106

0 commit comments

Comments
 (0)