Skip to content

Resource: awsSesActiveReceiptRuleSet

Provides a resource to designate the active SES receipt rule set

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.sesActiveReceiptRuleSet.SesActiveReceiptRuleSet(this, "main", {
  ruleSetName: "primary-rules",
});

Argument Reference

The following arguments are supported:

  • ruleSetName - (Required) The name of the rule set

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - The SES receipt rule set name.
  • arn - The SES receipt rule set ARN.