File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments