View source: R/ses_operations.R
ses_get_identity_policies | R Documentation |
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.
ses_get_identity_policies(Identity, PolicyNames)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.