Skip to content

Commit

Permalink
Clarify you can retrieve a single statement by Sid
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpauw committed Mar 24, 2021
1 parent eef4c1d commit a793995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ function kmsKeyPolicyDocument(accountId: string, keyAdminArns: string[], keyUser
});
```

Unit testing the policy document.
Unit testing a statement from a policy document. You can retrieve a single
statement using the Sid of that statement.

```typescript
import {expect} from 'chai';
Expand Down

0 comments on commit a793995

Please sign in to comment.