paws.customer.engagement (version 0.5.0)

ses_get_identity_policies: 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: 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.