ses_create_receipt_rule: Creates a receipt rule

View source: R/ses_operations.R

ses_create_receipt_ruleR Documentation

Creates a receipt rule

Description

Creates a receipt rule.

See https://www.paws-r-sdk.com/docs/ses_create_receipt_rule/ for full documentation.

Usage

ses_create_receipt_rule(RuleSetName, After = NULL, Rule)

Arguments

RuleSetName

[required] The name of the rule set where the receipt rule is added.

After

The name of an existing rule after which the new rule is placed. If this parameter is null, the new rule is inserted at the beginning of the rule list.

Rule

[required] A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.