MailManagerIngressPointReference

class aws_cdk.aws_ses.MailManagerIngressPointReference(*, ingress_point_id)

Bases: object

A reference to a MailManagerIngressPoint resource.

Parameters:

ingress_point_id (str) – The IngressPointId of the MailManagerIngressPoint 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_ingress_point_reference = ses.MailManagerIngressPointReference(
    ingress_point_id="ingressPointId"
)

Attributes

ingress_point_id

The IngressPointId of the MailManagerIngressPoint resource.