ses_get_identity_policies {paws.customer.engagement} | R Documentation |
Returns the requested sending authorization policies for the given identity (an email address or a domain)
Description
Returns 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.
Usage
ses_get_identity_policies(Identity, PolicyNames)
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: 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
|