Cloud Mail 2020 Python Edition

Questions / Feedback?

on_identity_list Event

Fired for every identity when ListIdentities is called.

Syntax

class AmazonSESIdentityListEventParams(object):
  @property
  def identity() -> str: ...

# In class AmazonSES:
@property
def on_identity_list() -> Callable[[AmazonSESIdentityListEventParams], None]: ...
@on_identity_list.setter
def on_identity_list(event_hook: Callable[[AmazonSESIdentityListEventParams], None]) -> None: ...

Remarks

This event fires for each identity when list_identities is called. The Identity parameter will contain either an email address or domain depending on the parameter specified in the call to list_identities.

identities will also be populated.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 8308]