| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnReceiptRule.Builder |
CfnReceiptRule.Builder.after(String after)
The name of an existing rule after which the new rule is placed.
|
static CfnReceiptRule.Builder |
CfnReceiptRule.Builder.create(software.constructs.Construct scope,
String id) |
CfnReceiptRule.Builder |
CfnReceiptRule.Builder.rule(CfnReceiptRule.RuleProperty rule)
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
|
CfnReceiptRule.Builder |
CfnReceiptRule.Builder.rule(IResolvable rule)
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
|
CfnReceiptRule.Builder |
CfnReceiptRule.Builder.ruleSetName(String ruleSetName)
The name of the rule set where the receipt rule is added.
|
Copyright © 2022. All rights reserved.