AWS::SES::MailManagerRuleSet - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SES::MailManagerRuleSet

Resource to create a rule set for a Mail Manager ingress endpoint which contains a list of rules that are evaluated sequentially for each email.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SES::MailManagerRuleSet", "Properties" : { "Rules" : [ Rule, ... ], "RuleSetName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SES::MailManagerRuleSet Properties: Rules: - Rule RuleSetName: String Tags: - Tag

Properties

Rules

Conditional rules that are evaluated for determining actions on email.

Required: Yes

Type: Array of Rule

Minimum: 0

Maximum: 40

Update requires: No interruption

RuleSetName

A user-friendly name for the rule set.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_.-]+$

Minimum: 1

Maximum: 100

Update requires: No interruption

Tags

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

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Return values

Ref

Fn::GetAtt

RuleSetArn

The Amazon Resource Name (ARN) of the rule set resource.

RuleSetId

The identifier of the rule set.