MailManagerRelayReference

class aws_cdk.aws_ses.MailManagerRelayReference(*, relay_id)

Bases: object

A reference to a MailManagerRelay resource.

Parameters:

relay_id (str) – The RelayId of the MailManagerRelay 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_relay_reference = ses.MailManagerRelayReference(
    relay_id="relayId"
)

Attributes

relay_id

The RelayId of the MailManagerRelay resource.