Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateReceiptRuleRequest

import type { CreateReceiptRuleRequest } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

interface CreateReceiptRuleRequest {
After?: string | null;
RuleSetName: string;
}

§Properties

§
After?: string | null
[src]

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

§

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

§
RuleSetName: string
[src]

The name of the rule set that the receipt rule will be added to.