lulo SES Identity manages [AWS SES Identities](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-overview.html).
npm install lulo-plugin-ses-identity-policylulo SES Identity manages AWS SES Identities.
lulo SES Identity is a lulo plugin
$ npm install lulo-plugin-ses-identity-policy --save
`Usage
$3
* Identity: Required. The identity the policy applies to. Either the name or the ARN.
* Policy: Required. The policy, JSON format.
* PolicyName: Required. Name of the policy. See the AWS SDK Documentation for SES::putIdentityPolicy for further details.
$3
N/A
$3
The Custom Resource Lambda requires the following permissions for this plugin to work:
`
{
"Effect": "Allow",
"Action": [
"ses:DeleteIdentityPolicy",
"ses:PutIdentityPolicy"
],
"Resource": "*"
}
``