Class EmailForwardingRuleSetProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- de.sebastianhesse.cdk.ses.email.forwarding.EmailForwardingRuleSetProps.Jsii$Proxy
-
- All Implemented Interfaces:
EmailForwardingRuleSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EmailForwardingRuleSetProps
@Stability(Stable) @Internal public static final class EmailForwardingRuleSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmailForwardingRuleSetProps
An implementation forEmailForwardingRuleSetProps
-
-
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.EmailForwardingRuleSetProps
EmailForwardingRuleSetProps.Builder, EmailForwardingRuleSetProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EmailForwardingRuleSetProps.Builder builder)Constructor that initializes the object based on literal property values passed by theEmailForwardingRuleSetProps.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)List<EmailForwardingProps>getEmailForwardingProps()A list of mapping options to define how emails should be forwarded.BooleangetEnableRuleSet()Optional: whether to enable the rule set or not.software.amazon.awscdk.services.ses.IReceiptRuleSetgetRuleSet()Optional: an existing SES receipt rule set.StringgetRuleSetName()Optional: provide a name for the receipt rule set that this construct creates if you don't provide one.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(EmailForwardingRuleSetProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theEmailForwardingRuleSetProps.Builder.
-
-
Method Detail
-
getEmailForwardingProps
public final List<EmailForwardingProps> getEmailForwardingProps()
Description copied from interface:EmailForwardingRuleSetPropsA list of mapping options to define how emails should be forwarded.- Specified by:
getEmailForwardingPropsin interfaceEmailForwardingRuleSetProps
-
getEnableRuleSet
public final Boolean getEnableRuleSet()
Description copied from interface:EmailForwardingRuleSetPropsOptional: whether to enable the rule set or not.Default: true
- Specified by:
getEnableRuleSetin interfaceEmailForwardingRuleSetProps
-
getRuleSet
public final software.amazon.awscdk.services.ses.IReceiptRuleSet getRuleSet()
Description copied from interface:EmailForwardingRuleSetPropsOptional: an existing SES receipt rule set.If none is provided, a new one will be created using the name provided with
ruleSetNameor a default one.- Specified by:
getRuleSetin interfaceEmailForwardingRuleSetProps
-
getRuleSetName
public final String getRuleSetName()
Description copied from interface:EmailForwardingRuleSetPropsOptional: provide a name for the receipt rule set that this construct creates if you don't provide one.Default: custom-rule-set
- Specified by:
getRuleSetNamein interfaceEmailForwardingRuleSetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-