Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Update packages/aws-cdk-lib/aws-ses/README.md
  • Loading branch information
kaizencc authored Feb 13, 2024
commit 9162ae742ebb94d37c44a8d35e0a1ae69220acfc
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-ses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ To grant a specific action to a principal use the `grant` method.
For sending emails, `grantSendEmail` can be used instead:

```ts
import * as iam from 'aws-cdk-lib/aws-iam';
declare const user: iam.User;

const identity = new ses.EmailIdentity(this, 'Identity', {
Expand Down