GetIdentityNotificationAttributes
Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.
This operation is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- Identities.member.N
-
A list of one or more identities. 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
.Type: Array of strings
Required: Yes
Response Elements
The following element is returned by the service.
- NotificationAttributes
- NotificationAttributes.entry.N.key (key)
- NotificationAttributes.entry.N.value (value)
-
A map of Identity to IdentityNotificationAttributes.
Type: String to IdentityNotificationAttributes object map
Errors
For information about the errors that are common to all actions, see Common Errors.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: