AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::MailManagerIngressPoint

SES MailManagerIngressPoint

Definition of AWS::SES::MailManagerIngressPoint Resource Type

Properties

8 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
RuleSetId
string
Required
TrafficPolicyId
string
Required
Type
string
RequiredCreate-only
IngressPointConfiguration
IngressPointConfiguration
Write-only
IngressPointName
string
NetworkConfiguration
NetworkConfiguration
Create-only
StatusToUpdate
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ARecordstring-
IngressPointArnstring-
IngressPointIdstring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SES::MailManagerIngressPoint

Resources:
  MyResource:
    Type: AWS::SES::MailManagerIngressPoint
    Properties:
      Type: "value"
      TrafficPolicyId: "my-trafficpolicyid"
      RuleSetId: "my-rulesetid"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ses:TagResourceses:ListTagsForResourceses:GetIngressPointses:CreateIngressPointiam:CreateServiceLinkedRoleec2:DescribeVpcEndpoints

read

ses:ListTagsForResourceses:GetIngressPoint

update

ses:TagResourceses:UntagResourceses:ListTagsForResourceses:GetIngressPointses:UpdateIngressPoint

delete

ses:GetIngressPointses:DeleteIngressPoint

list

ses:ListIngressPoints

Get the SES Cheat Sheet

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

Download Free Infographic

Quick Facts

ServiceSES
Properties12
Required3
TaggingSupported
Primary IDIngressPointId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NetworkConfigurationType

External Links