diff --git a/framework/API.md b/framework/API.md
index 25f28462..33c6c17f 100644
--- a/framework/API.md
+++ b/framework/API.md
@@ -5925,7 +5925,6 @@ Any object.
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| node
| constructs.Node
| The tree node. |
-| environmentEncryption
| aws-cdk-lib.aws_kms.IKey
| The AWS KMS key to use to encrypt the function environment variables. |
| mskAclFunction
| aws-cdk-lib.aws_lambda.IFunction
| The Lambda function used by the Custom Resource provider when MSK is using mTLS authentication. |
| mskAclLogGroup
| aws-cdk-lib.aws_logs.ILogGroup
| The Cloudwatch Log Group used by the Custom Resource provider when MSK is using mTLS authentication. |
| mskAclRole
| aws-cdk-lib.aws_iam.IRole
| The IAM Role used by the Custom Resource provider when MSK is using mTLS authentication. |
@@ -5950,18 +5949,6 @@ The tree node.
---
-##### `environmentEncryption`Optional
-
-```typescript
-public readonly environmentEncryption: IKey;
-```
-
-- *Type:* aws-cdk-lib.aws_kms.IKey
-
-The AWS KMS key to use to encrypt the function environment variables.
-
----
-
##### `mskAclFunction`Optional
```typescript