Creates the specified sending authorization policy for the given identity (an email address or a domain).
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
post/v2/email/identities/{EmailIdentity}/policies/{PolicyName}
Path parameters
EmailIdentitystring required
The email identity.
PolicyNamestring required
<p>The name of the policy.</p> <p>The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.</p>
<p>The name of the policy.</p> <p>The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.</p>
Request body
Response
Success
CreateEmailIdentityPolicyResponse required
An HTTP 200 response if the request succeeds, or an error message if the request fails.