Class EmailForwardingRuleProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- de.sebastianhesse.cdk.ses.email.forwarding.EmailForwardingRuleProps.Jsii$Proxy
-
- All Implemented Interfaces:
EmailForwardingRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EmailForwardingRuleProps
@Stability(Stable) @Internal public static final class EmailForwardingRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmailForwardingRuleProps
An implementation forEmailForwardingRuleProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface de.sebastianhesse.cdk.ses.email.forwarding.EmailForwardingRuleProps
EmailForwardingRuleProps.Builder, EmailForwardingRuleProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EmailForwardingRuleProps.Builder builder)Constructor that initializes the object based on literal property values passed by theEmailForwardingRuleProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)software.amazon.awscdk.services.s3.BucketgetBucket()A bucket to store the email files to.StringgetBucketPrefix()A prefix for the email files that are saved to the bucket.StringgetDomainName()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.BooleangetEnableLambdaLogging()Enable log messages in Lambda function which forwards emails.StringgetFromPrefix()A prefix that is used as the sender address of the forwarded mail, e.g.StringgetId()An id for the rule.software.amazon.awscdk.services.ses.IReceiptRuleSetgetRuleSet()The rule set this rule belongs to.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(EmailForwardingRuleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theEmailForwardingRuleProps.Builder.
-
-
Method Detail
-
getDomainName
public final String getDomainName()
Description copied from interface:EmailForwardingRulePropsThe domain name of the email addresses, e.g. 'example.org'. It is used to connect the `fromPrefix` and `receivePrefix` properties with a proper domain.- Specified by:
getDomainNamein interfaceEmailForwardingRuleProps
-
getEmailMapping
public final List<EmailMapping> getEmailMapping()
Description copied from interface:EmailForwardingRulePropsAn email mapping similar to what the NPM library `aws-lambda-ses-forwarder` expects.- Specified by:
getEmailMappingin interfaceEmailForwardingRuleProps- See Also:
EmailMapping
-
getFromPrefix
public final String getFromPrefix()
Description copied from interface:EmailForwardingRulePropsA prefix that is used as the sender address of the forwarded mail, e.g. `noreply`.- Specified by:
getFromPrefixin interfaceEmailForwardingRuleProps
-
getId
public final String getId()
Description copied from interface:EmailForwardingRulePropsAn id for the rule.This will mainly be used to provide a name to the underlying rule but may also be used as a prefix for other resources.
- Specified by:
getIdin interfaceEmailForwardingRuleProps
-
getRuleSet
public final software.amazon.awscdk.services.ses.IReceiptRuleSet getRuleSet()
Description copied from interface:EmailForwardingRulePropsThe rule set this rule belongs to.- Specified by:
getRuleSetin interfaceEmailForwardingRuleProps
-
getBucket
public final software.amazon.awscdk.services.s3.Bucket getBucket()
Description copied from interface:EmailForwardingRulePropsA bucket to store the email files to.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.
- Specified by:
getBucketin interfaceEmailForwardingRuleProps
-
getBucketPrefix
public final String getBucketPrefix()
Description copied from interface:EmailForwardingRulePropsA prefix for the email files that are saved to the bucket.Default: inbox/
- Specified by:
getBucketPrefixin interfaceEmailForwardingRuleProps
-
getEnableLambdaLogging
public final Boolean getEnableLambdaLogging()
Description copied from interface:EmailForwardingRulePropsEnable log messages in Lambda function which forwards emails.Default: true
- Specified by:
getEnableLambdaLoggingin interfaceEmailForwardingRuleProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-