We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d88138 commit 7a8d97dCopy full SHA for 7a8d97d
packages/aws-cdk-lib/aws-kms/README.md
@@ -270,7 +270,7 @@ key.grantGenerateMac(user); // Adds 'kms:GenerateMac' to the principal's policy
270
key.grantVerifyMac(user); // Adds 'kms:VerifyMac' to the principal's policy
271
```
272
273
-## Bypass policy lockout safety check
+### Bypass policy lockout safety check
274
275
By default, AWS KMS prevents you from creating a key policy that doesn't give you permission to manage the key.
276
You can bypass this safety check by setting `bypassPolicyLockoutSafetyCheck` to `true`.
0 commit comments