class Aws::SESV2::Types::CreateEmailIdentityPolicyRequest
Represents a request to create a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the [Amazon SES Developer Guide].
@note When making an API call, you may pass CreateEmailIdentityPolicyRequest
data as a hash: { email_identity: "Identity", # required policy_name: "PolicyName", # required policy: "Policy", # required }
@!attribute [rw] email_identity
The email identity for which you want to create a policy. @return [String]
@!attribute [rw] policy_name
The name of the policy. The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores. @return [String]
@!attribute [rw] policy
The text of the policy in JSON format. The policy cannot exceed 4 KB. For information about the syntax of sending authorization policies, see the [Amazon SES Developer Guide][1]. [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-policies.html @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailIdentityPolicyRequest AWS API Documentation
Constants
- SENSITIVE