Returns the requested sending authorization policies for the given identity (an email address or a domain)
Source:R/ses_operations.R
ses_get_identity_policies.RdReturns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.
See https://www.paws-r-sdk.com/docs/ses_get_identity_policies/ for full documentation.
Arguments
- Identity
[required] The identity for which the policies are retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples:
user@example.com,example.com,arn:aws:ses:us-east-1:123456789012:identity/example.com.To successfully call this operation, you must own the identity.
- PolicyNames
[required] A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use
list_identity_policies.