Skip to content

Commit 7a8d97d

Browse files
maczac150go-to-k
andcommitted
Update packages/aws-cdk-lib/aws-kms/README.md
Co-authored-by: Kenta Goto <[email protected]>
1 parent 8d88138 commit 7a8d97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-kms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ key.grantGenerateMac(user); // Adds 'kms:GenerateMac' to the principal's policy
270270
key.grantVerifyMac(user); // Adds 'kms:VerifyMac' to the principal's policy
271271
```
272272

273-
## Bypass policy lockout safety check
273+
### Bypass policy lockout safety check
274274

275275
By default, AWS KMS prevents you from creating a key policy that doesn't give you permission to manage the key.
276276
You can bypass this safety check by setting `bypassPolicyLockoutSafetyCheck` to `true`.

0 commit comments

Comments
 (0)