@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-04-12T08:58:45.465Z") @Stability(value=Stable) public interface EmailForwardingRuleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmailForwardingRuleProps.Builder
A builder for
EmailForwardingRuleProps |
static class |
EmailForwardingRuleProps.Jsii$Proxy
An implementation for
EmailForwardingRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static EmailForwardingRuleProps.Builder |
builder() |
default software.amazon.awscdk.services.s3.Bucket |
getBucket()
A bucket to store the email files to.
|
default String |
getBucketPrefix()
A prefix for the email files that are saved to the bucket.
|
String |
getDomainName()
The domain name of the email addresses, e.g.
|
List<EmailMapping> |
getEmailMapping()
An email mapping similar to what the NPM library `aws-lambda-ses-forwarder` expects.
|
default Boolean |
getEnableLambdaLogging()
Enable log messages in Lambda function which forwards emails.
|
String |
getFromPrefix()
A prefix that is used as the sender address of the forwarded mail, e.g.
|
String |
getId()
An id for the rule.
|
software.amazon.awscdk.services.ses.IReceiptRuleSet |
getRuleSet()
The rule set this rule belongs to.
|
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @NotNull List<EmailMapping> getEmailMapping()
EmailMapping@Stability(value=Stable) @NotNull String getFromPrefix()
@Stability(value=Stable) @NotNull String getId()
This will mainly be used to provide a name to the underlying rule but may also be used as a prefix for other resources.
@Stability(value=Stable) @NotNull software.amazon.awscdk.services.ses.IReceiptRuleSet getRuleSet()
@Stability(value=Stable) @Nullable default software.amazon.awscdk.services.s3.Bucket getBucket()
If no bucket is provided, a new one will be created using a managed KMS key to encrypt the bucket.
Default: A new bucket will be created.
@Stability(value=Stable) @Nullable default String getBucketPrefix()
Default: inbox/
@Stability(value=Stable) @Nullable default Boolean getEnableLambdaLogging()
Default: true
@Stability(value=Stable) static EmailForwardingRuleProps.Builder builder()
EmailForwardingRuleProps.Builder of EmailForwardingRulePropsCopyright © 2021. All rights reserved.