Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CloneReceiptRuleSetRequest

Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

Hierarchy

Properties

OriginalRuleSetName: undefined | string

The name of the rule set to clone.

RuleSetName: undefined | string

The name of the rule set to create. The name must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

  • Start and end with a letter or number.

  • Contain 64 characters or fewer.