ISESV2CreateEmailIdentityPolicyRequest
Interface in AWS.SESV2
Interface for CreateEmailIdentityPolicy requests.
Ancestors
Properties
EmailIdentity
property EmailIdentity: string
The email identity for which the authorization policy is being created.
This must be a verified email address or domain identity. The policy will control who can send emails from this identity.
PolicyName
property PolicyName: string
The name of the authorization policy.
Policy names must be unique for each identity and can contain up to 64 characters. Only alphanumeric characters, dashes, and underscores are allowed.
Policy
property Policy: string
The authorization policy document in JSON format.
The policy document defines the permissions and conditions for sending emails from the specified identity. The policy cannot exceed 4 KB in size. The policy should follow AWS IAM policy syntax and specify the principals, actions, and conditions for email sending authorization.