ISESV2GetEmailIdentityPoliciesResponse
Interface in AWS.SESV2
Interface for GetEmailIdentityPolicies responses.
Ancestors
Properties
Policies
property Policies: TDictionary<string, string>
A map of policy names to policies.
This property contains the sending authorization policies that have been applied to the requested identity. Each entry in the map consists of a policy name as the key and the policy content (in JSON format) as the value. Policy names have a minimum length of 1 character and a maximum length of 64 characters. The policy content must be at least 1 character in length and contains the complete JSON policy document. A maximum of 20 policies can be retrieved in a single request. These policies define permissions for other AWS accounts or IAM users to send emails using the specified identity through Amazon SES sending authorization.