AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::MailManagerIngressPoint

CfnMailManagerIngressPoint

Resource to provision an ingress endpoint for receiving email. An ingress endpoint serves as the entry point for incoming emails, allowing you to define how emails are received and processed within your AWS environment.

Import

import { CfnMailManagerIngressPoint } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnMailManagerIngressPoint

Properties

Configuration passed to the constructor as CfnMailManagerIngressPointProps.

ruleSetIdRequired
string

The identifier of an existing rule set that you attach to an ingress endpoint resource.

trafficPolicyIdRequired
string

The identifier of an existing traffic policy that you attach to an ingress endpoint resource.

typeRequired
string

The type of the ingress endpoint to create.

ingressPointConfigurationOptional
IResolvable | IngressPointConfigurationProperty

The configuration of the ingress endpoint resource.

ingressPointNameOptional
string

A user friendly name for an ingress endpoint resource.

networkConfigurationOptional
IResolvable | NetworkConfigurationProperty

The network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.

statusToUpdateOptional
string

The update status of an ingress endpoint.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon SES Cheat Sheet

Everything you need to know about Amazon SES on one page. HD quality, print-friendly.

Download Free Infographic