AWS::SES::MailManagerRuleSet - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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