-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Is there any plan to support this? For example:
const policy = new statement.Sns()
.allow()
.toPublish()
.onTopic(myTopic);
// policy.addServicePrincipal('ses.amazonaws.com');
policy.addSesServicePrincipal();Any help you need with this?
BTW: what's the reason addServicePrincipal returns void and not this?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested