AWS::SES::MailManagerRuleSet RuleStringToEvaluate - 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 RuleStringToEvaluate

The string to evaluate in a string condition expression.

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

Syntax

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

JSON

{ "Analysis" : Analysis, "Attribute" : String, "ClientCertificateAttribute" : String, "MimeHeaderAttribute" : String }

Properties

Analysis

The Add On ARN and its returned value to evaluate in a string condition expression.

Required: No

Type: Analysis

Update requires: No interruption

Attribute

The email attribute to evaluate in a string condition expression.

Required: No

Type: String

Allowed values: MAIL_FROM | HELO | RECIPIENT | SENDER | FROM | SUBJECT | TO | CC

Update requires: No interruption

ClientCertificateAttribute

The client certificate attribute to evaluate in a string condition expression.

Required: No

Type: String

Allowed values: CN | SAN_RFC822_NAME | SAN_DNS_NAME | SAN_DIRECTORY_NAME | SAN_UNIFORM_RESOURCE_IDENTIFIER | SAN_IP_ADDRESS | SAN_REGISTERED_ID | SERIAL_NUMBER

Update requires: No interruption

MimeHeaderAttribute

The email MIME X-Header attribute to evaluate in a string condition expression.

Required: No

Type: String

Pattern: ^X-[a-zA-Z0-9-]{1,256}$

Update requires: No interruption