MailManagerAddressListReference

class aws_cdk.aws_ses.MailManagerAddressListReference(*, address_list_id)

Bases: object

A reference to a MailManagerAddressList resource.

Parameters:

address_list_id (str) – The AddressListId of the MailManagerAddressList resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_ses as ses

mail_manager_address_list_reference = ses.MailManagerAddressListReference(
    address_list_id="addressListId"
)

Attributes

address_list_id

The AddressListId of the MailManagerAddressList resource.