@Internal public static interface IEmailForwardingRuleProps.Jsii$Default extends IEmailForwardingRuleProps
IEmailForwardingRuleProps.IEmailForwardingRuleProps.Jsii$Default, IEmailForwardingRuleProps.Jsii$Proxy| 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.
|
default String |
getDomainName()
The domain name of the email addresses, e.g.
|
default List<IEmailMapping> |
getEmailMapping()
An email mapping similar to what the NPM library `aws-lambda-ses-forwarder` expects.
|
default String |
getFromPrefix()
A prefix that is used as the sender address of the forwarded mail, e.g.
|
default String |
getId()
An id for the rule.
|
default software.amazon.awscdk.services.ses.ReceiptRuleSet |
getRuleSet()
The rule set this rule belongs to.
|
@Stability(value=Stable) @NotNull default String getDomainName()
getDomainName in interface IEmailForwardingRuleProps@Stability(value=Stable) @NotNull default List<IEmailMapping> getEmailMapping()
getEmailMapping in interface IEmailForwardingRulePropsIEmailMapping@Stability(value=Stable) @NotNull default String getFromPrefix()
getFromPrefix in interface IEmailForwardingRuleProps@Stability(value=Stable) @NotNull default 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.
getId in interface IEmailForwardingRuleProps@Stability(value=Stable) @NotNull default software.amazon.awscdk.services.ses.ReceiptRuleSet getRuleSet()
getRuleSet in interface IEmailForwardingRuleProps@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.
getBucket in interface IEmailForwardingRuleProps@Stability(value=Stable) @Nullable default String getBucketPrefix()
Default: inbox/
getBucketPrefix in interface IEmailForwardingRulePropsCopyright © 2021. All rights reserved.