AWS::SES::MailManagerIngressPointResource 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 { CfnMailManagerIngressPoint } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnMailManagerIngressPointConfiguration passed to the constructor as CfnMailManagerIngressPointProps.
ruleSetIdRequiredstringThe identifier of an existing rule set that you attach to an ingress endpoint resource.
trafficPolicyIdRequiredstringThe identifier of an existing traffic policy that you attach to an ingress endpoint resource.
typeRequiredstringThe type of the ingress endpoint to create.
ingressPointConfigurationOptionalIResolvable | IngressPointConfigurationPropertyThe configuration of the ingress endpoint resource.
ingressPointNameOptionalstringA user friendly name for an ingress endpoint resource.
networkConfigurationOptionalIResolvable | NetworkConfigurationPropertyThe network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.
statusToUpdateOptionalstringThe update status of an ingress endpoint.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::MailManagerIngressPoint