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 AWS 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
-
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.