Skip to main content

ISESV2DeleteEmailIdentityPolicyRequest

Interface in AWS.SESV2

Interface for DeleteEmailIdentityPolicy requests.

Ancestors

Properties

EmailIdentity

property EmailIdentity: string

The email identity from which to delete the sending authorization policy.

An email identity can be either a specific email address (e.g., user@example.com) or an entire domain name (e.g., example.com). The identity must be verified and owned by the calling AWS account. Sending authorization policies enable identity owners to authorize other AWS accounts to send emails on their behalf from the specified identity. The identity must be at least 1 character in length and must exist in your SES account for the policy deletion to succeed.

PolicyName

property PolicyName: string

The name of the sending authorization policy to delete.

Policy names can contain up to 64 characters and may include alphanumeric characters, dashes, and underscores only. The policy name must be at least 1 character in length. This operation returns successfully even if a policy with the specified name does not exist, making it safe to call for cleanup operations.