@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-28T10:11:05.678Z") @Stability(value=Stable) public interface IEmailForwardingRuleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEmailForwardingRuleProps.Jsii$Default
Internal default implementation for
IEmailForwardingRuleProps. |
static class |
IEmailForwardingRuleProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
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<IEmailMapping> |
getEmailMapping()
An email mapping similar to what the NPM library `aws-lambda-ses-forwarder` expects.
|
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.ReceiptRuleSet |
getRuleSet()
The rule set this rule belongs to.
|
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @NotNull List<IEmailMapping> getEmailMapping()
IEmailMapping@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.ReceiptRuleSet 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/
Copyright © 2021. All rights reserved.