@Stability(value=Stable) @Internal public static final class EmailForwardingRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmailForwardingRuleProps
EmailForwardingRulePropssoftware.amazon.jsii.JsiiObject.InitializationModeEmailForwardingRuleProps.Builder, EmailForwardingRuleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String domainName,
List<? extends EmailMapping> emailMapping,
String fromPrefix,
String id,
software.amazon.awscdk.services.ses.IReceiptRuleSet ruleSet,
software.amazon.awscdk.services.s3.Bucket bucket,
String bucketPrefix,
Boolean enableLambdaLogging)
Constructor that initializes the object based on literal property values passed by the
EmailForwardingRuleProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
software.amazon.awscdk.services.s3.Bucket |
getBucket()
A bucket to store the email files to.
|
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.
|
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String domainName, List<? extends EmailMapping> emailMapping, String fromPrefix, String id, software.amazon.awscdk.services.ses.IReceiptRuleSet ruleSet, software.amazon.awscdk.services.s3.Bucket bucket, String bucketPrefix, Boolean enableLambdaLogging)
EmailForwardingRuleProps.Builder.public final String getDomainName()
EmailForwardingRulePropsgetDomainName in interface EmailForwardingRulePropspublic final List<EmailMapping> getEmailMapping()
EmailForwardingRulePropsgetEmailMapping in interface EmailForwardingRulePropsEmailMappingpublic final String getFromPrefix()
EmailForwardingRulePropsgetFromPrefix in interface EmailForwardingRulePropspublic final String getId()
EmailForwardingRulePropsThis 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 EmailForwardingRulePropspublic final software.amazon.awscdk.services.ses.IReceiptRuleSet getRuleSet()
EmailForwardingRulePropsgetRuleSet in interface EmailForwardingRulePropspublic final software.amazon.awscdk.services.s3.Bucket getBucket()
EmailForwardingRulePropsIf 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 EmailForwardingRulePropspublic final String getBucketPrefix()
EmailForwardingRulePropsDefault: inbox/
getBucketPrefix in interface EmailForwardingRulePropspublic final Boolean getEnableLambdaLogging()
EmailForwardingRulePropsDefault: true
getEnableLambdaLogging in interface EmailForwardingRuleProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.