AWS::SES::MailManagerIngressPointDefinition of AWS::SES::MailManagerIngressPoint Resource Type
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ARecord | string | - |
IngressPointArn | string | - |
IngressPointId | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ses:TagResourceses:ListTagsForResourceses:GetIngressPointses:CreateIngressPointiam:CreateServiceLinkedRoleec2:DescribeVpcEndpointsses:ListTagsForResourceses:GetIngressPointses:TagResourceses:UntagResourceses:ListTagsForResourceses:GetIngressPointses:UpdateIngressPointses:GetIngressPointses:DeleteIngressPointses:ListIngressPointsEverything you need to know about SES on one page. HD quality, print-friendly.
Download Free InfographicIngressPointIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NetworkConfigurationType